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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. "File" : "קובץ",
  16. "File created" : "נוצר קובץ",
  17. "File updated" : "עודכן קובץ",
  18. "File renamed" : "שונה שם קובץ",
  19. "File deleted" : "מחק קובץ",
  20. "File accessed" : "הייתה גישה לקובץ",
  21. "File copied" : "הועתק קובץ",
  22. "Tag assigned" : "הוקצתה תגית",
  23. "Someone" : "מישהו",
  24. "Operation #%s does not exist" : "פעולה מס׳ %s לא קיימת",
  25. "Entity %s does not exist" : "היישות %s לא קיימת",
  26. "Entity %s is invalid" : "היישות %s שגויה",
  27. "No events are chosen." : "לא נבחרו אירועים.",
  28. "Entity %s has no event %s" : "ליישות %s אין אירוע %s",
  29. "Operation %s does not exist" : "הפעולה %s לא קיימת",
  30. "Operation %s is invalid" : "הפעולה %s שגויה",
  31. "At least one check needs to be provided" : "יש לספק לפחות בדיקה אחת",
  32. "Invalid check provided" : "סופקה בדיקה שגויה",
  33. "Check %s does not exist" : "הבדיקה %s לא קיימת",
  34. "Check %s is invalid" : "הבדיקה %s שגויה",
  35. "Check %s is not allowed with this entity" : "הבדיקה %s אסורה ביישות הזאת",
  36. "Check #%s does not exist" : "בדיקה מס׳ %s לא קיימת",
  37. "Check %s is invalid or does not exist" : "הבדיקה %s שגויה או שאינה קיימת",
  38. "Flow" : "רצף",
  39. "Nextcloud workflow engine" : "מנגנון רצף הפעילות של Nextcloud",
  40. "Select a filter" : "נא לבחור מסנן",
  41. "Select a comparator" : "נא לבחור משווה",
  42. "Select a file type" : "נא לבחור סוג קובץ",
  43. "e.g. httpd/unix-directory" : "למשל: httpd/unix-directory",
  44. "Folder" : "תיקייה",
  45. "Images" : "תמונות",
  46. "Office documents" : "מסמכי אופיס (Office)",
  47. "PDF documents" : "מסמכי RDF",
  48. "Custom mimetype" : "נא לבחור טיפוס MIME",
  49. "Select a tag" : "נא לבחור תגית",
  50. "No results" : "אין תוצאות",
  51. "%s (invisible)" : "%s (נסתר)",
  52. "%s (restricted)" : "%s (מוגבל)",
  53. "Please enter a valid time span" : "נא למלא טווח זמן תקין",
  54. "Select a request URL" : "נא לבחור את כתובת הבקשה",
  55. "Predefined URLs" : "כתובות שמוגדרות מראש",
  56. "Files WebDAV" : "WebDAV קבצים",
  57. "Others" : "חרים",
  58. "Custom URL" : "כתובת מותאמת אישית",
  59. "Select a user agent" : "נא לבחור סוכן משתמש",
  60. "Android client" : "לקוח Android",
  61. "iOS client" : "לקוח iOS",
  62. "Desktop client" : "לקוח שולחן עבודה",
  63. "Thunderbird & Outlook addons" : "תוספות ל־Thunderbird ול־Outlook",
  64. "Custom user agent" : "סוכן משתמש מותאם אישית",
  65. "At least one event must be selected" : "יש לבחור באירוע אחד לפחות",
  66. "Add new flow" : "הוספת רצף חדש",
  67. "When" : "מתי",
  68. "and" : "וגם",
  69. "Cancel" : "ביטול",
  70. "Delete" : "מחיקה",
  71. "The configuration is invalid" : "ההגדרות שגויות",
  72. "Active" : "פעיל",
  73. "Save" : "שמירה",
  74. "Available flows" : "רצפים זמינים",
  75. "For details on how to write your own flow, check out the development documentation." : "לפרטים על כתיבת רצף משלך, יש לפנות אל התיעוד למפתחים.",
  76. "More flows" : "רצפים נוספים",
  77. "Show less" : "להציג פחות",
  78. "Show more" : "להציג יותר",
  79. "Configured flows" : "רצפים מוגדרים",
  80. "Your flows" : "הרצפים שלך",
  81. "matches" : "תואם",
  82. "does not match" : "אינו תואם",
  83. "is" : "הוא",
  84. "is not" : "אינו",
  85. "File name" : "שם קובץ",
  86. "File MIME type" : "סוג ה־MIME של הקובץ",
  87. "File size (upload)" : "גודל קובץ (העלאה)",
  88. "less" : "פחות",
  89. "less or equals" : "פחות או שווה",
  90. "greater or equals" : "גדול או שווה",
  91. "greater" : "גדול",
  92. "Request remote address" : "בקשת כתובת מרוחקת",
  93. "matches IPv4" : "התאמת IPv4",
  94. "does not match IPv4" : "ללא התאמת IPv4",
  95. "matches IPv6" : "התאמת IPv6",
  96. "does not match IPv6" : "ללא התאמת IPv6",
  97. "File system tag" : "תגית מערכת קבצים",
  98. "is tagged with" : "עם התגית",
  99. "is not tagged with" : "ללא התגית",
  100. "Request URL" : "כתובת בקשה",
  101. "Request time" : "זמן בקשה",
  102. "between" : "בין",
  103. "not between" : "לא בין",
  104. "Request user agent" : "סוכן משתמש הבקשה",
  105. "User group membership" : "חברות בקבוצת משתמשים",
  106. "is member of" : "חבר בקבוצה",
  107. "is not member of" : "לא חבר בקבוצה"
  108. },
  109. "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;");