[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
ecb1273582
commit
8caee1d32c
6
l10n/ar.js
Normal file
6
l10n/ar.js
Normal 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
4
l10n/ar.json
Normal 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
6
l10n/vi.js
Normal file
@ -0,0 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"epubreader",
|
||||
{
|
||||
"menu" : "menu"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
4
l10n/vi.json
Normal file
4
l10n/vi.json
Normal file
@ -0,0 +1,4 @@
|
||||
{ "translations": {
|
||||
"menu" : "menu"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
Reference in New Issue
Block a user