integration_moodle/l10n/ar.js
Nextcloud bot a22ed3cf39
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-04-15 02:59:46 +00:00

9 lines
423 B
JavaScript

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;");