diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-12 00:20:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-12 00:20:40 +0000 |
commit | 08b9ce25e75f5bed96f67e29a2d561095449b6a7 (patch) | |
tree | 9641f23222f2e83f03230b2692dccae067bd66a1 /apps/twofactor_backupcodes/l10n | |
parent | 6ab099297fccc807643121bc9ba9af8d69f3d3ef (diff) | |
download | nextcloud-server-08b9ce25e75f5bed96f67e29a2d561095449b6a7.tar.gz nextcloud-server-08b9ce25e75f5bed96f67e29a2d561095449b6a7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/twofactor_backupcodes/l10n')
-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 |