diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-12 00:20:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-12 00:20:21 +0000 |
commit | 9d4f954a4d159a2a6a3cc0c3d3fdbf0ff68bb0d4 (patch) | |
tree | 2f988d227b90f643068a9cfa9c48f7a748472e0d /apps/twofactor_backupcodes | |
parent | f99b820cd0e59b75bc8867a03dabc9e28157ccdf (diff) | |
download | nextcloud-server-9d4f954a4d159a2a6a3cc0c3d3fdbf0ff68bb0d4.tar.gz nextcloud-server-9d4f954a4d159a2a6a3cc0c3d3fdbf0ff68bb0d4.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/twofactor_backupcodes')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/he.js | 2 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/he.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/twofactor_backupcodes/l10n/he.js b/apps/twofactor_backupcodes/l10n/he.js index 3223518664d..1c9788bda1e 100644 --- a/apps/twofactor_backupcodes/l10n/he.js +++ b/apps/twofactor_backupcodes/l10n/he.js @@ -16,4 +16,4 @@ OC.L10N.register( "{name} backup codes" : "{name} קודים לגיבוי", "Submit" : "שליחה" }, -"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;"); diff --git a/apps/twofactor_backupcodes/l10n/he.json b/apps/twofactor_backupcodes/l10n/he.json index 0f7c47bdf46..21c0012dbdb 100644 --- a/apps/twofactor_backupcodes/l10n/he.json +++ b/apps/twofactor_backupcodes/l10n/he.json @@ -13,5 +13,5 @@ "An error occurred while generating your backup codes" : "אירעה שגיאה ביצירת הקודים שלך לגיבוי", "{name} backup codes" : "{name} קודים לגיבוי", "Submit" : "שליחה" -},"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;" }
\ No newline at end of file |