diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:32 +0000 |
commit | dfb6b52cde97996b11d458f7021d65e1913bbac7 (patch) | |
tree | 0f23b0c0321858c11f60bc1a5bf8339e5d0f7e89 /lib/l10n/he.js | |
parent | 1e9f438d1af214b708dcc22a785eece54e218db4 (diff) | |
download | nextcloud-server-dfb6b52cde97996b11d458f7021d65e1913bbac7.tar.gz nextcloud-server-dfb6b52cde97996b11d458f7021d65e1913bbac7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/he.js')
-rw-r--r-- | lib/l10n/he.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/he.js b/lib/l10n/he.js index 489871b7f75..8e35fcd975b 100644 --- a/lib/l10n/he.js +++ b/lib/l10n/he.js @@ -185,4 +185,4 @@ OC.L10N.register( "To fix this issue update your libxml2 version and restart your web server." : "לתיקון הבעיה יש לעדכן את גרסת ה- libxml2 שלך ולהפעיל מחדש את שרת האינטרנט שלך.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "יש לשנות את ההרשאות ל- 0770 כך שהתיקייה לא תרשם על ידי משתמשים אחרים." }, -"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;"); +"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); |