diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:52 +0000 |
commit | d787449b6741d3bb9dba5faa0dccf1e520ae9951 (patch) | |
tree | 63e711c395606c2f44cab4ba22fcfa521d7e4547 /apps/updatenotification | |
parent | 5087de9f9892e97f5f72b96230a7067fbe8063ea (diff) | |
download | nextcloud-server-d787449b6741d3bb9dba5faa0dccf1e520ae9951.tar.gz nextcloud-server-d787449b6741d3bb9dba5faa0dccf1e520ae9951.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 |