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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243
  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. not_a_regexp: "is not a valid regular expression"
  130. open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
  131. actionview_instancetag_blank_option: בחר בבקשה
  132. general_text_No: 'לא'
  133. general_text_Yes: 'כן'
  134. general_text_no: 'לא'
  135. general_text_yes: 'כן'
  136. general_lang_name: 'Hebrew (עברית)'
  137. general_csv_separator: ','
  138. general_csv_decimal_separator: '.'
  139. general_csv_encoding: ISO-8859-8
  140. general_pdf_fontname: freesans
  141. general_pdf_monospaced_fontname: freemono
  142. general_first_day_of_week: '7'
  143. notice_account_updated: החשבון עודכן בהצלחה!
  144. notice_account_invalid_credentials: שם משתמש או סיסמה שגויים
  145. notice_account_password_updated: הסיסמה עודכנה בהצלחה!
  146. notice_account_wrong_password: סיסמה שגויה
  147. notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך.
  148. notice_account_unknown_email: משתמש לא מוכר.
  149. notice_can_t_change_password: החשבון הזה משתמש במקור הזדהות חיצוני. שינוי סיסמה הינו בילתי אפשר
  150. notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך.
  151. notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת.
  152. notice_successful_create: יצירה מוצלחת.
  153. notice_successful_update: עידכון מוצלח.
  154. notice_successful_delete: מחיקה מוצלחת.
  155. notice_successful_connection: חיבור מוצלח.
  156. notice_file_not_found: הדף שאתה מנסה לגשת אליו אינו קיים או שהוסר.
  157. notice_locking_conflict: המידע עודכן על ידי משתמש אחר.
  158. notice_not_authorized: אינך מורשה לראות דף זה.
  159. notice_not_authorized_archived_project: הפרויקט שאתה מנסה לגשת אליו נמצא בארכיון.
  160. notice_email_sent: "דואל נשלח לכתובת %{value}"
  161. notice_email_error: "ארעה שגיאה בעת שליחת הדואל (%{value})"
  162. notice_feeds_access_key_reseted: מפתח ה־Atom שלך אופס.
  163. notice_api_access_key_reseted: מפתח הגישה שלך ל־API אופס.
  164. notice_failed_to_save_issues: "נכשרת בשמירת %{count} נושאים ב %{total} נבחרו: %{ids}."
  165. notice_failed_to_save_members: "כשלון בשמירת חבר(ים): %{errors}."
  166. notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך."
  167. notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
  168. notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
  169. notice_unable_delete_version: לא ניתן למחוק גירסה
  170. notice_unable_delete_time_entry: לא ניתן למחוק רשומת זמן.
  171. notice_issue_done_ratios_updated: אחוזי התקדמות לנושא עודכנו.
  172. error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: %{value}"
  173. error_scm_not_found: כניסה ו\או מהדורה אינם קיימים במאגר.
  174. error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: %{value}"
  175. error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
  176. error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
  177. error_no_tracker_in_project: לא הוגדר סיווג לפרויקט זה. נא בדוק את הגדרות הפרויקט.
  178. error_no_default_issue_status: לא מוגדר מצב ברירת מחדל לנושאים. נא בדוק את התצורה ("ניהול -> מצבי נושא").
  179. error_can_not_delete_custom_field: לא ניתן למחוק שדה מותאם אישית
  180. error_can_not_delete_tracker: קיימים נושאים בסיווג זה, ולא ניתן למחוק אותו.
  181. error_can_not_remove_role: תפקיד זה נמצא בשימוש, ולא ניתן למחוק אותו.
  182. error_can_not_reopen_issue_on_closed_version: לא ניתן לפתוח מחדש נושא שמשויך לגירסה סגורה
  183. error_can_not_archive_project: לא ניתן לארכב פרויקט זה
  184. error_issue_done_ratios_not_updated: אחוז התקדמות לנושא לא עודכן.
  185. error_workflow_copy_source: נא בחר סיווג או תפקיד מקור
  186. error_workflow_copy_target: נא בחר תפקיד(ים) וסיווג(ים)
  187. error_unable_delete_issue_status: לא ניתן למחוק מצב נושא
  188. error_unable_to_connect: לא ניתן להתחבר (%{value})
  189. warning_attachments_not_saved: "כשלון בשמירת %{count} קבצים."
  190. mail_subject_lost_password: "סיסמת ה־%{value} שלך"
  191. mail_body_lost_password: 'לשינו סיסמת ה־Redmine שלך, לחץ על הקישור הבא:'
  192. mail_subject_register: "הפעלת חשבון %{value}"
  193. mail_body_register: 'להפעלת חשבון ה־Redmine שלך, לחץ על הקישור הבא:'
  194. mail_body_account_information_external: "אתה יכול להשתמש בחשבון %{value} כדי להתחבר"
  195. mail_body_account_information: פרטי החשבון שלך
  196. mail_subject_account_activation_request: "בקשת הפעלה לחשבון %{value}"
  197. mail_body_account_activation_request: "משתמש חדש (%{value}) נרשם. החשבון שלו מחכה לאישור שלך:"
  198. mail_subject_reminder: "%{count} נושאים מיועדים להגשה בימים הקרובים (%{days})"
  199. mail_body_reminder: "%{count} נושאים שמיועדים אליך מיועדים להגשה בתוך %{days} ימים:"
  200. mail_subject_wiki_content_added: "דף ה־wiki ‏'%{id}' נוסף"
  201. mail_body_wiki_content_added: דף ה־wiki ‏'%{id}' נוסף ע"י %{author}.
  202. mail_subject_wiki_content_updated: "דף ה־wiki ‏'%{id}' עודכן"
  203. mail_body_wiki_content_updated: דף ה־wiki ‏'%{id}' עודכן ע"י %{author}.
  204. field_name: שם
  205. field_description: תיאור
  206. field_summary: תקציר
  207. field_is_required: נדרש
  208. field_firstname: שם פרטי
  209. field_lastname: שם משפחה
  210. field_mail: דוא"ל
  211. field_filename: קובץ
  212. field_filesize: גודל
  213. field_downloads: הורדות
  214. field_author: כותב
  215. field_created_on: נוצר
  216. field_updated_on: עודכן
  217. field_field_format: פורמט
  218. field_is_for_all: לכל הפרויקטים
  219. field_possible_values: ערכים אפשריים
  220. field_regexp: ביטוי רגיל
  221. field_min_length: אורך מינימאלי
  222. field_max_length: אורך מקסימאלי
  223. field_value: ערך
  224. field_category: קטגוריה
  225. field_title: כותרת
  226. field_project: פרויקט
  227. field_issue: נושא
  228. field_status: מצב
  229. field_notes: הערות
  230. field_is_closed: נושא סגור
  231. field_is_default: ערך ברירת מחדל
  232. field_tracker: סיווג
  233. field_subject: שם נושא
  234. field_due_date: תאריך סיום
  235. field_assigned_to: אחראי
  236. field_priority: עדיפות
  237. field_fixed_version: גירסת יעד
  238. field_user: מתשמש
  239. field_principal: מנהל
  240. field_role: תפקיד
  241. field_homepage: דף הבית
  242. field_is_public: פומבי
  243. field_parent: תת פרויקט של
  244. field_is_in_roadmap: נושאים המוצגים במפת הדרכים
  245. field_login: שם משתמש
  246. field_mail_notification: הודעות דוא"ל
  247. field_admin: ניהול
  248. field_last_login_on: התחברות אחרונה
  249. field_language: שפה
  250. field_effective_date: תאריך
  251. field_password: סיסמה
  252. field_new_password: סיסמה חדשה
  253. field_password_confirmation: אישור
  254. field_version: גירסה
  255. field_type: סוג
  256. field_host: שרת
  257. field_port: פורט
  258. field_account: חשבון
  259. field_base_dn: בסיס DN
  260. field_attr_login: תכונת התחברות
  261. field_attr_firstname: תכונת שם פרטים
  262. field_attr_lastname: תכונת שם משפחה
  263. field_attr_mail: תכונת דוא"ל
  264. field_onthefly: יצירת משתמשים זריזה
  265. field_start_date: תאריך התחלה
  266. field_done_ratio: "% גמור"
  267. field_auth_source: מקור הזדהות
  268. field_hide_mail: החבא את כתובת הדוא"ל שלי
  269. field_comments: הערות
  270. field_url: URL
  271. field_start_page: דף התחלתי
  272. field_subproject: תת־פרויקט
  273. field_hours: שעות
  274. field_activity: פעילות
  275. field_spent_on: תאריך
  276. field_identifier: מזהה
  277. field_is_filter: משמש כמסנן
  278. field_issue_to: נושאים קשורים
  279. field_delay: עיקוב
  280. field_assignable: ניתן להקצות נושאים לתפקיד זה
  281. field_redirect_existing_links: העבר קישורים קיימים
  282. field_estimated_hours: זמן משוער
  283. field_column_names: עמודות
  284. field_time_entries: רישום זמנים
  285. field_time_zone: איזור זמן
  286. field_searchable: ניתן לחיפוש
  287. field_default_value: ערך ברירת מחדל
  288. field_comments_sorting: הצג הערות
  289. field_parent_title: דף אב
  290. field_editable: ניתן לעריכה
  291. field_watcher: צופה
  292. field_identity_url: כתובת OpenID
  293. field_content: תוכן
  294. field_group_by: קבץ את התוצאות לפי
  295. field_sharing: שיתוף
  296. field_parent_issue: משימת אב
  297. field_text: שדה טקסט
  298. setting_app_title: כותרת ישום
  299. setting_welcome_text: טקסט "ברוך הבא"
  300. setting_default_language: שפת ברירת מחדל
  301. setting_login_required: דרושה הזדהות
  302. setting_self_registration: אפשר הרשמה עצמית
  303. setting_attachment_max_size: גודל דבוקה מקסימאלי
  304. setting_issues_export_limit: גבול יצוא נושאים
  305. setting_mail_from: כתובת שליחת דוא"ל
  306. setting_bcc_recipients: מוסתר (bcc)
  307. setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML)
  308. setting_host_name: שם שרת
  309. setting_text_formatting: עיצוב טקסט
  310. setting_wiki_compression: כיווץ היסטורית wiki
  311. setting_feeds_limit: גבול תוכן הזנות
  312. setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל
  313. setting_autofetch_changesets: משיכה אוטומטית של שינויים
  314. setting_sys_api_enabled: אפשר שירות רשת לניהול המאגר
  315. setting_commit_ref_keywords: מילות מפתח מקשרות
  316. setting_commit_fix_keywords: מילות מפתח מתקנות
  317. setting_autologin: התחברות אוטומטית
  318. setting_date_format: פורמט תאריך
  319. setting_time_format: פורמט זמן
  320. setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים
  321. setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים
  322. setting_emails_footer: תחתית דוא"ל
  323. setting_protocol: פרוטוקול
  324. setting_per_page_options: אפשרויות אוביקטים לפי דף
  325. setting_user_format: פורמט הצגת משתמשים
  326. setting_activity_days_default: ימים המוצגים על פעילות הפרויקט
  327. setting_display_subprojects_issues: הצג נושאים של תתי־פרויקטים כברירת מחדל
  328. setting_enabled_scm: אפשר ניהול תצורה
  329. setting_mail_handler_body_delimiters: חתוך כתובות דואר אחרי אחת משורות אלה
  330. setting_mail_handler_api_enabled: אפשר שירות רשת לדואר נכנס
  331. setting_mail_handler_api_key: מפתח API
  332. setting_sequential_project_identifiers: השתמש במספרים עוקבים למזהי פרויקט
  333. setting_gravatar_enabled: שימוש בצלמיות משתמשים מ־Gravatar
  334. setting_gravatar_default: תמונת Gravatar ברירת מחדל
  335. setting_diff_max_lines_displayed: מספר מירבי של שורות בתצוגת שינויים
  336. setting_file_max_size_displayed: גודל מירבי של מלל המוצג בתוך השורה
  337. setting_repository_log_display_limit: מספר מירבי של מהדורות המוצגות ביומן קובץ
  338. setting_openid: אפשר התחברות ורישום באמצעות OpenID
  339. setting_password_min_length: אורך סיסמה מינימאלי
  340. setting_new_project_user_role_id: התפקיד שמוגדר למשתמש פשוט אשר יוצר פרויקט
  341. setting_default_projects_modules: מודולים מאופשרים בברירת מחדל עבור פרויקטים חדשים
  342. setting_issue_done_ratio: חשב אחוז התקדמות בנושא עם
  343. setting_issue_done_ratio_issue_field: השתמש בשדה הנושא
  344. setting_issue_done_ratio_issue_status: השתמש במצב הנושא
  345. setting_start_of_week: השבוע מתחיל ביום
  346. setting_rest_api_enabled: אפשר שירות רשת REST
  347. setting_cache_formatted_text: שמור טקסט מעוצב במטמון
  348. setting_default_notification_option: אפשרות התראה ברירת־מחדל
  349. permission_add_project: יצירת פרויקט
  350. permission_add_subprojects: יצירת תתי־פרויקט
  351. permission_edit_project: עריכת פרויקט
  352. permission_select_project_modules: בחירת מודולי פרויקט
  353. permission_manage_members: ניהול חברים
  354. permission_manage_project_activities: נהל פעילויות פרויקט
  355. permission_manage_versions: ניהול גירסאות
  356. permission_manage_categories: ניהול קטגוריות נושאים
  357. permission_view_issues: צפיה בנושאים
  358. permission_add_issues: הוספת נושא
  359. permission_edit_issues: עריכת נושאים
  360. permission_manage_issue_relations: ניהול קשרים בין נושאים
  361. permission_add_issue_notes: הוספת הערות לנושאים
  362. permission_edit_issue_notes: עריכת רשימות
  363. permission_edit_own_issue_notes: עריכת הערות של עצמו
  364. permission_move_issues: הזזת נושאים
  365. permission_delete_issues: מחיקת נושאים
  366. permission_manage_public_queries: ניהול שאילתות פומביות
  367. permission_save_queries: שמירת שאילתות
  368. permission_view_gantt: צפיה בגאנט
  369. permission_view_calendar: צפיה בלוח השנה
  370. permission_view_issue_watchers: צפיה ברשימת צופים
  371. permission_add_issue_watchers: הוספת צופים
  372. permission_delete_issue_watchers: הסרת צופים
  373. permission_log_time: תיעוד זמן שהושקע
  374. permission_view_time_entries: צפיה ברישום זמנים
  375. permission_edit_time_entries: עריכת רישום זמנים
  376. permission_edit_own_time_entries: עריכת רישום הזמנים של עצמו
  377. permission_manage_news: ניהול חדשות
  378. permission_comment_news: תגובה לחדשות
  379. permission_view_documents: צפיה במסמכים
  380. permission_manage_files: ניהול קבצים
  381. permission_view_files: צפיה בקבצים
  382. permission_manage_wiki: ניהול wiki
  383. permission_rename_wiki_pages: שינוי שם של דפי wiki
  384. permission_delete_wiki_pages: מחיקת דפי wiki
  385. permission_view_wiki_pages: צפיה ב־wiki
  386. permission_view_wiki_edits: צפיה בהיסטורית wiki
  387. permission_edit_wiki_pages: עריכת דפי wiki
  388. permission_delete_wiki_pages_attachments: מחיקת דבוקות
  389. permission_protect_wiki_pages: הגנה על כל דפי wiki
  390. permission_manage_repository: ניהול מאגר
  391. permission_browse_repository: סיור במאגר
  392. permission_view_changesets: צפיה בסדרות שינויים
  393. permission_commit_access: אישור הפקדות
  394. permission_manage_boards: ניהול לוחות
  395. permission_view_messages: צפיה בהודעות
  396. permission_add_messages: הצבת הודעות
  397. permission_edit_messages: עריכת הודעות
  398. permission_edit_own_messages: עריכת הודעות של עצמו
  399. permission_delete_messages: מחיקת הודעות
  400. permission_delete_own_messages: מחיקת הודעות של עצמו
  401. permission_export_wiki_pages: יצא דפי wiki
  402. permission_manage_subtasks: נהל תתי־משימות
  403. project_module_issue_tracking: מעקב נושאים
  404. project_module_time_tracking: מעקב אחר זמנים
  405. project_module_news: חדשות
  406. project_module_documents: מסמכים
  407. project_module_files: קבצים
  408. project_module_wiki: Wiki
  409. project_module_repository: מאגר
  410. project_module_boards: לוחות
  411. project_module_calendar: לוח שנה
  412. project_module_gantt: גאנט
  413. label_user: משתמש
  414. label_user_plural: משתמשים
  415. label_user_new: משתמש חדש
  416. label_user_anonymous: אלמוני
  417. label_project: פרויקט
  418. label_project_new: פרויקט חדש
  419. label_project_plural: פרויקטים
  420. label_x_projects:
  421. zero: ללא פרויקטים
  422. one: פרויקט אחד
  423. other: "%{count} פרויקטים"
  424. label_project_all: כל הפרויקטים
  425. label_project_latest: הפרויקטים החדשים ביותר
  426. label_issue: נושא
  427. label_issue_new: נושא חדש
  428. label_issue_plural: נושאים
  429. label_issue_view_all: צפה בכל הנושאים
  430. label_issues_by: "נושאים לפי %{value}"
  431. label_issue_added: נושא נוסף
  432. label_issue_updated: נושא עודכן
  433. label_document: מסמך
  434. label_document_new: מסמך חדש
  435. label_document_plural: מסמכים
  436. label_document_added: מסמך נוסף
  437. label_role: תפקיד
  438. label_role_plural: תפקידים
  439. label_role_new: תפקיד חדש
  440. label_role_and_permissions: תפקידים והרשאות
  441. label_member: חבר
  442. label_member_new: חבר חדש
  443. label_member_plural: חברים
  444. label_tracker: סיווג
  445. label_tracker_plural: סיווגים
  446. label_tracker_new: סיווג חדש
  447. label_workflow: זרימת עבודה
  448. label_issue_status: מצב נושא
  449. label_issue_status_plural: מצבי נושא
  450. label_issue_status_new: מצב חדש
  451. label_issue_category: קטגורית נושא
  452. label_issue_category_plural: קטגוריות נושא
  453. label_issue_category_new: קטגוריה חדשה
  454. label_custom_field: שדה אישי
  455. label_custom_field_plural: שדות אישיים
  456. label_custom_field_new: שדה אישי חדש
  457. label_enumerations: אינומרציות
  458. label_enumeration_new: ערך חדש
  459. label_information: מידע
  460. label_information_plural: מידע
  461. label_please_login: נא התחבר
  462. label_register: הרשמה
  463. label_login_with_open_id_option: או התחבר באמצעות OpenID
  464. label_password_lost: אבדה הסיסמה?
  465. label_home: דף הבית
  466. label_my_page: הדף שלי
  467. label_my_account: החשבון שלי
  468. label_my_projects: הפרויקטים שלי
  469. label_administration: ניהול
  470. label_login: התחבר
  471. label_logout: התנתק
  472. label_help: עזרה
  473. label_reported_issues: נושאים שדווחו
  474. label_assigned_to_me_issues: נושאים שהוצבו לי
  475. label_last_login: התחברות אחרונה
  476. label_registered_on: נרשם בתאריך
  477. label_activity: פעילות
  478. label_overall_activity: פעילות כוללת
  479. label_user_activity: "הפעילות של %{value}"
  480. label_new: חדש
  481. label_logged_as: מחובר כ
  482. label_environment: סביבה
  483. label_authentication: הזדהות
  484. label_auth_source: מקור הזדהות
  485. label_auth_source_new: מקור הזדהות חדש
  486. label_auth_source_plural: מקורות הזדהות
  487. label_subproject_plural: תת־פרויקטים
  488. label_subproject_new: תת־פרויקט חדש
  489. label_and_its_subprojects: "%{value} וכל תתי־הפרויקטים שלו"
  490. label_min_max_length: אורך מינימאלי - מקסימאלי
  491. label_list: רשימה
  492. label_date: תאריך
  493. label_integer: מספר שלם
  494. label_float: צף
  495. label_boolean: ערך בוליאני
  496. label_string: טקסט
  497. label_text: טקסט ארוך
  498. label_attribute: תכונה
  499. label_attribute_plural: תכונות
  500. label_no_data: אין מידע להציג
  501. label_change_status: שנה מצב
  502. label_history: היסטוריה
  503. label_attachment: קובץ
  504. label_attachment_new: קובץ חדש
  505. label_attachment_delete: מחק קובץ
  506. label_attachment_plural: קבצים
  507. label_file_added: קובץ נוסף
  508. label_report: דו"ח
  509. label_report_plural: דו"חות
  510. label_news: חדשות
  511. label_news_new: הוסף חדשות
  512. label_news_plural: חדשות
  513. label_news_latest: חדשות אחרונות
  514. label_news_view_all: צפה בכל החדשות
  515. label_news_added: חדשות נוספו
  516. label_settings: הגדרות
  517. label_overview: מבט רחב
  518. label_version: גירסה
  519. label_version_new: גירסה חדשה
  520. label_version_plural: גירסאות
  521. label_close_versions: סגור גירסאות שהושלמו
  522. label_confirmation: אישור
  523. label_export_to: יצא ל
  524. label_read: קרא...
  525. label_public_projects: פרויקטים פומביים
  526. label_open_issues: פתוח
  527. label_open_issues_plural: פתוחים
  528. label_closed_issues: סגור
  529. label_closed_issues_plural: סגורים
  530. label_x_open_issues_abbr:
  531. zero: 0 פתוחים
  532. one: 1 פתוח
  533. other: "%{count} פתוחים"
  534. label_x_closed_issues_abbr:
  535. zero: 0 סגורים
  536. one: 1 סגור
  537. other: "%{count} סגורים"
  538. label_total: סה"כ
  539. label_permissions: הרשאות
  540. label_current_status: מצב נוכחי
  541. label_new_statuses_allowed: מצבים חדשים אפשריים
  542. label_all: הכל
  543. label_none: כלום
  544. label_nobody: אף אחד
  545. label_next: הבא
  546. label_previous: הקודם
  547. label_used_by: בשימוש ע"י
  548. label_details: פרטים
  549. label_add_note: הוסף הערה
  550. label_calendar: לוח שנה
  551. label_months_from: חודשים מ
  552. label_gantt: גאנט
  553. label_internal: פנימי
  554. label_last_changes: "%{count} שינוים אחרונים"
  555. label_change_view_all: צפה בכל השינוים
  556. label_comment: תגובה
  557. label_comment_plural: תגובות
  558. label_x_comments:
  559. zero: אין הערות
  560. one: הערה אחת
  561. other: "%{count} הערות"
  562. label_comment_add: הוסף תגובה
  563. label_comment_added: תגובה נוספה
  564. label_comment_delete: מחק תגובות
  565. label_query: שאילתה אישית
  566. label_query_plural: שאילתות אישיות
  567. label_query_new: שאילתה חדשה
  568. label_filter_add: הוסף מסנן
  569. label_filter_plural: מסננים
  570. label_equals: הוא
  571. label_not_equals: הוא לא
  572. label_in_less_than: בפחות מ
  573. label_in_more_than: ביותר מ
  574. label_greater_or_equal: ">="
  575. label_less_or_equal: <=
  576. label_in: ב
  577. label_today: היום
  578. label_all_time: תמיד
  579. label_yesterday: אתמול
  580. label_this_week: השבוע
  581. label_last_week: השבוע שעבר
  582. label_last_n_days: "ב־%{count} ימים אחרונים"
  583. label_this_month: החודש
  584. label_last_month: חודש שעבר
  585. label_this_year: השנה
  586. label_date_range: טווח תאריכים
  587. label_less_than_ago: פחות מ
  588. label_more_than_ago: יותר מ
  589. label_ago: לפני
  590. label_contains: מכיל
  591. label_not_contains: לא מכיל
  592. label_day_plural: ימים
  593. label_repository: מאגר
  594. label_repository_plural: מאגרים
  595. label_browse: סייר
  596. label_branch: ענף
  597. label_tag: סימון
  598. label_revision: מהדורה
  599. label_revision_plural: מהדורות
  600. label_revision_id: מהדורה %{value}
  601. label_associated_revisions: מהדורות קשורות
  602. label_added: נוסף
  603. label_modified: שונה
  604. label_copied: הועתק
  605. label_renamed: השם שונה
  606. label_deleted: נמחק
  607. label_latest_revision: מהדורה אחרונה
  608. label_latest_revision_plural: מהדורות אחרונות
  609. label_view_revisions: צפה במהדורות
  610. label_view_all_revisions: צפה בכל המהדורות
  611. label_max_size: גודל מקסימאלי
  612. label_sort_highest: הזז לראשית
  613. label_sort_higher: הזז למעלה
  614. label_sort_lower: הזז למטה
  615. label_sort_lowest: הזז לתחתית
  616. label_roadmap: מפת הדרכים
  617. label_roadmap_due_in: "נגמר בעוד %{value}"
  618. label_roadmap_overdue: "%{value} מאחר"
  619. label_roadmap_no_issues: אין נושאים לגירסה זו
  620. label_search: חפש
  621. label_result_plural: תוצאות
  622. label_all_words: כל המילים
  623. label_wiki: Wiki
  624. label_wiki_edit: ערוך wiki
  625. label_wiki_edit_plural: עריכות wiki
  626. label_wiki_page: דף Wiki
  627. label_wiki_page_plural: דפי wiki
  628. label_index_by_title: סדר על פי כותרת
  629. label_index_by_date: סדר על פי תאריך
  630. label_current_version: גירסה נוכחית
  631. label_preview: תצוגה מקדימה
  632. label_feed_plural: הזנות
  633. label_changes_details: פירוט כל השינויים
  634. label_issue_tracking: מעקב אחר נושאים
  635. label_spent_time: זמן שהושקע
  636. label_overall_spent_time: זמן שהושקע סה"כ
  637. label_f_hour: "%{value} שעה"
  638. label_f_hour_plural: "%{value} שעות"
  639. label_time_tracking: מעקב זמנים
  640. label_change_plural: שינויים
  641. label_statistics: סטטיסטיקות
  642. label_commits_per_month: הפקדות לפי חודש
  643. label_commits_per_author: הפקדות לפי כותב
  644. label_view_diff: צפה בשינויים
  645. label_diff_inline: בתוך השורה
  646. label_diff_side_by_side: צד לצד
  647. label_options: אפשרויות
  648. label_copy_workflow_from: העתק זירמת עבודה מ
  649. label_permissions_report: דו"ח הרשאות
  650. label_watched_issues: נושאים שנצפו
  651. label_related_issues: נושאים קשורים
  652. label_applied_status: מצב מוחל
  653. label_loading: טוען...
  654. label_relation_new: קשר חדש
  655. label_relation_delete: מחק קשר
  656. label_relates_to: קשור ל
  657. label_duplicates: מכפיל את
  658. label_duplicated_by: שוכפל ע"י
  659. label_blocks: חוסם את
  660. label_blocked_by: חסום ע"י
  661. label_precedes: מקדים את
  662. label_follows: עוקב אחרי
  663. label_stay_logged_in: השאר מחובר
  664. label_disabled: מבוטל
  665. label_show_completed_versions: הצג גירסאות גמורות
  666. label_me: אני
  667. label_board: פורום
  668. label_board_new: פורום חדש
  669. label_board_plural: פורומים
  670. label_board_locked: נעול
  671. label_board_sticky: דביק
  672. label_topic_plural: נושאים
  673. label_message_plural: הודעות
  674. label_message_last: הודעה אחרונה
  675. label_message_new: הודעה חדשה
  676. label_message_posted: הודעה נוספה
  677. label_reply_plural: השבות
  678. label_send_information: שלח מידע על חשבון למשתמש
  679. label_year: שנה
  680. label_month: חודש
  681. label_week: שבוע
  682. label_date_from: מתאריך
  683. label_date_to: עד
  684. label_language_based: מבוסס שפה
  685. label_sort_by: "מיין לפי %{value}"
  686. label_send_test_email: שלח דוא"ל בדיקה
  687. label_feeds_access_key: מפתח גישה ל־Atom
  688. label_missing_feeds_access_key: חסר מפתח גישה ל־Atom
  689. label_feeds_access_key_created_on: "מפתח הזנת Atom נוצר לפני%{value}"
  690. label_module_plural: מודולים
  691. label_added_time_by: 'נוסף ע"י %{author} לפני %{age}'
  692. label_updated_time_by: 'עודכן ע"י %{author} לפני %{age}'
  693. label_updated_time: "עודכן לפני %{value} "
  694. label_jump_to_a_project: קפוץ לפרויקט...
  695. label_file_plural: קבצים
  696. label_changeset_plural: סדרות שינויים
  697. label_default_columns: עמודת ברירת מחדל
  698. label_no_change_option: (אין שינוים)
  699. label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים
  700. label_theme: ערכת נושא
  701. label_default: ברירת מחדל
  702. label_search_titles_only: חפש בכותרות בלבד
  703. label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי"
  704. label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..."
  705. label_user_mail_option_only_my_events: עבור דברים שאני צופה או מעורב בהם בלבד
  706. label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע"
  707. label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
  708. label_registration_manual_activation: הפעלת חשבון ידנית
  709. label_registration_automatic_activation: הפעלת חשבון אוטומטית
  710. label_display_per_page: "בכל דף: %{value} תוצאות"
  711. label_age: גיל
  712. label_change_properties: שנה מאפיינים
  713. label_general: כללי
  714. label_scm: מערכת ניהול תצורה
  715. label_plugins: תוספים
  716. label_ldap_authentication: הזדהות LDAP
  717. label_downloads_abbr: D/L
  718. label_optional_description: תיאור רשות
  719. label_add_another_file: הוסף עוד קובץ
  720. label_preferences: העדפות
  721. label_chronological_order: בסדר כרונולוגי
  722. label_reverse_chronological_order: בסדר כרונולוגי הפוך
  723. label_incoming_emails: דוא"ל נכנס
  724. label_generate_key: צור מפתח
  725. label_issue_watchers: צופים
  726. label_example: דוגמא
  727. label_display: תצוגה
  728. label_sort: מיון
  729. label_ascending: בסדר עולה
  730. label_descending: בסדר יורד
  731. label_date_from_to: 'מתאריך %{start} ועד תאריך %{end}'
  732. label_wiki_content_added: נוסף דף ל־wiki
  733. label_wiki_content_updated: דף wiki עודכן
  734. label_group: קבוצה
  735. label_group_plural: קבוצות
  736. label_group_new: קבוצה חדשה
  737. label_time_entry_plural: זמן שהושקע
  738. label_version_sharing_none: לא משותף
  739. label_version_sharing_descendants: עם פרויקטים בנים
  740. label_version_sharing_hierarchy: עם היררכית הפרויקטים
  741. label_version_sharing_tree: עם עץ הפרויקט
  742. label_version_sharing_system: עם כל הפרויקטים
  743. label_update_issue_done_ratios: עדכן אחוז התקדמות לנושא
  744. label_copy_source: מקור
  745. label_copy_target: יעד
  746. label_copy_same_as_target: זהה ליעד
  747. label_display_used_statuses_only: הצג רק את המצבים בשימוש לסיווג זה
  748. label_api_access_key: מפתח גישה ל־API
  749. label_missing_api_access_key: חסר מפתח גישה ל־API
  750. label_api_access_key_created_on: 'מפתח גישה ל־API נוצר לפני %{value}'
  751. label_profile: פרופיל
  752. label_subtask_plural: תתי־משימות
  753. label_project_copy_notifications: שלח התראות דואר במהלך העתקת הפרויקט
  754. button_login: התחבר
  755. button_submit: אשר
  756. button_save: שמור
  757. button_check_all: בחר הכל
  758. button_uncheck_all: בחר כלום
  759. button_delete: מחק
  760. button_create: צור
  761. button_create_and_continue: צור ופתח חדש
  762. button_test: בדוק
  763. button_edit: ערוך
  764. button_edit_associated_wikipage: "ערוך דף wiki מקושר: %{page_title}"
  765. button_add: הוסף
  766. button_change: שנה
  767. button_apply: החל
  768. button_clear: נקה
  769. button_lock: נעל
  770. button_unlock: בטל נעילה
  771. button_download: הורד
  772. button_list: רשימה
  773. button_view: צפה
  774. button_move: הזז
  775. button_move_and_follow: העבר ועקוב
  776. button_back: הקודם
  777. button_cancel: בטל
  778. button_activate: הפעל
  779. button_sort: מיין
  780. button_log_time: רישום זמנים
  781. button_rollback: חזור למהדורה זו
  782. button_watch: צפה
  783. button_unwatch: בטל צפיה
  784. button_reply: השב
  785. button_archive: ארכיון
  786. button_unarchive: הוצא מהארכיון
  787. button_reset: אפס
  788. button_rename: שנה שם
  789. button_change_password: שנה סיסמה
  790. button_copy: העתק
  791. button_copy_and_follow: העתק ועקוב
  792. button_annotate: הוסף תיאור מסגרת
  793. button_update: עדכן
  794. button_configure: אפשרויות
  795. button_quote: צטט
  796. button_duplicate: שכפל
  797. button_show: הצג
  798. status_active: פעיל
  799. status_registered: רשום
  800. status_locked: נעול
  801. version_status_open: פתוח
  802. version_status_locked: נעול
  803. version_status_closed: סגור
  804. field_active: פעיל
  805. text_select_mail_notifications: בחר פעולת שבגללן ישלח דוא"ל.
  806. text_regexp_info: כגון. ^[A-Z0-9]+$
  807. text_min_max_length_info: 0 משמעו ללא הגבלות
  808. text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו?
  809. text_subprojects_destroy_warning: "תת־הפרויקטים: %{value} ימחקו גם כן."
  810. text_workflow_edit: בחר תפקיד וסיווג כדי לערוך את זרימת העבודה
  811. text_are_you_sure: האם אתה בטוח?
  812. text_journal_changed: "%{label} השתנה מ%{old} ל%{new}"
  813. text_journal_set_to: "%{label} נקבע ל%{value}"
  814. text_journal_deleted: "%{label} נמחק (%{old})"
  815. text_journal_added: "%{label} %{value} נוסף"
  816. text_tip_issue_begin_day: מטלה המתחילה היום
  817. text_tip_issue_end_day: מטלה המסתיימת היום
  818. text_tip_issue_begin_end_day: מטלה המתחילה ומסתיימת היום
  819. text_caracters_maximum: "מקסימום %{count} תווים."
  820. text_caracters_minimum: "חייב להיות לפחות באורך של %{count} תווים."
  821. text_length_between: "אורך בין %{min} ל %{max} תווים."
  822. text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור סיווג זה
  823. text_unallowed_characters: תווים לא מורשים
  824. text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים).
  825. text_line_separated: ניתן להזין מספר ערכים (שורה אחת לכל ערך).
  826. text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדה
  827. text_issue_added: "הנושא %{id} דווח (בידי %{author})."
  828. text_issue_updated: "הנושא %{id} עודכן (בידי %{author})."
  829. text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו?
  830. text_issue_category_destroy_question: "כמה נושאים (%{count}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
  831. text_issue_category_destroy_assignments: הסר הצבת קטגוריה
  832. text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים
  833. text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או אחראי עליהם)."
  834. text_no_configuration_data: "לא הוגדרה תצורה עבור תפקידים, סיווגים, מצבי נושא וזרימת עבודה.\nמומלץ מאד לטעון את תצורת ברירת המחדל. תוכל לשנותה מאוחר יותר."
  835. text_load_default_configuration: טען את אפשרויות ברירת המחדל
  836. text_status_changed_by_changeset: "הוחל בסדרת השינויים %{value}."
  837. text_issues_destroy_confirmation: 'האם אתה בטוח שברצונך למחוק את הנושאים?'
  838. text_select_project_modules: 'בחר מודולים להחיל על פרויקט זה:'
  839. text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
  840. text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
  841. text_plugin_assets_writable: ספרית נכסי תוספים ניתנת לכתיבה
  842. text_rmagick_available: RMagick זמין (רשות)
  843. text_destroy_time_entries_question: "%{hours} שעות דווחו על הנושאים שאתה עומד למחוק. מה ברצונך לעשות?"
  844. text_destroy_time_entries: מחק שעות שדווחו
  845. text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
  846. text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:'
  847. text_user_wrote: "%{value} כתב:"
  848. text_enumeration_destroy_question: "%{count} אוביקטים מוצבים לערך זה."
  849. text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
  850. text_email_delivery_not_configured: 'לא נקבעה תצורה לשליחת דואר, וההתראות כבויות.\nקבע את תצורת שרת ה־SMTP בקובץ /etc/redmine/&lt;instance&gt;/configuration.yml והתחל את האפליקציה מחדש ע"מ לאפשר אותם.'
  851. text_repository_usernames_mapping: "בחר או עדכן את משתמש Redmine הממופה לכל שם משתמש ביומן המאגר.\nמשתמשים בעלי שם או כתובת דואר זהה ב־Redmine ובמאגר ממופים באופן אוטומטי."
  852. text_diff_truncated: '... השינויים עוברים את מספר השורות המירבי לתצוגה, ולכן הם קוצצו.'
  853. text_custom_field_possible_values_info: שורה אחת לכל ערך
  854. text_wiki_page_destroy_question: לדף זה יש %{descendants} דפים בנים ותלויים. מה ברצונך לעשות?
  855. text_wiki_page_nullify_children: השאר דפים בנים כדפים ראשיים
  856. text_wiki_page_destroy_children: מחק את הדפים הבנים ואת כל התלויים בהם
  857. text_wiki_page_reassign_children: הצב מחדש דפים בנים לדף האב הנוכחי
  858. text_own_membership_delete_confirmation: |-
  859. בכוונתך למחוק חלק או את כל ההרשאות שלך. לאחר מכן לא תוכל יותר לערוך פרויקט זה.
  860. האם אתה בטוח שברצונך להמשיך?
  861. text_zoom_in: התקרב
  862. text_zoom_out: התרחק
  863. default_role_manager: מנהל
  864. default_role_developer: מפתח
  865. default_role_reporter: מדווח
  866. default_tracker_bug: תקלה
  867. default_tracker_feature: יכולת
  868. default_tracker_support: תמיכה
  869. default_issue_status_new: חדש
  870. default_issue_status_in_progress: בעבודה
  871. default_issue_status_resolved: נפתר
  872. default_issue_status_feedback: משוב
  873. default_issue_status_closed: סגור
  874. default_issue_status_rejected: נדחה
  875. default_doc_category_user: תיעוד משתמש
  876. default_doc_category_tech: תיעוד טכני
  877. default_priority_low: נמוכה
  878. default_priority_normal: רגילה
  879. default_priority_high: גבוהה
  880. default_priority_urgent: דחופה
  881. default_priority_immediate: מידית
  882. default_activity_design: עיצוב
  883. default_activity_development: פיתוח
  884. enumeration_issue_priorities: עדיפות נושאים
  885. enumeration_doc_categories: קטגוריות מסמכים
  886. enumeration_activities: פעילויות (מעקב אחר זמנים)
  887. enumeration_system_activity: פעילות מערכת
  888. label_user_mail_option_none: No events
  889. field_member_of_group: Assignee's group
  890. field_assigned_to_role: Assignee's role
  891. label_principal_search: "Search for user or group:"
  892. label_user_search: "Search for user:"
  893. field_visible: Visible
  894. setting_commit_logtime_activity_id: Activity for logged time
  895. text_time_logged_by_changeset: Applied in changeset %{value}.
  896. setting_commit_logtime_enabled: Enable time logging
  897. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  898. setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
  899. field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
  900. text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
  901. label_my_queries: My custom queries
  902. text_journal_changed_no_detail: "%{label} updated"
  903. label_news_comment_added: Comment added to a news
  904. button_expand_all: Expand all
  905. button_collapse_all: Collapse all
  906. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  907. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  908. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  909. text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
  910. label_role_anonymous: Anonymous
  911. label_role_non_member: Non member
  912. label_issue_note_added: Note added
  913. label_issue_status_updated: Status updated
  914. label_issue_priority_updated: Priority updated
  915. label_issues_visibility_own: Issues created by or assigned to the user
  916. field_issues_visibility: Issues visibility
  917. label_issues_visibility_all: All issues
  918. permission_set_own_issues_private: Set own issues public or private
  919. field_is_private: Private
  920. permission_set_issues_private: Set issues public or private
  921. label_issues_visibility_public: All non private issues
  922. text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
  923. field_commit_logs_encoding: קידוד הודעות הפקדה
  924. field_scm_path_encoding: Path encoding
  925. text_scm_path_encoding_note: "Default: UTF-8"
  926. field_path_to_repository: Path to repository
  927. field_root_directory: Root directory
  928. field_cvs_module: Module
  929. field_cvsroot: CVSROOT
  930. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  931. text_scm_command: Command
  932. text_scm_command_version: Version
  933. label_git_report_last_commit: Report last commit for files and directories
  934. notice_issue_successful_create: Issue %{id} created.
  935. label_between: between
  936. setting_issue_group_assignment: Allow issue assignment to groups
  937. label_diff: diff
  938. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  939. description_query_sort_criteria_direction: Sort direction
  940. description_project_scope: Search scope
  941. description_filter: Filter
  942. description_user_mail_notification: Mail notification settings
  943. description_message_content: Message content
  944. description_available_columns: Available Columns
  945. description_issue_category_reassign: Choose issue category
  946. description_search: Searchfield
  947. description_notes: Notes
  948. description_choose_project: Projects
  949. description_query_sort_criteria_attribute: Sort attribute
  950. description_wiki_subpages_reassign: Choose new parent page
  951. description_selected_columns: Selected Columns
  952. label_parent_revision: Parent
  953. label_child_revision: Child
  954. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  955. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  956. button_edit_section: Edit this section
  957. setting_repositories_encodings: Attachments and repositories encodings
  958. description_all_columns: All Columns
  959. button_export: Export
  960. label_export_options: "%{export_format} export options"
  961. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  962. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  963. label_x_issues:
  964. zero: 0 נושא
  965. one: 1 נושא
  966. other: "%{count} נושאים"
  967. label_repository_new: New repository
  968. field_repository_is_default: Main repository
  969. label_copy_attachments: Copy attachments
  970. label_item_position: "%{position}/%{count}"
  971. label_completed_versions: Completed versions
  972. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  973. field_multiple: Multiple values
  974. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  975. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  976. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  977. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  978. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  979. permission_manage_related_issues: Manage related issues
  980. field_auth_source_ldap_filter: LDAP filter
  981. label_search_for_watchers: Search for watchers to add
  982. notice_account_deleted: Your account has been permanently deleted.
  983. setting_unsubscribe: Allow users to delete their own account
  984. button_delete_my_account: Delete my account
  985. text_account_destroy_confirmation: |-
  986. Are you sure you want to proceed?
  987. Your account will be permanently deleted, with no way to reactivate it.
  988. error_session_expired: Your session has expired. Please login again.
  989. text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
  990. setting_session_lifetime: Session maximum lifetime
  991. setting_session_timeout: Session inactivity timeout
  992. label_session_expiration: Session expiration
  993. permission_close_project: Close / reopen the project
  994. label_show_closed_projects: View closed projects
  995. button_close: Close
  996. button_reopen: Reopen
  997. project_status_active: active
  998. project_status_closed: closed
  999. project_status_archived: archived
  1000. text_project_closed: This project is closed and read-only.
  1001. notice_user_successful_create: User %{id} created.
  1002. field_core_fields: Standard fields
  1003. field_timeout: Timeout (in seconds)
  1004. setting_thumbnails_enabled: Display attachment thumbnails
  1005. setting_thumbnails_size: Thumbnails size (in pixels)
  1006. label_status_transitions: Status transitions
  1007. label_fields_permissions: Fields permissions
  1008. label_readonly: Read-only
  1009. label_required: Required
  1010. text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  1011. field_board_parent: Parent forum
  1012. label_attribute_of_project: Project's %{name}
  1013. label_attribute_of_author: Author's %{name}
  1014. label_attribute_of_assigned_to: Assignee's %{name}
  1015. label_attribute_of_fixed_version: Target version's %{name}
  1016. label_copy_subtasks: Copy subtasks
  1017. label_copied_to: copied to
  1018. label_copied_from: copied from
  1019. label_any_issues_in_project: any issues in project
  1020. label_any_issues_not_in_project: any issues not in project
  1021. field_private_notes: Private notes
  1022. permission_view_private_notes: View private notes
  1023. permission_set_notes_private: Set notes as private
  1024. label_no_issues_in_project: no issues in project
  1025. label_any: הכל
  1026. label_last_n_weeks: last %{count} weeks
  1027. setting_cross_project_subtasks: Allow cross-project subtasks
  1028. label_cross_project_descendants: עם פרויקטים בנים
  1029. label_cross_project_tree: עם עץ הפרויקט
  1030. label_cross_project_hierarchy: עם היררכית הפרויקטים
  1031. label_cross_project_system: עם כל הפרויקטים
  1032. button_hide: Hide
  1033. setting_non_working_week_days: Non-working days
  1034. label_in_the_next_days: in the next
  1035. label_in_the_past_days: in the past
  1036. label_attribute_of_user: User's %{name}
  1037. text_turning_multiple_off: If you disable multiple values, multiple values will be
  1038. removed in order to preserve only one value per item.
  1039. label_attribute_of_issue: Issue's %{name}
  1040. permission_add_documents: Add documents
  1041. permission_edit_documents: Edit documents
  1042. permission_delete_documents: Delete documents
  1043. label_gantt_progress_line: Progress line
  1044. setting_jsonp_enabled: Enable JSONP support
  1045. field_inherit_members: Inherit members
  1046. field_closed_on: Closed
  1047. field_generate_password: Generate password
  1048. setting_default_projects_tracker_ids: Default trackers for new projects
  1049. label_total_time: סה"כ
  1050. text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
  1051. text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
  1052. setting_emails_header: Email header
  1053. notice_account_not_activated_yet: You haven't activated your account yet. If you want
  1054. to receive a new activation email, please <a href="%{url}">click this link</a>.
  1055. notice_account_locked: Your account is locked.
  1056. label_hidden: Hidden
  1057. label_visibility_private: to me only
  1058. label_visibility_roles: to these roles only
  1059. label_visibility_public: to any users
  1060. field_must_change_passwd: Must change password at next logon
  1061. notice_new_password_must_be_different: The new password must be different from the
  1062. current password
  1063. setting_mail_handler_excluded_filenames: Exclude attachments by name
  1064. text_convert_available: ImageMagick convert available (optional)
  1065. label_link: Link
  1066. label_only: only
  1067. label_drop_down_list: drop-down list
  1068. label_checkboxes: checkboxes
  1069. label_link_values_to: Link values to URL
  1070. setting_force_default_language_for_anonymous: Force default language for anonymous
  1071. users
  1072. setting_force_default_language_for_loggedin: Force default language for logged-in
  1073. users
  1074. label_custom_field_select_type: Select the type of object to which the custom field
  1075. is to be attached
  1076. label_issue_assigned_to_updated: Assignee updated
  1077. label_check_for_updates: Check for updates
  1078. label_latest_compatible_version: Latest compatible version
  1079. label_unknown_plugin: Unknown plugin
  1080. label_radio_buttons: radio buttons
  1081. label_group_anonymous: Anonymous users
  1082. label_group_non_member: Non member users
  1083. label_add_projects: Add projects
  1084. field_default_status: Default status
  1085. text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
  1086. field_users_visibility: Users visibility
  1087. label_users_visibility_all: All active users
  1088. label_users_visibility_members_of_visible_projects: Members of visible projects
  1089. label_edit_attachments: Edit attached files
  1090. setting_link_copied_issue: Link issues on copy
  1091. label_link_copied_issue: Link copied issue
  1092. label_ask: Ask
  1093. label_search_attachments_yes: Search attachment filenames and descriptions
  1094. label_search_attachments_no: Do not search attachments
  1095. label_search_attachments_only: Search attachments only
  1096. label_search_open_issues_only: Open issues only
  1097. field_address: דוא"ל
  1098. setting_max_additional_emails: Maximum number of additional email addresses
  1099. label_email_address_plural: Emails
  1100. label_email_address_add: Add email address
  1101. label_enable_notifications: Enable notifications
  1102. label_disable_notifications: Disable notifications
  1103. setting_search_results_per_page: Search results per page
  1104. label_blank_value: blank
  1105. permission_copy_issues: Copy issues
  1106. error_password_expired: Your password has expired or the administrator requires you
  1107. to change it.
  1108. field_time_entries_visibility: Time logs visibility
  1109. setting_password_max_age: Require password change after
  1110. label_parent_task_attributes: Parent tasks attributes
  1111. label_parent_task_attributes_derived: Calculated from subtasks
  1112. label_parent_task_attributes_independent: Independent of subtasks
  1113. label_time_entries_visibility_all: All time entries
  1114. label_time_entries_visibility_own: Time entries created by the user
  1115. label_member_management: Member management
  1116. label_member_management_all_roles: All roles
  1117. label_member_management_selected_roles_only: Only these roles
  1118. label_password_required: Confirm your password to continue
  1119. label_total_spent_time: זמן שהושקע סה"כ
  1120. notice_import_finished: "%{count} items have been imported"
  1121. notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
  1122. error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
  1123. error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
  1124. settings below
  1125. error_can_not_read_import_file: An error occurred while reading the file to import
  1126. permission_import_issues: Import issues
  1127. label_import_issues: Import issues
  1128. label_select_file_to_import: Select the file to import
  1129. label_fields_separator: Field separator
  1130. label_fields_wrapper: Field wrapper
  1131. label_encoding: Encoding
  1132. label_comma_char: Comma
  1133. label_semi_colon_char: Semicolon
  1134. label_quote_char: Quote
  1135. label_double_quote_char: Double quote
  1136. label_fields_mapping: Fields mapping
  1137. label_file_content_preview: File content preview
  1138. label_create_missing_values: Create missing values
  1139. button_import: Import
  1140. field_total_estimated_hours: Total estimated time
  1141. label_api: API
  1142. label_total_plural: Totals
  1143. label_assigned_issues: Assigned issues
  1144. label_field_format_enumeration: Key/value list
  1145. label_f_hour_short: '%{value} h'
  1146. field_default_version: Default version
  1147. error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
  1148. setting_attachment_extensions_allowed: Allowed extensions
  1149. setting_attachment_extensions_denied: Disallowed extensions
  1150. label_any_open_issues: any open issues
  1151. label_no_open_issues: no open issues
  1152. label_default_values_for_new_users: Default values for new users
  1153. error_ldap_bind_credentials: Invalid LDAP Account/Password
  1154. setting_sys_api_key: מפתח API
  1155. setting_lost_password: אבדה הסיסמה?
  1156. mail_subject_security_notification: Security notification
  1157. mail_body_security_notification_change: ! '%{field} was changed.'
  1158. mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
  1159. mail_body_security_notification_add: ! '%{field} %{value} was added.'
  1160. mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
  1161. mail_body_security_notification_notify_enabled: Email address %{value} now receives
  1162. notifications.
  1163. mail_body_security_notification_notify_disabled: Email address %{value} no longer
  1164. receives notifications.
  1165. mail_body_settings_updated: ! 'The following settings were changed:'
  1166. field_remote_ip: IP address
  1167. label_wiki_page_new: New wiki page
  1168. label_relations: Relations
  1169. button_filter: Filter
  1170. mail_body_password_updated: Your password has been changed.
  1171. label_no_preview: No preview available
  1172. error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
  1173. for which you can create an issue
  1174. label_tracker_all: All trackers
  1175. label_new_project_issue_tab_enabled: Display the "New issue" tab
  1176. setting_new_item_menu_tab: Project menu tab for creating new objects
  1177. label_new_object_tab_enabled: Display the "+" drop-down
  1178. error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
  1179. for which you can create an issue
  1180. field_textarea_font: Font used for text areas
  1181. label_font_default: Default font
  1182. label_font_monospace: Monospaced font
  1183. label_font_proportional: Proportional font
  1184. setting_timespan_format: Time span format
  1185. label_table_of_contents: Table of contents
  1186. setting_commit_logs_formatting: Apply text formatting to commit messages
  1187. setting_mail_handler_enable_regex: Enable regular expressions
  1188. error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
  1189. project: %{errors}'
  1190. error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
  1191. be reassigned to an issue that is about to be deleted
  1192. setting_timelog_required_fields: Required fields for time logs
  1193. label_attribute_of_object: '%{object_name}''s %{name}'
  1194. label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
  1195. label_user_mail_option_only_owner: Only for things I watch or I am the owner of
  1196. warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
  1197. of values from one or more fields on the selected objects
  1198. field_updated_by: Updated by
  1199. field_last_updated_by: Last updated by
  1200. field_full_width_layout: Full width layout
  1201. label_last_notes: Last notes
  1202. field_digest: Checksum
  1203. field_default_assigned_to: Default assignee
  1204. setting_show_custom_fields_on_registration: Show custom fields on registration
  1205. permission_view_news: View news
  1206. label_no_preview_alternative_html: No preview available. %{link} the file instead.
  1207. label_no_preview_download: Download
  1208. setting_close_duplicate_issues: Close duplicate issues automatically
  1209. error_exceeds_maximum_hours_per_day: Cannot log more than %{max_hours} hours on the
  1210. same day (%{logged_hours} hours have already been logged)
  1211. setting_time_entry_list_defaults: Timelog list defaults
  1212. setting_timelog_accept_0_hours: Accept time logs with 0 hours
  1213. setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user
  1214. label_x_revisions: "%{count} revisions"
  1215. error_can_not_delete_auth_source: This authentication mode is in use and cannot be
  1216. deleted.