diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-28 02:17:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-28 02:17:48 +0000 |
commit | 7f83150f4a4c0ec17d999319cf80f37370c11049 (patch) | |
tree | 84959c1824814875d67a962707a00c6364886849 /apps/dashboard/l10n/es.js | |
parent | 190f0be5fb820501527238112ca9a495cbbc2610 (diff) | |
download | nextcloud-server-7f83150f4a4c0ec17d999319cf80f37370c11049.tar.gz nextcloud-server-7f83150f4a4c0ec17d999319cf80f37370c11049.zip |
[tx-robot] updated from transifex
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);"); |