mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
e18cc475f0
commit
a22ed3cf39
4 changed files with 18 additions and 0 deletions
9
l10n/ar.js
Normal file
9
l10n/ar.js
Normal 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
7
l10n/ar.json
Normal 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;"
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"integration_moodle",
|
||||
{
|
||||
"Bad HTTP method" : "שגיאה במתודת HTTP",
|
||||
"Bad credentials" : "פרטי גישה שגויים",
|
||||
"Connected accounts" : "חשבונות מקושרים"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue