[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2019-10-05 02:23:08 +00:00
parent 2f9325aa7e
commit 2ae0639154
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 18 additions and 0 deletions

10
l10n/ro.js Normal file
View File

@ -0,0 +1,10 @@
OC.L10N.register(
"data_request",
{
"sent!" : "trimis!",
"No administrator could have been contacted." : "Niciun administrator nu a putut fi contactat.",
"Account deletion request" : "Cerere ștergere cont",
"Account" : "Cont",
"Request account deletion" : "Cerere ștergere cont"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");

8
l10n/ro.json Normal file
View File

@ -0,0 +1,8 @@
{ "translations": {
"sent!" : "trimis!",
"No administrator could have been contacted." : "Niciun administrator nu a putut fi contactat.",
"Account deletion request" : "Cerere ștergere cont",
"Account" : "Cont",
"Request account deletion" : "Cerere ștergere cont"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
}