he.js 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "תצוגה מקדימה נטענת…",
  5. "Saved" : "נשמר",
  6. "Admin" : "ניהול",
  7. "a safe home for all your data" : "מקום בטוח לכל הנתונים שלך",
  8. "Name cannot be empty" : "השם לא יכול להישאר ריק",
  9. "The given name is too long" : "השם שסופק ארוך מדי",
  10. "The given web address is too long" : "הכתובת שסופקה ארוכה מדי",
  11. "The given web address is not a valid URL" : "הכתובת שסופקה אינה תקנית",
  12. "The given legal notice address is too long" : "כתובת ההצהרה המשפטית שסופקה ארוכה מדי",
  13. "The given legal notice address is not a valid URL" : "כתובת ההצהרה המשפטית שסופקה אינה תקינה",
  14. "The given privacy policy address is too long" : "כתובת מדיניות הפרטיות שסופקה ארוכה מדי",
  15. "The given privacy policy address is not a valid URL" : "כתובת מדיניות הפרטיות שסופקה אינה תקינה",
  16. "The given slogan is too long" : "שורת הכותרת שסופקה ארוכה מדי",
  17. "The given color is invalid" : "הצבע שסופק שגוי",
  18. "The file was uploaded" : "הקובץ הועלה",
  19. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "הקובץ שהועלה חורג מהנחיית ה־upload_max_filesize ב־php.ini",
  20. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה חורג מההנחיה MAX_FILE_SIZE שהוגדרה בטופס ה־HTML",
  21. "The file was only partially uploaded" : "הקובץ הועלה באופן חלקי",
  22. "No file was uploaded" : "לא הועלו קבצים",
  23. "Missing a temporary folder" : "חסרה תיקייה זמנית",
  24. "Could not write file to disk" : "לא ניתן לכתוב לכונן",
  25. "A PHP extension stopped the file upload" : "הרחבת PHP עצרה את העלאת הקובץ",
  26. "No file uploaded" : "לא הועלה קובץ",
  27. "Unsupported image type" : "סוג התמונה לא נתמך",
  28. "You are already using a custom theme. Theming app settings might be overwritten by that." : "כבר נעשה שימוש בערכת עיצוב מותאמת אישית. יכול להיות שהגדרות יישומון ערכות העיצוב יידרסו.",
  29. "Theming" : "ערכות נושא",
  30. "Legal notice" : "הצהרה משפטית",
  31. "Privacy policy" : "מדיניות פרטיות",
  32. "Adjust the Nextcloud theme" : "התאמת ערכת העיצוב של Nextcloud",
  33. "Open documentation" : "פתיחת תיעוד",
  34. "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "עם ערכות עיצוב ניתן להתאים את המראה והתחושה של המערכת ושל הלקוחות הנתמכים שלך. אלו תהיינה גלויות לכל המשתמשים.",
  35. "Name" : "שם",
  36. "Reset to default" : "איפוס לבררת מחדל",
  37. "Web link" : "קישור",
  38. "https://…" : "https://…‎",
  39. "Slogan" : "שורת כותרת",
  40. "Color" : "צבע",
  41. "Logo" : "לוגו",
  42. "Upload new logo" : "העלאת לוגו חדש",
  43. "Login image" : "תמונת כניסה",
  44. "Upload new login background" : "העלאת תמונת כניסה חדשה",
  45. "Remove background image" : "הסרת תמונת רקע",
  46. "Advanced options" : "אפשרויות מתקדמות",
  47. "Legal notice link" : "קישור להצהרה המשפטית",
  48. "Privacy policy link" : "קישור למדיניות הפרטיות",
  49. "Header logo" : "לוגו כותרת",
  50. "Upload new header logo" : "העלאת לוגו כותרת",
  51. "Favicon" : "סמל כותרת",
  52. "Upload new favicon" : "העלאת סמל כותרת חדש",
  53. "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "יש להתקין את הרחבת ה־PHP של Imagemagick עם תמיכה בתמונות SVG כדי לייצר תמונות מועדפים אוטומטיות על בסיס הלוגו שהועלה והצבע."
  54. },
  55. "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;");