Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/es_419.js')
-rw-r--r--l10n/es_419.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/l10n/es_419.js b/l10n/es_419.js
index 95bac7a..506d1c1 100644
--- a/l10n/es_419.js
+++ b/l10n/es_419.js
@@ -1,10 +1,17 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Hola %s",
+ "Hello %s," : "Hola %s,",
"Notifications" : "Notificaciones",
"No notifications" : "No hay notificaciones",
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos",
- "in {path}" : "en {path}"
+ "in {path}" : "en {path}",
+ "You need to set up your email address before you can receive notification emails." : "Necesitas configurar tu dirección de correo electrónico antes de que puedas recibir correos de notificación",
+ "Never" : "Nunca",
+ "1 hour" : "1 hora",
+ "3 hours" : "3 horas",
+ "Your settings have been updated." : "Tus configuraciones se han actualizado."
},
"nplurals=2; plural=(n != 1);");