diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-16 00:19:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-16 00:19:11 +0000 |
commit | fcfd530d2e553c0975fa425a6b7ae71d25d1ded2 (patch) | |
tree | 9e1c85f7daaa712a2d4d26b80aed3e3de05c6ad8 /apps/settings/l10n/he.js | |
parent | 57787f23e835327e9c7f70bccca81c54c6657090 (diff) | |
download | nextcloud-server-fcfd530d2e553c0975fa425a6b7ae71d25d1ded2.tar.gz nextcloud-server-fcfd530d2e553c0975fa425a6b7ae71d25d1ded2.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/he.js')
-rw-r--r-- | apps/settings/l10n/he.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/he.js b/apps/settings/l10n/he.js index f1374bb7c4c..6472306d56f 100644 --- a/apps/settings/l10n/he.js +++ b/apps/settings/l10n/he.js @@ -165,7 +165,7 @@ OC.L10N.register( "Results from other categories" : "תוצאות מקטגוריות אחרות", "No apps found for your version" : "לא נמצאו יישומים לגרסה שלך", "Disable all" : "להשבית הכול", - "_%n app has an update available_::_%n apps have an update available_" : ["לאחד היישומונים יש עדכון זמין","ל־%n יישומונים יש עדכון זמין","ל־%n יישומונים יש עדכון זמין","ל־%n יישומונים יש עדכון זמין"], + "_%n app has an update available_::_%n apps have an update available_" : ["לאחד היישומונים יש עדכון זמין","ל־%n יישומונים יש עדכון זמין","ל־%n יישומונים יש עדכון זמין"], "Marked for remote wipe" : "מסומן להשמדת נתונים מרחוק", "Device settings" : "הגדרות מכשיר", "Allow filesystem access" : "לאפשר גישה למערכת הקבצים", @@ -387,4 +387,4 @@ OC.L10N.register( "Allow username autocompletion in share dialog" : "לאפשר השלמה אוטומטית של שם משתמש בחלונית השיתוף", "Allow username autocompletion to users within the same groups" : "לאפשר השלמה אוטומטית של שם משתמש למשתמשים בתוך אותן הקבוצות" }, -"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;"); |