mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-18 05:10:32 +01:00
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
eeb1e859b5
commit
c27d7372ff
2 changed files with 2 additions and 2 deletions
|
|
@ -5,4 +5,4 @@ OC.L10N.register(
|
||||||
"Bad credentials" : "פרטי גישה שגויים",
|
"Bad credentials" : "פרטי גישה שגויים",
|
||||||
"Connected accounts" : "חשבונות מקושרים"
|
"Connected accounts" : "חשבונות מקושרים"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@
|
||||||
"Bad HTTP method" : "שגיאה במתודת HTTP",
|
"Bad HTTP method" : "שגיאה במתודת HTTP",
|
||||||
"Bad credentials" : "פרטי גישה שגויים",
|
"Bad credentials" : "פרטי גישה שגויים",
|
||||||
"Connected accounts" : "חשבונות מקושרים"
|
"Connected accounts" : "חשבונות מקושרים"
|
||||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue