Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2023-04-15 02:59:46 +00:00
parent e18cc475f0
commit a22ed3cf39
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
4 changed files with 18 additions and 0 deletions

9
l10n/ar.js Normal file
View file

@ -0,0 +1,9 @@
OC.L10N.register(
"integration_moodle",
{
"Bad HTTP method" : "دالة HTTP غير صحيحة",
"Bad credentials" : "رموز التعريف غير صحيحة",
"Connected accounts" : "حسابات مترابطة",
"Check SSL certificate" : "فحص شهادة الآمان SSL"
},
"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;");

7
l10n/ar.json Normal file
View file

@ -0,0 +1,7 @@
{ "translations": {
"Bad HTTP method" : "دالة HTTP غير صحيحة",
"Bad credentials" : "رموز التعريف غير صحيحة",
"Connected accounts" : "حسابات مترابطة",
"Check SSL certificate" : "فحص شهادة الآمان SSL"
},"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;"
}

View file

@ -1,6 +1,7 @@
OC.L10N.register(
"integration_moodle",
{
"Bad HTTP method" : "שגיאה במתודת HTTP",
"Bad credentials" : "פרטי גישה שגויים",
"Connected accounts" : "חשבונות מקושרים"
},

View file

@ -1,4 +1,5 @@
{ "translations": {
"Bad HTTP method" : "שגיאה במתודת HTTP",
"Bad credentials" : "פרטי גישה שגויים",
"Connected accounts" : "חשבונות מקושרים"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"