[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2019-07-13 03:02:45 +00:00
parent 6ee95af2aa
commit ae85b9af7b
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
2 changed files with 28 additions and 0 deletions

15
l10n/ar.js Normal file
View file

@ -0,0 +1,15 @@
OC.L10N.register(
"forms",
{
"Group" : "الفريق",
"Title" : "العنوان",
"Access" : "النفاذ",
"Owner" : "المالك",
"Add Answer" : "إضافة إجابة",
"Share with" : "شارك مع",
"Description" : "الوصف",
"Add Question" : "إضافة سؤال",
"Done" : "تم",
"New" : "جديد"
},
"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;");

13
l10n/ar.json Normal file
View file

@ -0,0 +1,13 @@
{ "translations": {
"Group" : "الفريق",
"Title" : "العنوان",
"Access" : "النفاذ",
"Owner" : "المالك",
"Add Answer" : "إضافة إجابة",
"Share with" : "شارك مع",
"Description" : "الوصف",
"Add Question" : "إضافة سؤال",
"Done" : "تم",
"New" : "جديد"
},"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;"
}