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>2022-04-24 06:09:30 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 06:09:30 +0300
commitd364242e65f1df745710ae001cbf3334b6a4b871 (patch)
tree4fcba8d64a2262a2be04d6b80c314344a9dea55a /l10n/es_UY.js
parentae4bc114a3b3500579a40a047cbe792e5c1d35f8 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n/es_UY.js')
-rw-r--r--l10n/es_UY.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/l10n/es_UY.js b/l10n/es_UY.js
index 95bac7a..506d1c1 100644
--- a/l10n/es_UY.js
+++ b/l10n/es_UY.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);");