[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2019-07-13 02:22:14 +00:00
parent 123f172b6f
commit ae642de09f
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
6 changed files with 38 additions and 0 deletions

6
l10n/bg.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"data_request",
{
"Account" : "Профил"
},
"nplurals=2; plural=(n != 1);");

4
l10n/bg.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"Account" : "Профил"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

8
l10n/eu.js Normal file
View File

@ -0,0 +1,8 @@
OC.L10N.register(
"data_request",
{
"sent!" : "bidalita!",
"Hello %s," : "Kaixo %s,",
"Account" : "Kontua"
},
"nplurals=2; plural=(n != 1);");

6
l10n/eu.json Normal file
View File

@ -0,0 +1,6 @@
{ "translations": {
"sent!" : "bidalita!",
"Hello %s," : "Kaixo %s,",
"Account" : "Kontua"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

8
l10n/sl.js Normal file
View File

@ -0,0 +1,8 @@
OC.L10N.register(
"data_request",
{
"Hello %s," : "Pozdravljeni, %s,",
"Account" : "Račun",
"Request account deletion" : "Zahtevaj izbris računa"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

6
l10n/sl.json Normal file
View File

@ -0,0 +1,6 @@
{ "translations": {
"Hello %s," : "Pozdravljeni, %s,",
"Account" : "Račun",
"Request account deletion" : "Zahtevaj izbris računa"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}