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

es_PR.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5b18e42f1587fb5081adcc9a599ad84586423f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Hola %s",
    "Hello %s," : "Hola %s,",
    "Notifications" : "Notificaciones",
    "Dismiss" : "Descartar",
    "seconds ago" : "hace segundos",
    "in {path}" : "en {path}",
    "No notifications" : "No hay notificaciones",
    "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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");