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.

ko.yml 73KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514
  1. # Korean translations for Ruby on Rails
  2. ko:
  3. direction: ltr
  4. date:
  5. formats:
  6. # Use the strftime parameters for formats.
  7. # When no format has been given, it uses default.
  8. # You can provide other formats here if you like!
  9. default: "%Y/%m/%d"
  10. short: "%m/%d"
  11. long: "%Y년 %m월 %d일 (%a)"
  12. day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
  13. abbr_day_names: [일, 월, 화, 수, 목, 금, 토]
  14. # Don't forget the nil at the beginning; there's no such thing as a 0th month
  15. month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
  16. abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
  17. # Used in date_select and datime_select.
  18. order:
  19. - :year
  20. - :month
  21. - :day
  22. time:
  23. formats:
  24. default: "%Y/%m/%d %H:%M:%S"
  25. time: "%H:%M"
  26. short: "%y/%m/%d %H:%M"
  27. long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
  28. am: "오전"
  29. pm: "오후"
  30. datetime:
  31. distance_in_words:
  32. half_a_minute: "30초"
  33. less_than_x_seconds:
  34. one: "일초 이하"
  35. other: "%{count}초 이하"
  36. x_seconds:
  37. one: "일초"
  38. other: "%{count}초"
  39. less_than_x_minutes:
  40. one: "일분 이하"
  41. other: "%{count}분 이하"
  42. x_minutes:
  43. one: "일분"
  44. other: "%{count}분"
  45. about_x_hours:
  46. one: "약 한시간"
  47. other: "약 %{count}시간"
  48. x_hours:
  49. one: "1 시간"
  50. other: "%{count} 시간"
  51. x_days:
  52. one: "하루"
  53. other: "%{count}일"
  54. about_x_months:
  55. one: "약 한달"
  56. other: "약 %{count}달"
  57. x_months:
  58. one: "한달"
  59. other: "%{count}달"
  60. about_x_years:
  61. one: "약 일년"
  62. other: "약 %{count}년"
  63. over_x_years:
  64. one: "일년 이상"
  65. other: "%{count}년 이상"
  66. almost_x_years:
  67. one: "약 1년"
  68. other: "약 %{count}년"
  69. prompts:
  70. year: "년"
  71. month: "월"
  72. day: "일"
  73. hour: "시"
  74. minute: "분"
  75. second: "초"
  76. number:
  77. # Used in number_with_delimiter()
  78. # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
  79. format:
  80. # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
  81. separator: "."
  82. # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
  83. delimiter: ","
  84. # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
  85. precision: 3
  86. # Used in number_to_currency()
  87. currency:
  88. format:
  89. # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
  90. format: "%u%n"
  91. unit: "₩"
  92. # These three are to override number.format and are optional
  93. separator: "."
  94. delimiter: ","
  95. precision: 0
  96. # Used in number_to_percentage()
  97. percentage:
  98. format:
  99. # These three are to override number.format and are optional
  100. # separator:
  101. delimiter: ""
  102. # precision:
  103. # Used in number_to_precision()
  104. precision:
  105. format:
  106. # These three are to override number.format and are optional
  107. # separator:
  108. delimiter: ""
  109. # precision:
  110. # Used in number_to_human_size()
  111. human:
  112. format:
  113. # These three are to override number.format and are optional
  114. # separator:
  115. delimiter: ""
  116. precision: 3
  117. storage_units:
  118. format: "%n %u"
  119. units:
  120. byte:
  121. one: "Byte"
  122. other: "Bytes"
  123. kb: "KB"
  124. mb: "MB"
  125. gb: "GB"
  126. tb: "TB"
  127. # Used in array.to_sentence.
  128. support:
  129. array:
  130. words_connector: ", "
  131. two_words_connector: "과 "
  132. last_word_connector: ", "
  133. sentence_connector: "그리고"
  134. skip_last_comma: false
  135. activerecord:
  136. errors:
  137. template:
  138. header:
  139. one: "한개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
  140. other: "%{count}개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
  141. # The variable :count is also available
  142. body: "다음 항목에 문제가 발견했습니다:"
  143. messages:
  144. inclusion: "은 목록에 포함되어 있지 않습니다"
  145. exclusion: "은 예약되어 있습니다"
  146. invalid: "은 유효하지 않습니다."
  147. confirmation: "은 확인이 되지 않았습니다"
  148. accepted: "은 인정되어야 합니다"
  149. empty: "은 길이가 0이어서는 안됩니다."
  150. blank: "은 빈 값이어서는 안 됩니다"
  151. too_long: "은 너무 깁니다 (최대 %{count}자 까지)"
  152. too_short: "은 너무 짧습니다 (최소 %{count}자 까지)"
  153. wrong_length: "은 길이가 틀렸습니다 (%{count}자이어야 합니다.)"
  154. taken: "은 이미 선택된 겁니다"
  155. not_a_number: "은 숫자가 아닙니다"
  156. greater_than: "은 %{count}보다 커야 합니다."
  157. greater_than_or_equal_to: "은 %{count}보다 크거나 같아야 합니다"
  158. equal_to: "은 %{count}(와)과 같아야 합니다"
  159. less_than: "은 %{count}보다 작어야 합니다"
  160. less_than_or_equal_to: "은 %{count}과 같거나 이하을 요구합니다"
  161. odd: "은 홀수여야 합니다"
  162. even: "은 짝수여야 합니다"
  163. greater_than_start_date: "는 시작날짜보다 커야 합니다"
  164. not_same_project: "는 같은 프로젝트에 속해 있지 않습니다"
  165. circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다"
  166. cant_link_an_issue_with_a_descendant: "일감은 하위 일감과 연결할 수 없습니다."
  167. earlier_than_minimum_start_date: "시작날짜 %{date}보다 앞선 시간으로 설정할 수 없습니다."
  168. not_a_regexp: "is not a valid regular expression"
  169. open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
  170. must_contain_uppercase: "must contain uppercase letters (A-Z)"
  171. must_contain_lowercase: "must contain lowercase letters (a-z)"
  172. must_contain_digits: "must contain digits (0-9)"
  173. must_contain_special_chars: "must contain special characters (!, $, %, ...)"
  174. domain_not_allowed: "contains a domain not allowed (%{domain})"
  175. actionview_instancetag_blank_option: 선택하세요
  176. general_text_No: '아니오'
  177. general_text_Yes: '예'
  178. general_text_no: '아니오'
  179. general_text_yes: '예'
  180. general_lang_name: 'Korean (한국어)'
  181. general_csv_separator: ','
  182. general_csv_decimal_separator: '.'
  183. general_csv_encoding: CP949
  184. general_pdf_fontname: hysmyeongjostdmedium
  185. general_pdf_monospaced_fontname: hysmyeongjostdmedium
  186. general_first_day_of_week: '7'
  187. notice_account_updated: 계정이 성공적으로 변경되었습니다.
  188. notice_account_invalid_credentials: 잘못된 계정 또는 비밀번호
  189. notice_account_password_updated: 비밀번호가 잘 변경되었습니다.
  190. notice_account_wrong_password: 잘못된 비밀번호
  191. notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요.
  192. notice_account_unknown_email: 알려지지 않은 사용자.
  193. notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다.
  194. notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다.
  195. notice_account_activated: 계정이 활성화되었습니다. 이제 로그인 하실수 있습니다.
  196. notice_successful_create: 생성 성공.
  197. notice_successful_update: 변경 성공.
  198. notice_successful_delete: 삭제 성공.
  199. notice_successful_connection: 연결 성공.
  200. notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다.
  201. notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다.
  202. notice_not_authorized: 이 페이지에 접근할 권한이 없습니다.
  203. notice_email_sent: "%{value}님에게 메일이 발송되었습니다."
  204. notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. (%{value})"
  205. notice_feeds_access_key_reseted: Atom에 접근가능한 열쇠(key)가 생성되었습니다.
  206. notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 %{count}(선택 %{total}): %{ids}."
  207. notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다."
  208. notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다.
  209. notice_unable_delete_version: 삭제할 수 없는 버전입니다.
  210. error_can_t_load_default_data: "기본값을 읽어들일 수 없습니다.: %{value}"
  211. error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다.
  212. error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: %{value}"
  213. error_scm_annotate: "항목이 없거나 행별 이력을 볼 수 없습니다."
  214. error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.'
  215. warning_attachments_not_saved: "%{count}개 파일을 저장할 수 없습니다."
  216. mail_subject_lost_password: "%{value} 비밀번호"
  217. mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.'
  218. mail_subject_register: "%{value} 계정 활성화"
  219. mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:'
  220. mail_body_account_information_external: "로그인할 때 %{value} 계정을 사용하실 수 있습니다."
  221. mail_body_account_information: 계정 정보
  222. mail_subject_account_activation_request: "%{value} 계정 활성화 요청"
  223. mail_body_account_activation_request: "새 사용자(%{value})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:"
  224. mail_body_reminder: "당신이 맡고 있는 일감 %{count}개의 완료기한이 %{days}일 후 입니다."
  225. mail_subject_reminder: "내일이 만기인 일감 %{count}개 (%{days})"
  226. mail_subject_wiki_content_added: "위키페이지 '%{id}'이(가) 추가되었습니다."
  227. mail_subject_wiki_content_updated: "'위키페이지 %{id}'이(가) 수정되었습니다."
  228. mail_body_wiki_content_added: "%{author}이(가) 위키페이지 '%{id}'을(를) 추가하였습니다."
  229. mail_body_wiki_content_updated: "%{author}이(가) 위키페이지 '%{id}'을(를) 수정하였습니다."
  230. field_name: 이름
  231. field_description: 설명
  232. field_summary: 요약
  233. field_is_required: 필수
  234. field_firstname: 이름
  235. field_lastname: 성
  236. field_mail: 메일
  237. field_filename: 파일
  238. field_filesize: 크기
  239. field_downloads: 다운로드
  240. field_author: 저자
  241. field_created_on: 등록
  242. field_updated_on: 변경
  243. field_field_format: 형식
  244. field_is_for_all: 모든 프로젝트
  245. field_possible_values: 가능한 값들
  246. field_regexp: 정규식
  247. field_min_length: 최소 길이
  248. field_max_length: 최대 길이
  249. field_value: 값
  250. field_category: 범주
  251. field_title: 제목
  252. field_project: 프로젝트
  253. field_issue: 일감
  254. field_status: 상태
  255. field_notes: 덧글
  256. field_is_closed: 완료 상태
  257. field_is_default: 기본값
  258. field_tracker: 유형
  259. field_subject: 제목
  260. field_due_date: 완료기한
  261. field_assigned_to: 담당자
  262. field_priority: 우선순위
  263. field_fixed_version: 목표버전
  264. field_user: 사용자
  265. field_role: 역할
  266. field_homepage: 홈페이지
  267. field_is_public: 공개
  268. field_parent: 상위 프로젝트
  269. field_is_in_roadmap: 로드맵에 표시
  270. field_login: 로그인
  271. field_mail_notification: 메일 알림
  272. field_admin: 관리자
  273. field_last_login_on: 마지막 로그인
  274. field_language: 언어
  275. field_effective_date: 날짜
  276. field_password: 비밀번호
  277. field_new_password: 새 비밀번호
  278. field_password_confirmation: 비밀번호 확인
  279. field_version: 버전
  280. field_type: 방식
  281. field_host: 호스트
  282. field_port: 포트
  283. field_account: 계정
  284. field_base_dn: 기본 DN
  285. field_attr_login: 로그인 속성
  286. field_attr_firstname: 이름 속성
  287. field_attr_lastname: 성 속성
  288. field_attr_mail: 메일 속성
  289. field_onthefly: 동적 사용자 생성
  290. field_start_date: 시작시간
  291. field_done_ratio: 진척도
  292. field_auth_source: 인증 공급자
  293. field_hide_mail: 메일 주소 숨기기
  294. field_comments: 설명
  295. field_url: URL
  296. field_start_page: 첫 페이지
  297. field_subproject: 하위 프로젝트
  298. field_hours: 시간
  299. field_activity: 작업종류
  300. field_spent_on: 작업시간
  301. field_identifier: 식별자
  302. field_is_filter: 검색조건으로 사용됨
  303. field_delay: 지연
  304. field_assignable: 일감을 맡길 수 있음
  305. field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect)
  306. field_estimated_hours: 추정시간
  307. field_column_names: 컬럼
  308. field_default_value: 기본값
  309. field_time_zone: 시간대
  310. field_searchable: 검색가능
  311. field_comments_sorting: 댓글 정렬
  312. field_parent_title: 상위 제목
  313. field_editable: 편집가능
  314. field_watcher: 일감관람자
  315. field_content: 내용
  316. field_group_by: 결과를 묶어 보여줄 기준
  317. setting_app_title: 레드마인 제목
  318. setting_welcome_text: 환영 메시지
  319. setting_default_language: 기본 언어
  320. setting_login_required: 인증이 필요함
  321. setting_self_registration: 사용자 직접등록
  322. setting_attachment_max_size: 최대 첨부파일 크기
  323. setting_issues_export_limit: 일감 내보내기 제한
  324. setting_mail_from: 발신 메일 주소
  325. setting_plain_text_mail: 텍스트만 (HTML 없이)
  326. setting_host_name: 호스트 이름과 경로
  327. setting_text_formatting: 본문 형식
  328. setting_wiki_compression: 위키 이력 압축
  329. setting_feeds_limit: 피드에 포함할 항목의 수
  330. setting_default_projects_public: 새 프로젝트를 공개로 설정
  331. setting_autofetch_changesets: 커밋을 자동으로 가져오기
  332. setting_sys_api_enabled: 저장소 관리에 WS를 사용
  333. setting_commit_ref_keywords: 일감 참조에 사용할 키워드들
  334. setting_commit_fix_keywords: 일감 해결에 사용할 키워드들
  335. setting_autologin: 자동 로그인
  336. setting_date_format: 날짜 형식
  337. setting_time_format: 시간 형식
  338. setting_cross_project_issue_relations: 다른 프로젝트의 일감과 연결하는 것을 허용
  339. setting_issue_list_default_columns: 일감 목록에 표시할 항목
  340. setting_emails_footer: 메일 꼬리
  341. setting_protocol: 프로토콜
  342. setting_per_page_options: 목록에서, 한 페이지에 표시할 행
  343. setting_user_format: 사용자 표시 형식
  344. setting_activity_days_default: 프로젝트 작업내역에 표시할 기간
  345. setting_display_subprojects_issues: 하위 프로젝트의 일감을 함께 표시
  346. setting_enabled_scm: "지원할 SCM(Source Control Management)"
  347. setting_mail_handler_api_enabled: 수신 메일에 WS를 허용
  348. setting_mail_handler_api_key: API 키
  349. setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성
  350. setting_gravatar_enabled: 그라바타 사용자 아이콘 사용
  351. setting_diff_max_lines_displayed: 차이점(diff) 보기에 표시할 최대 줄수
  352. setting_repository_log_display_limit: 저장소 보기에 표시할 개정이력의 최대 갯수
  353. setting_file_max_size_displayed: 바로 보여줄 텍스트파일의 최대 크기
  354. setting_password_min_length: 최소 암호 길이
  355. setting_new_project_user_role_id: 프로젝트를 만든 사용자에게 주어질 역할
  356. permission_add_project: 프로젝트 생성
  357. permission_edit_project: 프로젝트 편집
  358. permission_select_project_modules: 프로젝트 모듈 선택
  359. permission_manage_members: 구성원 관리
  360. permission_manage_versions: 버전 관리
  361. permission_manage_categories: 일감 범주 관리
  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: Gantt차트 보기
  372. permission_view_calendar: 달력 보기
  373. permission_view_issue_watchers: 일감관람자 보기
  374. permission_add_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: 위키 관리
  385. permission_rename_wiki_pages: 위키 페이지 이름변경
  386. permission_delete_wiki_pages: 위치 페이지 삭제
  387. permission_view_wiki_pages: 위키 보기
  388. permission_view_wiki_edits: 위키 기록 보기
  389. permission_edit_wiki_pages: 위키 페이지 편집
  390. permission_delete_wiki_pages_attachments: 첨부파일 삭제
  391. permission_protect_wiki_pages: 프로젝트 위키 페이지
  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. project_module_issue_tracking: 일감관리
  404. project_module_time_tracking: 시간추적
  405. project_module_news: 뉴스
  406. project_module_documents: 문서
  407. project_module_files: 파일
  408. project_module_wiki: 위키
  409. project_module_repository: 저장소
  410. project_module_boards: 게시판
  411. label_user: 사용자
  412. label_user_plural: 사용자
  413. label_user_new: 새 사용자
  414. label_project: 프로젝트
  415. label_project_new: 새 프로젝트
  416. label_project_plural: 프로젝트
  417. label_x_projects:
  418. zero: 없음
  419. one: "한 프로젝트"
  420. other: "%{count}개 프로젝트"
  421. label_project_all: 모든 프로젝트
  422. label_project_latest: 최근 프로젝트
  423. label_issue: 일감
  424. label_issue_new: 새 일감만들기
  425. label_issue_plural: 일감
  426. label_issue_view_all: 모든 일감 보기
  427. label_issues_by: "%{value}별 일감"
  428. label_issue_added: 일감 추가
  429. label_issue_updated: 일감 수정
  430. label_document: 문서
  431. label_document_new: 새 문서
  432. label_document_plural: 문서
  433. label_document_added: 문서 추가
  434. label_role: 역할
  435. label_role_plural: 역할
  436. label_role_new: 새 역할
  437. label_role_and_permissions: 역할 및 권한
  438. label_member: 구성원
  439. label_member_new: 새 구성원
  440. label_member_plural: 구성원
  441. label_tracker: 일감 유형
  442. label_tracker_plural: 일감 유형
  443. label_tracker_new: 새 일감 유형
  444. label_workflow: 업무흐름
  445. label_issue_status: 일감 상태
  446. label_issue_status_plural: 일감 상태
  447. label_issue_status_new: 새 일감 상태
  448. label_issue_category: 일감 범주
  449. label_issue_category_plural: 일감 범주
  450. label_issue_category_new: 새 일감 범주
  451. label_custom_field: 사용자 정의 항목
  452. label_custom_field_plural: 사용자 정의 항목
  453. label_custom_field_new: 새 사용자 정의 항목
  454. label_enumerations: 코드값
  455. label_enumeration_new: 새 코드값
  456. label_information: 정보
  457. label_information_plural: 정보
  458. label_register: 등록
  459. label_password_lost: 비밀번호 찾기
  460. label_home: 초기화면
  461. label_my_page: 내 페이지
  462. label_my_account: 내 계정
  463. label_my_projects: 내 프로젝트
  464. label_administration: 관리
  465. label_login: 로그인
  466. label_logout: 로그아웃
  467. label_help: 도움말
  468. label_reported_issues: 보고한 일감
  469. label_assigned_to_me_issues: 내가 맡은 일감
  470. label_last_login: 마지막 접속
  471. label_registered_on: 등록시각
  472. label_activity: 작업내역
  473. label_user_activity: "%{value}의 작업내역"
  474. label_new: 새로 만들기
  475. label_logged_as: '로그인계정:'
  476. label_environment: 환경
  477. label_authentication: 인증
  478. label_auth_source: 인증 공급자
  479. label_auth_source_new: 새 인증 공급자
  480. label_auth_source_plural: 인증 공급자
  481. label_subproject_plural: 하위 프로젝트
  482. label_and_its_subprojects: "%{value}와 하위 프로젝트들"
  483. label_min_max_length: 최소 - 최대 길이
  484. label_list: 목록
  485. label_date: 날짜
  486. label_integer: 정수
  487. label_float: 부동소수
  488. label_boolean: 부울린
  489. label_string: 문자열
  490. label_text: 텍스트
  491. label_attribute: 속성
  492. label_attribute_plural: 속성
  493. label_no_data: 표시할 데이터가 없습니다.
  494. label_change_status: 상태 변경
  495. label_history: 이력
  496. label_attachment: 파일
  497. label_attachment_new: 파일추가
  498. label_attachment_delete: 파일삭제
  499. label_attachment_plural: 파일
  500. label_file_added: 파일 추가
  501. label_report: 보고서
  502. label_report_plural: 보고서
  503. label_news: 뉴스
  504. label_news_new: 새 뉴스
  505. label_news_plural: 뉴스
  506. label_news_latest: 최근 뉴스
  507. label_news_view_all: 모든 뉴스
  508. label_news_added: 뉴스 추가
  509. label_settings: 설정
  510. label_overview: 개요
  511. label_version: 버전
  512. label_version_new: 새 버전
  513. label_version_plural: 버전
  514. label_confirmation: 확인
  515. label_export_to: 내보내기
  516. label_read: 읽기...
  517. label_public_projects: 공개 프로젝트
  518. label_open_issues: 진행중
  519. label_open_issues_plural: 진행중
  520. label_closed_issues: 완료됨
  521. label_closed_issues_plural: 완료됨
  522. label_x_open_issues_abbr:
  523. zero: 모두 완료
  524. one: 한 건 진행 중
  525. other: "%{count} 건 진행 중"
  526. label_x_closed_issues_abbr:
  527. zero: 모두 미완료
  528. one: 한 건 완료
  529. other: "%{count} 건 완료"
  530. label_total: 합계
  531. label_permissions: 권한
  532. label_current_status: 일감 상태
  533. label_new_statuses_allowed: 허용되는 일감 상태
  534. label_all: 모두
  535. label_none: 없음
  536. label_nobody: 미지정
  537. label_next: 다음
  538. label_previous: 뒤로
  539. label_used_by: 사용됨
  540. label_details: 자세히
  541. label_add_note: 일감덧글 추가
  542. label_calendar: 달력
  543. label_months_from: 개월 동안 | 다음부터
  544. label_gantt: Gantt 챠트
  545. label_internal: 내부
  546. label_last_changes: "최근 %{count}개의 변경사항"
  547. label_change_view_all: 모든 변경 내역 보기
  548. label_comment: 댓글
  549. label_comment_plural: 댓글
  550. label_x_comments:
  551. zero: 댓글 없음
  552. one: 한 개의 댓글
  553. other: "%{count} 개의 댓글"
  554. label_comment_add: 댓글 추가
  555. label_comment_added: 댓글이 추가되었습니다.
  556. label_comment_delete: 댓글 삭제
  557. label_query: 검색양식
  558. label_query_plural: 검색양식
  559. label_query_new: 새 검색양식
  560. label_filter_add: 검색조건 추가
  561. label_filter_plural: 검색조건
  562. label_equals: 이다
  563. label_not_equals: 아니다
  564. label_in_less_than: 이내
  565. label_in_more_than: 이후
  566. label_greater_or_equal: ">="
  567. label_less_or_equal: "<="
  568. label_in: 이내
  569. label_today: 오늘
  570. label_yesterday: 어제
  571. label_this_week: 이번주
  572. label_last_week: 지난 주
  573. label_last_n_days: "지난 %{count} 일"
  574. label_this_month: 이번 달
  575. label_last_month: 지난 달
  576. label_this_year: 올해
  577. label_date_range: 날짜 범위
  578. label_less_than_ago: 이전
  579. label_more_than_ago: 이후
  580. label_ago: 일 전
  581. label_contains: 포함되는 키워드
  582. label_not_contains: 포함하지 않는 키워드
  583. label_day_plural: 일
  584. label_repository: 저장소
  585. label_repository_plural: 저장소
  586. label_browse: 저장소 둘러보기
  587. label_revision: 개정판
  588. label_revision_plural: 개정판
  589. label_associated_revisions: 관련된 개정판들
  590. label_added: 추가됨
  591. label_modified: 변경됨
  592. label_copied: 복사됨
  593. label_renamed: 이름바뀜
  594. label_deleted: 삭제됨
  595. label_latest_revision: 최근 개정판
  596. label_latest_revision_plural: 최근 개정판
  597. label_view_revisions: 개정판 보기
  598. label_max_size: 최대 크기
  599. label_roadmap: 로드맵
  600. label_roadmap_due_in: "기한 %{value}"
  601. label_roadmap_overdue: "%{value} 지연"
  602. label_roadmap_no_issues: 이 버전에 해당하는 일감 없음
  603. label_search: 검색
  604. label_result_plural: 결과
  605. label_all_words: 모든 단어
  606. label_wiki: 위키
  607. label_wiki_edit: 위키 편집
  608. label_wiki_edit_plural: 위키 편집
  609. label_wiki_page: 위키 페이지
  610. label_wiki_page_plural: 위키 페이지
  611. label_index_by_title: 제목별 색인
  612. label_index_by_date: 날짜별 색인
  613. label_current_version: 현재 버전
  614. label_preview: 미리보기
  615. label_feed_plural: 피드(Feeds)
  616. label_changes_details: 모든 상세 변경 내역
  617. label_issue_tracking: 일감 추적
  618. label_spent_time: 소요 시간
  619. label_f_hour: "%{value} 시간"
  620. label_f_hour_plural: "%{value} 시간"
  621. label_time_tracking: 시간추적
  622. label_change_plural: 변경사항들
  623. label_statistics: 통계
  624. label_commits_per_month: 월별 커밋 내역
  625. label_commits_per_author: 저자별 커밋 내역
  626. label_view_diff: 차이점 보기
  627. label_diff_inline: 두줄로
  628. label_diff_side_by_side: 한줄로
  629. label_options: 옵션
  630. label_copy_workflow_from: 업무흐름 복사하기
  631. label_permissions_report: 권한 보고서
  632. label_watched_issues: 지켜보고 있는 일감
  633. label_related_issues: 연결된 일감
  634. label_applied_status: 적용된 상태
  635. label_loading: 읽는 중...
  636. label_relation_new: 새 관계
  637. label_relation_delete: 관계 지우기
  638. label_relates_to: "다음 일감과 관련됨:"
  639. label_duplicates: "다음 일감에 중복됨:"
  640. label_duplicated_by: "중복된 일감:"
  641. label_blocks: "다음 일감의 해결을 막고 있음:"
  642. label_blocked_by: "다음 일감에게 막혀 있음:"
  643. label_precedes: "다음에 진행할 일감:"
  644. label_follows: "다음 일감을 우선 진행:"
  645. label_stay_logged_in: 로그인 유지
  646. label_disabled: 비활성화
  647. label_show_completed_versions: 완료된 버전 보기
  648. label_me: 나
  649. label_board: 게시판
  650. label_board_new: 새 게시판
  651. label_board_plural: 게시판
  652. label_topic_plural: 주제
  653. label_message_plural: 글
  654. label_message_last: 마지막 글
  655. label_message_new: 새글쓰기
  656. label_message_posted: 글 추가
  657. label_reply_plural: 답글
  658. label_send_information: 사용자에게 계정정보를 보내기
  659. label_year: 년
  660. label_month: 월
  661. label_week: 주
  662. label_date_from: '기간:'
  663. label_date_to: ' ~ '
  664. label_language_based: 언어설정에 따름
  665. label_sort_by: "%{value}(으)로 정렬"
  666. label_send_test_email: 테스트 메일 보내기
  667. label_feeds_access_key_created_on: "피드 접근 키가 %{value} 이전에 생성되었습니다."
  668. label_module_plural: 모듈
  669. label_added_time_by: "%{author}이(가) %{age} 전에 추가함"
  670. label_updated_time_by: "%{author}이(가) %{age} 전에 변경"
  671. label_updated_time: "%{value} 전에 수정됨"
  672. label_jump_to_a_project: 프로젝트 바로가기
  673. label_file_plural: 파일
  674. label_changeset_plural: 변경묶음
  675. label_default_columns: 기본 컬럼
  676. label_no_change_option: (수정 안함)
  677. label_bulk_edit_selected_issues: 선택한 일감들을 한꺼번에 수정하기
  678. label_theme: 테마
  679. label_default: 기본
  680. label_search_titles_only: 제목에서만 찾기
  681. label_user_mail_option_all: "내가 속한 프로젝트들로부터 모든 메일 받기"
  682. label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.."
  683. label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림을 받지 않습니다."
  684. label_registration_activation_by_email: 메일로 계정을 활성화하기
  685. label_registration_automatic_activation: 자동 계정 활성화
  686. label_registration_manual_activation: 수동 계정 활성화
  687. label_display_per_page: "페이지당 줄수: %{value}"
  688. label_age: 마지막 수정일
  689. label_change_properties: 속성 변경
  690. label_general: 일반
  691. label_scm: 형상관리시스템
  692. label_plugins: 플러그인
  693. label_ldap_authentication: LDAP 인증
  694. label_downloads_abbr: D/L
  695. label_optional_description: 부가적인 설명
  696. label_add_another_file: 다른 파일 추가
  697. label_preferences: 설정
  698. label_chronological_order: 시간 순으로 정렬
  699. label_reverse_chronological_order: 시간 역순으로 정렬
  700. label_incoming_emails: 수신 메일
  701. label_generate_key: 키 생성
  702. label_issue_watchers: 일감관람자
  703. label_example: 예
  704. label_display: 표시방식
  705. label_sort: 정렬
  706. label_ascending: 오름차순
  707. label_descending: 내림차순
  708. label_date_from_to: "%{start}부터 %{end}까지"
  709. label_wiki_content_added: 위키페이지 추가
  710. label_wiki_content_updated: 위키페이지 수정
  711. button_login: 로그인
  712. button_submit: 확인
  713. button_save: 저장
  714. button_check_all: 모두선택
  715. button_uncheck_all: 선택해제
  716. button_delete: 삭제
  717. button_create: 만들기
  718. button_create_and_continue: 만들고 계속하기
  719. button_test: 테스트
  720. button_edit: 편집
  721. button_add: 추가
  722. button_change: 변경
  723. button_apply: 적용
  724. button_clear: 지우기
  725. button_lock: 잠금
  726. button_unlock: 잠금해제
  727. button_download: 다운로드
  728. button_list: 목록
  729. button_view: 보기
  730. button_move: 이동
  731. button_back: 뒤로
  732. button_cancel: 취소
  733. button_activate: 활성화
  734. button_sort: 정렬
  735. button_log_time: 작업시간 기록
  736. button_rollback: 이 버전으로 되돌리기
  737. button_watch: 지켜보기
  738. button_unwatch: 관심끄기
  739. button_reply: 답글
  740. button_archive: 잠금보관
  741. button_unarchive: 잠금보관해제
  742. button_reset: 초기화
  743. button_rename: 이름바꾸기
  744. button_change_password: 비밀번호 바꾸기
  745. button_copy: 복사
  746. button_annotate: 이력해설
  747. button_update: 업데이트
  748. button_configure: 설정
  749. button_quote: 댓글달기
  750. status_active: 사용중
  751. status_registered: 등록대기
  752. status_locked: 잠김
  753. text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요.
  754. text_regexp_info: 예) ^[A-Z0-9]+$
  755. text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까?
  756. text_subprojects_destroy_warning: "하위 프로젝트(%{value})이(가) 자동으로 지워질 것입니다."
  757. text_workflow_edit: 업무흐름을 수정하려면 역할과 일감 유형을 선택하세요.
  758. text_are_you_sure: 계속 진행 하시겠습니까?
  759. text_tip_issue_begin_day: 오늘 시작하는 업무(task)
  760. text_tip_issue_end_day: 오늘 종료하는 업무(task)
  761. text_tip_issue_begin_end_day: 오늘 시작하고 종료하는 업무(task)
  762. text_caracters_maximum: "최대 %{count} 글자 가능"
  763. text_caracters_minimum: "최소한 %{count} 글자 이상이어야 합니다."
  764. text_length_between: "%{min} 에서 %{max} 글자"
  765. text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다.
  766. text_unallowed_characters: 허용되지 않는 문자열
  767. text_comma_separated: "구분자','를 이용해서 여러 개의 값을 입력할 수 있습니다."
  768. text_issues_ref_in_commit_messages: 커밋 메시지에서 일감을 참조하거나 해결하기
  769. text_issue_added: "%{author}이(가) 일감 %{id}을(를) 보고하였습니다."
  770. text_issue_updated: "%{author}이(가) 일감 %{id}을(를) 수정하였습니다."
  771. text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까?
  772. text_issue_category_destroy_question: "일부 일감들(%{count}개)이 이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?"
  773. text_issue_category_destroy_assignments: 범주 지정 지우기
  774. text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기
  775. text_user_mail_option: "선택하지 않은 프로젝트에서도, 지켜보는 중이거나 속해있는 사항(일감를 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다."
  776. text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어들이는 것을 권장합니다. 읽어들인 후에 수정할 수 있습니다."
  777. text_load_default_configuration: 기본 설정을 읽어들이기
  778. text_status_changed_by_changeset: "변경묶음 %{value}에 의하여 변경됨"
  779. text_issues_destroy_confirmation: '선택한 일감를 정말로 삭제하시겠습니까?'
  780. text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:'
  781. text_default_administrator_account_changed: 기본 관리자 계정이 변경
  782. text_file_repository_writable: 파일 저장소 쓰기 가능
  783. text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능
  784. text_minimagick_available: MiniMagick 사용 가능 (선택적)
  785. text_destroy_time_entries_question: 삭제하려는 일감에 %{hours} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
  786. text_destroy_time_entries: 보고된 시간을 삭제하기
  787. text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기
  788. text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:'
  789. text_user_wrote: "%{value}의 덧글:"
  790. text_user_wrote_in: "%{value}의 덧글 (%{link}):"
  791. text_enumeration_category_reassign_to: '새로운 값을 설정:'
  792. text_enumeration_destroy_question: "%{count} 개의 일감이 이 값을 사용하고 있습니다."
  793. text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/configuration.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다."
  794. text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다."
  795. text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.'
  796. text_custom_field_possible_values_info: '각 값 당 한 줄'
  797. text_wiki_page_destroy_question: 이 페이지는 %{descendants} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까?
  798. text_wiki_page_nullify_children: 하위 페이지를 최상위 페이지 아래로 지정
  799. text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제
  800. text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정
  801. default_role_manager: 관리자
  802. default_role_developer: 개발자
  803. default_role_reporter: 보고자
  804. default_tracker_bug: 결함
  805. default_tracker_feature: 새기능
  806. default_tracker_support: 지원
  807. default_issue_status_new: 신규
  808. default_issue_status_in_progress: 진행
  809. default_issue_status_resolved: 해결
  810. default_issue_status_feedback: 의견
  811. default_issue_status_closed: 완료
  812. default_issue_status_rejected: 거절
  813. default_doc_category_user: 사용자 문서
  814. default_doc_category_tech: 기술 문서
  815. default_priority_low: 낮음
  816. default_priority_normal: 보통
  817. default_priority_high: 높음
  818. default_priority_urgent: 긴급
  819. default_priority_immediate: 즉시
  820. default_activity_design: 설계
  821. default_activity_development: 개발
  822. enumeration_issue_priorities: 일감 우선순위
  823. enumeration_doc_categories: 문서 범주
  824. enumeration_activities: 작업분류(시간추적)
  825. field_issue_to: 관련 일감
  826. label_view_all_revisions: 모든 개정판 표시
  827. label_tag: 태그(Tag)
  828. label_branch: 브랜치(Branch)
  829. error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오.
  830. error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")'
  831. text_journal_changed: "%{label}을(를) %{old}에서 %{new}(으)로 변경되었습니다."
  832. text_journal_set_to: "%{label}을(를) %{value}(으)로 지정되었습니다."
  833. text_journal_deleted: "%{label} 값이 지워졌습니다. (%{old})"
  834. label_group_plural: 그룹
  835. label_group: 그룹
  836. label_group_new: 새 그룹
  837. label_time_entry_plural: 작업시간
  838. text_journal_added: "%{label}에 %{value}이(가) 추가되었습니다."
  839. field_active: 사용중
  840. enumeration_system_activity: 시스템 작업
  841. permission_delete_issue_watchers: 일감관람자 지우기
  842. version_status_closed: 닫힘
  843. version_status_locked: 잠김
  844. version_status_open: 진행
  845. error_can_not_reopen_issue_on_closed_version: 닫힌 버전에 할당된 일감은 다시 재발생시킬 수 없습니다.
  846. label_user_anonymous: 이름없음
  847. button_move_and_follow: 이동하고 따라가기
  848. setting_default_projects_modules: 새 프로젝트에 기본적으로 활성화될 모듈
  849. setting_gravatar_default: 기본 그라바타 이미지
  850. field_sharing: 공유
  851. label_version_sharing_hierarchy: 상위 및 하위 프로젝트
  852. label_version_sharing_system: 모든 프로젝트
  853. label_version_sharing_descendants: 하위 프로젝트
  854. label_version_sharing_tree: 최상위 및 모든 하위 프로젝트
  855. label_version_sharing_none: 공유없음
  856. error_can_not_archive_project: 이 프로젝트를 잠금보관할 수 없습니다.
  857. button_copy_and_follow: 복사하고 따라가기
  858. label_copy_source: 원본
  859. setting_issue_done_ratio: 일감의 진척도 계산방법
  860. setting_issue_done_ratio_issue_status: 일감 상태를 사용하기
  861. error_issue_done_ratios_not_updated: 일감 진척도가 수정되지 않았습니다.
  862. error_workflow_copy_target: 대상 일감의 유형과 역할을 선택하세요.
  863. setting_issue_done_ratio_issue_field: 일감 수정에서 진척도 입력하기
  864. label_copy_same_as_target: 대상과 같음.
  865. label_copy_target: 대상
  866. notice_issue_done_ratios_updated: 일감 진척도가 수정되었습니다.
  867. error_workflow_copy_source: 원본 일감의 유형이나 역할을 선택하세요.
  868. label_update_issue_done_ratios: 모든 일감 진척도 갱신하기
  869. setting_start_of_week: 달력 시작 요일
  870. permission_view_issues: 일감 보기
  871. label_display_used_statuses_only: 이 일감 유형에서 사용되는 상태만 보여주기
  872. label_revision_id: 개정판 %{value}
  873. label_api_access_key: API 접근키
  874. label_api_access_key_created_on: API 접근키가 %{value} 전에 생성되었습니다.
  875. label_feeds_access_key: Atom 접근키
  876. notice_api_access_key_reseted: API 접근키가 초기화되었습니다.
  877. setting_rest_api_enabled: REST 웹서비스 활성화
  878. label_missing_api_access_key: API 접근키가 없습니다.
  879. label_missing_feeds_access_key: Atom 접근키가 없습니다.
  880. button_show: 보기
  881. text_line_separated: 여러 값이 허용됨(값 마다 한 줄씩)
  882. setting_mail_handler_body_delimiters: 메일 본문 구분자
  883. permission_add_subprojects: 하위 프로젝트 만들기
  884. label_subproject_new: 새 하위 프로젝트
  885. text_own_membership_delete_confirmation: |-
  886. 권한들 일부 또는 전부를 막 삭제하려고 하고 있습니다. 그렇게 되면 이 프로젝트를 더이상 수정할 수 없게 됩니다.
  887. 계속하시겠습니까?
  888. label_close_versions: 완료된 버전 닫기
  889. label_board_sticky: 붙박이
  890. label_board_locked: 잠금
  891. permission_export_wiki_pages: 위키 페이지 내보내기
  892. setting_cache_formatted_text: 형식을 가진 텍스트 빠른 임시 기억
  893. permission_manage_project_activities: 프로젝트 작업내역 관리
  894. error_unable_delete_issue_status: 일감 상태를 지울 수 없습니다. (%{value})
  895. label_profile: 사용자정보
  896. permission_manage_subtasks: 하위 일감 관리
  897. field_parent_issue: 상위 일감
  898. label_subtask_plural: 하위 일감
  899. label_project_copy_notifications: 프로젝트 복사 중에 이메일 알림 보내기
  900. error_can_not_delete_custom_field: 사용자 정의 필드를 삭제할 수 없습니다.
  901. error_unable_to_connect: 연결할 수 없습니다((%{value})
  902. error_can_not_remove_role: 이 역할은 현재 사용 중이이서 삭제할 수 없습니다.
  903. error_can_not_delete_tracker: 이 유형의 일감들이 있어서 삭제할 수 없습니다.
  904. field_principal: User or Group
  905. notice_failed_to_save_members: "%{errors}:구성원을 저장 중 실패하였습니다"
  906. text_zoom_out: 더 작게
  907. text_zoom_in: 더 크게
  908. notice_unable_delete_time_entry: 시간 기록 항목을 삭제할 수 없습니다.
  909. field_time_entries: 기록된 시간
  910. project_module_gantt: Gantt 챠트
  911. project_module_calendar: 달력
  912. button_edit_associated_wikipage: "연관된 위키 페이지 %{page_title} 수정"
  913. field_text: 텍스트 영역
  914. setting_default_notification_option: 기본 알림 옵션
  915. label_user_mail_option_only_my_events: 내가 지켜보거나 속해있는 사항만
  916. label_user_mail_option_none: 알림 없음
  917. field_member_of_group: 할당된 사람의 그룹
  918. field_assigned_to_role: 할당된 사람의 역할
  919. notice_not_authorized_archived_project: 접근하려는 프로젝트는 이미 잠금보관되어 있습니다.
  920. label_principal_search: "사용자 및 그룹 찾기:"
  921. label_user_search: "사용자 찾기::"
  922. field_visible: 보이기
  923. setting_emails_header: 이메일 헤더
  924. setting_commit_logtime_activity_id: 기록된 시간에 적용할 작업분류
  925. text_time_logged_by_changeset: "변경묶음 %{value}에서 적용되었습니다."
  926. setting_commit_logtime_enabled: 커밋 시점에 작업 시간 기록 활성화
  927. notice_gantt_chart_truncated: "표시할 수 있는 최대 항목수(%{max})를 초과하여 차트가 잘렸습니다."
  928. setting_gantt_items_limit: "Gantt 차트에 표시되는 최대 항목수"
  929. field_warn_on_leaving_unsaved: "저장하지 않은 페이지를 빠져나갈 때 나에게 알림"
  930. text_warn_on_leaving_unsaved: "현재 페이지는 저장되지 않은 문자가 있습니다. 이 페이지를 빠져나가면 내용을 잃을 것입니다."
  931. label_my_queries: "내 검색 양식"
  932. text_journal_changed_no_detail: "%{label}이 변경되었습니다."
  933. label_news_comment_added: "뉴스에 설명이 추가되었습니다."
  934. button_expand_all: "모두 확장"
  935. button_collapse_all: "모두 축소"
  936. label_additional_workflow_transitions_for_assignee: "사용자가 작업자일 때 허용되는 추가 상태"
  937. label_additional_workflow_transitions_for_author: "사용자가 저자일 때 허용되는 추가 상태"
  938. label_bulk_edit_selected_time_entries: "선택된 소요 시간 대량 편집"
  939. text_time_entries_destroy_confirmation: "선택한 소요 시간 항목을 삭제하시겠습니까?"
  940. label_role_anonymous: 익명
  941. label_role_non_member: 비회원
  942. label_issue_note_added: "덧글이 추가되었습니다."
  943. label_issue_status_updated: "상태가 변경되었습니다."
  944. label_issue_priority_updated: "우선 순위가 변경되었습니다."
  945. label_issues_visibility_own: "일감을 생성하거나 맡은 사용자"
  946. field_issues_visibility: "일감 보임"
  947. label_issues_visibility_all: "모든 일감"
  948. permission_set_own_issues_private: "자신의 일감을 공개나 비공개로 설정"
  949. field_is_private: "비공개"
  950. permission_set_issues_private: "일감을 공개나 비공개로 설정"
  951. label_issues_visibility_public: "비공개 일감 제외"
  952. text_issues_destroy_descendants_confirmation: "%{count} 개의 하위 일감을 삭제할 것입니다."
  953. field_commit_logs_encoding: "커밋 기록 인코딩"
  954. field_scm_path_encoding: "경로 인코딩"
  955. text_scm_path_encoding_note: "기본: UTF-8"
  956. field_path_to_repository: "저장소 경로"
  957. field_root_directory: "루트 경로"
  958. field_cvs_module: "모듈"
  959. field_cvsroot: "CVS 루트"
  960. text_mercurial_repository_note: "로컬 저장소 (예: /hgrepo, c:\\hgrepo)"
  961. text_scm_command: "명령"
  962. text_scm_command_version: "버전"
  963. label_git_report_last_commit: "파일이나 폴더의 마지막 커밋을 보고"
  964. text_scm_config: "SCM 명령을 config/configuration.yml에서 수정할 수 있습니다. 수정후에는 재시작하십시오."
  965. text_scm_command_not_available: "SCM 명령을 사용할 수 없습니다. 관리 페이지의 설정을 검사하십시오."
  966. notice_issue_successful_create: "%{id} 일감이 생성되었습니다."
  967. label_between: "사이"
  968. setting_issue_group_assignment: "그룹에 일감 할당 허용"
  969. label_diff: "비교(diff)"
  970. text_git_repository_note: "로컬의 bare 저장소 (예: /gitrepo, c:\\gitrepo)"
  971. description_query_sort_criteria_direction: "정렬 방향"
  972. description_project_scope: "검색 범위"
  973. description_filter: "검색 조건"
  974. description_user_mail_notification: "메일 알림 설정"
  975. description_message_content: "메세지 내용"
  976. description_available_columns: "가능한 컬럼"
  977. description_issue_category_reassign: "일감 범주를 선택하십시오."
  978. description_search: "검색항목"
  979. description_notes: "덧글"
  980. description_choose_project: "프로젝트"
  981. description_query_sort_criteria_attribute: "정렬 속성"
  982. description_wiki_subpages_reassign: "새로운 상위 페이지를 선택하십시오."
  983. description_selected_columns: "선택된 컬럼"
  984. label_parent_revision: "상위"
  985. label_child_revision: "하위"
  986. error_scm_annotate_big_text_file: "최대 텍스트 파일 크기를 초과 하면 항목은 이력화 될 수 없습니다."
  987. setting_default_issue_start_date_to_creation_date: "새로운 일감의 시작 날짜로 오늘 날짜 사용"
  988. button_edit_section: "이 부분 수정"
  989. setting_repositories_encodings: "첨부파일이나 저장소 인코딩"
  990. description_all_columns: "모든 컬럼"
  991. button_export: "내보내기"
  992. label_export_options: "내보내기 옵션: %{export_format}"
  993. error_attachment_too_big: "이 파일은 제한된 크기(%{max_size})를 초과하였기 때문에 업로드 할 수 없습니다."
  994. notice_failed_to_save_time_entries: "%{total} 개의 시간입력중 다음 %{count} 개의 저장에 실패했습니다:: %{ids}."
  995. label_x_issues:
  996. zero: 0 일감
  997. one: 1 일감
  998. other: "%{count} 일감"
  999. label_repository_new: 저장소 추가
  1000. field_repository_is_default: 주 저장소
  1001. label_copy_attachments: 첨부파일 복사
  1002. label_item_position: "%{position}/%{count}"
  1003. label_completed_versions: 완료 버전
  1004. text_project_identifier_info: "소문자(a-z),숫자,대쉬(-)와 밑줄(_)만 가능합니다.<br />식별자는 저장후에는 수정할 수 없습니다."
  1005. field_multiple: 복수선택가능
  1006. setting_commit_cross_project_ref: 다른 프로젝트의 일감 참조 및 수정 허용
  1007. text_issue_conflict_resolution_add_notes: 변경내용은 취소하고 덧글만 추가
  1008. text_issue_conflict_resolution_overwrite: 변경내용 강제적용 (이전 덧글을 제외하고 덮어 씁니다)
  1009. notice_issue_update_conflict: 일감이 수정되는 동안 다른 사용자에 의해서 변경되었습니다.
  1010. text_issue_conflict_resolution_cancel: "변경내용을 되돌리고 다시 표시 %{link}"
  1011. permission_manage_related_issues: 연결된 일감 관리
  1012. field_auth_source_ldap_filter: LDAP 필터
  1013. label_search_for_watchers: 추가할 일감관람자 검색
  1014. notice_account_deleted: 당신의 계정이 완전히 삭제되었습니다.
  1015. setting_unsubscribe: 사용자들이 자신의 계정을 삭제토록 허용
  1016. button_delete_my_account: 나의 계정 삭제
  1017. text_account_destroy_confirmation: |-
  1018. 계속하시겠습니까?
  1019. 계정이 삭제되면 복구할 수 없습니다.
  1020. error_session_expired: 당신의 세션이 만료되었습니다. 다시 로그인하세요.
  1021. text_session_expiration_settings: "경고: 이 설정을 바꾸면 당신을 포함하여 현재의 세션들을 만료시킬 수 있습니다."
  1022. setting_session_lifetime: 세션 최대 시간
  1023. setting_session_timeout: 세션 비활성화 타임아웃
  1024. label_session_expiration: 세션 만료
  1025. permission_close_project: 프로젝트를 닫거나 다시 열기
  1026. button_close: 닫기
  1027. button_reopen: 다시 열기
  1028. project_status_active: 사용중
  1029. project_status_closed: 닫힘
  1030. project_status_archived: 잠금보관
  1031. text_project_closed: 이 프로젝트는 닫혀 있으며 읽기 전용입니다.
  1032. notice_user_successful_create: 사용자 %{id} 이(가) 생성되었습니다.
  1033. field_core_fields: 표준 항목들
  1034. field_timeout: 타임아웃 (초)
  1035. setting_thumbnails_enabled: 첨부파일의 썸네일을 보여줌
  1036. setting_thumbnails_size: 썸네일 크기 (픽셀)
  1037. label_status_transitions: 일감 상태 변경
  1038. label_fields_permissions: 항목 편집 권한
  1039. label_readonly: 읽기 전용
  1040. label_required: 필수
  1041. text_repository_identifier_info: "소문자(a-z),숫자,대쉬(-)와 밑줄(_)만 가능합니다.<br />식별자는 저장후에는 수정할 수 없습니다."
  1042. field_board_parent: Parent forum
  1043. label_attribute_of_project: "프로젝트의 %{name}"
  1044. label_attribute_of_author: "저자의 %{name}"
  1045. label_attribute_of_assigned_to: "담당자의 %{name}"
  1046. label_attribute_of_fixed_version: "목표버전의 %{name}"
  1047. label_copy_subtasks: 하위 일감들을 복사
  1048. label_copied_to: "다음 일감으로 복사됨:"
  1049. label_copied_from: "다음 일감으로부터 복사됨:"
  1050. label_any_issues_in_project: 다음 프로젝트에 속한 아무 일감
  1051. label_any_issues_not_in_project: 다음 프로젝트에 속하지 않은 아무 일감
  1052. field_private_notes: 비공개 덧글
  1053. permission_view_private_notes: 비공개 덧글 보기
  1054. permission_set_notes_private: 덧글을 비공개로 설정
  1055. label_no_issues_in_project: 다음 프로젝트의 일감 제외
  1056. label_any: 모두
  1057. label_last_n_weeks: 최근 %{count} 주
  1058. setting_cross_project_subtasks: 다른 프로젝트로부터 상위 일감 지정 허용
  1059. label_cross_project_descendants: 하위 프로젝트
  1060. label_cross_project_tree: 최상위 및 모든 하위 프로젝트
  1061. label_cross_project_hierarchy: 상위 및 하위 프로젝트
  1062. label_cross_project_system: 모든 프로젝트
  1063. button_hide: 숨기기
  1064. setting_non_working_week_days: 휴일
  1065. label_in_the_next_days: 다음
  1066. label_in_the_past_days: 지난
  1067. label_attribute_of_user: "사용자의 %{name}"
  1068. text_turning_multiple_off: 복수선택을 비활성화하면, 하나의 값을 제외한 나머지 값들이 지워집니다.
  1069. label_attribute_of_issue: "일감의 %{name}"
  1070. permission_add_documents: 문서 추가
  1071. permission_edit_documents: 문서 편집
  1072. permission_delete_documents: 문서 삭제
  1073. label_gantt_progress_line: 진행 선
  1074. setting_jsonp_enabled: JSONP 허용
  1075. field_inherit_members: 상위 프로젝트 구성원 상속
  1076. field_closed_on: 완료일
  1077. field_generate_password: 비밀번호 생성
  1078. setting_default_projects_tracker_ids: 새 프로젝트에 기본적으로 추가할 일감 유형
  1079. label_total_time: 합계
  1080. notice_account_not_activated_yet: 계정이 활성화되지 않았습니다. 계정을 활성화하기 위해 메일을 다시 수신하려면 <a href="%{url}">여기를 클릭해 주세요</a>.
  1081. notice_account_locked: 계정이 잠겨 있습니다.
  1082. label_hidden: 숨김
  1083. label_visibility_private: 자신 만
  1084. label_visibility_roles: 다음 역할 만
  1085. label_visibility_public: 모든 사용자
  1086. field_must_change_passwd: 다음 로그온 시 암호 변경
  1087. notice_new_password_must_be_different: 새 암호는 현재 암호와 달라야 합니다.
  1088. setting_mail_handler_excluded_filenames: 제외할 첨부 파일명
  1089. text_convert_available: ImageMagick 변환 사용 가능 (옵션)
  1090. label_link: 링크
  1091. label_only: 다음의 것만
  1092. label_drop_down_list: 드롭다운 목록
  1093. label_checkboxes: 체크박스
  1094. label_link_values_to: URL 링크 값
  1095. setting_force_default_language_for_anonymous: 익명 사용자의 기본 언어 강제
  1096. setting_force_default_language_for_loggedin: 로그인 사용자의 기본 언어 강제
  1097. label_custom_field_select_type: 사용자 정의 필드에 추가할 대상을 선택해주세요.
  1098. label_issue_assigned_to_updated: 담당자 업데이트
  1099. label_check_for_updates: 업데이트 확인
  1100. label_latest_compatible_version: 최종 호환 버전
  1101. label_unknown_plugin: 알 수 없는 플러그인
  1102. label_radio_buttons: radio buttons
  1103. label_group_anonymous: 익명 사용자
  1104. label_group_non_member: 비회원 사용자
  1105. label_add_projects: 프로젝트 추가
  1106. field_default_status: 초기 상태
  1107. text_subversion_repository_note: '예: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
  1108. field_users_visibility: 사용자 가시성
  1109. label_users_visibility_all: 모든 활성 사용자
  1110. label_users_visibility_members_of_visible_projects: 보이는 프로젝트 회원
  1111. label_edit_attachments: 첨부파일 편집
  1112. setting_link_copied_issue: 복사할 때 일감 연결
  1113. label_link_copied_issue: 복사한 일감 연결
  1114. label_ask: 물어보기
  1115. label_search_attachments_yes: 첨부파일명과 설명만 검색
  1116. label_search_attachments_no: 첨부는 검색하지 않음
  1117. label_search_attachments_only: 첨부만 검색
  1118. label_search_open_issues_only: 열린 일감만
  1119. field_address: 메일
  1120. setting_max_additional_emails: 허용하는 메일주소 개수
  1121. label_email_address_plural: 메일주소
  1122. label_email_address_add: 메일주소 추가
  1123. label_enable_notifications: 알림 켜기
  1124. label_disable_notifications: 알림 끄기
  1125. setting_search_results_per_page: 페이지당 검색 결과
  1126. label_blank_value: blank
  1127. permission_copy_issues: 일감 복사
  1128. error_password_expired: 암호가 만료되었거나 관리자가 변경하도록 설정하였습니다.
  1129. field_time_entries_visibility: 시간기록 가시성
  1130. setting_password_max_age: 암호 변경 주기
  1131. label_parent_task_attributes: 상위일감 속성
  1132. label_parent_task_attributes_derived: 하위일감으로부터 계산
  1133. label_parent_task_attributes_independent: 하위일감과 별도로 계산
  1134. label_time_entries_visibility_all: 모든 시간기록
  1135. label_time_entries_visibility_own: 이 사용자가 생성한 시간기록
  1136. label_member_management: 회원 관리
  1137. label_member_management_all_roles: 모든 역할
  1138. label_member_management_selected_roles_only: 선택된 역할 만
  1139. label_password_required: 계속하려면 암호를 확인해야 합니다.
  1140. label_total_spent_time: 총 소요시간
  1141. notice_import_finished: "총 %{count} 건을 가져왔습니다"
  1142. notice_import_finished_with_errors: "총 %{total} 건 중 %{count} 건을 가져오지 못했습니다"
  1143. error_invalid_file_encoding: 이 파일은 정상적인 %{encoding} 파일이 아닙니다.
  1144. error_invalid_csv_file_or_settings: 이 파일은 CSV 파일이 아니거나 아래 조건에 맞지 않습니다. (%{value})
  1145. error_can_not_read_import_file: 가져오기 파일을 읽을 수 없습니다.
  1146. permission_import_issues: 일감 가져오기
  1147. label_import_issues: 일감 가져오기
  1148. label_select_file_to_import: 가져올 파일 선택
  1149. label_fields_separator: 구분자
  1150. label_fields_wrapper: 묶음 기호
  1151. label_encoding: 인코딩
  1152. label_comma_char: 쉼표(,)
  1153. label_semi_colon_char: 세미콜론(;)
  1154. label_quote_char: 작은따옴표
  1155. label_double_quote_char: 큰따옴표
  1156. label_fields_mapping: 항목 연결
  1157. label_file_content_preview: 내용 미리보기
  1158. label_create_missing_values: 값이 없으면 자동으로 만들기
  1159. button_import: 가져오기
  1160. field_total_estimated_hours: 추정 시간
  1161. label_api: API
  1162. label_total_plural: 합계
  1163. label_assigned_issues: 할당된 일감
  1164. label_field_format_enumeration: 키/값 목록
  1165. label_f_hour_short: '%{value} h'
  1166. field_default_version: 기본 버전
  1167. error_attachment_extension_not_allowed: 첨부의 확장자 %{extension}은(는) 허용되지 않습니다.
  1168. setting_attachment_extensions_allowed: 허용되는 확장자
  1169. setting_attachment_extensions_denied: 허용되지 않는 확장자
  1170. label_any_open_issues: any open issues
  1171. label_no_open_issues: no open issues
  1172. label_default_values_for_new_users: 새 사용자 기본값
  1173. error_ldap_bind_credentials: 잘못된 LDAP 계정/암호
  1174. setting_sys_api_key: API 키
  1175. setting_lost_password: 비밀번호 찾기
  1176. mail_subject_security_notification: 보안 알림
  1177. mail_body_security_notification_change: ! '%{field}이(가) 변경되었습니다.'
  1178. mail_body_security_notification_change_to: ! '%{field}이(가) %{value}(으)로 변경되었습니다.'
  1179. mail_body_security_notification_add: ! '%{field}에 %{value}이(가) 추가되었습니다.'
  1180. mail_body_security_notification_remove: ! '%{field}에 %{value}이(가) 삭제되었습니다.'
  1181. mail_body_security_notification_notify_enabled: 이제 %{value}(으)로 알람이 발송됩니다.
  1182. mail_body_security_notification_notify_disabled: '%{value}(으)로 더 이상 알람이 발송되지 않습니다.'
  1183. mail_body_settings_updated: ! '다음의 설정이 변경되었습니다:'
  1184. field_remote_ip: IP 주소
  1185. label_wiki_page_new: 새 위키 페이지
  1186. label_relations: 관계
  1187. button_filter: 필터
  1188. mail_body_password_updated: 암호가 변경되었습니다.
  1189. label_no_preview: 미리보기 없음
  1190. error_no_tracker_allowed_for_new_issue_in_project: 프로젝트에 사용할 수 있는 일감 유형이 없습니다
  1191. label_tracker_all: 모든 유형
  1192. label_new_project_issue_tab_enabled: '"새 일감" 탭 표시'
  1193. setting_new_item_menu_tab: 프로젝트 메뉴의 새로 만들기 탭
  1194. label_new_object_tab_enabled: 메뉴에 "+" 탭 표시
  1195. error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers
  1196. for which you can create an issue
  1197. field_textarea_font: Font used for text areas
  1198. label_font_default: Default font
  1199. label_font_monospace: Monospaced font
  1200. label_font_proportional: Proportional font
  1201. setting_timespan_format: Time span format
  1202. label_table_of_contents: Table of contents
  1203. setting_commit_logs_formatting: Apply text formatting to commit messages
  1204. setting_mail_handler_enable_regex: Enable regular expressions
  1205. error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
  1206. project: %{errors}'
  1207. error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
  1208. be reassigned to an issue that is about to be deleted
  1209. setting_timelog_required_fields: Required fields for time logs
  1210. label_attribute_of_object: '%{object_name}''s %{name}'
  1211. label_user_mail_option_only_assigned: Only for things I watch or I am assigned to
  1212. label_user_mail_option_only_owner: Only for things I watch or I am the owner of
  1213. warning_fields_cleared_on_bulk_edit: Changes will result in the automatic deletion
  1214. of values from one or more fields on the selected objects
  1215. field_updated_by: Updated by
  1216. field_last_updated_by: Last updated by
  1217. field_full_width_layout: Full width layout
  1218. label_last_notes: Last notes
  1219. field_digest: Checksum
  1220. field_default_assigned_to: Default assignee
  1221. setting_show_custom_fields_on_registration: Show custom fields on registration
  1222. permission_view_news: View news
  1223. label_no_preview_alternative_html: No preview available. %{link} the file instead.
  1224. label_no_preview_download: Download
  1225. setting_close_duplicate_issues: Close duplicate issues automatically
  1226. error_exceeds_maximum_hours_per_day: Cannot log more than %{max_hours} hours on the
  1227. same day (%{logged_hours} hours have already been logged)
  1228. setting_time_entry_list_defaults: Timelog list defaults
  1229. setting_timelog_accept_0_hours: Accept time logs with 0 hours
  1230. setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user
  1231. label_x_revisions: "%{count} revisions"
  1232. error_can_not_delete_auth_source: This authentication mode is in use and cannot be
  1233. deleted.
  1234. button_actions: Actions
  1235. mail_body_lost_password_validity: Please be aware that you may change the password
  1236. only once using this link.
  1237. text_login_required_html: When not requiring authentication, public projects and their
  1238. contents are openly available on the network. You can <a href="%{anonymous_role_path}">edit
  1239. the applicable permissions</a>.
  1240. label_login_required_yes: 'Yes'
  1241. label_login_required_no: No, allow anonymous access to public projects
  1242. text_project_is_public_non_member: Public projects and their contents are available
  1243. to all logged-in users.
  1244. text_project_is_public_anonymous: Public projects and their contents are openly available
  1245. on the network.
  1246. label_version_and_files: Versions (%{count}) and Files
  1247. label_ldap: LDAP
  1248. label_ldaps_verify_none: LDAPS (without certificate check)
  1249. label_ldaps_verify_peer: LDAPS
  1250. label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate
  1251. check to prevent any manipulation during the authentication process.
  1252. label_nothing_to_preview: Nothing to preview
  1253. error_token_expired: This password recovery link has expired, please try again.
  1254. error_spent_on_future_date: Cannot log time on a future date
  1255. setting_timelog_accept_future_dates: Accept time logs on future dates
  1256. label_delete_link_to_subtask: 관계 지우기
  1257. error_not_allowed_to_log_time_for_other_users: You are not allowed to log time
  1258. for other users
  1259. permission_log_time_for_other_users: Log spent time for other users
  1260. label_tomorrow: tomorrow
  1261. label_next_week: next week
  1262. label_next_month: next month
  1263. text_role_no_workflow: No workflow defined for this role
  1264. text_status_no_workflow: No tracker uses this status in the workflows
  1265. setting_mail_handler_preferred_body_part: Preferred part of multipart (HTML) emails
  1266. setting_show_status_changes_in_mail_subject: Show status changes in issue mail notifications
  1267. subject
  1268. label_inherited_from_parent_project: Inherited from parent project
  1269. label_inherited_from_group: Inherited from group %{name}
  1270. label_trackers_description: Trackers description
  1271. label_open_trackers_description: View all trackers description
  1272. label_preferred_body_part_text: Text
  1273. label_preferred_body_part_html: HTML (experimental)
  1274. field_parent_issue_subject: Parent task subject
  1275. permission_edit_own_issues: Edit own issues
  1276. text_select_apply_tracker: Select tracker
  1277. label_updated_issues: Updated issues
  1278. text_avatar_server_config_html: The current avatar server is <a href="%{url}">%{url}</a>.
  1279. You can configure it in config/configuration.yml.
  1280. setting_gantt_months_limit: Maximum number of months displayed on the gantt chart
  1281. permission_import_time_entries: Import time entries
  1282. label_import_notifications: Send email notifications during the import
  1283. text_gs_available: ImageMagick PDF support available (optional)
  1284. field_recently_used_projects: Number of recently used projects in jump box
  1285. label_optgroup_bookmarks: Bookmarks
  1286. label_optgroup_others: Other projects
  1287. label_optgroup_recents: Recently used
  1288. button_project_bookmark: Add bookmark
  1289. button_project_bookmark_delete: Remove bookmark
  1290. field_history_default_tab: Issue's history default tab
  1291. label_issue_history_properties: Property changes
  1292. label_issue_history_notes: Notes
  1293. label_last_tab_visited: Last visited tab
  1294. field_unique_id: Unique ID
  1295. text_no_subject: no subject
  1296. setting_password_required_char_classes: Required character classes for passwords
  1297. label_password_char_class_uppercase: uppercase letters
  1298. label_password_char_class_lowercase: lowercase letters
  1299. label_password_char_class_digits: digits
  1300. label_password_char_class_special_chars: special characters
  1301. text_characters_must_contain: Must contain %{character_classes}.
  1302. label_starts_with: starts with
  1303. label_ends_with: ends with
  1304. label_issue_fixed_version_updated: Target version updated
  1305. setting_project_list_defaults: Projects list defaults
  1306. label_display_type: Display results as
  1307. label_display_type_list: List
  1308. label_display_type_board: Board
  1309. label_my_bookmarks: My bookmarks
  1310. label_import_time_entries: Import time entries
  1311. field_toolbar_language_options: Code highlighting toolbar languages
  1312. label_user_mail_notify_about_high_priority_issues_html: Also notify me about issues
  1313. with a priority of <em>%{prio}</em> or higher
  1314. label_assign_to_me: Assign to me
  1315. notice_issue_not_closable_by_open_tasks: This issue cannot be closed because it has
  1316. at least one open subtask.
  1317. notice_issue_not_closable_by_blocking_issue: This issue cannot be closed because it
  1318. is blocked by at least one open issue.
  1319. notice_issue_not_reopenable_by_closed_parent_issue: This issue cannot be reopened
  1320. because its parent issue is closed.
  1321. error_bulk_download_size_too_big: These attachments cannot be bulk downloaded because
  1322. the total file size exceeds the maximum allowed size (%{max_size})
  1323. setting_bulk_download_max_size: Maximum total size for bulk download
  1324. label_download_all_attachments: Download all files
  1325. error_attachments_too_many: This file cannot be uploaded because it exceeds the maximum
  1326. number of files that can be attached simultaneously (%{max_number_of_files})
  1327. setting_email_domains_allowed: Allowed email domains
  1328. setting_email_domains_denied: Disallowed email domains
  1329. field_passwd_changed_on: Password last changed
  1330. label_relations_mapping: Relations mapping
  1331. label_import_users: Import users
  1332. label_days_to_html: "%{days} days up to %{date}"
  1333. setting_twofa: Two-factor authentication
  1334. label_optional: optional
  1335. label_required_lower: required
  1336. button_disable: Disable
  1337. twofa__totp__name: Authenticator app
  1338. twofa__totp__text_pairing_info_html: Scan this QR code or enter the plain text key
  1339. into a TOTP app (e.g. <a href="https://support.google.com/accounts/answer/1066447">Google
  1340. Authenticator</a>, <a href="https://authy.com/download/">Authy</a>, <a href="https://guide.duo.com/third-party-accounts">Duo
  1341. Mobile</a>) and enter the code in the field below to activate two-factor authentication.
  1342. twofa__totp__label_plain_text_key: Plain text key
  1343. twofa__totp__label_activate: Enable authenticator app
  1344. twofa_currently_active: 'Currently active: %{twofa_scheme_name}'
  1345. twofa_not_active: Not activated
  1346. twofa_label_code: Code
  1347. twofa_hint_disabled_html: Setting <strong>%{label}</strong> will deactivate and unpair
  1348. two-factor authentication devices for all users.
  1349. twofa_hint_required_html: Setting <strong>%{label}</strong> will require all users
  1350. to set up two-factor authentication at their next login.
  1351. twofa_label_setup: Enable two-factor authentication
  1352. twofa_label_deactivation_confirmation: Disable two-factor authentication
  1353. twofa_notice_select: 'Please select the two-factor scheme you would like to use:'
  1354. twofa_warning_require: The administrator requires you to enable two-factor authentication.
  1355. twofa_activated: Two-factor authentication successfully enabled. It is recommended
  1356. to <a data-method="post" href="%{bc_path}">generate backup codes</a> for your account.
  1357. twofa_deactivated: Two-factor authentication disabled.
  1358. twofa_mail_body_security_notification_paired: Two-factor authentication successfully
  1359. enabled using %{field}.
  1360. twofa_mail_body_security_notification_unpaired: Two-factor authentication disabled
  1361. for your account.
  1362. twofa_mail_body_backup_codes_generated: New two-factor authentication backup codes
  1363. generated.
  1364. twofa_mail_body_backup_code_used: A two-factor authentication backup code has been
  1365. used.
  1366. twofa_invalid_code: Code is invalid or outdated.
  1367. twofa_label_enter_otp: Please enter your two-factor authentication code.
  1368. twofa_too_many_tries: Too many tries.
  1369. twofa_resend_code: Resend code
  1370. twofa_code_sent: An authentication code has been sent to you.
  1371. twofa_generate_backup_codes: Generate backup codes
  1372. twofa_text_generate_backup_codes_confirmation: This will invalidate all existing backup
  1373. codes and generate new ones. Would you like to continue?
  1374. twofa_notice_backup_codes_generated: Your backup codes have been generated.
  1375. twofa_warning_backup_codes_generated_invalidated: New backup codes have been generated.
  1376. Your existing codes from %{time} are now invalid.
  1377. twofa_label_backup_codes: Two-factor authentication backup codes
  1378. twofa_text_backup_codes_hint: Use these codes instead of a one-time password should
  1379. you not have access to your second factor. Each code can only be used once. It is
  1380. recommended to print and store them in a safe place.
  1381. twofa_text_backup_codes_created_at: Backup codes generated %{datetime}.
  1382. twofa_backup_codes_already_shown: Backup codes cannot be shown again, please <a data-method="post"
  1383. href="%{bc_path}">generate new backup codes</a> if required.
  1384. error_can_not_execute_macro_html: Error executing the <strong>%{name}</strong> macro
  1385. (%{error})
  1386. error_macro_does_not_accept_block: This macro does not accept a block of text
  1387. error_childpages_macro_no_argument: With no argument, this macro can be called from
  1388. wiki pages only
  1389. error_circular_inclusion: Circular inclusion detected
  1390. error_page_not_found: Page not found
  1391. error_filename_required: Filename required
  1392. error_invalid_size_parameter: Invalid size parameter
  1393. error_attachment_not_found: Attachment %{name} not found
  1394. permission_delete_project: Delete the project
  1395. field_twofa_scheme: Two-factor authentication scheme
  1396. text_user_destroy_confirmation: Are you sure you want to delete this user and remove
  1397. all references to them? This cannot be undone. Often, locking a user instead of
  1398. deleting them is the better solution. To confirm, please enter their login (%{login})
  1399. below.
  1400. text_project_destroy_enter_identifier: To confirm, please enter the project's identifier
  1401. (%{identifier}) below.
  1402. button_add_subtask: Add subtask
  1403. notice_invalid_watcher: 'Invalid watcher: User will not receive any notifications
  1404. because it does not have access to view this object.'
  1405. button_fetch_changesets: Fetch commits
  1406. permission_view_message_watchers: View message watchers list
  1407. permission_add_message_watchers: Add message watchers
  1408. permission_delete_message_watchers: Delete message watchers
  1409. label_message_watchers: Watchers
  1410. button_copy_link: Copy link
  1411. error_invalid_authenticity_token: Invalid form authenticity token.
  1412. error_query_statement_invalid: An error occurred while executing the query and has
  1413. been logged. Please report this error to your Redmine administrator.
  1414. permission_view_wiki_page_watchers: View wiki page watchers list
  1415. permission_add_wiki_page_watchers: Add wiki page watchers
  1416. permission_delete_wiki_page_watchers: Delete wiki page watchers
  1417. label_wiki_page_watchers: Watchers
  1418. label_attachment_description: File description
  1419. error_no_data_in_file: The file does not contain any data
  1420. field_twofa_required: Require two factor authentication
  1421. twofa_hint_optional_html: Setting <strong>%{label}</strong> will let users set up
  1422. two-factor authentication at will, unless it is required by one of their groups.
  1423. twofa_text_group_required: This setting is only effective when the global two factor
  1424. authentication setting is set to 'optional'. Currently, two factor authentication
  1425. is required for all users.
  1426. twofa_text_group_disabled: This setting is only effective when the global two factor
  1427. authentication setting is set to 'optional'. Currently, two factor authentication
  1428. is disabled.
  1429. field_default_issue_query: Default issue query
  1430. label_default_queries:
  1431. for_all_projects: For all projects
  1432. for_current_project: For current project
  1433. for_all_users: For all users
  1434. for_this_user: For this user
  1435. text_allowed_queries_to_select: Public (to any users) queries only selectable
  1436. text_all_migrations_have_been_run: All database migrations have been run
  1437. button_save_object: Save %{object_name}
  1438. button_edit_object: Edit %{object_name}
  1439. button_delete_object: Delete %{object_name}
  1440. text_setting_config_change: You can configure the behaviour in config/configuration.yml.
  1441. Please restart the application after editing it.
  1442. label_bulk_edit: Bulk edit
  1443. button_create_and_follow: Create and follow
  1444. label_subtask: Subtask
  1445. label_default_query: Default query
  1446. field_default_project_query: Default project query
  1447. label_required_administrators: required for administrators
  1448. twofa_hint_required_administrators_html: Setting <strong>%{label}</strong> behaves
  1449. like optional, but will require all users with administration rights to set up two-factor
  1450. authentication at their next login.
  1451. label_auto_watch_on: Auto watch
  1452. label_auto_watch_on_issue_contributed_to: Issues I contributed to
  1453. text_project_close_confirmation: Are you sure you want to close the '%{value}' project
  1454. to make it read-only?
  1455. text_project_reopen_confirmation: Are you sure you want to reopen the '%{value}' project?
  1456. text_project_archive_confirmation: Are you sure you want to archive the '%{value}'
  1457. project?
  1458. mail_destroy_project_failed: Project %{value} could not be deleted.
  1459. mail_destroy_project_successful: Project %{value} was deleted successfully.
  1460. mail_destroy_project_with_subprojects_successful: Project %{value} and its subprojects
  1461. were deleted successfully.
  1462. project_status_scheduled_for_deletion: scheduled for deletion
  1463. text_projects_bulk_destroy_confirmation: Are you sure you want to delete the selected
  1464. projects and related data?
  1465. text_projects_bulk_destroy_head: |
  1466. You are about to permanently delete the following projects, including possible subprojects and any related data.
  1467. Please review the information below and confirm that this is indeed what you want to do.
  1468. This action cannot be undone.
  1469. text_projects_bulk_destroy_confirm: To confirm, please enter "%{yes}" in the box below.
  1470. text_subprojects_bulk_destroy: 'including its subproject(s): %{value}'
  1471. field_current_password: Current password
  1472. sudo_mode_new_info_html: "<strong>What's happening?</strong> You need to reconfirm
  1473. your password before taking any administrative actions, this ensures your account
  1474. stays protected."
  1475. label_edited: Edited
  1476. label_time_by_author: "%{time} by %{author}"
  1477. field_default_time_entry_activity: Default spent time activity
  1478. field_is_member_of_group: Member of group
  1479. text_users_bulk_destroy_head: You are about to delete the following users and remove
  1480. all references to them. This cannot be undone. Often, locking users instead of deleting
  1481. them is the better solution.
  1482. text_users_bulk_destroy_confirm: To confirm, please enter "%{yes}" below.