[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-11-06 01:18:46 +00:00
parent 1410cc17dc
commit b6ad9ae335
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 16 additions and 0 deletions

9
l10n/lt_LT.js Normal file
View File

@ -0,0 +1,9 @@
OC.L10N.register(
"data_request",
{
"Hello %s," : "Sveiki, %s,",
"Account deletion request" : "Paskyros ištrynimo užklausa",
"No administrator has set an email address" : "Joks administratorius nenusistatė el. pašto adreso",
"Account" : "Paskyra"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");

7
l10n/lt_LT.json Normal file
View File

@ -0,0 +1,7 @@
{ "translations": {
"Hello %s," : "Sveiki, %s,",
"Account deletion request" : "Paskyros ištrynimo užklausa",
"No administrator has set an email address" : "Joks administratorius nenusistatė el. pašto adreso",
"Account" : "Paskyra"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}