diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:43 +0000 |
commit | ba866cd4a8dbd022d9769fc28d7d86de1f0622e2 (patch) | |
tree | 218d6c88f0177661f0ca8cd5444965a3193ea2e6 /apps/updatenotification | |
parent | eef571e4fb203e255d3bdb2a79737b0d87a79a2b (diff) | |
download | nextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.tar.gz nextcloud-server-ba866cd4a8dbd022d9769fc28d7d86de1f0622e2.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/l10n/he.js | 2 | ||||
-rw-r--r-- | apps/updatenotification/l10n/he.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/l10n/he.js b/apps/updatenotification/l10n/he.js index 2197404c138..153f9c82be1 100644 --- a/apps/updatenotification/l10n/he.js +++ b/apps/updatenotification/l10n/he.js @@ -29,4 +29,4 @@ OC.L10N.register( "Update channel:" : "עדכון ערוץ:", "Checked on {lastCheckedDate}" : "נבדק לאחרונה ב־{lastCheckedDate}" }, -"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/updatenotification/l10n/he.json b/apps/updatenotification/l10n/he.json index b3f73332f0c..1c6963f59af 100644 --- a/apps/updatenotification/l10n/he.json +++ b/apps/updatenotification/l10n/he.json @@ -26,5 +26,5 @@ "Beta" : "בטא", "Update channel:" : "עדכון ערוץ:", "Checked on {lastCheckedDate}" : "נבדק לאחרונה ב־{lastCheckedDate}" -},"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 |