You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

he.js 3.1KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן.",
  5. "Channel updated" : "הערוץ התעדכן",
  6. "Update notifications" : "עדכון דיווחים",
  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 {app} to version %s is available." : "קיים עדכון עבור {app} לגרסה %s.",
  11. "Update notification" : "התראה על עדכון",
  12. "Displays update notifications for Nextcloud and provides the SSO for the updater." : "מציג התראות עדכון ל־Nextcloud ומספק SSO (גישה אחודה) למעדכן.",
  13. "Update" : "עדכון",
  14. "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "הגרסה שפועלת אצלך אינה מתוחזקת יותר. נא לוודא לעדכן לגרסה נתמכת במהירות האפשרית.",
  15. "View in store" : "הצגה בחנות",
  16. "Open updater" : "פתיחת המעדכן",
  17. "Download now" : "להוריד כעת",
  18. "What's new?" : "מה חדש?",
  19. "The update check is not yet finished. Please refresh the page." : "בדיקת העדכונים לא הסתיימה עדיין. נא לעדכן את העמוד.",
  20. "Your version is up to date." : "הגרסה שבידך מעודכנת.",
  21. "Update channel:" : "עדכון ערוץ:",
  22. "You can always update to a newer version. But you can never downgrade to a more stable version." : "תמיד ניתן לעדכן לגרסה חדשה יותר. אך אי אפשר לשנמך לגרסה יציבה יותר.",
  23. "Notify members of the following groups about available updates:" : "דיווח למשתמשים של קבוצות אלו על עדכונים זמינים:",
  24. "The selected update channel does not support updates of the server." : "ערוץ העדכון הנבחר לא תומך בעדכון השרת.",
  25. "A new version is available: <strong>{newVersionString}</strong>" : "גרסה חדשה זמינה: <strong>{newVersionString}</strong>",
  26. "Checked on {lastCheckedDate}" : "נבדק לאחרונה ב־{lastCheckedDate}",
  27. "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "נא לוודא שב־config.php שלך ה־<samp>appstoreenabled</samp> לא מוגדר ל‏־false.",
  28. "View changelog" : "הצגת יומן שינויים",
  29. "Stable" : "יציב",
  30. "Beta" : "בטא",
  31. "Update for %1$s to version %2$s is available." : "עדכון של %1$s לגרסה %2$s זמין."
  32. },
  33. "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;");