diff options
Diffstat (limited to 'apps/dashboard/l10n/es.js')
-rw-r--r-- | apps/dashboard/l10n/es.js | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/es.js b/apps/dashboard/l10n/es.js new file mode 100644 index 00000000000..0ef28c9c967 --- /dev/null +++ b/apps/dashboard/l10n/es.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "Dashboard", + "Dashboard app" : "App Dashboard", + "Show something" : "Mostrar algo", + "Customize" : "Personalizar", + "Edit widgets" : "Editar widgets", + "Get more widgets from the app store" : "Conseguir más widgets desde la app store", + "Change background image" : "Cambiar imagen de fondo", + "Weather service" : "Servicio climatológico", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Por privacidad, los datos climatológicos son solicitados por tu servidor Nextcloud en tu nombre de tal forma que el servicio no recibe información personal.", + "Weather data from Met.no" : "Datos climatológicos de Met.no", + "Weather" : "El tiempo", + "Status" : "Estado", + "Good evening, {name}" : "Buenas tardes, {name}", + "Good evening" : "Buenas tardes", + "Good afternoon, {name}" : "Buenas tardes, {name}", + "Good afternoon" : "Buenas tardes", + "Good morning, {name}" : "Buenos días, {name}", + "Good morning" : "Buenos días", + "Good night, {name}" : "Buenas noches, {name}", + "Good night" : "Buenas noches", + "Pick from files" : "Escoger desde los archivos", + "Default images" : "Imágenes predeterminadas", + "Plain background" : "Fondo liso", + "Insert from {productName}" : "Insertar desde {productName}" +}, +"nplurals=2; plural=(n != 1);"); |