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

ro.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 662603842a54429c7eabb42a9062cffb6727ea61 (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" : "Salut %s",
    "Hello %s," : "Salut %s,",
    "Notifications" : "Notificări",
    "Dismiss" : "Elimină",
    "seconds ago" : "secunde în urmă",
    "in {path}" : "în {path}",
    "No notifications" : "Nu sunt notificări",
    "You need to set up your email address before you can receive notification emails." : "Trebuie să-ți configurezi adresa de email înainte de a putea primi emailurile de notificare.",
    "Never" : "Niciodată",
    "1 hour" : "1 oră",
    "3 hours" : "3 ore",
    "1 day" : "1 zi",
    "1 week" : "1 săptămână",
    "Your settings have been updated." : "Setările dvs. au fost actualizate."
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");