he.js 2.9 KB

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
  5. "Update notifications" : "עדכון דיווחים",
  6. "Channel updated" : "הערוץ התעדכן",
  7. "The update server could not be reached since %d days to check for new updates." : "לא ניתן לגשת אל שרת העדכון מזה %d ימים כדי לבדוק אם יש עדכונים חדשים.",
  8. "Please check the Nextcloud and server log files for errors." : "נא לחפש שגיאות בקובצי היומן של Nextcloud ושל השרת.",
  9. "Update to %1$s is available." : "קיים עדכון ל־%1$s.",
  10. "Update for %1$s to version %2$s is available." : "עדכון של %1$s לגרסה %2$s זמין.",
  11. "Update for {app} to version %s is available." : "קיים עדכון עבור {app} לגרסה %s.",
  12. "Update notification" : "התראה על עדכון",
  13. "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "הגרסה שפועלת אצלך אינה מתוחזקת יותר. נא לוודא לעדכן לגרסה נתמכת במהירות האפשרית.",
  14. "Apps with available updates" : "יישומים עם עדכונים זמינים",
  15. "Open updater" : "פתיחת המעדכן",
  16. "Download now" : "להוריד כעת",
  17. "The update check is not yet finished. Please refresh the page." : "בדיקת העדכונים לא הסתיימה עדיין. נא לעדכן את העמוד.",
  18. "Your version is up to date." : "הגרסה שבידך מעודכנת.",
  19. "Update channel:" : "עדכון ערוץ:",
  20. "Notify members of the following groups about available updates:" : "דיווח למשתמשים של קבוצות אלו על עדכונים זמינים:",
  21. "A new version is available: <strong>{newVersionString}</strong>" : "גרסה חדשה זמינה: <strong>{newVersionString}</strong>",
  22. "Checked on {lastCheckedDate}" : "נבדק לאחרונה ב־{lastCheckedDate}",
  23. "Checking apps for compatible updates" : "היישומונים נבדקים לאיתור עדכונים תואמים",
  24. "Could not start updater, please try the manual update" : "לא ניתן להתחיל את המעדכן, נא לנסות לעדכן ידנית",
  25. "A new version is available: %s" : "קיימת גרסה מעודכנת: %s",
  26. "Checked on %s" : "נבדק לאחרונה ב- %s",
  27. "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר."
  28. },
  29. "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;");