[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-04-24 03:41:13 +00:00
parent ecb1273582
commit 8caee1d32c
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 20 additions and 0 deletions

6
l10n/ar.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"epubreader",
{
"menu" : "القائمة "
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

4
l10n/ar.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"menu" : "القائمة "
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

6
l10n/vi.js Normal file
View File

@ -0,0 +1,6 @@
OC.L10N.register(
"epubreader",
{
"menu" : "menu"
},
"nplurals=1; plural=0;");

4
l10n/vi.json Normal file
View File

@ -0,0 +1,4 @@
{ "translations": {
"menu" : "menu"
},"pluralForm" :"nplurals=1; plural=0;"
}