diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-21 00:19:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-21 00:19:25 +0000 |
commit | dd291e1a167e25f3c94874715f0d5d756da64194 (patch) | |
tree | db3133c32c8a71ec663a8432e150baaf9352bb04 /apps/twofactor_backupcodes | |
parent | 6ffffc218ac00080fae69c69d8abdb67b8befe50 (diff) | |
download | nextcloud-server-dd291e1a167e25f3c94874715f0d5d756da64194.tar.gz nextcloud-server-dd291e1a167e25f3c94874715f0d5d756da64194.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 c8b0f6fad32..3223518664d 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=4; 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: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/twofactor_backupcodes/l10n/he.json b/apps/twofactor_backupcodes/l10n/he.json index 32c8688960c..0f7c47bdf46 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=4; 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: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" }
\ No newline at end of file |