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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400
  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_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
  171. notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
  172. notice_unable_delete_version: לא ניתן למחוק גירסה
  173. notice_unable_delete_time_entry: לא ניתן למחוק רשומת זמן.
  174. notice_issue_done_ratios_updated: אחוזי התקדמות לנושא עודכנו.
  175. error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: %{value}"
  176. error_scm_not_found: כניסה ו\או מהדורה אינם קיימים במאגר.
  177. error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: %{value}"
  178. error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
  179. error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
  180. error_no_tracker_in_project: לא הוגדר סיווג לפרויקט זה. נא בדוק את הגדרות הפרויקט.
  181. error_no_default_issue_status: לא מוגדר מצב ברירת מחדל לנושאים. נא בדוק את התצורה ("ניהול -> מצבי נושא").
  182. error_can_not_delete_custom_field: לא ניתן למחוק שדה מותאם אישית
  183. error_can_not_delete_tracker: קיימים נושאים בסיווג זה, ולא ניתן למחוק אותו.
  184. error_can_not_remove_role: תפקיד זה נמצא בשימוש, ולא ניתן למחוק אותו.
  185. error_can_not_reopen_issue_on_closed_version: לא ניתן לפתוח מחדש נושא שמשויך לגירסה סגורה
  186. error_can_not_archive_project: לא ניתן לארכב פרויקט זה
  187. error_issue_done_ratios_not_updated: אחוז התקדמות לנושא לא עודכן.
  188. error_workflow_copy_source: נא בחר סיווג או תפקיד מקור
  189. error_workflow_copy_target: נא בחר תפקיד(ים) וסיווג(ים)
  190. error_unable_delete_issue_status: לא ניתן למחוק מצב נושא (%{value})
  191. error_unable_to_connect: לא ניתן להתחבר (%{value})
  192. warning_attachments_not_saved: "כשלון בשמירת %{count} קבצים."
  193. mail_subject_lost_password: "סיסמת ה־%{value} שלך"
  194. mail_body_lost_password: 'לשינו סיסמת ה־Redmine שלך, לחץ על הקישור הבא:'
  195. mail_subject_register: "הפעלת חשבון %{value}"
  196. mail_body_register: 'להפעלת חשבון ה־Redmine שלך, לחץ על הקישור הבא:'
  197. mail_body_account_information_external: "אתה יכול להשתמש בחשבון %{value} כדי להתחבר"
  198. mail_body_account_information: פרטי החשבון שלך
  199. mail_subject_account_activation_request: "בקשת הפעלה לחשבון %{value}"
  200. mail_body_account_activation_request: "משתמש חדש (%{value}) נרשם. החשבון שלו מחכה לאישור שלך:"
  201. mail_subject_reminder: "%{count} נושאים מיועדים להגשה בימים הקרובים (%{days})"
  202. mail_body_reminder: "%{count} נושאים שמיועדים אליך מיועדים להגשה בתוך %{days} ימים:"
  203. mail_subject_wiki_content_added: "דף ה־wiki ‏'%{id}' נוסף"
  204. mail_body_wiki_content_added: דף ה־wiki ‏'%{id}' נוסף ע"י %{author}.
  205. mail_subject_wiki_content_updated: "דף ה־wiki ‏'%{id}' עודכן"
  206. mail_body_wiki_content_updated: דף ה־wiki ‏'%{id}' עודכן ע"י %{author}.
  207. field_name: שם
  208. field_description: תיאור
  209. field_summary: תקציר
  210. field_is_required: נדרש
  211. field_firstname: שם פרטי
  212. field_lastname: שם משפחה
  213. field_mail: דוא"ל
  214. field_filename: קובץ
  215. field_filesize: גודל
  216. field_downloads: הורדות
  217. field_author: כותב
  218. field_created_on: נוצר
  219. field_updated_on: עודכן
  220. field_field_format: פורמט
  221. field_is_for_all: לכל הפרויקטים
  222. field_possible_values: ערכים אפשריים
  223. field_regexp: ביטוי רגיל
  224. field_min_length: אורך מינימאלי
  225. field_max_length: אורך מקסימאלי
  226. field_value: ערך
  227. field_category: קטגוריה
  228. field_title: כותרת
  229. field_project: פרויקט
  230. field_issue: נושא
  231. field_status: מצב
  232. field_notes: הערות
  233. field_is_closed: נושא סגור
  234. field_is_default: ערך ברירת מחדל
  235. field_tracker: סיווג
  236. field_subject: שם נושא
  237. field_due_date: תאריך סיום
  238. field_assigned_to: אחראי
  239. field_priority: עדיפות
  240. field_fixed_version: גירסת יעד
  241. field_user: מתשמש
  242. field_principal: מנהל
  243. field_role: תפקיד
  244. field_homepage: דף הבית
  245. field_is_public: פומבי
  246. field_parent: תת פרויקט של
  247. field_is_in_roadmap: נושאים המוצגים במפת הדרכים
  248. field_login: שם משתמש
  249. field_mail_notification: הודעות דוא"ל
  250. field_admin: ניהול
  251. field_last_login_on: התחברות אחרונה
  252. field_language: שפה
  253. field_effective_date: תאריך
  254. field_password: סיסמה
  255. field_new_password: סיסמה חדשה
  256. field_password_confirmation: אישור
  257. field_version: גירסה
  258. field_type: סוג
  259. field_host: שרת
  260. field_port: פורט
  261. field_account: חשבון
  262. field_base_dn: בסיס DN
  263. field_attr_login: תכונת התחברות
  264. field_attr_firstname: תכונת שם פרטים
  265. field_attr_lastname: תכונת שם משפחה
  266. field_attr_mail: תכונת דוא"ל
  267. field_onthefly: יצירת משתמשים זריזה
  268. field_start_date: תאריך התחלה
  269. field_done_ratio: "% גמור"
  270. field_auth_source: מקור הזדהות
  271. field_hide_mail: החבא את כתובת הדוא"ל שלי
  272. field_comments: הערות
  273. field_url: URL
  274. field_start_page: דף התחלתי
  275. field_subproject: תת־פרויקט
  276. field_hours: שעות
  277. field_activity: פעילות
  278. field_spent_on: תאריך
  279. field_identifier: מזהה
  280. field_is_filter: משמש כמסנן
  281. field_issue_to: נושאים קשורים
  282. field_delay: עיקוב
  283. field_assignable: ניתן להקצות נושאים לתפקיד זה
  284. field_redirect_existing_links: העבר קישורים קיימים
  285. field_estimated_hours: זמן משוער
  286. field_column_names: עמודות
  287. field_time_entries: רישום זמנים
  288. field_time_zone: איזור זמן
  289. field_searchable: ניתן לחיפוש
  290. field_default_value: ערך ברירת מחדל
  291. field_comments_sorting: הצג הערות
  292. field_parent_title: דף אב
  293. field_editable: ניתן לעריכה
  294. field_watcher: צופה
  295. field_identity_url: כתובת OpenID
  296. field_content: תוכן
  297. field_group_by: קבץ את התוצאות לפי
  298. field_sharing: שיתוף
  299. field_parent_issue: משימת אב
  300. field_text: שדה טקסט
  301. setting_app_title: כותרת ישום
  302. setting_welcome_text: טקסט "ברוך הבא"
  303. setting_default_language: שפת ברירת מחדל
  304. setting_login_required: דרושה הזדהות
  305. setting_self_registration: אפשר הרשמה עצמית
  306. setting_attachment_max_size: גודל דבוקה מקסימאלי
  307. setting_issues_export_limit: גבול יצוא נושאים
  308. setting_mail_from: כתובת שליחת דוא"ל
  309. setting_bcc_recipients: מוסתר (bcc)
  310. setting_plain_text_mail: טקסט פשוט בלבד (ללא HTML)
  311. setting_host_name: שם שרת
  312. setting_text_formatting: עיצוב טקסט
  313. setting_wiki_compression: כיווץ היסטורית wiki
  314. setting_feeds_limit: גבול תוכן הזנות
  315. setting_default_projects_public: פרויקטים חדשים הינם פומביים כברירת מחדל
  316. setting_autofetch_changesets: משיכה אוטומטית של שינויים
  317. setting_sys_api_enabled: אפשר שירות רשת לניהול המאגר
  318. setting_commit_ref_keywords: מילות מפתח מקשרות
  319. setting_commit_fix_keywords: מילות מפתח מתקנות
  320. setting_autologin: התחברות אוטומטית
  321. setting_date_format: פורמט תאריך
  322. setting_time_format: פורמט זמן
  323. setting_cross_project_issue_relations: הרשה קישור נושאים בין פרויקטים
  324. setting_issue_list_default_columns: עמודות ברירת מחדל המוצגות ברשימת הנושאים
  325. setting_emails_footer: תחתית דוא"ל
  326. setting_protocol: פרוטוקול
  327. setting_per_page_options: אפשרויות אוביקטים לפי דף
  328. setting_user_format: פורמט הצגת משתמשים
  329. setting_activity_days_default: ימים המוצגים על פעילות הפרויקט
  330. setting_display_subprojects_issues: הצג נושאים של תתי־פרויקטים כברירת מחדל
  331. setting_enabled_scm: אפשר ניהול תצורה
  332. setting_mail_handler_body_delimiters: חתוך כתובות דואר אחרי אחת משורות אלה
  333. setting_mail_handler_api_enabled: אפשר שירות רשת לדואר נכנס
  334. setting_mail_handler_api_key: מפתח API
  335. setting_sequential_project_identifiers: השתמש במספרים עוקבים למזהי פרויקט
  336. setting_gravatar_enabled: שימוש בצלמיות משתמשים מ־Gravatar
  337. setting_gravatar_default: תמונת Gravatar ברירת מחדל
  338. setting_diff_max_lines_displayed: מספר מירבי של שורות בתצוגת שינויים
  339. setting_file_max_size_displayed: גודל מירבי של מלל המוצג בתוך השורה
  340. setting_repository_log_display_limit: מספר מירבי של מהדורות המוצגות ביומן קובץ
  341. setting_openid: אפשר התחברות ורישום באמצעות OpenID
  342. setting_password_min_length: אורך סיסמה מינימאלי
  343. setting_new_project_user_role_id: התפקיד שמוגדר למשתמש פשוט אשר יוצר פרויקט
  344. setting_default_projects_modules: מודולים מאופשרים בברירת מחדל עבור פרויקטים חדשים
  345. setting_issue_done_ratio: חשב אחוז התקדמות בנושא עם
  346. setting_issue_done_ratio_issue_field: השתמש בשדה הנושא
  347. setting_issue_done_ratio_issue_status: השתמש במצב הנושא
  348. setting_start_of_week: השבוע מתחיל ביום
  349. setting_rest_api_enabled: אפשר שירות רשת REST
  350. setting_cache_formatted_text: שמור טקסט מעוצב במטמון
  351. setting_default_notification_option: אפשרות התראה ברירת־מחדל
  352. permission_add_project: יצירת פרויקט
  353. permission_add_subprojects: יצירת תתי־פרויקט
  354. permission_edit_project: עריכת פרויקט
  355. permission_select_project_modules: בחירת מודולי פרויקט
  356. permission_manage_members: ניהול חברים
  357. permission_manage_project_activities: נהל פעילויות פרויקט
  358. permission_manage_versions: ניהול גירסאות
  359. permission_manage_categories: ניהול קטגוריות נושאים
  360. permission_view_issues: צפיה בנושאים
  361. permission_add_issues: הוספת נושא
  362. permission_edit_issues: עריכת נושאים
  363. permission_manage_issue_relations: ניהול קשרים בין נושאים
  364. permission_add_issue_notes: הוספת הערות לנושאים
  365. permission_edit_issue_notes: עריכת רשימות
  366. permission_edit_own_issue_notes: עריכת הערות של עצמו
  367. permission_delete_issues: מחיקת נושאים
  368. permission_manage_public_queries: ניהול שאילתות פומביות
  369. permission_save_queries: שמירת שאילתות
  370. permission_view_gantt: צפיה בגאנט
  371. permission_view_calendar: צפיה בלוח השנה
  372. permission_view_issue_watchers: צפיה ברשימת צופים
  373. permission_add_issue_watchers: הוספת צופים
  374. permission_delete_issue_watchers: הסרת צופים
  375. permission_log_time: תיעוד זמן שהושקע
  376. permission_view_time_entries: צפיה ברישום זמנים
  377. permission_edit_time_entries: עריכת רישום זמנים
  378. permission_edit_own_time_entries: עריכת רישום הזמנים של עצמו
  379. permission_manage_news: ניהול חדשות
  380. permission_comment_news: תגובה לחדשות
  381. permission_view_documents: צפיה במסמכים
  382. permission_manage_files: ניהול קבצים
  383. permission_view_files: צפיה בקבצים
  384. permission_manage_wiki: ניהול wiki
  385. permission_rename_wiki_pages: שינוי שם של דפי wiki
  386. permission_delete_wiki_pages: מחיקת דפי wiki
  387. permission_view_wiki_pages: צפיה ב־wiki
  388. permission_view_wiki_edits: צפיה בהיסטורית wiki
  389. permission_edit_wiki_pages: עריכת דפי wiki
  390. permission_delete_wiki_pages_attachments: מחיקת דבוקות
  391. permission_protect_wiki_pages: הגנה על כל דפי wiki
  392. permission_manage_repository: ניהול מאגר
  393. permission_browse_repository: סיור במאגר
  394. permission_view_changesets: צפיה בסדרות שינויים
  395. permission_commit_access: אישור הפקדות
  396. permission_manage_boards: ניהול לוחות
  397. permission_view_messages: צפיה בהודעות
  398. permission_add_messages: הצבת הודעות
  399. permission_edit_messages: עריכת הודעות
  400. permission_edit_own_messages: עריכת הודעות של עצמו
  401. permission_delete_messages: מחיקת הודעות
  402. permission_delete_own_messages: מחיקת הודעות של עצמו
  403. permission_export_wiki_pages: יצא דפי wiki
  404. permission_manage_subtasks: נהל תתי־משימות
  405. project_module_issue_tracking: מעקב נושאים
  406. project_module_time_tracking: מעקב אחר זמנים
  407. project_module_news: חדשות
  408. project_module_documents: מסמכים
  409. project_module_files: קבצים
  410. project_module_wiki: Wiki
  411. project_module_repository: מאגר
  412. project_module_boards: לוחות
  413. project_module_calendar: לוח שנה
  414. project_module_gantt: גאנט
  415. label_user: משתמש
  416. label_user_plural: משתמשים
  417. label_user_new: משתמש חדש
  418. label_user_anonymous: אלמוני
  419. label_project: פרויקט
  420. label_project_new: פרויקט חדש
  421. label_project_plural: פרויקטים
  422. label_x_projects:
  423. zero: ללא פרויקטים
  424. one: פרויקט אחד
  425. other: "%{count} פרויקטים"
  426. label_project_all: כל הפרויקטים
  427. label_project_latest: הפרויקטים החדשים ביותר
  428. label_issue: נושא
  429. label_issue_new: נושא חדש
  430. label_issue_plural: נושאים
  431. label_issue_view_all: צפה בכל הנושאים
  432. label_issues_by: "נושאים לפי %{value}"
  433. label_issue_added: נושא נוסף
  434. label_issue_updated: נושא עודכן
  435. label_document: מסמך
  436. label_document_new: מסמך חדש
  437. label_document_plural: מסמכים
  438. label_document_added: מסמך נוסף
  439. label_role: תפקיד
  440. label_role_plural: תפקידים
  441. label_role_new: תפקיד חדש
  442. label_role_and_permissions: תפקידים והרשאות
  443. label_member: חבר
  444. label_member_new: חבר חדש
  445. label_member_plural: חברים
  446. label_tracker: סיווג
  447. label_tracker_plural: סיווגים
  448. label_tracker_new: סיווג חדש
  449. label_workflow: זרימת עבודה
  450. label_issue_status: מצב נושא
  451. label_issue_status_plural: מצבי נושא
  452. label_issue_status_new: מצב חדש
  453. label_issue_category: קטגורית נושא
  454. label_issue_category_plural: קטגוריות נושא
  455. label_issue_category_new: קטגוריה חדשה
  456. label_custom_field: שדה אישי
  457. label_custom_field_plural: שדות אישיים
  458. label_custom_field_new: שדה אישי חדש
  459. label_enumerations: אינומרציות
  460. label_enumeration_new: ערך חדש
  461. label_information: מידע
  462. label_information_plural: מידע
  463. label_register: הרשמה
  464. label_login_with_open_id_option: או התחבר באמצעות OpenID
  465. label_password_lost: אבדה הסיסמה?
  466. label_home: דף הבית
  467. label_my_page: הדף שלי
  468. label_my_account: החשבון שלי
  469. label_my_projects: הפרויקטים שלי
  470. label_administration: ניהול
  471. label_login: התחבר
  472. label_logout: התנתק
  473. label_help: עזרה
  474. label_reported_issues: נושאים שדווחו
  475. label_assigned_to_me_issues: נושאים שהוצבו לי
  476. label_last_login: התחברות אחרונה
  477. label_registered_on: נרשם בתאריך
  478. label_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_yesterday: אתמול
  579. label_this_week: השבוע
  580. label_last_week: השבוע שעבר
  581. label_last_n_days: "ב־%{count} ימים אחרונים"
  582. label_this_month: החודש
  583. label_last_month: חודש שעבר
  584. label_this_year: השנה
  585. label_date_range: טווח תאריכים
  586. label_less_than_ago: פחות מ
  587. label_more_than_ago: יותר מ
  588. label_ago: לפני
  589. label_contains: מכיל
  590. label_not_contains: לא מכיל
  591. label_day_plural: ימים
  592. label_repository: מאגר
  593. label_repository_plural: מאגרים
  594. label_browse: סייר
  595. label_branch: ענף
  596. label_tag: סימון
  597. label_revision: מהדורה
  598. label_revision_plural: מהדורות
  599. label_revision_id: מהדורה %{value}
  600. label_associated_revisions: מהדורות קשורות
  601. label_added: נוסף
  602. label_modified: שונה
  603. label_copied: הועתק
  604. label_renamed: השם שונה
  605. label_deleted: נמחק
  606. label_latest_revision: מהדורה אחרונה
  607. label_latest_revision_plural: מהדורות אחרונות
  608. label_view_revisions: צפה במהדורות
  609. label_view_all_revisions: צפה בכל המהדורות
  610. label_max_size: גודל מקסימאלי
  611. label_sort_highest: הזז לראשית
  612. label_sort_higher: הזז למעלה
  613. label_sort_lower: הזז למטה
  614. label_sort_lowest: הזז לתחתית
  615. label_roadmap: מפת הדרכים
  616. label_roadmap_due_in: "נגמר בעוד %{value}"
  617. label_roadmap_overdue: "%{value} מאחר"
  618. label_roadmap_no_issues: אין נושאים לגירסה זו
  619. label_search: חפש
  620. label_result_plural: תוצאות
  621. label_all_words: כל המילים
  622. label_wiki: Wiki
  623. label_wiki_edit: ערוך wiki
  624. label_wiki_edit_plural: עריכות wiki
  625. label_wiki_page: דף Wiki
  626. label_wiki_page_plural: דפי wiki
  627. label_index_by_title: סדר על פי כותרת
  628. label_index_by_date: סדר על פי תאריך
  629. label_current_version: גירסה נוכחית
  630. label_preview: תצוגה מקדימה
  631. label_feed_plural: הזנות
  632. label_changes_details: פירוט כל השינויים
  633. label_issue_tracking: מעקב אחר נושאים
  634. label_spent_time: זמן שהושקע
  635. label_f_hour: "%{value} שעה"
  636. label_f_hour_plural: "%{value} שעות"
  637. label_time_tracking: מעקב זמנים
  638. label_change_plural: שינויים
  639. label_statistics: סטטיסטיקות
  640. label_commits_per_month: הפקדות לפי חודש
  641. label_commits_per_author: הפקדות לפי כותב
  642. label_view_diff: צפה בשינויים
  643. label_diff_inline: בתוך השורה
  644. label_diff_side_by_side: צד לצד
  645. label_options: אפשרויות
  646. label_copy_workflow_from: העתק זירמת עבודה מ
  647. label_permissions_report: דו"ח הרשאות
  648. label_watched_issues: נושאים שנצפו
  649. label_related_issues: נושאים קשורים
  650. label_applied_status: מצב מוחל
  651. label_loading: טוען...
  652. label_relation_new: קשר חדש
  653. label_relation_delete: מחק קשר
  654. label_relates_to: קשור ל
  655. label_duplicates: מכפיל את
  656. label_duplicated_by: שוכפל ע"י
  657. label_blocks: חוסם את
  658. label_blocked_by: חסום ע"י
  659. label_precedes: מקדים את
  660. label_follows: עוקב אחרי
  661. label_stay_logged_in: השאר מחובר
  662. label_disabled: מבוטל
  663. label_show_completed_versions: הצג גירסאות גמורות
  664. label_me: אני
  665. label_board: פורום
  666. label_board_new: פורום חדש
  667. label_board_plural: פורומים
  668. label_board_locked: נעול
  669. label_board_sticky: דביק
  670. label_topic_plural: נושאים
  671. label_message_plural: הודעות
  672. label_message_last: הודעה אחרונה
  673. label_message_new: הודעה חדשה
  674. label_message_posted: הודעה נוספה
  675. label_reply_plural: השבות
  676. label_send_information: שלח מידע על חשבון למשתמש
  677. label_year: שנה
  678. label_month: חודש
  679. label_week: שבוע
  680. label_date_from: מתאריך
  681. label_date_to: עד
  682. label_language_based: מבוסס שפה
  683. label_sort_by: "מיין לפי %{value}"
  684. label_send_test_email: שלח דוא"ל בדיקה
  685. label_feeds_access_key: מפתח גישה ל־Atom
  686. label_missing_feeds_access_key: חסר מפתח גישה ל־Atom
  687. label_feeds_access_key_created_on: "מפתח הזנת Atom נוצר לפני%{value}"
  688. label_module_plural: מודולים
  689. label_added_time_by: 'נוסף ע"י %{author} לפני %{age}'
  690. label_updated_time_by: 'עודכן ע"י %{author} לפני %{age}'
  691. label_updated_time: "עודכן לפני %{value} "
  692. label_jump_to_a_project: קפוץ לפרויקט...
  693. label_file_plural: קבצים
  694. label_changeset_plural: סדרות שינויים
  695. label_default_columns: עמודת ברירת מחדל
  696. label_no_change_option: (אין שינוים)
  697. label_bulk_edit_selected_issues: ערוך את הנושאים המסומנים
  698. label_theme: ערכת נושא
  699. label_default: ברירת מחדל
  700. label_search_titles_only: חפש בכותרות בלבד
  701. label_user_mail_option_all: "לכל אירוע בכל הפרויקטים שלי"
  702. label_user_mail_option_selected: "לכל אירוע בפרויקטים שבחרתי בלבד..."
  703. label_user_mail_option_only_my_events: עבור דברים שאני צופה או מעורב בהם בלבד
  704. label_user_mail_no_self_notified: "אני לא רוצה שיודיעו לי על שינויים שאני מבצע"
  705. label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
  706. label_registration_manual_activation: הפעלת חשבון ידנית
  707. label_registration_automatic_activation: הפעלת חשבון אוטומטית
  708. label_display_per_page: "בכל דף: %{value} תוצאות"
  709. label_age: גיל
  710. label_change_properties: שנה מאפיינים
  711. label_general: כללי
  712. label_scm: מערכת ניהול תצורה
  713. label_plugins: תוספים
  714. label_ldap_authentication: הזדהות LDAP
  715. label_downloads_abbr: D/L
  716. label_optional_description: תיאור רשות
  717. label_add_another_file: הוסף עוד קובץ
  718. label_preferences: העדפות
  719. label_chronological_order: בסדר כרונולוגי
  720. label_reverse_chronological_order: בסדר כרונולוגי הפוך
  721. label_incoming_emails: דוא"ל נכנס
  722. label_generate_key: צור מפתח
  723. label_issue_watchers: צופים
  724. label_example: דוגמא
  725. label_display: תצוגה
  726. label_sort: מיון
  727. label_ascending: בסדר עולה
  728. label_descending: בסדר יורד
  729. label_date_from_to: 'מתאריך %{start} ועד תאריך %{end}'
  730. label_wiki_content_added: נוסף דף ל־wiki
  731. label_wiki_content_updated: דף wiki עודכן
  732. label_group: קבוצה
  733. label_group_plural: קבוצות
  734. label_group_new: קבוצה חדשה
  735. label_time_entry_plural: זמן שהושקע
  736. label_version_sharing_none: לא משותף
  737. label_version_sharing_descendants: עם פרויקטים בנים
  738. label_version_sharing_hierarchy: עם היררכית הפרויקטים
  739. label_version_sharing_tree: עם עץ הפרויקט
  740. label_version_sharing_system: עם כל הפרויקטים
  741. label_update_issue_done_ratios: עדכן אחוז התקדמות לנושא
  742. label_copy_source: מקור
  743. label_copy_target: יעד
  744. label_copy_same_as_target: זהה ליעד
  745. label_display_used_statuses_only: הצג רק את המצבים בשימוש לסיווג זה
  746. label_api_access_key: מפתח גישה ל־API
  747. label_missing_api_access_key: חסר מפתח גישה ל־API
  748. label_api_access_key_created_on: 'מפתח גישה ל־API נוצר לפני %{value}'
  749. label_profile: פרופיל
  750. label_subtask_plural: תתי־משימות
  751. label_project_copy_notifications: שלח התראות דואר במהלך העתקת הפרויקט
  752. button_login: התחבר
  753. button_submit: אשר
  754. button_save: שמור
  755. button_check_all: בחר הכל
  756. button_uncheck_all: בחר כלום
  757. button_delete: מחק
  758. button_create: צור
  759. button_create_and_continue: צור ופתח חדש
  760. button_test: בדוק
  761. button_edit: ערוך
  762. button_edit_associated_wikipage: "ערוך דף wiki מקושר: %{page_title}"
  763. button_add: הוסף
  764. button_change: שנה
  765. button_apply: החל
  766. button_clear: נקה
  767. button_lock: נעל
  768. button_unlock: בטל נעילה
  769. button_download: הורד
  770. button_list: רשימה
  771. button_view: צפה
  772. button_move: הזז
  773. button_move_and_follow: העבר ועקוב
  774. button_back: הקודם
  775. button_cancel: בטל
  776. button_activate: הפעל
  777. button_sort: מיין
  778. button_log_time: רישום זמנים
  779. button_rollback: חזור למהדורה זו
  780. button_watch: צפה
  781. button_unwatch: בטל צפיה
  782. button_reply: השב
  783. button_archive: ארכיון
  784. button_unarchive: הוצא מהארכיון
  785. button_reset: אפס
  786. button_rename: שנה שם
  787. button_change_password: שנה סיסמה
  788. button_copy: העתק
  789. button_copy_and_follow: העתק ועקוב
  790. button_annotate: הוסף תיאור מסגרת
  791. button_update: עדכן
  792. button_configure: אפשרויות
  793. button_quote: צטט
  794. button_show: הצג
  795. status_active: פעיל
  796. status_registered: רשום
  797. status_locked: נעול
  798. version_status_open: פתוח
  799. version_status_locked: נעול
  800. version_status_closed: סגור
  801. field_active: פעיל
  802. text_select_mail_notifications: בחר פעולת שבגללן ישלח דוא"ל.
  803. text_regexp_info: כגון. ^[A-Z0-9]+$
  804. text_min_max_length_info: 0 משמעו ללא הגבלות
  805. text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו?
  806. text_subprojects_destroy_warning: "תת־הפרויקטים: %{value} ימחקו גם כן."
  807. text_workflow_edit: בחר תפקיד וסיווג כדי לערוך את זרימת העבודה
  808. text_are_you_sure: האם אתה בטוח?
  809. text_journal_changed: "%{label} השתנה מ%{old} ל%{new}"
  810. text_journal_set_to: "%{label} נקבע ל%{value}"
  811. text_journal_deleted: "%{label} נמחק (%{old})"
  812. text_journal_added: "%{label} %{value} נוסף"
  813. text_tip_issue_begin_day: מטלה המתחילה היום
  814. text_tip_issue_end_day: מטלה המסתיימת היום
  815. text_tip_issue_begin_end_day: מטלה המתחילה ומסתיימת היום
  816. text_caracters_maximum: "מקסימום %{count} תווים."
  817. text_caracters_minimum: "חייב להיות לפחות באורך של %{count} תווים."
  818. text_length_between: "אורך בין %{min} ל %{max} תווים."
  819. text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור סיווג זה
  820. text_unallowed_characters: תווים לא מורשים
  821. text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים).
  822. text_line_separated: ניתן להזין מספר ערכים (שורה אחת לכל ערך).
  823. text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדה
  824. text_issue_added: "הנושא %{id} דווח (בידי %{author})."
  825. text_issue_updated: "הנושא %{id} עודכן (בידי %{author})."
  826. text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו?
  827. text_issue_category_destroy_question: "כמה נושאים (%{count}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
  828. text_issue_category_destroy_assignments: הסר הצבת קטגוריה
  829. text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים
  830. text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או אחראי עליהם)."
  831. text_no_configuration_data: "לא הוגדרה תצורה עבור תפקידים, סיווגים, מצבי נושא וזרימת עבודה.\nמומלץ מאד לטעון את תצורת ברירת המחדל. תוכל לשנותה מאוחר יותר."
  832. text_load_default_configuration: טען את אפשרויות ברירת המחדל
  833. text_status_changed_by_changeset: "הוחל בסדרת השינויים %{value}."
  834. text_issues_destroy_confirmation: 'האם אתה בטוח שברצונך למחוק את הנושאים?'
  835. text_select_project_modules: 'בחר מודולים להחיל על פרויקט זה:'
  836. text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
  837. text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
  838. text_plugin_assets_writable: ספרית נכסי תוספים ניתנת לכתיבה
  839. text_minimagick_available: MiniMagick זמין (רשות)
  840. text_destroy_time_entries_question: "%{hours} שעות דווחו על הנושאים שאתה עומד למחוק. מה ברצונך לעשות?"
  841. text_destroy_time_entries: מחק שעות שדווחו
  842. text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
  843. text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:'
  844. text_user_wrote: "%{value} כתב:"
  845. text_user_wrote_in: "%{value} כתב (%{link}):"
  846. text_enumeration_destroy_question: "%{count} אוביקטים מוצבים לערך זה."
  847. text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
  848. text_email_delivery_not_configured: 'לא נקבעה תצורה לשליחת דואר, וההתראות כבויות.\nקבע את תצורת שרת ה־SMTP בקובץ /etc/redmine/&lt;instance&gt;/configuration.yml והתחל את האפליקציה מחדש ע"מ לאפשר אותם.'
  849. text_repository_usernames_mapping: "בחר או עדכן את משתמש Redmine הממופה לכל שם משתמש ביומן המאגר.\nמשתמשים בעלי שם או כתובת דואר זהה ב־Redmine ובמאגר ממופים באופן אוטומטי."
  850. text_diff_truncated: '... השינויים עוברים את מספר השורות המירבי לתצוגה, ולכן הם קוצצו.'
  851. text_custom_field_possible_values_info: שורה אחת לכל ערך
  852. text_wiki_page_destroy_question: לדף זה יש %{descendants} דפים בנים ותלויים. מה ברצונך לעשות?
  853. text_wiki_page_nullify_children: השאר דפים בנים כדפים ראשיים
  854. text_wiki_page_destroy_children: מחק את הדפים הבנים ואת כל התלויים בהם
  855. text_wiki_page_reassign_children: הצב מחדש דפים בנים לדף האב הנוכחי
  856. text_own_membership_delete_confirmation: |-
  857. בכוונתך למחוק חלק או את כל ההרשאות שלך. לאחר מכן לא תוכל יותר לערוך פרויקט זה.
  858. האם אתה בטוח שברצונך להמשיך?
  859. text_zoom_in: התקרב
  860. text_zoom_out: התרחק
  861. default_role_manager: מנהל
  862. default_role_developer: מפתח
  863. default_role_reporter: מדווח
  864. default_tracker_bug: תקלה
  865. default_tracker_feature: יכולת
  866. default_tracker_support: תמיכה
  867. default_issue_status_new: חדש
  868. default_issue_status_in_progress: בעבודה
  869. default_issue_status_resolved: נפתר
  870. default_issue_status_feedback: משוב
  871. default_issue_status_closed: סגור
  872. default_issue_status_rejected: נדחה
  873. default_doc_category_user: תיעוד משתמש
  874. default_doc_category_tech: תיעוד טכני
  875. default_priority_low: נמוכה
  876. default_priority_normal: רגילה
  877. default_priority_high: גבוהה
  878. default_priority_urgent: דחופה
  879. default_priority_immediate: מידית
  880. default_activity_design: עיצוב
  881. default_activity_development: פיתוח
  882. enumeration_issue_priorities: עדיפות נושאים
  883. enumeration_doc_categories: קטגוריות מסמכים
  884. enumeration_activities: פעילויות (מעקב אחר זמנים)
  885. enumeration_system_activity: פעילות מערכת
  886. label_user_mail_option_none: No events
  887. field_member_of_group: Assignee's group
  888. field_assigned_to_role: Assignee's role
  889. label_principal_search: "Search for user or group:"
  890. label_user_search: "Search for user:"
  891. field_visible: Visible
  892. setting_commit_logtime_activity_id: Activity for logged time
  893. text_time_logged_by_changeset: Applied in changeset %{value}.
  894. setting_commit_logtime_enabled: Enable time logging
  895. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  896. setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
  897. field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
  898. text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
  899. label_my_queries: My custom queries
  900. text_journal_changed_no_detail: "%{label} updated"
  901. label_news_comment_added: Comment added to a news
  902. button_expand_all: Expand all
  903. button_collapse_all: Collapse all
  904. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  905. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  906. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  907. text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
  908. label_role_anonymous: Anonymous
  909. label_role_non_member: Non member
  910. label_issue_note_added: Note added
  911. label_issue_status_updated: Status updated
  912. label_issue_priority_updated: Priority updated
  913. label_issues_visibility_own: Issues created by or assigned to the user
  914. field_issues_visibility: Issues visibility
  915. label_issues_visibility_all: All issues
  916. permission_set_own_issues_private: Set own issues public or private
  917. field_is_private: Private
  918. permission_set_issues_private: Set issues public or private
  919. label_issues_visibility_public: All non private issues
  920. text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
  921. field_commit_logs_encoding: קידוד הודעות הפקדה
  922. field_scm_path_encoding: Path encoding
  923. text_scm_path_encoding_note: "Default: UTF-8"
  924. field_path_to_repository: Path to repository
  925. field_root_directory: Root directory
  926. field_cvs_module: Module
  927. field_cvsroot: CVSROOT
  928. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  929. text_scm_command: Command
  930. text_scm_command_version: Version
  931. label_git_report_last_commit: Report last commit for files and directories
  932. notice_issue_successful_create: Issue %{id} created.
  933. label_between: between
  934. setting_issue_group_assignment: Allow issue assignment to groups
  935. label_diff: diff
  936. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  937. description_query_sort_criteria_direction: Sort direction
  938. description_project_scope: Search scope
  939. description_filter: Filter
  940. description_user_mail_notification: Mail notification settings
  941. description_message_content: Message content
  942. description_available_columns: Available Columns
  943. description_issue_category_reassign: Choose issue category
  944. description_search: Searchfield
  945. description_notes: Notes
  946. description_choose_project: Projects
  947. description_query_sort_criteria_attribute: Sort attribute
  948. description_wiki_subpages_reassign: Choose new parent page
  949. description_selected_columns: Selected Columns
  950. label_parent_revision: Parent
  951. label_child_revision: Child
  952. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  953. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  954. button_edit_section: Edit this section
  955. setting_repositories_encodings: Attachments and repositories encodings
  956. description_all_columns: All Columns
  957. button_export: Export
  958. label_export_options: "%{export_format} export options"
  959. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  960. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
  961. label_x_issues:
  962. zero: 0 נושא
  963. one: 1 נושא
  964. other: "%{count} נושאים"
  965. label_repository_new: New repository
  966. field_repository_is_default: Main repository
  967. label_copy_attachments: Copy attachments
  968. label_item_position: "%{position}/%{count}"
  969. label_completed_versions: Completed versions
  970. text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  971. field_multiple: Multiple values
  972. setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
  973. text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
  974. text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
  975. notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
  976. text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
  977. permission_manage_related_issues: Manage related issues
  978. field_auth_source_ldap_filter: LDAP filter
  979. label_search_for_watchers: Search for watchers to add
  980. notice_account_deleted: Your account has been permanently deleted.
  981. setting_unsubscribe: Allow users to delete their own account
  982. button_delete_my_account: Delete my account
  983. text_account_destroy_confirmation: |-
  984. Are you sure you want to proceed?
  985. Your account will be permanently deleted, with no way to reactivate it.
  986. error_session_expired: Your session has expired. Please login again.
  987. text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
  988. setting_session_lifetime: Session maximum lifetime
  989. setting_session_timeout: Session inactivity timeout
  990. label_session_expiration: Session expiration
  991. permission_close_project: Close / reopen the project
  992. button_close: Close
  993. button_reopen: Reopen
  994. project_status_active: active
  995. project_status_closed: closed
  996. project_status_archived: archived
  997. text_project_closed: This project is closed and read-only.
  998. notice_user_successful_create: User %{id} created.
  999. field_core_fields: Standard fields
  1000. field_timeout: Timeout (in seconds)
  1001. setting_thumbnails_enabled: Display attachment thumbnails
  1002. setting_thumbnails_size: Thumbnails size (in pixels)
  1003. label_status_transitions: Status transitions
  1004. label_fields_permissions: Fields permissions
  1005. label_readonly: Read-only
  1006. label_required: Required
  1007. text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
  1008. field_board_parent: Parent forum
  1009. label_attribute_of_project: Project's %{name}
  1010. label_attribute_of_author: Author's %{name}
  1011. label_attribute_of_assigned_to: Assignee's %{name}
  1012. label_attribute_of_fixed_version: Target version's %{name}
  1013. label_copy_subtasks: Copy subtasks
  1014. label_copied_to: copied to
  1015. label_copied_from: copied from
  1016. label_any_issues_in_project: any issues in project
  1017. label_any_issues_not_in_project: any issues not in project
  1018. field_private_notes: Private notes
  1019. permission_view_private_notes: View private notes
  1020. permission_set_notes_private: Set notes as private
  1021. label_no_issues_in_project: no issues in project
  1022. label_any: הכל
  1023. label_last_n_weeks: last %{count} weeks
  1024. setting_cross_project_subtasks: Allow cross-project subtasks
  1025. label_cross_project_descendants: עם פרויקטים בנים
  1026. label_cross_project_tree: עם עץ הפרויקט
  1027. label_cross_project_hierarchy: עם היררכית הפרויקטים
  1028. label_cross_project_system: עם כל הפרויקטים
  1029. button_hide: Hide
  1030. setting_non_working_week_days: Non-working days
  1031. label_in_the_next_days: in the next
  1032. label_in_the_past_days: in the past
  1033. label_attribute_of_user: User's %{name}
  1034. text_turning_multiple_off: If you disable multiple values, multiple values will be
  1035. removed in order to preserve only one value per item.
  1036. label_attribute_of_issue: Issue's %{name}
  1037. permission_add_documents: Add documents
  1038. permission_edit_documents: Edit documents
  1039. permission_delete_documents: Delete documents
  1040. label_gantt_progress_line: Progress line
  1041. setting_jsonp_enabled: Enable JSONP support
  1042. field_inherit_members: Inherit members
  1043. field_closed_on: Closed
  1044. field_generate_password: Generate password
  1045. setting_default_projects_tracker_ids: Default trackers for new projects
  1046. label_total_time: סה"כ
  1047. text_scm_config: You can configure your SCM commands in config/configuration.yml. Please restart the application after editing it.
  1048. text_scm_command_not_available: SCM command is not available. Please check settings on the administration panel.
  1049. setting_emails_header: Email header
  1050. notice_account_not_activated_yet: You haven't activated your account yet. If you want
  1051. to receive a new activation email, please <a href="%{url}">click this link</a>.
  1052. notice_account_locked: Your account is locked.
  1053. label_hidden: Hidden
  1054. label_visibility_private: to me only
  1055. label_visibility_roles: to these roles only
  1056. label_visibility_public: to any users
  1057. field_must_change_passwd: Must change password at next logon
  1058. notice_new_password_must_be_different: The new password must be different from the
  1059. current password
  1060. setting_mail_handler_excluded_filenames: Exclude attachments by name
  1061. text_convert_available: ImageMagick convert available (optional)
  1062. label_link: Link
  1063. label_only: only
  1064. label_drop_down_list: drop-down list
  1065. label_checkboxes: checkboxes
  1066. label_link_values_to: Link values to URL
  1067. setting_force_default_language_for_anonymous: Force default language for anonymous
  1068. users
  1069. setting_force_default_language_for_loggedin: Force default language for logged-in
  1070. users
  1071. label_custom_field_select_type: Select the type of object to which the custom field
  1072. is to be attached
  1073. label_issue_assigned_to_updated: Assignee updated
  1074. label_check_for_updates: Check for updates
  1075. label_latest_compatible_version: Latest compatible version
  1076. label_unknown_plugin: Unknown plugin
  1077. label_radio_buttons: radio buttons
  1078. label_group_anonymous: Anonymous users
  1079. label_group_non_member: Non member users
  1080. label_add_projects: Add projects
  1081. field_default_status: Default status
  1082. text_subversion_repository_note: 'Examples: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
  1083. field_users_visibility: Users visibility
  1084. label_users_visibility_all: All active users
  1085. label_users_visibility_members_of_visible_projects: Members of visible projects
  1086. label_edit_attachments: Edit attached files
  1087. setting_link_copied_issue: Link issues on copy
  1088. label_link_copied_issue: Link copied issue
  1089. label_ask: Ask
  1090. label_search_attachments_yes: Search attachment filenames and descriptions
  1091. label_search_attachments_no: Do not search attachments
  1092. label_search_attachments_only: Search attachments only
  1093. label_search_open_issues_only: Open issues only
  1094. field_address: דוא"ל
  1095. setting_max_additional_emails: Maximum number of additional email addresses
  1096. label_email_address_plural: Emails
  1097. label_email_address_add: Add email address
  1098. label_enable_notifications: Enable notifications
  1099. label_disable_notifications: Disable notifications
  1100. setting_search_results_per_page: Search results per page
  1101. label_blank_value: blank
  1102. permission_copy_issues: Copy issues
  1103. error_password_expired: Your password has expired or the administrator requires you
  1104. to change it.
  1105. field_time_entries_visibility: Time logs visibility
  1106. setting_password_max_age: Require password change after
  1107. label_parent_task_attributes: Parent tasks attributes
  1108. label_parent_task_attributes_derived: Calculated from subtasks
  1109. label_parent_task_attributes_independent: Independent of subtasks
  1110. label_time_entries_visibility_all: All time entries
  1111. label_time_entries_visibility_own: Time entries created by the user
  1112. label_member_management: Member management
  1113. label_member_management_all_roles: All roles
  1114. label_member_management_selected_roles_only: Only these roles
  1115. label_password_required: Confirm your password to continue
  1116. label_total_spent_time: זמן שהושקע סה"כ
  1117. notice_import_finished: "%{count} items have been imported"
  1118. notice_import_finished_with_errors: "%{count} out of %{total} items could not be imported"
  1119. error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
  1120. error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
  1121. settings below
  1122. error_can_not_read_import_file: An error occurred while reading the file to import
  1123. permission_import_issues: Import issues
  1124. label_import_issues: Import issues
  1125. label_select_file_to_import: Select the file to import
  1126. label_fields_separator: Field separator
  1127. label_fields_wrapper: Field wrapper
  1128. label_encoding: Encoding
  1129. label_comma_char: Comma
  1130. label_semi_colon_char: Semicolon
  1131. label_quote_char: Quote
  1132. label_double_quote_char: Double quote
  1133. label_fields_mapping: Fields mapping
  1134. label_file_content_preview: File content preview
  1135. label_create_missing_values: Create missing values
  1136. button_import: Import
  1137. field_total_estimated_hours: Total estimated time
  1138. label_api: API
  1139. label_total_plural: Totals
  1140. label_assigned_issues: Assigned issues
  1141. label_field_format_enumeration: Key/value list
  1142. label_f_hour_short: '%{value} h'
  1143. field_default_version: Default version
  1144. error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
  1145. setting_attachment_extensions_allowed: Allowed extensions
  1146. setting_attachment_extensions_denied: Disallowed extensions
  1147. label_any_open_issues: any open issues
  1148. label_no_open_issues: no open issues
  1149. label_default_values_for_new_users: Default values for new users
  1150. error_ldap_bind_credentials: Invalid LDAP Account/Password
  1151. setting_sys_api_key: מפתח API
  1152. setting_lost_password: אבדה הסיסמה?
  1153. mail_subject_security_notification: Security notification
  1154. mail_body_security_notification_change: ! '%{field} was changed.'
  1155. mail_body_security_notification_change_to: ! '%{field} was changed to %{value}.'
  1156. mail_body_security_notification_add: ! '%{field} %{value} was added.'
  1157. mail_body_security_notification_remove: ! '%{field} %{value} was removed.'
  1158. mail_body_security_notification_notify_enabled: Email address %{value} now receives
  1159. notifications.
  1160. mail_body_security_notification_notify_disabled: Email address %{value} no longer
  1161. receives notifications.
  1162. mail_body_settings_updated: ! 'The following settings were changed:'
  1163. field_remote_ip: IP address
  1164. label_wiki_page_new: New wiki page
  1165. label_relations: Relations
  1166. button_filter: Filter
  1167. mail_body_password_updated: Your password has been changed.
  1168. label_no_preview: No preview available
  1169. error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
  1170. for which you can create an issue
  1171. label_tracker_all: All trackers
  1172. label_new_project_issue_tab_enabled: Display the "New issue" tab
  1173. setting_new_item_menu_tab: Project menu tab for creating new objects
  1174. label_new_object_tab_enabled: Display the "+" drop-down
  1175. error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
  1176. for which you can create an issue
  1177. field_textarea_font: Font used for text areas
  1178. label_font_default: Default font
  1179. label_font_monospace: Monospaced font
  1180. label_font_proportional: Proportional font
  1181. setting_timespan_format: Time span format
  1182. label_table_of_contents: Table of contents
  1183. setting_commit_logs_formatting: Apply text formatting to commit messages
  1184. setting_mail_handler_enable_regex: Enable regular expressions
  1185. error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
  1186. project: %{errors}'
  1187. error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
  1188. be reassigned to an issue that is about to be deleted
  1189. setting_timelog_required_fields: Required fields for time logs
  1190. label_attribute_of_object: '%{object_name}''s %{name}'
  1191. label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
  1192. label_user_mail_option_only_owner: Only for things I watch or I am the owner of
  1193. warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
  1194. of values from one or more fields on the selected objects
  1195. field_updated_by: Updated by
  1196. field_last_updated_by: Last updated by
  1197. field_full_width_layout: Full width layout
  1198. label_last_notes: Last notes
  1199. field_digest: Checksum
  1200. field_default_assigned_to: Default assignee
  1201. setting_show_custom_fields_on_registration: Show custom fields on registration
  1202. permission_view_news: View news
  1203. label_no_preview_alternative_html: No preview available. %{link} the file instead.
  1204. label_no_preview_download: Download
  1205. setting_close_duplicate_issues: Close duplicate issues automatically
  1206. error_exceeds_maximum_hours_per_day: Cannot log more than %{max_hours} hours on the
  1207. same day (%{logged_hours} hours have already been logged)
  1208. setting_time_entry_list_defaults: Timelog list defaults
  1209. setting_timelog_accept_0_hours: Accept time logs with 0 hours
  1210. setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user
  1211. label_x_revisions: "%{count} revisions"
  1212. error_can_not_delete_auth_source: This authentication mode is in use and cannot be
  1213. deleted.
  1214. button_actions: Actions
  1215. mail_body_lost_password_validity: Please be aware that you may change the password
  1216. only once using this link.
  1217. text_login_required_html: When not requiring authentication, public projects and their
  1218. contents are openly available on the network. You can <a href="%{anonymous_role_path}">edit
  1219. the applicable permissions</a>.
  1220. label_login_required_yes: 'Yes'
  1221. label_login_required_no: No, allow anonymous access to public projects
  1222. text_project_is_public_non_member: Public projects and their contents are available
  1223. to all logged-in users.
  1224. text_project_is_public_anonymous: Public projects and their contents are openly available
  1225. on the network.
  1226. label_version_and_files: Versions (%{count}) and Files
  1227. label_ldap: LDAP
  1228. label_ldaps_verify_none: LDAPS (without certificate check)
  1229. label_ldaps_verify_peer: LDAPS
  1230. label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate
  1231. check to prevent any manipulation during the authentication process.
  1232. label_nothing_to_preview: Nothing to preview
  1233. error_token_expired: This password recovery link has expired, please try again.
  1234. error_spent_on_future_date: Cannot log time on a future date
  1235. setting_timelog_accept_future_dates: Accept time logs on future dates
  1236. label_delete_link_to_subtask: מחק קשר
  1237. error_not_allowed_to_log_time_for_other_users: You are not allowed to log time
  1238. for other users
  1239. permission_log_time_for_other_users: Log spent time for other users
  1240. label_tomorrow: tomorrow
  1241. label_next_week: next week
  1242. label_next_month: next month
  1243. text_role_no_workflow: No workflow defined for this role
  1244. text_status_no_workflow: No tracker uses this status in the workflows
  1245. setting_mail_handler_preferred_body_part: Preferred part of multipart (HTML) emails
  1246. setting_show_status_changes_in_mail_subject: Show status changes in issue mail notifications
  1247. subject
  1248. label_inherited_from_parent_project: Inherited from parent project
  1249. label_inherited_from_group: Inherited from group %{name}
  1250. label_trackers_description: Trackers description
  1251. label_open_trackers_description: View all trackers description
  1252. label_preferred_body_part_text: Text
  1253. label_preferred_body_part_html: HTML (experimental)
  1254. field_parent_issue_subject: Parent task subject
  1255. permission_edit_own_issues: Edit own issues
  1256. text_select_apply_tracker: Select tracker
  1257. label_updated_issues: Updated issues
  1258. text_avatar_server_config_html: The current avatar server is <a href="%{url}">%{url}</a>.
  1259. You can configure it in config/configuration.yml.
  1260. setting_gantt_months_limit: Maximum number of months displayed on the gantt chart
  1261. permission_import_time_entries: Import time entries
  1262. label_import_notifications: Send email notifications during the import
  1263. text_gs_available: ImageMagick PDF support available (optional)
  1264. field_recently_used_projects: Number of recently used projects in jump box
  1265. label_optgroup_bookmarks: Bookmarks
  1266. label_optgroup_others: Other projects
  1267. label_optgroup_recents: Recently used
  1268. button_project_bookmark: Add bookmark
  1269. button_project_bookmark_delete: Remove bookmark
  1270. field_history_default_tab: Issue's history default tab
  1271. label_issue_history_properties: Property changes
  1272. label_issue_history_notes: Notes
  1273. label_last_tab_visited: Last visited tab
  1274. field_unique_id: Unique ID
  1275. text_no_subject: no subject
  1276. setting_password_required_char_classes: Required character classes for passwords
  1277. label_password_char_class_uppercase: uppercase letters
  1278. label_password_char_class_lowercase: lowercase letters
  1279. label_password_char_class_digits: digits
  1280. label_password_char_class_special_chars: special characters
  1281. text_characters_must_contain: Must contain %{character_classes}.
  1282. label_starts_with: starts with
  1283. label_ends_with: ends with
  1284. label_issue_fixed_version_updated: Target version updated
  1285. setting_project_list_defaults: Projects list defaults
  1286. label_display_type: Display results as
  1287. label_display_type_list: List
  1288. label_display_type_board: Board
  1289. label_my_bookmarks: My bookmarks
  1290. label_import_time_entries: Import time entries
  1291. field_toolbar_language_options: Code highlighting toolbar languages
  1292. label_user_mail_notify_about_high_priority_issues_html: Also notify me about issues
  1293. with a priority of <em>%{prio}</em> or higher
  1294. label_assign_to_me: Assign to me
  1295. notice_issue_not_closable_by_open_tasks: This issue cannot be closed because it has
  1296. at least one open subtask.
  1297. notice_issue_not_closable_by_blocking_issue: This issue cannot be closed because it
  1298. is blocked by at least one open issue.
  1299. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened
  1300. because its parent issue is closed.
  1301. error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because
  1302. the total file size exceeds the maximum allowed size (%{max_size})
  1303. setting_bulk_download_max_size: Maximum total size for bulk download
  1304. label_download_all_attachments: Download all files
  1305. error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum
  1306. number of files that can be attached simultaneously (%{max_number_of_files})
  1307. setting_email_domains_allowed: Allowed email domains
  1308. setting_email_domains_denied: Disallowed email domains
  1309. field_passwd_changed_on: Password last changed
  1310. label_relations_mapping: Relations mapping
  1311. label_import_users: Import users
  1312. label_days_to_html: "%{days} days up to %{date}"
  1313. setting_twofa: Two-factor authentication
  1314. label_optional: optional
  1315. label_required_lower: required
  1316. button_disable: Disable
  1317. twofa__totp__name: Authenticator app
  1318. twofa__totp__text_pairing_info_html: Scan this QR code or enter the plain text key
  1319. into a TOTP app (e.g. <a href="https://support.google.com/accounts/answer/1066447">Google
  1320. Authenticator</a>, <a href="https://authy.com/download/">Authy</a>, <a href="https://guide.duo.com/third-party-accounts">Duo
  1321. Mobile</a>) and enter the code in the field below to activate two-factor authentication.
  1322. twofa__totp__label_plain_text_key: Plain text key
  1323. twofa__totp__label_activate: Enable authenticator app
  1324. twofa_currently_active: 'Currently active: %{twofa_scheme_name}'
  1325. twofa_not_active: Not activated
  1326. twofa_label_code: Code
  1327. twofa_hint_disabled_html: Setting <strong>%{label}</strong> will deactivate and unpair
  1328. two-factor authentication devices for all users.
  1329. twofa_hint_required_html: Setting <strong>%{label}</strong> will require all users
  1330. to set up two-factor authentication at their next login.
  1331. twofa_label_setup: Enable two-factor authentication
  1332. twofa_label_deactivation_confirmation: Disable two-factor authentication
  1333. twofa_notice_select: 'Please select the two-factor scheme you would like to use:'
  1334. twofa_warning_require: The administrator requires you to enable two-factor authentication.
  1335. twofa_activated: Two-factor authentication successfully enabled. It is recommended
  1336. to <a data-method="post" href="%{bc_path}">generate backup codes</a> for your account.
  1337. twofa_deactivated: Two-factor authentication disabled.
  1338. twofa_mail_body_security_notification_paired: Two-factor authentication successfully
  1339. enabled using %{field}.
  1340. twofa_mail_body_security_notification_unpaired: Two-factor authentication disabled
  1341. for your account.
  1342. twofa_mail_body_backup_codes_generated: New two-factor authentication backup codes
  1343. generated.
  1344. twofa_mail_body_backup_code_used: A two-factor authentication backup code has been
  1345. used.
  1346. twofa_invalid_code: Code is invalid or outdated.
  1347. twofa_label_enter_otp: Please enter your two-factor authentication code.
  1348. twofa_too_many_tries: Too many tries.
  1349. twofa_resend_code: Resend code
  1350. twofa_code_sent: An authentication code has been sent to you.
  1351. twofa_generate_backup_codes: Generate backup codes
  1352. twofa_text_generate_backup_codes_confirmation: This will invalidate all existing backup
  1353. codes and generate new ones. Would you like to continue?
  1354. twofa_notice_backup_codes_generated: Your backup codes have been generated.
  1355. twofa_warning_backup_codes_generated_invalidated: New backup codes have been generated.
  1356. Your existing codes from %{time} are now invalid.
  1357. twofa_label_backup_codes: Two-factor authentication backup codes
  1358. twofa_text_backup_codes_hint: Use these codes instead of a one-time password should
  1359. you not have access to your second factor. Each code can only be used once. It is
  1360. recommended to print and store them in a safe place.
  1361. twofa_text_backup_codes_created_at: Backup codes generated %{datetime}.
  1362. twofa_backup_codes_already_shown: Backup codes cannot be shown again, please <a data-method="post"
  1363. href="%{bc_path}">generate new backup codes</a> if required.
  1364. error_can_not_execute_macro_html: Error executing the <strong>%{name}</strong> macro
  1365. (%{error})
  1366. error_macro_does_not_accept_block: This macro does not accept a block of text
  1367. error_childpages_macro_no_argument: With no argument, this macro can be called from
  1368. wiki pages only
  1369. error_circular_inclusion: Circular inclusion detected
  1370. error_page_not_found: Page not found
  1371. error_filename_required: Filename required
  1372. error_invalid_size_parameter: Invalid size parameter
  1373. error_attachment_not_found: Attachment %{name} not found