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/files_sharing/l10n/he.js | |
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/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;"); |