he.js 1.2 KB

1234567891011121314151617
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "Update notifications" : "עדכון דיווחים",
  5. "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
  6. "Updated channel" : "ערוץ מעודכן",
  7. "Update for %1$s to version %2$s is available." : "עדכון של %1$s לגרסה %2$s זמין.",
  8. "Updater" : "מעדכן",
  9. "A new version is available: %s" : "קיימת גרסה מעודכנת: %s",
  10. "Open updater" : "פתיחת מעדכן",
  11. "Your version is up to date." : "הגרסה שבידך מעודכנת.",
  12. "Checked on %s" : "נבדק לאחרונה ב- %s",
  13. "Update channel:" : "עדכון ערוץ:",
  14. "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "תמיד ניתן לעדכן לגרסה חדשה / ערוץ ניסיון. אבל לא ניתן להוריד גרסה לערוץ יציב יותר.",
  15. "Notify members of the following groups about available updates:" : "דיווח למשתמשים של קבוצות אלו על עדכונים זמינים:"
  16. },
  17. "nplurals=2; plural=(n != 1);");