integration_moodle/l10n/he.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

8 lines
353 B
JavaScript

OC.L10N.register(
"integration_moodle",
{
"Bad HTTP method" : "שגיאה במתודת HTTP",
"Bad credentials" : "פרטי גישה שגויים",
"Connected accounts" : "חשבונות מקושרים"
},
"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;");