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:
authorNextcloud bot <bot@nextcloud.com>2021-10-13 05:56:52 +0300
committerNextcloud bot <bot@nextcloud.com>2021-10-13 05:56:52 +0300
commitf59206e6710d7591b0b8c61b8a1e1a819cecb541 (patch)
tree2c7d40012f03a6c7ec696f1d586503ed538d6973 /l10n/es.js
parentf63521f0136a92b09a79a806071e1eb9350ba6f2 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/es.js')
-rw-r--r--l10n/es.js17
1 files changed, 16 insertions, 1 deletions
diff --git a/l10n/es.js b/l10n/es.js
index aee4c8e..920af3d 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -1,6 +1,12 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Hola %s",
+ "Hello %s," : "Hola %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Una nueva notificación para %s","%n notificaciones nuevas para %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Tienes una nueva notificación para %s","Tienes %n nuevas notificaciones para %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los <a href=\"%s\">Ajustes</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Puedes cambiar la frecuencia de estos emails o deshabilitarlos en los Ajustes: %s",
"Admin notifications" : "Notificaciones de admin",
"Notifications" : "Notificaciones",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Esta app proporciona un backend y un frontend para la API de notificaciones disponible en Nextcloud.",
@@ -13,6 +19,15 @@ OC.L10N.register(
"Dismiss" : "Descartar",
"seconds ago" : "hace unos segundos",
"Failed to dismiss notification" : "Error 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." : "Debes configurar tu dirección de correo electrónico antes de poder recibir notificaciones.",
+ "Send email reminders about unhandled notifications after:" : "Enviar recordatorios por email sobre las notificaciones no resueltas tras:",
+ "Never" : "Nunca",
+ "1 hour" : "1 hora",
+ "3 hours" : "3 horas",
+ "1 day" : "1 día",
+ "1 week" : "1 semana",
+ "Your settings have been updated." : "Tus ajustes han sido actualizados.",
+ "An error occurred while updating your settings." : "Ocurrió un error mientras se actualizaban los ajustes."
},
"nplurals=2; plural=(n != 1);");