notifications/l10n/es_PE.js

19 строки
751 B
JavaScript
Исходник Постоянная ссылка Обычный вид История

2018-10-04 03:31:19 +03:00
OC.L10N.register(
"notifications",
{
"Hello %s" : "Hola %s",
"Hello %s," : "Hola %s,",
2018-10-04 03:31:19 +03:00
"Notifications" : "Notificaciones",
2018-11-17 04:37:29 +03:00
"Dismiss" : "Descartar",
2020-09-18 05:48:49 +03:00
"seconds ago" : "hace segundos",
"in {path}" : "en {path}",
"No notifications" : "No hay notificaciones",
"Never" : "Nunca",
"1 hour" : "1 hora",
"3 hours" : "3 horas",
"Your settings have been updated." : "Tus configuraciones se han actualizado.",
"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",
"None" : "Ninguno"
2018-10-04 03:31:19 +03:00
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");