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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106
  1. # Hebrew translation for Redmine
  2. # Initiated by Dotan Nahum (dipidi@gmail.com)
  3. # Jul 2010 - Updated by Orgad Shaneh (orgads@gmail.com)
  4. he:
  5. direction: rtl
  6. date:
  7. formats:
  8. default: "%d/%m/%Y"
  9. short: "%d/%m"
  10. long: "%d/%m/%Y"
  11. only_day: "%e"
  12. day_names: [ראשון, שני, שלישי, רביעי, חמישי, שישי, שבת]
  13. abbr_day_names: ["א'", "ב'", "ג'", "ד'", "ה'", "ו'", "ש'"]
  14. month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר]
  15. abbr_month_names: [~, יאנ, פבר, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצמ]
  16. order:
  17. - :day
  18. - :month
  19. - :year
  20. time:
  21. formats:
  22. default: "%a %d/%m/%Y %H:%M:%S"
  23. time: "%H:%M"
  24. short: "%d %b %H:%M"
  25. long: "%B %d, %Y %H:%M"
  26. only_second: "%S"
  27. datetime:
  28. formats:
  29. default: "%d-%m-%YT%H:%M:%S%Z"
  30. am: 'am'
  31. pm: 'pm'
  32. datetime:
  33. distance_in_words:
  34. half_a_minute: 'חצי דקה'
  35. less_than_x_seconds:
  36. zero: 'פחות משניה'
  37. one: 'פחות משניה'
  38. other: 'פחות מ־%{count} שניות'
  39. x_seconds:
  40. one: 'שניה אחת'
  41. other: '%{count} שניות'
  42. less_than_x_minutes:
  43. zero: 'פחות מדקה אחת'
  44. one: 'פחות מדקה אחת'
  45. other: 'פחות מ־%{count} דקות'
  46. x_minutes:
  47. one: 'דקה אחת'
  48. other: '%{count} דקות'
  49. about_x_hours:
  50. one: 'בערך שעה אחת'
  51. other: 'בערך %{count} שעות'
  52. x_hours:
  53. one: "1 שעה"
  54. other: "%{count} שעות"
  55. x_days:
  56. one: 'יום אחד'
  57. other: '%{count} ימים'
  58. about_x_months:
  59. one: 'בערך חודש אחד'
  60. other: 'בערך %{count} חודשים'
  61. x_months:
  62. one: 'חודש אחד'
  63. other: '%{count} חודשים'
  64. about_x_years:
  65. one: 'בערך שנה אחת'
  66. other: 'בערך %{count} שנים'
  67. over_x_years:
  68. one: 'מעל שנה אחת'
  69. other: 'מעל %{count} שנים'
  70. almost_x_years:
  71. one: "כמעט שנה"
  72. other: "כמעט %{count} שנים"
  73. number:
  74. format:
  75. precision: 3
  76. separator: '.'
  77. delimiter: ','
  78. currency:
  79. format:
  80. unit: 'ש"ח'
  81. precision: 2
  82. format: '%u %n'
  83. human:
  84. storage_units:
  85. format: "%n %u"
  86. units:
  87. byte:
  88. one: "בייט"
  89. other: "בתים"
  90. kb: "KB"
  91. mb: "MB"
  92. gb: "GB"
  93. tb: "TB"
  94. support:
  95. array:
  96. sentence_connector: "וגם"
  97. skip_last_comma: true
  98. activerecord:
  99. errors:
  100. template:
  101. header:
  102. one: "1 error prohibited this %{model} from being saved"
  103. other: "%{count} errors prohibited this %{model} from being saved"
  104. messages:
  105. inclusion: "לא נכלל ברשימה"
  106. exclusion: "לא זמין"
  107. invalid: "לא ולידי"
  108. confirmation: "לא תואם לאישור"
  109. accepted: "חייב באישור"
  110. empty: "חייב להכלל"
  111. blank: "חייב להכלל"
  112. too_long: "ארוך מדי (לא יותר מ־%{count} תוים)"
  113. too_short: "קצר מדי (לא יותר מ־%{count} תוים)"
  114. wrong_length: "לא באורך הנכון (חייב להיות %{count} תוים)"
  115. taken: "לא זמין"
  116. not_a_number: "הוא לא מספר"
  117. greater_than: "חייב להיות גדול מ־%{count}"
  118. greater_than_or_equal_to: "חייב להיות גדול או שווה ל־%{count}"
  119. equal_to: "חייב להיות שווה ל־%{count}"
  120. less_than: "חייב להיות קטן מ־%{count}"
  121. less_than_or_equal_to: "חייב להיות קטן או שווה ל־%{count}"
  122. odd: "חייב להיות אי זוגי"
  123. even: "חייב להיות זוגי"
  124. greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה"
  125. not_same_project: "לא שייך לאותו הפרויקט"
  126. circular_dependency: "קשר זה יצור תלות מעגלית"
  127. cant_link_an_issue_with_a_descendant: "לא ניתן לקשר נושא לתת־משימה שלו"
  128. earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
  129. actionview_instancetag_blank_option: בחר בבקשה
  130. general_text_No: 'לא'
  131. general_text_Yes: 'כן'
  132. general_text_no: 'לא'
  133. general_text_yes: 'כן'
  134. general_lang_name: 'Hebrew (עברית)'
  135. general_csv_separator: ','
  136. general_csv_decimal_separator: '.'
  137. general_csv_encoding: ISO-8859-8
  138. general_pdf_encoding: UTF-8
  139. general_first_day_of_week: '7'
  140. notice_account_updated: החשבון עודכן בהצלחה!
  141. notice_account_invalid_creditentials: שם משתמש או סיסמה שגויים
  142. notice_account_password_updated: הסיסמה עודכנה בהצלחה!
  143. notice_account_wrong_password: סיסמה שגויה
  144. notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך.
  145. notice_account_unknown_email: משתמש לא מוכר.
  146. notice_can_t_change_password: החשבון הזה משתמש במקור הזדהות חיצוני. שינוי סיסמה הינו בילתי אפשר
  147. notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך.
  148. notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת.
  149. notice_successful_create: יצירה מוצלחת.
  150. notice_successful_update: עידכון מוצלח.
  151. notice_successful_delete: מחיקה מוצלחת.
  152. notice_successful_connection: חיבור מוצלח.
  153. notice_file_not_found: הדף שאתה מנסה לגשת אליו אינו קיים או שהוסר.
  154. notice_locking_conflict: המידע עודכן על ידי משתמש אחר.
  155. notice_not_authorized: אינך מורשה לראות דף זה.
  156. notice_not_authorized_archived_project: הפרויקט שאתה מנסה לגשת אליו נמצא בארכיון.
  157. notice_email_sent: "דואל נשלח לכתובת %{value}"
  158. notice_email_error: "ארעה שגיאה בעת שליחת הדואל (%{value})"
  159. notice_feeds_access_key_reseted: מפתח ה־Atom שלך אופס.
  160. notice_api_access_key_reseted: מפתח הגישה שלך ל־API אופס.
  161. notice_failed_to_save_issues: "נכשרת בשמירת %{count} נושאים ב %{total} נבחרו: %{ids}."
  162. notice_failed_to_save_members: "כשלון בשמירת חבר(ים): %{errors}."
  163. notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך."
  164. notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
  165. notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
  166. notice_unable_delete_version: לא ניתן למחוק גירסה
  167. notice_unable_delete_time_entry: לא ניתן למחוק רשומת זמן.
  168. notice_issue_done_ratios_updated: אחוזי התקדמות לנושא עודכנו.
  169. error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: %{value}"
  170. error_scm_not_found: כניסה ו\או מהדורה אינם קיימים במאגר.
  171. error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: %{value}"
  172. error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
  173. error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
  174. error_no_tracker_in_project: לא הוגדר סיווג לפרויקט זה. נא בדוק את הגדרות הפרויקט.
  175. error_no_default_issue_status: לא מוגדר מצב ברירת מחדל לנושאים. נא בדוק את התצורה ("ניהול -> מצבי נושא").
  176. error_can_not_delete_custom_field: לא ניתן למחוק שדה מותאם אישית
  177. error_can_not_delete_tracker: קיימים נושאים בסיווג זה, ולא ניתן למחוק אותו.
  178. error_can_not_remove_role: תפקיד זה נמצא בשימוש, ולא ניתן למחוק אותו.
  179. error_can_not_reopen_issue_on_closed_version: לא ניתן לפתוח מחדש נושא שמשויך לגירסה סגורה
  180. error_can_not_archive_project: לא ניתן לארכב פרויקט זה
  181. error_issue_done_ratios_not_updated: אחוז התקדמות לנושא לא עודכן.
  182. error_workflow_copy_source: נא בחר סיווג או תפקיד מקור
  183. error_workflow_copy_target: נא בחר תפקיד(ים) וסיווג(ים)
  184. error_unable_delete_issue_status: לא ניתן למחוק מצב נושא
  185. error_unable_to_connect: לא ניתן להתחבר (%{value})
  186. warning_attachments_not_saved: "כשלון בשמירת %{count} קבצים."
  187. mail_subject_lost_password: "סיסמת ה־%{value} שלך"
  188. mail_body_lost_password: 'לשינו סיסמת ה־Redmine שלך, לחץ על הקישור הבא:'
  189. mail_subject_register: "הפעלת חשבון %{value}"
  190. mail_body_register: 'להפעלת חשבון ה־Redmine שלך, לחץ על הקישור הבא:'
  191. mail_body_account_information_external: "אתה יכול להשתמש בחשבון %{value} כדי להתחבר"
  192. mail_body_account_information: פרטי החשבון שלך
  193. mail_subject_account_activation_request: "בקשת הפעלה לחשבון %{value}"
  194. mail_body_account_activation_request: "משתמש חדש (%{value}) נרשם. החשבון שלו מחכה לאישור שלך:"
  195. mail_subject_reminder: "%{count} נושאים מיועדים להגשה בימים הקרובים (%{days})"
  196. mail_body_reminder: "%{count} נושאים שמיועדים אליך מיועדים להגשה בתוך %{days} ימים:"
  197. mail_subject_wiki_content_added: "דף ה־wiki ‏'%{id}' נוסף"
  198. mail_body_wiki_content_added: דף ה־wiki ‏'%{id}' נוסף ע"י %{author}.
  199. mail_subject_wiki_content_updated: "דף ה־wiki ‏'%{id}' עודכן"
  200. mail_body_wiki_content_updated: דף ה־wiki ‏'%{id}' עודכן ע"י %{author}.
  201. field_name: שם
  202. field_description: תיאור
  203. field_summary: תקציר
  204. field_is_required: נדרש
  205. field_firstname: שם פרטי
  206. field_lastname: שם משפחה
  207. field_mail: דוא"ל
  208. field_filename: קובץ
  209. field_filesize: גודל
  210. field_downloads: הורדות
  211. field_author: כותב
  212. field_created_on: נוצר
  213. field_updated_on: עודכן
  214. field_field_format: פורמט
  215. field_is_for_all: לכל הפרויקטים
  216. field_possible_values: ערכים אפשריים
  217. field_regexp: ביטוי רגיל
  218. field_min_length: אורך מינימאלי
  219. field_max_length: אורך מקסימאלי
  220. field_value: ערך
  221. field_category: קטגוריה
  222. field_title: כותרת
  223. field_project: פרויקט
  224. field_issue: נושא
  225. field_status: מצב
  226. field_notes: הערות
  227. field_is_closed: נושא סגור
  228. field_is_default: ערך ברירת מחדל
  229. field_tracker: סיווג
  230. field_subject: שם נושא
  231. field_due_date: תאריך סיום
  232. field_assigned_to: אחראי
  233. field_priority: עדיפות
  234. field_fixed_version: גירסת יעד
  235. field_user: מתשמש
  236. field_principal: מנהל
  237. field_role: תפקיד
  238. field_homepage: דף הבית
  239. field_is_public: פומבי
  240. field_parent: תת פרויקט של
  241. field_is_in_roadmap: נושאים המוצגים במפת הדרכים
  242. field_login: שם משתמש
  243. field_mail_notification: הודעות דוא"ל
  244. field_admin: ניהול
  245. field_last_login_on: התחברות אחרונה
  246. field_language: שפה
  247. field_effective_date: תאריך
  248. field_password: סיסמה
  249. field_new_password: סיסמה חדשה
  250. field_password_confirmation: אישור
  251. field_version: גירסה
  252. field_type: סוג
  253. field_host: שרת
  254. field_port: פורט
  255. field_account: חשבון
  256. field_base_dn: בסיס DN
  257. field_attr_login: תכונת התחברות
  258. field_attr_firstname: תכונת שם פרטים
  259. field_attr_lastname: תכונת שם משפחה
  260. field_attr_mail: תכונת דוא"ל
  261. field_onthefly: יצירת משתמשים זריזה
  262. field_start_date: תאריך התחלה
  263. field_done_ratio: "% גמור"
  264. field_auth_source: מקור הזדהות
  265. field_hide_mail: החבא את כתובת הדוא"ל שלי
  266. field_comments: הערות
  267. field_url: URL
  268. field_start_page: דף התחלתי
  269. field_subproject: תת־פרויקט
  270. field_hours: שעות
  271. field_activity: פעילות
  272. field_spent_on: תאריך
  273. field_identifier: מזהה
  274. field_is_filter: משמש כמסנן
  275. field_issue_to: נושאים קשורים
  276. field_delay: עיקוב
  277. field_assignable: ניתן להקצות נושאים לתפקיד זה
  278. field_redirect_existing_links: העבר קישורים קיימים
  279. field_estimated_hours: זמן משוער
  280. field_column_names: עמודות
  281. field_time_entries: רישום זמנים
  282. field_time_zone: איזור זמן
  283. field_searchable: ניתן לחיפוש
  284. field_default_value: ערך ברירת מחדל
  285. field_comments_sorting: הצג הערות
  286. field_parent_title: דף אב
  287. field_editable: ניתן לעריכה
  288. field_watcher: צופה
  289. field_identity_url: כתובת OpenID
  290. field_content: תוכן
  291. field_group_by: קבץ את התוצאות לפי
  292. field_sharing: שיתוף
  293. field_parent_issue: משימת אב
  294. field_text: שדה טקסט
  295. setting_app_title: כותרת ישום
  296. setting_app_subtitle: תת־כותרת ישום
  297. setting_welcome_text: טקסט "ברוך הבא"
  298. setting_default_language: שפת ברירת מחדל
  299. setting_login_required: דרושה הזדהות
  300. setting_self_registration: אפשר הרשמה עצמית
  301. setting_attachment_max_size: גודל דבוקה מקסימאלי
  302. setting_issues_export_limit: גבול יצוא נושאים
  303. setting_mail_from: כתובת שליחת דוא"ל
  304. setting_bcc_recipients: מוסתר (bcc)
  305. setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML)
  306. setting_host_name: שם שרת
  307. setting_text_formatting: עיצוב טקסט
  308. setting_wiki_compression: כיווץ היסטורית wiki
  309. setting_feeds_limit: גבול תוכן הזנות
  310. setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל
  311. setting_autofetch_changesets: משיכה אוטומטית של שינויים
  312. setting_sys_api_enabled: אפשר שירות רשת לניהול המאגר
  313. setting_commit_ref_keywords: מילות מפתח מקשרות
  314. setting_commit_fix_keywords: מילות מפתח מתקנות
  315. setting_autologin: התחברות אוטומטית
  316. setting_date_format: פורמט תאריך
  317. setting_time_format: פורמט זמן
  318. setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים
  319. setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים
  320. setting_emails_footer: תחתית דוא"ל
  321. setting_protocol: פרוטוקול
  322. setting_per_page_options: אפשרויות אוביקטים לפי דף
  323. setting_user_format: פורמט הצגת משתמשים
  324. setting_activity_days_default: ימים המוצגים על פעילות הפרויקט
  325. setting_display_subprojects_issues: הצג נושאים של תתי־פרויקטים כברירת מחדל
  326. setting_enabled_scm: אפשר ניהול תצורה
  327. setting_mail_handler_body_delimiters: חתוך כתובות דואר אחרי אחת משורות אלה
  328. setting_mail_handler_api_enabled: אפשר שירות רשת לדואר נכנס
  329. setting_mail_handler_api_key: מפתח API
  330. setting_sequential_project_identifiers: השתמש במספרים עוקבים למזהי פרויקט
  331. setting_gravatar_enabled: שימוש בצלמיות משתמשים מ־Gravatar
  332. setting_gravatar_default: תמונת Gravatar ברירת מחדל
  333. setting_diff_max_lines_displayed: מספר מירבי של שורות בתצוגת שינויים
  334. setting_file_max_size_displayed: גודל מירבי של מלל המוצג בתוך השורה
  335. setting_repository_log_display_limit: מספר מירבי של מהדורות המוצגות ביומן קובץ
  336. setting_openid: אפשר התחברות ורישום באמצעות OpenID
  337. setting_password_min_length: אורך סיסמה מינימאלי
  338. setting_new_project_user_role_id: התפקיד שמוגדר למשתמש פשוט אשר יוצר פרויקט
  339. setting_default_projects_modules: מודולים מאופשרים בברירת מחדל עבור פרויקטים חדשים
  340. setting_issue_done_ratio: חשב אחוז התקדמות בנושא עם
  341. setting_issue_done_ratio_issue_field: השתמש בשדה הנושא
  342. setting_issue_done_ratio_issue_status: השתמש במצב הנושא
  343. setting_start_of_week: השבוע מתחיל ביום
  344. setting_rest_api_enabled: אפשר שירות רשת REST
  345. setting_cache_formatted_text: שמור טקסט מעוצב במטמון
  346. setting_default_notification_option: אפשרות התראה ברירת־מחדל
  347. permission_add_project: יצירת פרויקט
  348. permission_add_subprojects: יצירת תתי־פרויקט
  349. permission_edit_project: עריכת פרויקט
  350. permission_select_project_modules: בחירת מודולי פרויקט
  351. permission_manage_members: ניהול חברים
  352. permission_manage_project_activities: נהל פעילויות פרויקט
  353. permission_manage_versions: ניהול גירסאות
  354. permission_manage_categories: ניהול קטגוריות נושאים
  355. permission_view_issues: צפיה בנושאים
  356. permission_add_issues: הוספת נושא
  357. permission_edit_issues: עריכת נושאים
  358. permission_manage_issue_relations: ניהול קשרים בין נושאים
  359. permission_add_issue_notes: הוספת הערות לנושאים
  360. permission_edit_issue_notes: עריכת רשימות
  361. permission_edit_own_issue_notes: עריכת הערות של עצמו
  362. permission_move_issues: הזזת נושאים
  363. permission_delete_issues: מחיקת נושאים
  364. permission_manage_public_queries: ניהול שאילתות פומביות
  365. permission_save_queries: שמירת שאילתות
  366. permission_view_gantt: צפיה בגאנט
  367. permission_view_calendar: צפיה בלוח השנה
  368. permission_view_issue_watchers: צפיה ברשימת צופים
  369. permission_add_issue_watchers: הוספת צופים
  370. permission_delete_issue_watchers: הסרת צופים
  371. permission_log_time: תיעוד זמן שהושקע
  372. permission_view_time_entries: צפיה ברישום זמנים
  373. permission_edit_time_entries: עריכת רישום זמנים
  374. permission_edit_own_time_entries: עריכת רישום הזמנים של עצמו
  375. permission_manage_news: ניהול חדשות
  376. permission_comment_news: תגובה לחדשות
  377. permission_view_documents: צפיה במסמכים
  378. permission_manage_files: ניהול קבצים
  379. permission_view_files: צפיה בקבצים
  380. permission_manage_wiki: ניהול wiki
  381. permission_rename_wiki_pages: שינוי שם של דפי wiki
  382. permission_delete_wiki_pages: מחיקת דפי wiki
  383. permission_view_wiki_pages: צפיה ב־wiki
  384. permission_view_wiki_edits: צפיה בהיסטורית wiki
  385. permission_edit_wiki_pages: עריכת דפי wiki
  386. permission_delete_wiki_pages_attachments: מחיקת דבוקות
  387. permission_protect_wiki_pages: הגנה על כל דפי wiki
  388. permission_manage_repository: ניהול מאגר
  389. permission_browse_repository: סיור במאגר
  390. permission_view_changesets: צפיה בסדרות שינויים
  391. permission_commit_access: אישור הפקדות
  392. permission_manage_boards: ניהול לוחות
  393. permission_view_messages: צפיה בהודעות
  394. permission_add_messages: הצבת הודעות
  395. permission_edit_messages: עריכת הודעות
  396. permission_edit_own_messages: עריכת הודעות של עצמו
  397. permission_delete_messages: מחיקת הודעות
  398. permission_delete_own_messages: מחיקת הודעות של עצמו
  399. permission_export_wiki_pages: יצא דפי wiki
  400. permission_manage_subtasks: נהל תתי־משימות
  401. project_module_issue_tracking: מעקב נושאים
  402. project_module_time_tracking: מעקב אחר זמנים
  403. project_module_news: חדשות
  404. project_module_documents: מסמכים
  405. project_module_files: קבצים
  406. project_module_wiki: Wiki
  407. project_module_repository: מאגר
  408. project_module_boards: לוחות
  409. project_module_calendar: לוח שנה
  410. project_module_gantt: גאנט
  411. label_user: משתמש
  412. label_user_plural: משתמשים
  413. label_user_new: משתמש חדש
  414. label_user_anonymous: אלמוני
  415. label_project: פרויקט
  416. label_project_new: פרויקט חדש
  417. label_project_plural: פרויקטים
  418. label_x_projects:
  419. zero: ללא פרויקטים
  420. one: פרויקט אחד
  421. other: "%{count} פרויקטים"
  422. label_project_all: כל הפרויקטים
  423. label_project_latest: הפרויקטים החדשים ביותר
  424. label_issue: נושא
  425. label_issue_new: נושא חדש
  426. label_issue_plural: נושאים
  427. label_issue_view_all: צפה בכל הנושאים
  428. label_issues_by: "נושאים לפי %{value}"
  429. label_issue_added: נושא נוסף
  430. label_issue_updated: נושא עודכן
  431. label_document: מסמך
  432. label_document_new: מסמך חדש
  433. label_document_plural: מסמכים
  434. label_document_added: מסמך נוסף
  435. label_role: תפקיד
  436. label_role_plural: תפקידים
  437. label_role_new: תפקיד חדש
  438. label_role_and_permissions: תפקידים והרשאות
  439. label_member: חבר
  440. label_member_new: חבר חדש
  441. label_member_plural: חברים
  442. label_tracker: סיווג
  443. label_tracker_plural: סיווגים
  444. label_tracker_new: סיווג חדש
  445. label_workflow: זרימת עבודה
  446. label_issue_status: מצב נושא
  447. label_issue_status_plural: מצבי נושא
  448. label_issue_status_new: מצב חדש
  449. label_issue_category: קטגורית נושא
  450. label_issue_category_plural: קטגוריות נושא
  451. label_issue_category_new: קטגוריה חדשה
  452. label_custom_field: שדה אישי
  453. label_custom_field_plural: שדות אישיים
  454. label_custom_field_new: שדה אישי חדש
  455. label_enumerations: אינומרציות
  456. label_enumeration_new: ערך חדש
  457. label_information: מידע
  458. label_information_plural: מידע
  459. label_please_login: נא התחבר
  460. label_register: הרשמה
  461. label_login_with_open_id_option: או התחבר באמצעות OpenID
  462. label_password_lost: אבדה הסיסמה?
  463. label_home: דף הבית
  464. label_my_page: הדף שלי
  465. label_my_account: החשבון שלי
  466. label_my_projects: הפרויקטים שלי
  467. label_my_page_block: בלוק הדף שלי
  468. label_administration: ניהול
  469. label_login: התחבר
  470. label_logout: התנתק
  471. label_help: עזרה
  472. label_reported_issues: נושאים שדווחו
  473. label_assigned_to_me_issues: נושאים שהוצבו לי
  474. label_last_login: התחברות אחרונה
  475. label_registered_on: נרשם בתאריך
  476. label_activity: פעילות
  477. label_overall_activity: פעילות כוללת
  478. label_user_activity: "הפעילות של %{value}"
  479. label_new: חדש
  480. label_logged_as: מחובר כ
  481. label_environment: סביבה
  482. label_authentication: הזדהות
  483. label_auth_source: מקור הזדהות
  484. label_auth_source_new: מקור הזדהות חדש
  485. label_auth_source_plural: מקורות הזדהות
  486. label_subproject_plural: תת־פרויקטים
  487. label_subproject_new: תת־פרויקט חדש
  488. label_and_its_subprojects: "%{value} וכל תתי־הפרויקטים שלו"
  489. label_min_max_length: אורך מינימאלי - מקסימאלי
  490. label_list: רשימה
  491. label_date: תאריך
  492. label_integer: מספר שלם
  493. label_float: צף
  494. label_boolean: ערך בוליאני
  495. label_string: טקסט
  496. label_text: טקסט ארוך
  497. label_attribute: תכונה
  498. label_attribute_plural: תכונות
  499. label_no_data: אין מידע להציג
  500. label_change_status: שנה מצב
  501. label_history: היסטוריה
  502. label_attachment: קובץ
  503. label_attachment_new: קובץ חדש
  504. label_attachment_delete: מחק קובץ
  505. label_attachment_plural: קבצים
  506. label_file_added: קובץ נוסף
  507. label_report: דו"ח
  508. label_report_plural: דו"חות
  509. label_news: חדשות
  510. label_news_new: הוסף חדשות
  511. label_news_plural: חדשות
  512. label_news_latest: חדשות אחרונות
  513. label_news_view_all: צפה בכל החדשות
  514. label_news_added: חדשות נוספו
  515. label_settings: הגדרות
  516. label_overview: מבט רחב
  517. label_version: גירסה
  518. label_version_new: גירסה חדשה
  519. label_version_plural: גירסאות
  520. label_close_versions: סגור גירסאות שהושלמו
  521. label_confirmation: אישור
  522. label_export_to: יצא ל
  523. label_read: קרא...
  524. label_public_projects: פרויקטים פומביים
  525. label_open_issues: פתוח
  526. label_open_issues_plural: פתוחים
  527. label_closed_issues: סגור
  528. label_closed_issues_plural: סגורים
  529. label_x_open_issues_abbr_on_total:
  530. zero: 0 פתוחים / %{total}
  531. one: 1 פתוח / %{total}
  532. other: "%{count} פתוחים / %{total}"
  533. label_x_open_issues_abbr:
  534. zero: 0 פתוחים
  535. one: 1 פתוח
  536. other: "%{count} פתוחים"
  537. label_x_closed_issues_abbr:
  538. zero: 0 סגורים
  539. one: 1 סגור
  540. other: "%{count} סגורים"
  541. label_total: סה"כ
  542. label_permissions: הרשאות
  543. label_current_status: מצב נוכחי
  544. label_new_statuses_allowed: מצבים חדשים אפשריים
  545. label_all: הכל
  546. label_none: כלום
  547. label_nobody: אף אחד
  548. label_next: הבא
  549. label_previous: הקודם
  550. label_used_by: בשימוש ע"י
  551. label_details: פרטים
  552. label_add_note: הוסף הערה
  553. label_per_page: לכל דף
  554. label_calendar: לוח שנה
  555. label_months_from: חודשים מ
  556. label_gantt: גאנט
  557. label_internal: פנימי
  558. label_last_changes: "%{count} שינוים אחרונים"
  559. label_change_view_all: צפה בכל השינוים
  560. label_personalize_page: התאם אישית דף זה
  561. label_comment: תגובה
  562. label_comment_plural: תגובות
  563. label_x_comments:
  564. zero: אין הערות
  565. one: הערה אחת
  566. other: "%{count} הערות"
  567. label_comment_add: הוסף תגובה
  568. label_comment_added: תגובה נוספה
  569. label_comment_delete: מחק תגובות
  570. label_query: שאילתה אישית
  571. label_query_plural: שאילתות אישיות
  572. label_query_new: שאילתה חדשה
  573. label_filter_add: הוסף מסנן
  574. label_filter_plural: מסננים
  575. label_equals: הוא
  576. label_not_equals: הוא לא
  577. label_in_less_than: בפחות מ
  578. label_in_more_than: ביותר מ
  579. label_greater_or_equal: ">="
  580. label_less_or_equal: <=
  581. label_in: ב
  582. label_today: היום
  583. label_all_time: תמיד
  584. label_yesterday: אתמול
  585. label_this_week: השבוע
  586. label_last_week: השבוע שעבר
  587. label_last_n_days: "ב־%{count} ימים אחרונים"
  588. label_this_month: החודש
  589. label_last_month: חודש שעבר
  590. label_this_year: השנה
  591. label_date_range: טווח תאריכים
  592. label_less_than_ago: פחות מ
  593. label_more_than_ago: יותר מ
  594. label_ago: לפני
  595. label_contains: מכיל
  596. label_not_contains: לא מכיל
  597. label_day_plural: ימים
  598. label_repository: מאגר
  599. label_repository_plural: מאגרים
  600. label_browse: סייר
  601. label_branch: ענף
  602. label_tag: סימון
  603. label_revision: מהדורה
  604. label_revision_plural: מהדורות
  605. label_revision_id: מהדורה %{value}
  606. label_associated_revisions: מהדורות קשורות
  607. label_added: נוסף
  608. label_modified: שונה
  609. label_copied: הועתק
  610. label_renamed: השם שונה
  611. label_deleted: נמחק
  612. label_latest_revision: מהדורה אחרונה
  613. label_latest_revision_plural: מהדורות אחרונות
  614. label_view_revisions: צפה במהדורות
  615. label_view_all_revisions: צפה בכל המהדורות
  616. label_max_size: גודל מקסימאלי
  617. label_sort_highest: הזז לראשית
  618. label_sort_higher: הזז למעלה
  619. label_sort_lower: הזז למטה
  620. label_sort_lowest: הזז לתחתית
  621. label_roadmap: מפת הדרכים
  622. label_roadmap_due_in: "נגמר בעוד %{value}"
  623. label_roadmap_overdue: "%{value} מאחר"
  624. label_roadmap_no_issues: אין נושאים לגירסה זו
  625. label_search: חפש
  626. label_result_plural: תוצאות
  627. label_all_words: כל המילים
  628. label_wiki: Wiki
  629. label_wiki_edit: ערוך wiki
  630. label_wiki_edit_plural: עריכות wiki
  631. label_wiki_page: דף Wiki
  632. label_wiki_page_plural: דפי wiki
  633. label_index_by_title: סדר על פי כותרת
  634. label_index_by_date: סדר על פי תאריך
  635. label_current_version: גירסה נוכחית
  636. label_preview: תצוגה מקדימה
  637. label_feed_plural: הזנות
  638. label_changes_details: פירוט כל השינויים
  639. label_issue_tracking: מעקב אחר נושאים
  640. label_spent_time: זמן שהושקע
  641. label_overall_spent_time: זמן שהושקע סה"כ
  642. label_f_hour: "%{value} שעה"
  643. label_f_hour_plural: "%{value} שעות"
  644. label_time_tracking: מעקב זמנים
  645. label_change_plural: שינויים
  646. label_statistics: סטטיסטיקות
  647. label_commits_per_month: הפקדות לפי חודש
  648. label_commits_per_author: הפקדות לפי כותב
  649. label_view_diff: צפה בשינויים
  650. label_diff_inline: בתוך השורה
  651. label_diff_side_by_side: צד לצד
  652. label_options: אפשרויות
  653. label_copy_workflow_from: העתק זירמת עבודה מ
  654. label_permissions_report: דו"ח הרשאות
  655. label_watched_issues: נושאים שנצפו
  656. label_related_issues: נושאים קשורים
  657. label_applied_status: מצב מוחל
  658. label_loading: טוען...
  659. label_relation_new: קשר חדש
  660. label_relation_delete: מחק קשר
  661. label_relates_to: קשור ל
  662. label_duplicates: מכפיל את
  663. label_duplicated_by: שוכפל ע"י
  664. label_blocks: חוסם את
  665. label_blocked_by: חסום ע"י
  666. label_precedes: מקדים את
  667. label_follows: עוקב אחרי
  668. label_end_to_start: מהתחלה לסוף
  669. label_end_to_end: מהסוף לסוף
  670. label_start_to_start: מהתחלה להתחלה
  671. label_start_to_end: מהתחלה לסוף
  672. label_stay_logged_in: השאר מחובר
  673. label_disabled: מבוטל
  674. label_show_completed_versions: הצג גירסאות גמורות
  675. label_me: אני
  676. label_board: פורום
  677. label_board_new: פורום חדש
  678. label_board_plural: פורומים
  679. label_board_locked: נעול
  680. label_board_sticky: דביק
  681. label_topic_plural: נושאים
  682. label_message_plural: הודעות
  683. label_message_last: הודעה אחרונה
  684. label_message_new: הודעה חדשה
  685. label_message_posted: הודעה נוספה
  686. label_reply_plural: השבות
  687. label_send_information: שלח מידע על חשבון למשתמש
  688. label_year: שנה
  689. label_month: חודש
  690. label_week: שבוע
  691. label_date_from: מתאריך
  692. label_date_to: עד
  693. label_language_based: מבוסס שפה
  694. label_sort_by: "מיין לפי %{value}"
  695. label_send_test_email: שלח דוא"ל בדיקה
  696. label_feeds_access_key: מפתח גישה ל־Atom
  697. label_missing_feeds_access_key: חסר מפתח גישה ל־Atom
  698. label_feeds_access_key_created_on: "מפתח הזנת Atom נוצר לפני%{value}"
  699. label_module_plural: מודולים
  700. label_added_time_by: 'נוסף ע"י %{author} לפני %{age}'
  701. label_updated_time_by: 'עודכן ע"י %{author} לפני %{age}'
  702. label_updated_time: "עודכן לפני %{value} "
  703. label_jump_to_a_project: קפוץ לפרויקט...
  704. label_file_plural: קבצים
  705. label_changeset_plural: סדרות שינויים
  706. label_default_columns: עמודת ברירת מחדל
  707. label_no_change_option: (אין שינוים)
  708. label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים
  709. label_theme: ערכת נושא
  710. label_default: ברירת מחדל
  711. label_search_titles_only: חפש בכותרות בלבד
  712. label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי"
  713. label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..."
  714. label_user_mail_option_only_my_events: עבור דברים שאני צופה או מעורב בהם בלבד
  715. label_user_mail_option_only_assigned: עבור דברים שאני אחראי עליהם בלבד
  716. label_user_mail_option_only_owner: עבור דברים שאני הבעלים שלהם בלבד
  717. label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע"
  718. label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
  719. label_registration_manual_activation: הפעלת חשבון ידנית
  720. label_registration_automatic_activation: הפעלת חשבון אוטומטית
  721. label_display_per_page: "בכל דף: %{value} תוצאות"
  722. label_age: גיל
  723. label_change_properties: שנה מאפיינים
  724. label_general: כללי
  725. label_more: עוד
  726. label_scm: מערכת ניהול תצורה
  727. label_plugins: תוספים
  728. label_ldap_authentication: הזדהות LDAP
  729. label_downloads_abbr: D/L
  730. label_optional_description: תיאור רשות
  731. label_add_another_file: הוסף עוד קובץ
  732. label_preferences: העדפות
  733. label_chronological_order: בסדר כרונולוגי
  734. label_reverse_chronological_order: בסדר כרונולוגי הפוך
  735. label_planning: תכנון
  736. label_incoming_emails: דוא"ל נכנס
  737. label_generate_key: צור מפתח
  738. label_issue_watchers: צופים
  739. label_example: דוגמא
  740. label_display: תצוגה
  741. label_sort: מיון
  742. label_ascending: בסדר עולה
  743. label_descending: בסדר יורד
  744. label_date_from_to: 'מתאריך %{start} ועד תאריך %{end}'
  745. label_wiki_content_added: נוסף דף ל־wiki
  746. label_wiki_content_updated: דף wiki עודכן
  747. label_group: קבוצה
  748. label_group_plural: קבוצות
  749. label_group_new: קבוצה חדשה
  750. label_time_entry_plural: זמן שהושקע
  751. label_version_sharing_none: לא משותף
  752. label_version_sharing_descendants: עם פרויקטים בנים
  753. label_version_sharing_hierarchy: עם היררכית הפרויקטים
  754. label_version_sharing_tree: עם עץ הפרויקט
  755. label_version_sharing_system: עם כל הפרויקטים
  756. label_update_issue_done_ratios: עדכן אחוז התקדמות לנושא
  757. label_copy_source: מקור
  758. label_copy_target: יעד
  759. label_copy_same_as_target: זהה ליעד
  760. label_display_used_statuses_only: הצג רק את המצבים בשימוש לסיווג זה
  761. label_api_access_key: מפתח גישה ל־API
  762. label_missing_api_access_key: חסר מפתח גישה ל־API
  763. label_api_access_key_created_on: 'מפתח גישה ל־API נוצר לפני %{value}'
  764. label_profile: פרופיל
  765. label_subtask_plural: תתי־משימות
  766. label_project_copy_notifications: שלח התראות דואר במהלך העתקת הפרויקט
  767. button_login: התחבר
  768. button_submit: אשר
  769. button_save: שמור
  770. button_check_all: בחר הכל
  771. button_uncheck_all: בחר כלום
  772. button_delete: מחק
  773. button_create: צור
  774. button_create_and_continue: צור ופתח חדש
  775. button_test: בדוק
  776. button_edit: ערוך
  777. button_edit_associated_wikipage: "ערוך דף wiki מקושר: %{page_title}"
  778. button_add: הוסף
  779. button_change: שנה
  780. button_apply: החל
  781. button_clear: נקה
  782. button_lock: נעל
  783. button_unlock: בטל נעילה
  784. button_download: הורד
  785. button_list: רשימה
  786. button_view: צפה
  787. button_move: הזז
  788. button_move_and_follow: העבר ועקוב
  789. button_back: הקודם
  790. button_cancel: בטל
  791. button_activate: הפעל
  792. button_sort: מיין
  793. button_log_time: רישום זמנים
  794. button_rollback: חזור למהדורה זו
  795. button_watch: צפה
  796. button_unwatch: בטל צפיה
  797. button_reply: השב
  798. button_archive: ארכיון
  799. button_unarchive: הוצא מהארכיון
  800. button_reset: אפס
  801. button_rename: שנה שם
  802. button_change_password: שנה סיסמה
  803. button_copy: העתק
  804. button_copy_and_follow: העתק ועקוב
  805. button_annotate: הוסף תיאור מסגרת
  806. button_update: עדכן
  807. button_configure: אפשרויות
  808. button_quote: צטט
  809. button_duplicate: שכפל
  810. button_show: הצג
  811. status_active: פעיל
  812. status_registered: רשום
  813. status_locked: נעול
  814. version_status_open: פתוח
  815. version_status_locked: נעול
  816. version_status_closed: סגור
  817. field_active: פעיל
  818. text_select_mail_notifications: בחר פעולת שבגללן ישלח דוא"ל.
  819. text_regexp_info: כגון. ^[A-Z0-9]+$
  820. text_min_max_length_info: 0 משמעו ללא הגבלות
  821. text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו?
  822. text_subprojects_destroy_warning: "תת־הפרויקטים: %{value} ימחקו גם כן."
  823. text_workflow_edit: בחר תפקיד וסיווג כדי לערוך את זרימת העבודה
  824. text_are_you_sure: האם אתה בטוח?
  825. text_journal_changed: "%{label} השתנה מ%{old} ל%{new}"
  826. text_journal_set_to: "%{label} נקבע ל%{value}"
  827. text_journal_deleted: "%{label} נמחק (%{old})"
  828. text_journal_added: "%{label} %{value} נוסף"
  829. text_tip_issue_begin_day: מטלה המתחילה היום
  830. text_tip_issue_end_day: מטלה המסתיימת היום
  831. text_tip_issue_begin_end_day: מטלה המתחילה ומסתיימת היום
  832. text_caracters_maximum: "מקסימום %{count} תווים."
  833. text_caracters_minimum: "חייב להיות לפחות באורך של %{count} תווים."
  834. text_length_between: "אורך בין %{min} ל %{max} תווים."
  835. text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור סיווג זה
  836. text_unallowed_characters: תווים לא מורשים
  837. text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים).
  838. text_line_separated: ניתן להזין מספר ערכים (שורה אחת לכל ערך).
  839. text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדה
  840. text_issue_added: "הנושא %{id} דווח (בידי %{author})."
  841. text_issue_updated: "הנושא %{id} עודכן (בידי %{author})."
  842. text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו?
  843. text_issue_category_destroy_question: "כמה נושאים (%{count}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
  844. text_issue_category_destroy_assignments: הסר הצבת קטגוריה
  845. text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים
  846. text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או אחראי עליהם)."
  847. text_no_configuration_data: "לא הוגדרה תצורה עבור תפקידים, סיווגים, מצבי נושא וזרימת עבודה.\nמומלץ מאד לטעון את תצורת ברירת המחדל. תוכל לשנותה מאוחר יותר."
  848. text_load_default_configuration: טען את אפשרויות ברירת המחדל
  849. text_status_changed_by_changeset: "הוחל בסדרת השינויים %{value}."
  850. text_issues_destroy_confirmation: 'האם אתה בטוח שברצונך למחוק את הנושאים?'
  851. text_select_project_modules: 'בחר מודולים להחיל על פרויקט זה:'
  852. text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
  853. text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
  854. text_plugin_assets_writable: ספרית נכסי תוספים ניתנת לכתיבה
  855. text_rmagick_available: RMagick זמין (רשות)
  856. text_destroy_time_entries_question: "%{hours} שעות דווחו על הנושאים שאתה עומד למחוק. מה ברצונך לעשות?"
  857. text_destroy_time_entries: מחק שעות שדווחו
  858. text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
  859. text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:'
  860. text_user_wrote: "%{value} כתב:"
  861. text_enumeration_destroy_question: "%{count} אוביקטים מוצבים לערך זה."
  862. text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
  863. text_email_delivery_not_configured: 'לא נקבעה תצורה לשליחת דואר, וההתראות כבויות.\nקבע את תצורת שרת ה־SMTP בקובץ /etc/redmine/&lt;instance&gt;/configuration.yml והתחל את האפליקציה מחדש ע"מ לאפשר אותם.'
  864. text_repository_usernames_mapping: "בחר או עדכן את משתמש Redmine הממופה לכל שם משתמש ביומן המאגר.\nמשתמשים בעלי שם או כתובת דואר זהה ב־Redmine ובמאגר ממופים באופן אוטומטי."
  865. text_diff_truncated: '... השינויים עוברים את מספר השורות המירבי לתצוגה, ולכן הם קוצצו.'
  866. text_custom_field_possible_values_info: שורה אחת לכל ערך
  867. text_wiki_page_destroy_question: לדף זה יש %{descendants} דפים בנים ותלויים. מה ברצונך לעשות?
  868. text_wiki_page_nullify_children: השאר דפים בנים כדפים ראשיים
  869. text_wiki_page_destroy_children: מחק את הדפים הבנים ואת כל התלויים בהם
  870. text_wiki_page_reassign_children: הצב מחדש דפים בנים לדף האב הנוכחי
  871. text_own_membership_delete_confirmation: |-
  872. בכוונתך למחוק חלק או את כל ההרשאות שלך. לאחר מכן לא תוכל יותר לערוך פרויקט זה.
  873. האם אתה בטוח שברצונך להמשיך?
  874. text_zoom_in: התקרב
  875. text_zoom_out: התרחק
  876. default_role_manager: מנהל
  877. default_role_developer: מפתח
  878. default_role_reporter: מדווח
  879. default_tracker_bug: תקלה
  880. default_tracker_feature: יכולת
  881. default_tracker_support: תמיכה
  882. default_issue_status_new: חדש
  883. default_issue_status_in_progress: בעבודה
  884. default_issue_status_resolved: נפתר
  885. default_issue_status_feedback: משוב
  886. default_issue_status_closed: סגור
  887. default_issue_status_rejected: נדחה
  888. default_doc_category_user: תיעוד משתמש
  889. default_doc_category_tech: תיעוד טכני
  890. default_priority_low: נמוכה
  891. default_priority_normal: רגילה
  892. default_priority_high: גבוהה
  893. default_priority_urgent: דחופה
  894. default_priority_immediate: מידית
  895. default_activity_design: עיצוב
  896. default_activity_development: פיתוח
  897. enumeration_issue_priorities: עדיפות נושאים
  898. enumeration_doc_categories: קטגוריות מסמכים
  899. enumeration_activities: פעילויות (מעקב אחר זמנים)
  900. enumeration_system_activity: פעילות מערכת
  901. label_user_mail_option_none: No events
  902. field_member_of_group: Assignee's group
  903. field_assigned_to_role: Assignee's role
  904. label_principal_search: "Search for user or group:"
  905. label_user_search: "Search for user:"
  906. field_visible: Visible
  907. setting_commit_logtime_activity_id: Activity for logged time
  908. text_time_logged_by_changeset: Applied in changeset %{value}.
  909. setting_commit_logtime_enabled: Enable time logging
  910. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  911. setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
  912. field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
  913. text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
  914. label_my_queries: My custom queries
  915. text_journal_changed_no_detail: "%{label} updated"
  916. label_news_comment_added: Comment added to a news
  917. button_expand_all: Expand all
  918. button_collapse_all: Collapse all
  919. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  920. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  921. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  922. text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
  923. label_role_anonymous: Anonymous
  924. label_role_non_member: Non member
  925. label_issue_note_added: Note added
  926. label_issue_status_updated: Status updated
  927. label_issue_priority_updated: Priority updated
  928. label_issues_visibility_own: Issues created by or assigned to the user
  929. field_issues_visibility: Issues visibility
  930. label_issues_visibility_all: All issues
  931. permission_set_own_issues_private: Set own issues public or private
  932. field_is_private: Private
  933. permission_set_issues_private: Set issues public or private
  934. label_issues_visibility_public: All non private issues
  935. text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
  936. field_commit_logs_encoding: קידוד הודעות הפקדה
  937. field_scm_path_encoding: Path encoding
  938. text_scm_path_encoding_note: "Default: UTF-8"
  939. field_path_to_repository: Path to repository
  940. field_root_directory: Root directory
  941. field_cvs_module: Module
  942. field_cvsroot: CVSROOT
  943. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  944. text_scm_command: Command
  945. text_scm_command_version: Version
  946. label_git_report_last_commit: Report last commit for files and directories
  947. notice_issue_successful_create: Issue %{id} created.
  948. label_between: between
  949. setting_issue_group_assignment: Allow issue assignment to groups
  950. label_diff: diff
  951. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  952. description_query_sort_criteria_direction: Sort direction
  953. description_project_scope: Search scope
  954. description_filter: Filter
  955. description_user_mail_notification: Mail notification settings
  956. description_date_from: Enter start date
  957. description_message_content: Message content
  958. description_available_columns: Available Columns
  959. description_date_range_interval: Choose range by selecting start and end date
  960. description_issue_category_reassign: Choose issue category
  961. description_search: Searchfield
  962. description_notes: Notes
  963. description_date_range_list: Choose range from list
  964. description_choose_project: Projects
  965. description_date_to: Enter end date
  966. description_query_sort_criteria_attribute: Sort attribute
  967. description_wiki_subpages_reassign: Choose new parent page
  968. description_selected_columns: Selected Columns
  969. label_parent_revision: Parent
  970. label_child_revision: Child
  971. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  972. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  973. button_edit_section: Edit this section
  974. setting_repositories_encodings: Attachments and repositories encodings
  975. description_all_columns: All Columns
  976. button_export: Export
  977. label_export_options: "%{export_format} export options"
  978. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  979. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  980. label_x_issues:
  981. zero: 0 נושא
  982. one: 1 נושא
  983. other: "%{count} נושאים"
  984. label_repository_new: New repository
  985. field_repository_is_default: Main repository
  986. label_copy_attachments: Copy attachments
  987. label_item_position: "%{position}/%{count}"
  988. label_completed_versions: Completed versions
  989. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  990. field_multiple: Multiple values
  991. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  992. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  993. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  994. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  995. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  996. permission_manage_related_issues: Manage related issues
  997. field_auth_source_ldap_filter: LDAP filter
  998. label_search_for_watchers: Search for watchers to add
  999. notice_account_deleted: Your account has been permanently deleted.
  1000. setting_unsubscribe: Allow users to delete their own account
  1001. button_delete_my_account: Delete my account
  1002. text_account_destroy_confirmation: |-
  1003. Are you sure you want to proceed?
  1004. Your account will be permanently deleted, with no way to reactivate it.
  1005. error_session_expired: Your session has expired. Please login again.
  1006. text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
  1007. setting_session_lifetime: Session maximum lifetime
  1008. setting_session_timeout: Session inactivity timeout
  1009. label_session_expiration: Session expiration
  1010. permission_close_project: Close / reopen the project
  1011. label_show_closed_projects: View closed projects
  1012. button_close: Close
  1013. button_reopen: Reopen
  1014. project_status_active: active
  1015. project_status_closed: closed
  1016. project_status_archived: archived
  1017. text_project_closed: This project is closed and read-only.
  1018. notice_user_successful_create: User %{id} created.
  1019. field_core_fields: Standard fields
  1020. field_timeout: Timeout (in seconds)
  1021. setting_thumbnails_enabled: Display attachment thumbnails
  1022. setting_thumbnails_size: Thumbnails size (in pixels)
  1023. label_status_transitions: Status transitions
  1024. label_fields_permissions: Fields permissions
  1025. label_readonly: Read-only
  1026. label_required: Required
  1027. text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  1028. field_board_parent: Parent forum
  1029. label_attribute_of_project: Project's %{name}
  1030. label_attribute_of_author: Author's %{name}
  1031. label_attribute_of_assigned_to: Assignee's %{name}
  1032. label_attribute_of_fixed_version: Target version's %{name}
  1033. label_copy_subtasks: Copy subtasks
  1034. label_copied_to: copied to
  1035. label_copied_from: copied from
  1036. label_any_issues_in_project: any issues in project
  1037. label_any_issues_not_in_project: any issues not in project
  1038. field_private_notes: Private notes
  1039. permission_view_private_notes: View private notes
  1040. permission_set_notes_private: Set notes as private
  1041. label_no_issues_in_project: no issues in project
  1042. label_any: הכל
  1043. label_last_n_weeks: last %{count} weeks
  1044. setting_cross_project_subtasks: Allow cross-project subtasks
  1045. label_cross_project_descendants: עם פרויקטים בנים
  1046. label_cross_project_tree: עם עץ הפרויקט
  1047. label_cross_project_hierarchy: עם היררכית הפרויקטים
  1048. label_cross_project_system: עם כל הפרויקטים
  1049. button_hide: Hide
  1050. setting_non_working_week_days: Non-working days
  1051. label_in_the_next_days: in the next
  1052. label_in_the_past_days: in the past
  1053. label_attribute_of_user: User's %{name}
  1054. text_turning_multiple_off: If you disable multiple values, multiple values will be
  1055. removed in order to preserve only one value per item.
  1056. label_attribute_of_issue: Issue's %{name}
  1057. permission_add_documents: Add documents
  1058. permission_edit_documents: Edit documents
  1059. permission_delete_documents: Delete documents
  1060. label_gantt_progress_line: Progress line
  1061. setting_jsonp_enabled: Enable JSONP support
  1062. field_inherit_members: Inherit members
  1063. field_closed_on: Closed
  1064. field_generate_password: Generate password
  1065. setting_default_projects_tracker_ids: Default trackers for new projects
  1066. label_total_time: סה"כ
  1067. text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
  1068. text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
  1069. setting_emails_header: Email header
  1070. notice_account_not_activated_yet: You haven't activated your account yet. If you want
  1071. to receive a new activation email, please <a href="%{url}">click this link</a>.
  1072. notice_account_locked: Your account is locked.
  1073. label_hidden: Hidden
  1074. label_visibility_private: to me only
  1075. label_visibility_roles: to these roles only
  1076. label_visibility_public: to any users
  1077. field_must_change_passwd: Must change password at next logon
  1078. notice_new_password_must_be_different: The new password must be different from the
  1079. current password