diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-13 00:12:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-13 00:12:08 +0000 |
commit | 10351cb9daaae22c7d6b5c57299198987e2b3316 (patch) | |
tree | b6cf5b95fa67b8f0896084c6fa1e8db8d8248049 /apps/updatenotification/l10n/he.js | |
parent | 2e72efef3b8011b62ee05ee47a98ff48c023e8ac (diff) | |
download | nextcloud-server-10351cb9daaae22c7d6b5c57299198987e2b3316.tar.gz nextcloud-server-10351cb9daaae22c7d6b5c57299198987e2b3316.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n/he.js')
-rw-r--r-- | apps/updatenotification/l10n/he.js | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/apps/updatenotification/l10n/he.js b/apps/updatenotification/l10n/he.js index 2d0de3fb09a..7f23ddb325b 100644 --- a/apps/updatenotification/l10n/he.js +++ b/apps/updatenotification/l10n/he.js @@ -1,17 +1,30 @@ OC.L10N.register( "updatenotification", { - "Update notifications" : "עדכון דיווחים", "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.", - "Updated channel" : "ערוץ מעודכן", + "Update notifications" : "עדכון דיווחים", + "Channel updated" : "הערוץ התעדכן", + "The update server could not be reached since %d days to check for new updates." : "לא ניתן לגשת אל שרת העדכון מזה %d ימים כדי לבדוק אם יש עדכונים חדשים.", + "Please check the Nextcloud and server log files for errors." : "נא לחפש שגיאות בקובצי היומן של Nextcloud ושל השרת.", + "Update to %1$s is available." : "קיים עדכון ל־%1$s.", "Update for %1$s to version %2$s is available." : "עדכון של %1$s לגרסה %2$s זמין.", - "Updater" : "מעדכן", - "A new version is available: %s" : "קיימת גרסה מעודכנת: %s", - "Open updater" : "פתיחת מעדכן", - "Your version is up to date." : "הגרסה שבידך מעודכנת.", - "Checked on %s" : "נבדק לאחרונה ב- %s", + "Update for {app} to version %s is available." : "קיים עדכון עבור {app} לגרסה %s.", + "Update notification" : "התראה על עדכון", + "Apps with available updates" : "יישומים עם עדכונים זמינים", + "Open updater" : "פתיחת המעדכן", + "What's new?" : "מה חדש?", + "The update check is not yet finished. Please refresh the page." : "בדיקת העדכונים לא הסתיימה עדיין. נא לעדכן את העמוד.", "Update channel:" : "עדכון ערוץ:", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר.", - "Notify members of the following groups about available updates:" : "דיווח למשתמשים של קבוצות אלו על עדכונים זמינים:" + "Notify members of the following groups about available updates:" : "דיווח למשתמשים של קבוצות אלו על עדכונים זמינים:", + "A new version is available: <strong>{newVersionString}</strong>" : "גרסה חדשה זמינה: <strong>{newVersionString}</strong>", + "Checked on {lastCheckedDate}" : "נבדק לאחרונה ב־{lastCheckedDate}", + "Checking apps for compatible updates" : "היישומונים נבדקים לאיתור עדכונים תואמים", + "Could not start updater, please try the manual update" : "לא ניתן להתחיל את המעדכן, נא לנסות לעדכן ידנית", + "A new version is available: %s" : "קיימת גרסה מעודכנת: %s", + "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "הגרסה שפועלת אצלך אינה מתוחזקת יותר. נא לוודא לעדכן לגרסה נתמכת במהירות האפשרית.", + "Download now" : "להוריד כעת", + "Your version is up to date." : "הגרסה שבידך מעודכנת.", + "Checked on %s" : "נבדק לאחרונה ב- %s" }, -"nplurals=2; plural=(n != 1);"); +"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;"); |