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.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "The given operator is invalid" : "הפעולה שצוינה שגויה",
  5. "The given regular expression is invalid" : "הביטוי הרגולרי שצוין שגוי",
  6. "The given file size is invalid" : "גודל הקובץ שצוין שגוי",
  7. "The given tag id is invalid" : "התגית שצוינה שגויה",
  8. "The given IP range is invalid" : "טווח כתובות ה־IP שצוין שגוי",
  9. "The given IP range is not valid for IPv4" : "טווח כתובות ה־IP שצוין אינו תקף ל־IPv4",
  10. "The given IP range is not valid for IPv6" : "טווח כתובות ה־IP שצוין אינו תקף ל־IPv6",
  11. "The given time span is invalid" : "טווח הזמן שצוין שגוי",
  12. "The given start time is invalid" : "מועד ההתחלה שצוין שגוי",
  13. "The given end time is invalid" : "מועד הסיום שצוין שגוי",
  14. "The given group does not exist" : "הקבוצה שצוינה אינה קיימת",
  15. "Operation #%s does not exist" : "פעולה מס׳ %s לא קיימת",
  16. "Operation %s does not exist" : "הפעולה %s לא קיימת",
  17. "Operation %s is invalid" : "הפעולה %s שגויה",
  18. "Predefined URLs" : "כתובות שמוגדרות מראש",
  19. "Files WebDAV" : "WebDAV קבצים",
  20. "Android client" : "לקוח Android",
  21. "iOS client" : "לקוח iOS",
  22. "Desktop client" : "לקוח שולחן עבודה",
  23. "Thunderbird & Outlook addons" : "תוספות ל־Thunderbird ול־Outlook",
  24. "Save" : "שמירה",
  25. "File name" : "שם קובץ",
  26. "is" : "הוא",
  27. "is not" : "אינו",
  28. "matches" : "תואם",
  29. "does not match" : "אינו תואם",
  30. "File MIME type" : "סוג ה־MIME של הקובץ",
  31. "File size (upload)" : "גודל קובץ (העלאה)",
  32. "less" : "פחות",
  33. "less or equals" : "פחות או שווה",
  34. "greater or equals" : "גדול או שווה",
  35. "greater" : "גדול",
  36. "Request remote address" : "בקשת כתובת מרוחקת",
  37. "matches IPv4" : "התאמת IPv4",
  38. "does not match IPv4" : "ללא התאמת IPv4",
  39. "matches IPv6" : "התאמת IPv6",
  40. "does not match IPv6" : "ללא התאמת IPv6",
  41. "File system tag" : "תגית מערכת קבצים",
  42. "is tagged with" : "עם התגית",
  43. "is not tagged with" : "ללא התגית",
  44. "Request URL" : "כתובת בקשה",
  45. "Request time" : "זמן בקשה",
  46. "between" : "בין",
  47. "not between" : "לא בין",
  48. "Request user agent" : "סוכן משתמש הבקשה",
  49. "User group membership" : "חברות בקבוצת משתמשים",
  50. "is member of" : "חבר בקבוצה",
  51. "is not member of" : "לא חבר בקבוצה",
  52. "Short rule description" : "תיאור מקוצר לכלל",
  53. "Add rule" : "הוספת כלל",
  54. "Reset" : "איפוס",
  55. "Saving…" : "בהליכי שמירה…",
  56. "Group list is empty" : "רשימת הקבוצות ריקה",
  57. "Unable to retrieve the group list" : "לא ניתן לקבל את רשימת הקבוצות",
  58. "Saved" : "נשמרה",
  59. "Saving failed:" : "השמירה נכשלה:",
  60. "Add rule group" : "הוספת קבוצת כללים",
  61. "Example: {placeholder}" : "דוגמה: {placeholder}",
  62. "Select tag…" : "בחירת תגית…",
  63. "Start" : "התחלה",
  64. "End" : "סיום",
  65. "Select timezone…" : "בחירת אזור זמן…",
  66. "Sync clients" : "סנכרון לקוחות",
  67. "Open documentation" : "פתיחת תיעוד",
  68. "Loading…" : "בטעינה…",
  69. "Tag management" : "ניהול תגיות"
  70. },
  71. "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;");