diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:43 +0000 |
commit | 94e8727af33a1a54960d5ae097220af48582664f (patch) | |
tree | a19a14fc5824133c48b8e82484bc9b3caf444731 /lib/l10n/he.js | |
parent | f63e0fd8e97b6afd8fb61a76d3f694ac83f9a787 (diff) | |
download | nextcloud-server-94e8727af33a1a54960d5ae097220af48582664f.tar.gz nextcloud-server-94e8727af33a1a54960d5ae097220af48582664f.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;"); |