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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323
  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. must_contain_uppercase: "must contain uppercase letters (A-Z)"
  132. must_contain_lowercase: "must contain lowercase letters (a-z)"
  133. must_contain_digits: "must contain digits (0-9)"
  134. must_contain_special_chars: "must contain special characters (!, $, %, ...)"
  135. actionview_instancetag_blank_option: בחר בבקשה
  136. general_text_No: 'לא'
  137. general_text_Yes: 'כן'
  138. general_text_no: 'לא'
  139. general_text_yes: 'כן'
  140. general_lang_name: 'Hebrew (עברית)'
  141. general_csv_separator: ','
  142. general_csv_decimal_separator: '.'
  143. general_csv_encoding: ISO-8859-8
  144. general_pdf_fontname: freesans
  145. general_pdf_monospaced_fontname: freemono
  146. general_first_day_of_week: '7'
  147. notice_account_updated: החשבון עודכן בהצלחה!
  148. notice_account_invalid_credentials: שם משתמש או סיסמה שגויים
  149. notice_account_password_updated: הסיסמה עודכנה בהצלחה!
  150. notice_account_wrong_password: סיסמה שגויה
  151. notice_account_register_done: החשבון נוצר בהצלחה. להפעלת החשבון לחץ על הקישור שנשלח לדוא"ל שלך.
  152. notice_account_unknown_email: משתמש לא מוכר.
  153. notice_can_t_change_password: החשבון הזה משתמש במקור הזדהות חיצוני. שינוי סיסמה הינו בילתי אפשר
  154. notice_account_lost_email_sent: דוא"ל עם הוראות לבחירת סיסמה חדשה נשלח אליך.
  155. notice_account_activated: חשבונך הופעל. אתה יכול להתחבר כעת.
  156. notice_successful_create: יצירה מוצלחת.
  157. notice_successful_update: עידכון מוצלח.
  158. notice_successful_delete: מחיקה מוצלחת.
  159. notice_successful_connection: חיבור מוצלח.
  160. notice_file_not_found: הדף שאתה מנסה לגשת אליו אינו קיים או שהוסר.
  161. notice_locking_conflict: המידע עודכן על ידי משתמש אחר.
  162. notice_not_authorized: אינך מורשה לראות דף זה.
  163. notice_not_authorized_archived_project: הפרויקט שאתה מנסה לגשת אליו נמצא בארכיון.
  164. notice_email_sent: "דואל נשלח לכתובת %{value}"
  165. notice_email_error: "ארעה שגיאה בעת שליחת הדואל (%{value})"
  166. notice_feeds_access_key_reseted: מפתח ה־Atom שלך אופס.
  167. notice_api_access_key_reseted: מפתח הגישה שלך ל־API אופס.
  168. notice_failed_to_save_issues: "נכשרת בשמירת %{count} נושאים ב %{total} נבחרו: %{ids}."
  169. notice_failed_to_save_members: "כשלון בשמירת חבר(ים): %{errors}."
  170. notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך."
  171. notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
  172. notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
  173. notice_unable_delete_version: לא ניתן למחוק גירסה
  174. notice_unable_delete_time_entry: לא ניתן למחוק רשומת זמן.
  175. notice_issue_done_ratios_updated: אחוזי התקדמות לנושא עודכנו.
  176. error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: %{value}"
  177. error_scm_not_found: כניסה ו\או מהדורה אינם קיימים במאגר.
  178. error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: %{value}"
  179. error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
  180. error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
  181. error_no_tracker_in_project: לא הוגדר סיווג לפרויקט זה. נא בדוק את הגדרות הפרויקט.
  182. error_no_default_issue_status: לא מוגדר מצב ברירת מחדל לנושאים. נא בדוק את התצורה ("ניהול -> מצבי נושא").
  183. error_can_not_delete_custom_field: לא ניתן למחוק שדה מותאם אישית
  184. error_can_not_delete_tracker: קיימים נושאים בסיווג זה, ולא ניתן למחוק אותו.
  185. error_can_not_remove_role: תפקיד זה נמצא בשימוש, ולא ניתן למחוק אותו.
  186. error_can_not_reopen_issue_on_closed_version: לא ניתן לפתוח מחדש נושא שמשויך לגירסה סגורה
  187. error_can_not_archive_project: לא ניתן לארכב פרויקט זה
  188. error_issue_done_ratios_not_updated: אחוז התקדמות לנושא לא עודכן.
  189. error_workflow_copy_source: נא בחר סיווג או תפקיד מקור
  190. error_workflow_copy_target: נא בחר תפקיד(ים) וסיווג(ים)
  191. error_unable_delete_issue_status: לא ניתן למחוק מצב נושא (%{value})
  192. error_unable_to_connect: לא ניתן להתחבר (%{value})
  193. warning_attachments_not_saved: "כשלון בשמירת %{count} קבצים."
  194. mail_subject_lost_password: "סיסמת ה־%{value} שלך"
  195. mail_body_lost_password: 'לשינו סיסמת ה־Redmine שלך, לחץ על הקישור הבא:'
  196. mail_subject_register: "הפעלת חשבון %{value}"
  197. mail_body_register: 'להפעלת חשבון ה־Redmine שלך, לחץ על הקישור הבא:'
  198. mail_body_account_information_external: "אתה יכול להשתמש בחשבון %{value} כדי להתחבר"
  199. mail_body_account_information: פרטי החשבון שלך
  200. mail_subject_account_activation_request: "בקשת הפעלה לחשבון %{value}"
  201. mail_body_account_activation_request: "משתמש חדש (%{value}) נרשם. החשבון שלו מחכה לאישור שלך:"
  202. mail_subject_reminder: "%{count} נושאים מיועדים להגשה בימים הקרובים (%{days})"
  203. mail_body_reminder: "%{count} נושאים שמיועדים אליך מיועדים להגשה בתוך %{days} ימים:"
  204. mail_subject_wiki_content_added: "דף ה־wiki ‏'%{id}' נוסף"
  205. mail_body_wiki_content_added: דף ה־wiki ‏'%{id}' נוסף ע"י %{author}.
  206. mail_subject_wiki_content_updated: "דף ה־wiki ‏'%{id}' עודכן"
  207. mail_body_wiki_content_updated: דף ה־wiki ‏'%{id}' עודכן ע"י %{author}.
  208. field_name: שם
  209. field_description: תיאור
  210. field_summary: תקציר
  211. field_is_required: נדרש
  212. field_firstname: שם פרטי
  213. field_lastname: שם משפחה
  214. field_mail: דוא"ל
  215. field_filename: קובץ
  216. field_filesize: גודל
  217. field_downloads: הורדות
  218. field_author: כותב
  219. field_created_on: נוצר
  220. field_updated_on: עודכן
  221. field_field_format: פורמט
  222. field_is_for_all: לכל הפרויקטים
  223. field_possible_values: ערכים אפשריים
  224. field_regexp: ביטוי רגיל
  225. field_min_length: אורך מינימאלי
  226. field_max_length: אורך מקסימאלי
  227. field_value: ערך
  228. field_category: קטגוריה
  229. field_title: כותרת
  230. field_project: פרויקט
  231. field_issue: נושא
  232. field_status: מצב
  233. field_notes: הערות
  234. field_is_closed: נושא סגור
  235. field_is_default: ערך ברירת מחדל
  236. field_tracker: סיווג
  237. field_subject: שם נושא
  238. field_due_date: תאריך סיום
  239. field_assigned_to: אחראי
  240. field_priority: עדיפות
  241. field_fixed_version: גירסת יעד
  242. field_user: מתשמש
  243. field_principal: מנהל
  244. field_role: תפקיד
  245. field_homepage: דף הבית
  246. field_is_public: פומבי
  247. field_parent: תת פרויקט של
  248. field_is_in_roadmap: נושאים המוצגים במפת הדרכים
  249. field_login: שם משתמש
  250. field_mail_notification: הודעות דוא"ל
  251. field_admin: ניהול
  252. field_last_login_on: התחברות אחרונה
  253. field_language: שפה
  254. field_effective_date: תאריך
  255. field_password: סיסמה
  256. field_new_password: סיסמה חדשה
  257. field_password_confirmation: אישור
  258. field_version: גירסה
  259. field_type: סוג
  260. field_host: שרת
  261. field_port: פורט
  262. field_account: חשבון
  263. field_base_dn: בסיס DN
  264. field_attr_login: תכונת התחברות
  265. field_attr_firstname: תכונת שם פרטים
  266. field_attr_lastname: תכונת שם משפחה
  267. field_attr_mail: תכונת דוא"ל
  268. field_onthefly: יצירת משתמשים זריזה
  269. field_start_date: תאריך התחלה
  270. field_done_ratio: "% גמור"
  271. field_auth_source: מקור הזדהות
  272. field_hide_mail: החבא את כתובת הדוא"ל שלי
  273. field_comments: הערות
  274. field_url: URL
  275. field_start_page: דף התחלתי
  276. field_subproject: תת־פרויקט
  277. field_hours: שעות
  278. field_activity: פעילות
  279. field_spent_on: תאריך
  280. field_identifier: מזהה
  281. field_is_filter: משמש כמסנן
  282. field_issue_to: נושאים קשורים
  283. field_delay: עיקוב
  284. field_assignable: ניתן להקצות נושאים לתפקיד זה
  285. field_redirect_existing_links: העבר קישורים קיימים
  286. field_estimated_hours: זמן משוער
  287. field_column_names: עמודות
  288. field_time_entries: רישום זמנים
  289. field_time_zone: איזור זמן
  290. field_searchable: ניתן לחיפוש
  291. field_default_value: ערך ברירת מחדל
  292. field_comments_sorting: הצג הערות
  293. field_parent_title: דף אב
  294. field_editable: ניתן לעריכה
  295. field_watcher: צופה
  296. field_identity_url: כתובת OpenID
  297. field_content: תוכן
  298. field_group_by: קבץ את התוצאות לפי
  299. field_sharing: שיתוף
  300. field_parent_issue: משימת אב
  301. field_text: שדה טקסט
  302. setting_app_title: כותרת ישום
  303. setting_welcome_text: טקסט "ברוך הבא"
  304. setting_default_language: שפת ברירת מחדל
  305. setting_login_required: דרושה הזדהות
  306. setting_self_registration: אפשר הרשמה עצמית
  307. setting_attachment_max_size: גודל דבוקה מקסימאלי
  308. setting_issues_export_limit: גבול יצוא נושאים
  309. setting_mail_from: כתובת שליחת דוא"ל
  310. setting_bcc_recipients: מוסתר (bcc)
  311. setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML)
  312. setting_host_name: שם שרת
  313. setting_text_formatting: עיצוב טקסט
  314. setting_wiki_compression: כיווץ היסטורית wiki
  315. setting_feeds_limit: גבול תוכן הזנות
  316. setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל
  317. setting_autofetch_changesets: משיכה אוטומטית של שינויים
  318. setting_sys_api_enabled: אפשר שירות רשת לניהול המאגר
  319. setting_commit_ref_keywords: מילות מפתח מקשרות
  320. setting_commit_fix_keywords: מילות מפתח מתקנות
  321. setting_autologin: התחברות אוטומטית
  322. setting_date_format: פורמט תאריך
  323. setting_time_format: פורמט זמן
  324. setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים
  325. setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים
  326. setting_emails_footer: תחתית דוא"ל
  327. setting_protocol: פרוטוקול
  328. setting_per_page_options: אפשרויות אוביקטים לפי דף
  329. setting_user_format: פורמט הצגת משתמשים
  330. setting_activity_days_default: ימים המוצגים על פעילות הפרויקט
  331. setting_display_subprojects_issues: הצג נושאים של תתי־פרויקטים כברירת מחדל
  332. setting_enabled_scm: אפשר ניהול תצורה
  333. setting_mail_handler_body_delimiters: חתוך כתובות דואר אחרי אחת משורות אלה
  334. setting_mail_handler_api_enabled: אפשר שירות רשת לדואר נכנס
  335. setting_mail_handler_api_key: מפתח API
  336. setting_sequential_project_identifiers: השתמש במספרים עוקבים למזהי פרויקט
  337. setting_gravatar_enabled: שימוש בצלמיות משתמשים מ־Gravatar
  338. setting_gravatar_default: תמונת Gravatar ברירת מחדל
  339. setting_diff_max_lines_displayed: מספר מירבי של שורות בתצוגת שינויים
  340. setting_file_max_size_displayed: גודל מירבי של מלל המוצג בתוך השורה
  341. setting_repository_log_display_limit: מספר מירבי של מהדורות המוצגות ביומן קובץ
  342. setting_openid: אפשר התחברות ורישום באמצעות OpenID
  343. setting_password_min_length: אורך סיסמה מינימאלי
  344. setting_new_project_user_role_id: התפקיד שמוגדר למשתמש פשוט אשר יוצר פרויקט
  345. setting_default_projects_modules: מודולים מאופשרים בברירת מחדל עבור פרויקטים חדשים
  346. setting_issue_done_ratio: חשב אחוז התקדמות בנושא עם
  347. setting_issue_done_ratio_issue_field: השתמש בשדה הנושא
  348. setting_issue_done_ratio_issue_status: השתמש במצב הנושא
  349. setting_start_of_week: השבוע מתחיל ביום
  350. setting_rest_api_enabled: אפשר שירות רשת REST
  351. setting_cache_formatted_text: שמור טקסט מעוצב במטמון
  352. setting_default_notification_option: אפשרות התראה ברירת־מחדל
  353. permission_add_project: יצירת פרויקט
  354. permission_add_subprojects: יצירת תתי־פרויקט
  355. permission_edit_project: עריכת פרויקט
  356. permission_select_project_modules: בחירת מודולי פרויקט
  357. permission_manage_members: ניהול חברים
  358. permission_manage_project_activities: נהל פעילויות פרויקט
  359. permission_manage_versions: ניהול גירסאות
  360. permission_manage_categories: ניהול קטגוריות נושאים
  361. permission_view_issues: צפיה בנושאים
  362. permission_add_issues: הוספת נושא
  363. permission_edit_issues: עריכת נושאים
  364. permission_manage_issue_relations: ניהול קשרים בין נושאים
  365. permission_add_issue_notes: הוספת הערות לנושאים
  366. permission_edit_issue_notes: עריכת רשימות
  367. permission_edit_own_issue_notes: עריכת הערות של עצמו
  368. permission_delete_issues: מחיקת נושאים
  369. permission_manage_public_queries: ניהול שאילתות פומביות
  370. permission_save_queries: שמירת שאילתות
  371. permission_view_gantt: צפיה בגאנט
  372. permission_view_calendar: צפיה בלוח השנה
  373. permission_view_issue_watchers: צפיה ברשימת צופים
  374. permission_add_issue_watchers: הוספת צופים
  375. permission_delete_issue_watchers: הסרת צופים
  376. permission_log_time: תיעוד זמן שהושקע
  377. permission_view_time_entries: צפיה ברישום זמנים
  378. permission_edit_time_entries: עריכת רישום זמנים
  379. permission_edit_own_time_entries: עריכת רישום הזמנים של עצמו
  380. permission_manage_news: ניהול חדשות
  381. permission_comment_news: תגובה לחדשות
  382. permission_view_documents: צפיה במסמכים
  383. permission_manage_files: ניהול קבצים
  384. permission_view_files: צפיה בקבצים
  385. permission_manage_wiki: ניהול wiki
  386. permission_rename_wiki_pages: שינוי שם של דפי wiki
  387. permission_delete_wiki_pages: מחיקת דפי wiki
  388. permission_view_wiki_pages: צפיה ב־wiki
  389. permission_view_wiki_edits: צפיה בהיסטורית wiki
  390. permission_edit_wiki_pages: עריכת דפי wiki
  391. permission_delete_wiki_pages_attachments: מחיקת דבוקות
  392. permission_protect_wiki_pages: הגנה על כל דפי wiki
  393. permission_manage_repository: ניהול מאגר
  394. permission_browse_repository: סיור במאגר
  395. permission_view_changesets: צפיה בסדרות שינויים
  396. permission_commit_access: אישור הפקדות
  397. permission_manage_boards: ניהול לוחות
  398. permission_view_messages: צפיה בהודעות
  399. permission_add_messages: הצבת הודעות
  400. permission_edit_messages: עריכת הודעות
  401. permission_edit_own_messages: עריכת הודעות של עצמו
  402. permission_delete_messages: מחיקת הודעות
  403. permission_delete_own_messages: מחיקת הודעות של עצמו
  404. permission_export_wiki_pages: יצא דפי wiki
  405. permission_manage_subtasks: נהל תתי־משימות
  406. project_module_issue_tracking: מעקב נושאים
  407. project_module_time_tracking: מעקב אחר זמנים
  408. project_module_news: חדשות
  409. project_module_documents: מסמכים
  410. project_module_files: קבצים
  411. project_module_wiki: Wiki
  412. project_module_repository: מאגר
  413. project_module_boards: לוחות
  414. project_module_calendar: לוח שנה
  415. project_module_gantt: גאנט
  416. label_user: משתמש
  417. label_user_plural: משתמשים
  418. label_user_new: משתמש חדש
  419. label_user_anonymous: אלמוני
  420. label_project: פרויקט
  421. label_project_new: פרויקט חדש
  422. label_project_plural: פרויקטים
  423. label_x_projects:
  424. zero: ללא פרויקטים
  425. one: פרויקט אחד
  426. other: "%{count} פרויקטים"
  427. label_project_all: כל הפרויקטים
  428. label_project_latest: הפרויקטים החדשים ביותר
  429. label_issue: נושא
  430. label_issue_new: נושא חדש
  431. label_issue_plural: נושאים
  432. label_issue_view_all: צפה בכל הנושאים
  433. label_issues_by: "נושאים לפי %{value}"
  434. label_issue_added: נושא נוסף
  435. label_issue_updated: נושא עודכן
  436. label_document: מסמך
  437. label_document_new: מסמך חדש
  438. label_document_plural: מסמכים
  439. label_document_added: מסמך נוסף
  440. label_role: תפקיד
  441. label_role_plural: תפקידים
  442. label_role_new: תפקיד חדש
  443. label_role_and_permissions: תפקידים והרשאות
  444. label_member: חבר
  445. label_member_new: חבר חדש
  446. label_member_plural: חברים
  447. label_tracker: סיווג
  448. label_tracker_plural: סיווגים
  449. label_tracker_new: סיווג חדש
  450. label_workflow: זרימת עבודה
  451. label_issue_status: מצב נושא
  452. label_issue_status_plural: מצבי נושא
  453. label_issue_status_new: מצב חדש
  454. label_issue_category: קטגורית נושא
  455. label_issue_category_plural: קטגוריות נושא
  456. label_issue_category_new: קטגוריה חדשה
  457. label_custom_field: שדה אישי
  458. label_custom_field_plural: שדות אישיים
  459. label_custom_field_new: שדה אישי חדש
  460. label_enumerations: אינומרציות
  461. label_enumeration_new: ערך חדש
  462. label_information: מידע
  463. label_information_plural: מידע
  464. label_register: הרשמה
  465. label_login_with_open_id_option: או התחבר באמצעות OpenID
  466. label_password_lost: אבדה הסיסמה?
  467. label_home: דף הבית
  468. label_my_page: הדף שלי
  469. label_my_account: החשבון שלי
  470. label_my_projects: הפרויקטים שלי
  471. label_administration: ניהול
  472. label_login: התחבר
  473. label_logout: התנתק
  474. label_help: עזרה
  475. label_reported_issues: נושאים שדווחו
  476. label_assigned_to_me_issues: נושאים שהוצבו לי
  477. label_last_login: התחברות אחרונה
  478. label_registered_on: נרשם בתאריך
  479. label_activity: פעילות
  480. label_overall_activity: פעילות כוללת
  481. label_user_activity: "הפעילות של %{value}"
  482. label_new: חדש
  483. label_logged_as: מחובר כ
  484. label_environment: סביבה
  485. label_authentication: הזדהות
  486. label_auth_source: מקור הזדהות
  487. label_auth_source_new: מקור הזדהות חדש
  488. label_auth_source_plural: מקורות הזדהות
  489. label_subproject_plural: תת־פרויקטים
  490. label_subproject_new: תת־פרויקט חדש
  491. label_and_its_subprojects: "%{value} וכל תתי־הפרויקטים שלו"
  492. label_min_max_length: אורך מינימאלי - מקסימאלי
  493. label_list: רשימה
  494. label_date: תאריך
  495. label_integer: מספר שלם
  496. label_float: צף
  497. label_boolean: ערך בוליאני
  498. label_string: טקסט
  499. label_text: טקסט ארוך
  500. label_attribute: תכונה
  501. label_attribute_plural: תכונות
  502. label_no_data: אין מידע להציג
  503. label_change_status: שנה מצב
  504. label_history: היסטוריה
  505. label_attachment: קובץ
  506. label_attachment_new: קובץ חדש
  507. label_attachment_delete: מחק קובץ
  508. label_attachment_plural: קבצים
  509. label_file_added: קובץ נוסף
  510. label_report: דו"ח
  511. label_report_plural: דו"חות
  512. label_news: חדשות
  513. label_news_new: הוסף חדשות
  514. label_news_plural: חדשות
  515. label_news_latest: חדשות אחרונות
  516. label_news_view_all: צפה בכל החדשות
  517. label_news_added: חדשות נוספו
  518. label_settings: הגדרות
  519. label_overview: מבט רחב
  520. label_version: גירסה
  521. label_version_new: גירסה חדשה
  522. label_version_plural: גירסאות
  523. label_close_versions: סגור גירסאות שהושלמו
  524. label_confirmation: אישור
  525. label_export_to: יצא ל
  526. label_read: קרא...
  527. label_public_projects: פרויקטים פומביים
  528. label_open_issues: פתוח
  529. label_open_issues_plural: פתוחים
  530. label_closed_issues: סגור
  531. label_closed_issues_plural: סגורים
  532. label_x_open_issues_abbr:
  533. zero: 0 פתוחים
  534. one: 1 פתוח
  535. other: "%{count} פתוחים"
  536. label_x_closed_issues_abbr:
  537. zero: 0 סגורים
  538. one: 1 סגור
  539. other: "%{count} סגורים"
  540. label_total: סה"כ
  541. label_permissions: הרשאות
  542. label_current_status: מצב נוכחי
  543. label_new_statuses_allowed: מצבים חדשים אפשריים
  544. label_all: הכל
  545. label_none: כלום
  546. label_nobody: אף אחד
  547. label_next: הבא
  548. label_previous: הקודם
  549. label_used_by: בשימוש ע"י
  550. label_details: פרטים
  551. label_add_note: הוסף הערה
  552. label_calendar: לוח שנה
  553. label_months_from: חודשים מ
  554. label_gantt: גאנט
  555. label_internal: פנימי
  556. label_last_changes: "%{count} שינוים אחרונים"
  557. label_change_view_all: צפה בכל השינוים
  558. label_comment: תגובה
  559. label_comment_plural: תגובות
  560. label_x_comments:
  561. zero: אין הערות
  562. one: הערה אחת
  563. other: "%{count} הערות"
  564. label_comment_add: הוסף תגובה
  565. label_comment_added: תגובה נוספה
  566. label_comment_delete: מחק תגובות
  567. label_query: שאילתה אישית
  568. label_query_plural: שאילתות אישיות
  569. label_query_new: שאילתה חדשה
  570. label_filter_add: הוסף מסנן
  571. label_filter_plural: מסננים
  572. label_equals: הוא
  573. label_not_equals: הוא לא
  574. label_in_less_than: בפחות מ
  575. label_in_more_than: ביותר מ
  576. label_greater_or_equal: ">="
  577. label_less_or_equal: <=
  578. label_in: ב
  579. label_today: היום
  580. label_yesterday: אתמול
  581. label_this_week: השבוע
  582. label_last_week: השבוע שעבר
  583. label_last_n_days: "ב־%{count} ימים אחרונים"
  584. label_this_month: החודש
  585. label_last_month: חודש שעבר
  586. label_this_year: השנה
  587. label_date_range: טווח תאריכים
  588. label_less_than_ago: פחות מ
  589. label_more_than_ago: יותר מ
  590. label_ago: לפני
  591. label_contains: מכיל
  592. label_not_contains: לא מכיל
  593. label_day_plural: ימים
  594. label_repository: מאגר
  595. label_repository_plural: מאגרים
  596. label_browse: סייר
  597. label_branch: ענף
  598. label_tag: סימון
  599. label_revision: מהדורה
  600. label_revision_plural: מהדורות
  601. label_revision_id: מהדורה %{value}
  602. label_associated_revisions: מהדורות קשורות
  603. label_added: נוסף
  604. label_modified: שונה
  605. label_copied: הועתק
  606. label_renamed: השם שונה
  607. label_deleted: נמחק
  608. label_latest_revision: מהדורה אחרונה
  609. label_latest_revision_plural: מהדורות אחרונות
  610. label_view_revisions: צפה במהדורות
  611. label_view_all_revisions: צפה בכל המהדורות
  612. label_max_size: גודל מקסימאלי
  613. label_sort_highest: הזז לראשית
  614. label_sort_higher: הזז למעלה
  615. label_sort_lower: הזז למטה
  616. label_sort_lowest: הזז לתחתית
  617. label_roadmap: מפת הדרכים
  618. label_roadmap_due_in: "נגמר בעוד %{value}"
  619. label_roadmap_overdue: "%{value} מאחר"
  620. label_roadmap_no_issues: אין נושאים לגירסה זו
  621. label_search: חפש
  622. label_result_plural: תוצאות
  623. label_all_words: כל המילים
  624. label_wiki: Wiki
  625. label_wiki_edit: ערוך wiki
  626. label_wiki_edit_plural: עריכות wiki
  627. label_wiki_page: דף Wiki
  628. label_wiki_page_plural: דפי wiki
  629. label_index_by_title: סדר על פי כותרת
  630. label_index_by_date: סדר על פי תאריך
  631. label_current_version: גירסה נוכחית
  632. label_preview: תצוגה מקדימה
  633. label_feed_plural: הזנות
  634. label_changes_details: פירוט כל השינויים
  635. label_issue_tracking: מעקב אחר נושאים
  636. label_spent_time: זמן שהושקע
  637. label_overall_spent_time: זמן שהושקע סה"כ
  638. label_f_hour: "%{value} שעה"
  639. label_f_hour_plural: "%{value} שעות"
  640. label_time_tracking: מעקב זמנים
  641. label_change_plural: שינויים
  642. label_statistics: סטטיסטיקות
  643. label_commits_per_month: הפקדות לפי חודש
  644. label_commits_per_author: הפקדות לפי כותב
  645. label_view_diff: צפה בשינויים
  646. label_diff_inline: בתוך השורה
  647. label_diff_side_by_side: צד לצד
  648. label_options: אפשרויות
  649. label_copy_workflow_from: העתק זירמת עבודה מ
  650. label_permissions_report: דו"ח הרשאות
  651. label_watched_issues: נושאים שנצפו
  652. label_related_issues: נושאים קשורים
  653. label_applied_status: מצב מוחל
  654. label_loading: טוען...
  655. label_relation_new: קשר חדש
  656. label_relation_delete: מחק קשר
  657. label_relates_to: קשור ל
  658. label_duplicates: מכפיל את
  659. label_duplicated_by: שוכפל ע"י
  660. label_blocks: חוסם את
  661. label_blocked_by: חסום ע"י
  662. label_precedes: מקדים את
  663. label_follows: עוקב אחרי
  664. label_stay_logged_in: השאר מחובר
  665. label_disabled: מבוטל
  666. label_show_completed_versions: הצג גירסאות גמורות
  667. label_me: אני
  668. label_board: פורום
  669. label_board_new: פורום חדש
  670. label_board_plural: פורומים
  671. label_board_locked: נעול
  672. label_board_sticky: דביק
  673. label_topic_plural: נושאים
  674. label_message_plural: הודעות
  675. label_message_last: הודעה אחרונה
  676. label_message_new: הודעה חדשה
  677. label_message_posted: הודעה נוספה
  678. label_reply_plural: השבות
  679. label_send_information: שלח מידע על חשבון למשתמש
  680. label_year: שנה
  681. label_month: חודש
  682. label_week: שבוע
  683. label_date_from: מתאריך
  684. label_date_to: עד
  685. label_language_based: מבוסס שפה
  686. label_sort_by: "מיין לפי %{value}"
  687. label_send_test_email: שלח דוא"ל בדיקה
  688. label_feeds_access_key: מפתח גישה ל־Atom
  689. label_missing_feeds_access_key: חסר מפתח גישה ל־Atom
  690. label_feeds_access_key_created_on: "מפתח הזנת Atom נוצר לפני%{value}"
  691. label_module_plural: מודולים
  692. label_added_time_by: 'נוסף ע"י %{author} לפני %{age}'
  693. label_updated_time_by: 'עודכן ע"י %{author} לפני %{age}'
  694. label_updated_time: "עודכן לפני %{value} "
  695. label_jump_to_a_project: קפוץ לפרויקט...
  696. label_file_plural: קבצים
  697. label_changeset_plural: סדרות שינויים
  698. label_default_columns: עמודת ברירת מחדל
  699. label_no_change_option: (אין שינוים)
  700. label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים
  701. label_theme: ערכת נושא
  702. label_default: ברירת מחדל
  703. label_search_titles_only: חפש בכותרות בלבד
  704. label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי"
  705. label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..."
  706. label_user_mail_option_only_my_events: עבור דברים שאני צופה או מעורב בהם בלבד
  707. label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע"
  708. label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
  709. label_registration_manual_activation: הפעלת חשבון ידנית
  710. label_registration_automatic_activation: הפעלת חשבון אוטומטית
  711. label_display_per_page: "בכל דף: %{value} תוצאות"
  712. label_age: גיל
  713. label_change_properties: שנה מאפיינים
  714. label_general: כללי
  715. label_scm: מערכת ניהול תצורה
  716. label_plugins: תוספים
  717. label_ldap_authentication: הזדהות LDAP
  718. label_downloads_abbr: D/L
  719. label_optional_description: תיאור רשות
  720. label_add_another_file: הוסף עוד קובץ
  721. label_preferences: העדפות
  722. label_chronological_order: בסדר כרונולוגי
  723. label_reverse_chronological_order: בסדר כרונולוגי הפוך
  724. label_incoming_emails: דוא"ל נכנס
  725. label_generate_key: צור מפתח
  726. label_issue_watchers: צופים
  727. label_example: דוגמא
  728. label_display: תצוגה
  729. label_sort: מיון
  730. label_ascending: בסדר עולה
  731. label_descending: בסדר יורד
  732. label_date_from_to: 'מתאריך %{start} ועד תאריך %{end}'
  733. label_wiki_content_added: נוסף דף ל־wiki
  734. label_wiki_content_updated: דף wiki עודכן
  735. label_group: קבוצה
  736. label_group_plural: קבוצות
  737. label_group_new: קבוצה חדשה
  738. label_time_entry_plural: זמן שהושקע
  739. label_version_sharing_none: לא משותף
  740. label_version_sharing_descendants: עם פרויקטים בנים
  741. label_version_sharing_hierarchy: עם היררכית הפרויקטים
  742. label_version_sharing_tree: עם עץ הפרויקט
  743. label_version_sharing_system: עם כל הפרויקטים
  744. label_update_issue_done_ratios: עדכן אחוז התקדמות לנושא
  745. label_copy_source: מקור
  746. label_copy_target: יעד
  747. label_copy_same_as_target: זהה ליעד
  748. label_display_used_statuses_only: הצג רק את המצבים בשימוש לסיווג זה
  749. label_api_access_key: מפתח גישה ל־API
  750. label_missing_api_access_key: חסר מפתח גישה ל־API
  751. label_api_access_key_created_on: 'מפתח גישה ל־API נוצר לפני %{value}'
  752. label_profile: פרופיל
  753. label_subtask_plural: תתי־משימות
  754. label_project_copy_notifications: שלח התראות דואר במהלך העתקת הפרויקט
  755. button_login: התחבר
  756. button_submit: אשר
  757. button_save: שמור
  758. button_check_all: בחר הכל
  759. button_uncheck_all: בחר כלום
  760. button_delete: מחק
  761. button_create: צור
  762. button_create_and_continue: צור ופתח חדש
  763. button_test: בדוק
  764. button_edit: ערוך
  765. button_edit_associated_wikipage: "ערוך דף wiki מקושר: %{page_title}"
  766. button_add: הוסף
  767. button_change: שנה
  768. button_apply: החל
  769. button_clear: נקה
  770. button_lock: נעל
  771. button_unlock: בטל נעילה
  772. button_download: הורד
  773. button_list: רשימה
  774. button_view: צפה
  775. button_move: הזז
  776. button_move_and_follow: העבר ועקוב
  777. button_back: הקודם
  778. button_cancel: בטל
  779. button_activate: הפעל
  780. button_sort: מיין
  781. button_log_time: רישום זמנים
  782. button_rollback: חזור למהדורה זו
  783. button_watch: צפה
  784. button_unwatch: בטל צפיה
  785. button_reply: השב
  786. button_archive: ארכיון
  787. button_unarchive: הוצא מהארכיון
  788. button_reset: אפס
  789. button_rename: שנה שם
  790. button_change_password: שנה סיסמה
  791. button_copy: העתק
  792. button_copy_and_follow: העתק ועקוב
  793. button_annotate: הוסף תיאור מסגרת
  794. button_update: עדכן
  795. button_configure: אפשרויות
  796. button_quote: צטט
  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_minimagick_available: MiniMagick זמין (רשות)
  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_user_wrote_in: "%{value} כתב (%{link}):"
  849. text_enumeration_destroy_question: "%{count} אוביקטים מוצבים לערך זה."
  850. text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
  851. text_email_delivery_not_configured: 'לא נקבעה תצורה לשליחת דואר, וההתראות כבויות.\nקבע את תצורת שרת ה־SMTP בקובץ /etc/redmine/&lt;instance&gt;/configuration.yml והתחל את האפליקציה מחדש ע"מ לאפשר אותם.'
  852. text_repository_usernames_mapping: "בחר או עדכן את משתמש Redmine הממופה לכל שם משתמש ביומן המאגר.\nמשתמשים בעלי שם או כתובת דואר זהה ב־Redmine ובמאגר ממופים באופן אוטומטי."
  853. text_diff_truncated: '... השינויים עוברים את מספר השורות המירבי לתצוגה, ולכן הם קוצצו.'
  854. text_custom_field_possible_values_info: שורה אחת לכל ערך
  855. text_wiki_page_destroy_question: לדף זה יש %{descendants} דפים בנים ותלויים. מה ברצונך לעשות?
  856. text_wiki_page_nullify_children: השאר דפים בנים כדפים ראשיים
  857. text_wiki_page_destroy_children: מחק את הדפים הבנים ואת כל התלויים בהם
  858. text_wiki_page_reassign_children: הצב מחדש דפים בנים לדף האב הנוכחי
  859. text_own_membership_delete_confirmation: |-
  860. בכוונתך למחוק חלק או את כל ההרשאות שלך. לאחר מכן לא תוכל יותר לערוך פרויקט זה.
  861. האם אתה בטוח שברצונך להמשיך?
  862. text_zoom_in: התקרב
  863. text_zoom_out: התרחק
  864. default_role_manager: מנהל
  865. default_role_developer: מפתח
  866. default_role_reporter: מדווח
  867. default_tracker_bug: תקלה
  868. default_tracker_feature: יכולת
  869. default_tracker_support: תמיכה
  870. default_issue_status_new: חדש
  871. default_issue_status_in_progress: בעבודה
  872. default_issue_status_resolved: נפתר
  873. default_issue_status_feedback: משוב
  874. default_issue_status_closed: סגור
  875. default_issue_status_rejected: נדחה
  876. default_doc_category_user: תיעוד משתמש
  877. default_doc_category_tech: תיעוד טכני
  878. default_priority_low: נמוכה
  879. default_priority_normal: רגילה
  880. default_priority_high: גבוהה
  881. default_priority_urgent: דחופה
  882. default_priority_immediate: מידית
  883. default_activity_design: עיצוב
  884. default_activity_development: פיתוח
  885. enumeration_issue_priorities: עדיפות נושאים
  886. enumeration_doc_categories: קטגוריות מסמכים
  887. enumeration_activities: פעילויות (מעקב אחר זמנים)
  888. enumeration_system_activity: פעילות מערכת
  889. label_user_mail_option_none: No events
  890. field_member_of_group: Assignee's group
  891. field_assigned_to_role: Assignee's role
  892. label_principal_search: "Search for user or group:"
  893. label_user_search: "Search for user:"
  894. field_visible: Visible
  895. setting_commit_logtime_activity_id: Activity for logged time
  896. text_time_logged_by_changeset: Applied in changeset %{value}.
  897. setting_commit_logtime_enabled: Enable time logging
  898. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  899. setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
  900. field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
  901. text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
  902. label_my_queries: My custom queries
  903. text_journal_changed_no_detail: "%{label} updated"
  904. label_news_comment_added: Comment added to a news
  905. button_expand_all: Expand all
  906. button_collapse_all: Collapse all
  907. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  908. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  909. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  910. text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
  911. label_role_anonymous: Anonymous
  912. label_role_non_member: Non member
  913. label_issue_note_added: Note added
  914. label_issue_status_updated: Status updated
  915. label_issue_priority_updated: Priority updated
  916. label_issues_visibility_own: Issues created by or assigned to the user
  917. field_issues_visibility: Issues visibility
  918. label_issues_visibility_all: All issues
  919. permission_set_own_issues_private: Set own issues public or private
  920. field_is_private: Private
  921. permission_set_issues_private: Set issues public or private
  922. label_issues_visibility_public: All non private issues
  923. text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
  924. field_commit_logs_encoding: קידוד הודעות הפקדה
  925. field_scm_path_encoding: Path encoding
  926. text_scm_path_encoding_note: "Default: UTF-8"
  927. field_path_to_repository: Path to repository
  928. field_root_directory: Root directory
  929. field_cvs_module: Module
  930. field_cvsroot: CVSROOT
  931. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  932. text_scm_command: Command
  933. text_scm_command_version: Version
  934. label_git_report_last_commit: Report last commit for files and directories
  935. notice_issue_successful_create: Issue %{id} created.
  936. label_between: between
  937. setting_issue_group_assignment: Allow issue assignment to groups
  938. label_diff: diff
  939. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  940. description_query_sort_criteria_direction: Sort direction
  941. description_project_scope: Search scope
  942. description_filter: Filter
  943. description_user_mail_notification: Mail notification settings
  944. description_message_content: Message content
  945. description_available_columns: Available Columns
  946. description_issue_category_reassign: Choose issue category
  947. description_search: Searchfield
  948. description_notes: Notes
  949. description_choose_project: Projects
  950. description_query_sort_criteria_attribute: Sort attribute
  951. description_wiki_subpages_reassign: Choose new parent page
  952. description_selected_columns: Selected Columns
  953. label_parent_revision: Parent
  954. label_child_revision: Child
  955. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  956. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  957. button_edit_section: Edit this section
  958. setting_repositories_encodings: Attachments and repositories encodings
  959. description_all_columns: All Columns
  960. button_export: Export
  961. label_export_options: "%{export_format} export options"
  962. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  963. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  964. label_x_issues:
  965. zero: 0 נושא
  966. one: 1 נושא
  967. other: "%{count} נושאים"
  968. label_repository_new: New repository
  969. field_repository_is_default: Main repository
  970. label_copy_attachments: Copy attachments
  971. label_item_position: "%{position}/%{count}"
  972. label_completed_versions: Completed versions
  973. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  974. field_multiple: Multiple values
  975. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  976. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  977. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  978. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  979. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  980. permission_manage_related_issues: Manage related issues
  981. field_auth_source_ldap_filter: LDAP filter
  982. label_search_for_watchers: Search for watchers to add
  983. notice_account_deleted: Your account has been permanently deleted.
  984. setting_unsubscribe: Allow users to delete their own account
  985. button_delete_my_account: Delete my account
  986. text_account_destroy_confirmation: |-
  987. Are you sure you want to proceed?
  988. Your account will be permanently deleted, with no way to reactivate it.
  989. error_session_expired: Your session has expired. Please login again.
  990. text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
  991. setting_session_lifetime: Session maximum lifetime
  992. setting_session_timeout: Session inactivity timeout
  993. label_session_expiration: Session expiration
  994. permission_close_project: Close / reopen the project
  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.
  1217. button_actions: Actions
  1218. mail_body_lost_password_validity: Please be aware that you may change the password
  1219. only once using this link.
  1220. text_login_required_html: When not requiring authentication, public projects and their
  1221. contents are openly available on the network. You can <a href="%{anonymous_role_path}">edit
  1222. the applicable permissions</a>.
  1223. label_login_required_yes: 'Yes'
  1224. label_login_required_no: No, allow anonymous access to public projects
  1225. text_project_is_public_non_member: Public projects and their contents are available
  1226. to all logged-in users.
  1227. text_project_is_public_anonymous: Public projects and their contents are openly available
  1228. on the network.
  1229. label_version_and_files: Versions (%{count}) and Files
  1230. label_ldap: LDAP
  1231. label_ldaps_verify_none: LDAPS (without certificate check)
  1232. label_ldaps_verify_peer: LDAPS
  1233. label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate
  1234. check to prevent any manipulation during the authentication process.
  1235. label_nothing_to_preview: Nothing to preview
  1236. error_token_expired: This password recovery link has expired, please try again.
  1237. error_spent_on_future_date: Cannot log time on a future date
  1238. setting_timelog_accept_future_dates: Accept time logs on future dates
  1239. label_delete_link_to_subtask: מחק קשר
  1240. error_not_allowed_to_log_time_for_other_users: You are not allowed to log time
  1241. for other users
  1242. permission_log_time_for_other_users: Log spent time for other users
  1243. label_tomorrow: tomorrow
  1244. label_next_week: next week
  1245. label_next_month: next month
  1246. text_role_no_workflow: No workflow defined for this role
  1247. text_status_no_workflow: No tracker uses this status in the workflows
  1248. setting_mail_handler_preferred_body_part: Preferred part of multipart (HTML) emails
  1249. setting_show_status_changes_in_mail_subject: Show status changes in issue mail notifications
  1250. subject
  1251. label_inherited_from_parent_project: Inherited from parent project
  1252. label_inherited_from_group: Inherited from group %{name}
  1253. label_trackers_description: Trackers description
  1254. label_open_trackers_description: View all trackers description
  1255. label_preferred_body_part_text: Text
  1256. label_preferred_body_part_html: HTML (experimental)
  1257. field_parent_issue_subject: Parent task subject
  1258. permission_edit_own_issues: Edit own issues
  1259. text_select_apply_tracker: Select tracker
  1260. label_updated_issues: Updated issues
  1261. text_avatar_server_config_html: The current avatar server is <a href="%{url}">%{url}</a>.
  1262. You can configure it in config/configuration.yml.
  1263. setting_gantt_months_limit: Maximum number of months displayed on the gantt chart
  1264. permission_import_time_entries: Import time entries
  1265. label_import_notifications: Send email notifications during the import
  1266. text_gs_available: ImageMagick PDF support available (optional)
  1267. field_recently_used_projects: Number of recently used projects in jump box
  1268. label_optgroup_bookmarks: Bookmarks
  1269. label_optgroup_others: Other projects
  1270. label_optgroup_recents: Recently used
  1271. button_project_bookmark: Add bookmark
  1272. button_project_bookmark_delete: Remove bookmark
  1273. field_history_default_tab: Issue's history default tab
  1274. label_issue_history_properties: Property changes
  1275. label_issue_history_notes: Notes
  1276. label_last_tab_visited: Last visited tab
  1277. field_unique_id: Unique ID
  1278. text_no_subject: no subject
  1279. setting_password_required_char_classes: Required character classes for passwords
  1280. label_password_char_class_uppercase: uppercase letters
  1281. label_password_char_class_lowercase: lowercase letters
  1282. label_password_char_class_digits: digits
  1283. label_password_char_class_special_chars: special characters
  1284. text_characters_must_contain: Must contain %{character_classes}.
  1285. label_starts_with: starts with
  1286. label_ends_with: ends with
  1287. label_issue_fixed_version_updated: Target version updated
  1288. setting_project_list_defaults: Projects list defaults
  1289. label_display_type: Display results as
  1290. label_display_type_list: List
  1291. label_display_type_board: Board
  1292. label_my_bookmarks: My bookmarks
  1293. label_import_time_entries: Import time entries
  1294. field_toolbar_language_options: Code highlighting toolbar languages
  1295. label_user_mail_notify_about_high_priority_issues_html: Also notify me about issues
  1296. with a priority of <em>%{prio}</em> or higher