From a22ed3cf39ab23a8dd42ae416b21e3c67c67e658 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 15 Apr 2023 02:59:46 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ar.js | 9 +++++++++ l10n/ar.json | 7 +++++++ l10n/he.js | 1 + l10n/he.json | 1 + 4 files changed, 18 insertions(+) create mode 100644 l10n/ar.js create mode 100644 l10n/ar.json diff --git a/l10n/ar.js b/l10n/ar.js new file mode 100644 index 0000000..342417a --- /dev/null +++ b/l10n/ar.js @@ -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;"); diff --git a/l10n/ar.json b/l10n/ar.json new file mode 100644 index 0000000..4121a24 --- /dev/null +++ b/l10n/ar.json @@ -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;" +} \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js index 7a075f5..14bdc9c 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -1,6 +1,7 @@ OC.L10N.register( "integration_moodle", { + "Bad HTTP method" : "שגיאה במתודת HTTP", "Bad credentials" : "פרטי גישה שגויים", "Connected accounts" : "חשבונות מקושרים" }, diff --git a/l10n/he.json b/l10n/he.json index d2f55e9..c802f0d 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -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;"