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_CO.js')
-rw-r--r--l10n/es_CO.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/l10n/es_CO.js b/l10n/es_CO.js
index 70e43f3..cbe41f5 100644
--- a/l10n/es_CO.js
+++ b/l10n/es_CO.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Hola %s",
+ "Hello %s," : "Hola %s,",
"Admin notifications" : "Notificaciones adminsitrativas",
"Notifications" : "Notificaciones",
"No notifications" : "No hay notificaciones",
@@ -9,6 +11,11 @@ OC.L10N.register(
"Dismiss" : "Descartar",
"seconds ago" : "hace segundos",
"Failed to dismiss notification" : "Se presentó una falla al descartar la notificación",
- "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);");