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/files_sharing/l10n/he.js | |
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/files_sharing/l10n/he.js')
-rw-r--r-- | apps/files_sharing/l10n/he.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index 526bf40e22c..1ef79d0f906 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -236,4 +236,4 @@ OC.L10N.register( "For more info, please ask the person who sent this link." : "למידע נוסף, יש לפנות לשולח קישור זה.", "Update" : "עדכון" }, -"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;"); |