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

ast.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e996c91754e61725f448ca02ac943d09dbdc5a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "%sHola ",
    "Hello %s," : "Hola %s,",
    "Notifications" : "Avisos",
    "Dismiss" : "Escartar",
    "seconds ago" : "hai segundos",
    "Failed to dismiss notification" : "Fallu al escartar l'avisu",
    "in {path}" : "en {path}",
    "No notifications" : "Nun hai avisos",
    "Failed to dismiss all notifications" : "Fall al escartar tolos avisos",
    "You need to set up your email address before you can receive notification emails." : "Precises configurar la to direición de corréu enantes que pueas recibir correos d'avisu.",
    "Never" : "Enxamás",
    "1 hour" : "1 hora",
    "3 hours" : "3 hores",
    "Your settings have been updated." : "Anováronse los tos axustes."
},
"nplurals=2; plural=(n != 1);");