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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061
  1. # Korean translations for Ruby on Rails
  2. # by Kihyun Yoon(ddumbugie@gmail.com),http://plenum.textcube.com/
  3. # by John Hwang (jhwang@tavon.org),http://github.com/tavon
  4. # by Yonghwan SO(please insert your email), last update at 2009-09-11
  5. # last update at 2010-09-06 by Kihyun Yoon
  6. ko:
  7. direction: ltr
  8. date:
  9. formats:
  10. # Use the strftime parameters for formats.
  11. # When no format has been given, it uses default.
  12. # You can provide other formats here if you like!
  13. default: "%Y/%m/%d"
  14. short: "%m/%d"
  15. long: "%Y년 %m월 %d일 (%a)"
  16. day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
  17. abbr_day_names: [일, 월, 화, 수, 목, 금, 토]
  18. # Don't forget the nil at the beginning; there's no such thing as a 0th month
  19. month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
  20. abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
  21. # Used in date_select and datime_select.
  22. order:
  23. - :year
  24. - :month
  25. - :day
  26. time:
  27. formats:
  28. default: "%Y/%m/%d %H:%M:%S"
  29. time: "%H:%M"
  30. short: "%y/%m/%d %H:%M"
  31. long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
  32. am: "오전"
  33. pm: "오후"
  34. datetime:
  35. distance_in_words:
  36. half_a_minute: "30초"
  37. less_than_x_seconds:
  38. one: "일초 이하"
  39. other: "%{count}초 이하"
  40. x_seconds:
  41. one: "일초"
  42. other: "%{count}초"
  43. less_than_x_minutes:
  44. one: "일분 이하"
  45. other: "%{count}분 이하"
  46. x_minutes:
  47. one: "일분"
  48. other: "%{count}분"
  49. about_x_hours:
  50. one: "약 한시간"
  51. other: "약 %{count}시간"
  52. x_days:
  53. one: "하루"
  54. other: "%{count}일"
  55. about_x_months:
  56. one: "약 한달"
  57. other: "약 %{count}달"
  58. x_months:
  59. one: "한달"
  60. other: "%{count}달"
  61. about_x_years:
  62. one: "약 일년"
  63. other: "약 %{count}년"
  64. over_x_years:
  65. one: "일년 이상"
  66. other: "%{count}년 이상"
  67. almost_x_years:
  68. one: "약 1년"
  69. other: "약 %{count}년"
  70. prompts:
  71. year: "년"
  72. month: "월"
  73. day: "일"
  74. hour: "시"
  75. minute: "분"
  76. second: "초"
  77. number:
  78. # Used in number_with_delimiter()
  79. # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
  80. format:
  81. # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
  82. separator: "."
  83. # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
  84. delimiter: ","
  85. # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
  86. precision: 3
  87. # Used in number_to_currency()
  88. currency:
  89. format:
  90. # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
  91. format: "%u%n"
  92. unit: "₩"
  93. # These three are to override number.format and are optional
  94. separator: "."
  95. delimiter: ","
  96. precision: 0
  97. # Used in number_to_percentage()
  98. percentage:
  99. format:
  100. # These three are to override number.format and are optional
  101. # separator:
  102. delimiter: ""
  103. # precision:
  104. # Used in number_to_precision()
  105. precision:
  106. format:
  107. # These three are to override number.format and are optional
  108. # separator:
  109. delimiter: ""
  110. # precision:
  111. # Used in number_to_human_size()
  112. human:
  113. format:
  114. # These three are to override number.format and are optional
  115. # separator:
  116. delimiter: ""
  117. precision: 1
  118. storage_units:
  119. format: "%n %u"
  120. units:
  121. byte:
  122. one: "Byte"
  123. other: "Bytes"
  124. kb: "KB"
  125. mb: "MB"
  126. gb: "GB"
  127. tb: "TB"
  128. # Used in array.to_sentence.
  129. support:
  130. array:
  131. words_connector: ", "
  132. two_words_connector: "과 "
  133. last_word_connector: ", "
  134. sentence_connector: "그리고"
  135. skip_last_comma: false
  136. activerecord:
  137. errors:
  138. template:
  139. header:
  140. one: "한개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
  141. other: "%{count}개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
  142. # The variable :count is also available
  143. body: "다음 항목에 문제가 발견했습니다:"
  144. messages:
  145. inclusion: "은 목록에 포함되어 있지 않습니다"
  146. exclusion: "은 예약되어 있습니다"
  147. invalid: "은 유효하지 않습니다."
  148. confirmation: "은 확인이 되지 않았습니다"
  149. accepted: "은 인정되어야 합니다"
  150. empty: "은 길이가 0이어서는 안됩니다."
  151. blank: "은 빈 값이어서는 안 됩니다"
  152. too_long: "은 너무 깁니다 (최대 %{count}자 까지)"
  153. too_short: "은 너무 짧습니다 (최소 %{count}자 까지)"
  154. wrong_length: "은 길이가 틀렸습니다 (%{count}자이어야 합니다.)"
  155. taken: "은 이미 선택된 겁니다"
  156. not_a_number: "은 숫자가 아닙니다"
  157. greater_than: "은 %{count}보다 커야 합니다."
  158. greater_than_or_equal_to: "은 %{count}보다 크거나 같아야 합니다"
  159. equal_to: "은 %{count}(와)과 같아야 합니다"
  160. less_than: "은 %{count}보다 작어야 합니다"
  161. less_than_or_equal_to: "은 %{count}과 같거나 이하을 요구합니다"
  162. odd: "은 홀수여야 합니다"
  163. even: "은 짝수여야 합니다"
  164. greater_than_start_date: "는 시작날짜보다 커야 합니다"
  165. not_same_project: "는 같은 프로젝트에 속해 있지 않습니다"
  166. circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다"
  167. cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
  168. actionview_instancetag_blank_option: 선택하세요
  169. general_text_No: '아니오'
  170. general_text_Yes: '예'
  171. general_text_no: '아니오'
  172. general_text_yes: '예'
  173. general_lang_name: '한국어(Korean)'
  174. general_csv_separator: ','
  175. general_csv_decimal_separator: '.'
  176. general_csv_encoding: CP949
  177. general_pdf_encoding: CP949
  178. general_first_day_of_week: '7'
  179. notice_account_updated: 계정이 성공적으로 변경되었습니다.
  180. notice_account_invalid_creditentials: 잘못된 계정 또는 비밀번호
  181. notice_account_password_updated: 비밀번호가 잘 변경되었습니다.
  182. notice_account_wrong_password: 잘못된 비밀번호
  183. notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요.
  184. notice_account_unknown_email: 알려지지 않은 사용자.
  185. notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다.
  186. notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다.
  187. notice_account_activated: 계정이 활성화되었습니다. 이제 로그인 하실수 있습니다.
  188. notice_successful_create: 생성 성공.
  189. notice_successful_update: 변경 성공.
  190. notice_successful_delete: 삭제 성공.
  191. notice_successful_connection: 연결 성공.
  192. notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다.
  193. notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다.
  194. notice_not_authorized: 이 페이지에 접근할 권한이 없습니다.
  195. notice_email_sent: "%{value}님에게 메일이 발송되었습니다."
  196. notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. (%{value})"
  197. notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다.
  198. notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 %{count}(선택 %{total}): %{ids}."
  199. notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요"
  200. notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다."
  201. notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다.
  202. notice_unable_delete_version: 삭제할 수 없는 버전입니다.
  203. error_can_t_load_default_data: "기본값을 읽어들일 수 없습니다.: %{value}"
  204. error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다.
  205. error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: %{value}"
  206. error_scm_annotate: "항목이 없거나 행별 이력을 볼 수 없습니다."
  207. error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.'
  208. warning_attachments_not_saved: "%{count}개 파일을 저장할 수 없습니다."
  209. mail_subject_lost_password: "%{value} 비밀번호"
  210. mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.'
  211. mail_subject_register: "%{value} 계정 활성화"
  212. mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:'
  213. mail_body_account_information_external: "로그인할 때 %{value} 계정을 사용하실 수 있습니다."
  214. mail_body_account_information: 계정 정보
  215. mail_subject_account_activation_request: "%{value} 계정 활성화 요청"
  216. mail_body_account_activation_request: "새 사용자(%{value})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:"
  217. mail_body_reminder: "당신이 맡고 있는 일감 %{count}개의 완료 기한이 %{days}일 후 입니다."
  218. mail_subject_reminder: "내일이 만기인 일감 %{count}개 (%{days})"
  219. mail_subject_wiki_content_added: "위키페이지 '%{id}'이(가) 추가되었습니다."
  220. mail_subject_wiki_content_updated: "'위키페이지 %{id}'이(가) 수정되었습니다."
  221. mail_body_wiki_content_added: "%{author}이(가) 위키페이지 '%{id}'을(를) 추가하였습니다."
  222. mail_body_wiki_content_updated: "%{author}이(가) 위키페이지 '%{id}'을(를) 수정하였습니다."
  223. gui_validation_error: 에러
  224. gui_validation_error_plural: "%{count}개 에러"
  225. field_name: 이름
  226. field_description: 설명
  227. field_summary: 요약
  228. field_is_required: 필수
  229. field_firstname: 이름
  230. field_lastname: 성
  231. field_mail: 메일
  232. field_filename: 파일
  233. field_filesize: 크기
  234. field_downloads: 다운로드
  235. field_author: 저자
  236. field_created_on: 등록
  237. field_updated_on: 변경
  238. field_field_format: 형식
  239. field_is_for_all: 모든 프로젝트
  240. field_possible_values: 가능한 값들
  241. field_regexp: 정규식
  242. field_min_length: 최소 길이
  243. field_max_length: 최대 길이
  244. field_value: 값
  245. field_category: 범주
  246. field_title: 제목
  247. field_project: 프로젝트
  248. field_issue: 일감
  249. field_status: 상태
  250. field_notes: 덧글
  251. field_is_closed: 완료 상태
  252. field_is_default: 기본값
  253. field_tracker: 유형
  254. field_subject: 제목
  255. field_due_date: 완료 기한
  256. field_assigned_to: 담당자
  257. field_priority: 우선순위
  258. field_fixed_version: 목표버전
  259. field_user: 사용자
  260. field_role: 역할
  261. field_homepage: 홈페이지
  262. field_is_public: 공개
  263. field_parent: 상위 프로젝트
  264. field_is_in_roadmap: 로드맵에 표시
  265. field_login: 로그인
  266. field_mail_notification: 메일 알림
  267. field_admin: 관리자
  268. field_last_login_on: 마지막 로그인
  269. field_language: 언어
  270. field_effective_date: 일자
  271. field_password: 비밀번호
  272. field_new_password: 새 비밀번호
  273. field_password_confirmation: 비밀번호 확인
  274. field_version: 버전
  275. field_type: 방식
  276. field_host: 호스트
  277. field_port: 포트
  278. field_account: 계정
  279. field_base_dn: 기본 DN
  280. field_attr_login: 로그인 속성
  281. field_attr_firstname: 이름 속성
  282. field_attr_lastname: 성 속성
  283. field_attr_mail: 메일 속성
  284. field_onthefly: 동적 사용자 생성
  285. field_start_date: 시작시간
  286. field_done_ratio: 진척도
  287. field_auth_source: 인증 공급자
  288. field_hide_mail: 메일 주소 숨기기
  289. field_comments: 설명
  290. field_url: URL
  291. field_start_page: 첫 페이지
  292. field_subproject: 하위 프로젝트
  293. field_hours: 시간
  294. field_activity: 작업종류
  295. field_spent_on: 작업시간
  296. field_identifier: 식별자
  297. field_is_filter: 검색조건으로 사용됨
  298. field_issue_to_id: 연관된 일감
  299. field_delay: 지연
  300. field_assignable: 이 역할에게 일감을 맡길 수 있음
  301. field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect)
  302. field_estimated_hours: 추정시간
  303. field_column_names: 컬럼
  304. field_default_value: 기본값
  305. field_time_zone: 시간대
  306. field_searchable: 검색가능
  307. field_comments_sorting: 댓글 정렬
  308. field_parent_title: 상위 제목
  309. field_editable: 편집가능
  310. field_watcher: 일감지킴이
  311. field_identity_url: OpenID URL
  312. field_content: 내용
  313. field_group_by: 결과를 묶어 보여줄 기준
  314. setting_app_title: 레드마인 제목
  315. setting_app_subtitle: 레드마인 부제목
  316. setting_welcome_text: 환영 메시지
  317. setting_default_language: 기본 언어
  318. setting_login_required: 인증이 필요함
  319. setting_self_registration: 사용자 직접등록
  320. setting_attachment_max_size: 최대 첨부파일 크기
  321. setting_issues_export_limit: 일감 내보내기 제한
  322. setting_mail_from: 발신 메일 주소
  323. setting_bcc_recipients: 참조자들을 bcc로 숨기기
  324. setting_plain_text_mail: 텍스트만 (HTML 없이)
  325. setting_host_name: 호스트 이름과 경로
  326. setting_text_formatting: 본문 형식
  327. setting_wiki_compression: 위키 이력 압축
  328. setting_feeds_limit: 피드에 포함할 항목의 수
  329. setting_default_projects_public: 새 프로젝트를 공개로 설정
  330. setting_autofetch_changesets: 제출(commit)된 변경묶음을 자동으로 가져오기
  331. setting_sys_api_enabled: 저장소 관리에 WS를 사용
  332. setting_commit_ref_keywords: 일감 참조에 사용할 키워드들
  333. setting_commit_fix_keywords: 일감 해결에 사용할 키워드들
  334. setting_autologin: 자동 로그인
  335. setting_date_format: 날짜 형식
  336. setting_time_format: 시간 형식
  337. setting_cross_project_issue_relations: 다른 프로젝트의 일감과 연결하는 것을 허용
  338. setting_issue_list_default_columns: 일감 목록에 표시할 항목
  339. setting_emails_footer: 메일 꼬리
  340. setting_protocol: 프로토콜
  341. setting_per_page_options: 목록에서, 한 페이지에 표시할 행
  342. setting_user_format: 사용자 표시 형식
  343. setting_activity_days_default: 프로젝트 작업내역에 표시할 기간
  344. setting_display_subprojects_issues: 하위 프로젝트의 일감을 함께 표시
  345. setting_enabled_scm: 지원할 SCM
  346. setting_mail_handler_api_enabled: 수신 메일에 WS를 허용
  347. setting_mail_handler_api_key: API 키
  348. setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성
  349. setting_gravatar_enabled: 그라바타 사용자 아이콘 사용
  350. setting_diff_max_lines_displayed: 차이점(diff) 보기에 표시할 최대 줄수
  351. setting_repository_log_display_limit: 저장소 보기에 표시할 개정판 이력의 최대 갯수
  352. setting_file_max_size_displayed: 바로 보여줄 텍스트파일의 최대 크기
  353. setting_openid: OpenID 로그인과 등록 허용
  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_move_issues: 일감 이동
  369. permission_delete_issues: 일감 삭제
  370. permission_manage_public_queries: 공용 검색양식 관리
  371. permission_save_queries: 검색양식 저장
  372. permission_view_gantt: Gantt차트 보기
  373. permission_view_calendar: 달력 보기
  374. permission_view_issue_watchers: 일감지킴이 보기
  375. permission_add_issue_watchers: 일감지킴이 추가
  376. permission_log_time: 작업시간 기록
  377. permission_view_time_entries: 시간입력 보기
  378. permission_edit_time_entries: 시간입력 편집
  379. permission_edit_own_time_entries: 내 시간입력 편집
  380. permission_manage_news: 뉴스 관리
  381. permission_comment_news: 뉴스에 댓글달기
  382. permission_manage_documents: 문서 관리
  383. permission_view_documents: 문서 보기
  384. permission_manage_files: 파일관리
  385. permission_view_files: 파일보기
  386. permission_manage_wiki: 위키 관리
  387. permission_rename_wiki_pages: 위키 페이지 이름변경
  388. permission_delete_wiki_pages: 위치 페이지 삭제
  389. permission_view_wiki_pages: 위키 보기
  390. permission_view_wiki_edits: 위키 기록 보기
  391. permission_edit_wiki_pages: 위키 페이지 편집
  392. permission_delete_wiki_pages_attachments: 첨부파일 삭제
  393. permission_protect_wiki_pages: 프로젝트 위키 페이지
  394. permission_manage_repository: 저장소 관리
  395. permission_browse_repository: 저장소 둘러보기
  396. permission_view_changesets: 변경묶음보기
  397. permission_commit_access: 변경로그 보기
  398. permission_manage_boards: 게시판 관리
  399. permission_view_messages: 메시지 보기
  400. permission_add_messages: 메시지 추가
  401. permission_edit_messages: 메시지 편집
  402. permission_edit_own_messages: 자기 메시지 편집
  403. permission_delete_messages: 메시지 삭제
  404. permission_delete_own_messages: 자기 메시지 삭제
  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: 위키
  411. project_module_repository: 저장소
  412. project_module_boards: 게시판
  413. label_user: 사용자
  414. label_user_plural: 사용자
  415. label_user_new: 새 사용자
  416. label_project: 프로젝트
  417. label_project_new: 새 프로젝트
  418. label_project_plural: 프로젝트
  419. label_x_projects:
  420. zero: 없음
  421. one: "한 프로젝트"
  422. other: "%{count}개 프로젝트"
  423. label_project_all: 모든 프로젝트
  424. label_project_latest: 최근 프로젝트
  425. label_issue: 일감
  426. label_issue_new: 새 일감만들기
  427. label_issue_plural: 일감
  428. label_issue_view_all: 모든 일감 보기
  429. label_issues_by: "%{value}별 일감"
  430. label_issue_added: 일감 추가
  431. label_issue_updated: 일감 수정
  432. label_document: 문서
  433. label_document_new: 새 문서
  434. label_document_plural: 문서
  435. label_document_added: 문서 추가
  436. label_role: 역할
  437. label_role_plural: 역할
  438. label_role_new: 새 역할
  439. label_role_and_permissions: 역할 및 권한
  440. label_member: 담당자
  441. label_member_new: 새 담당자
  442. label_member_plural: 담당자
  443. label_tracker: 일감 유형
  444. label_tracker_plural: 일감 유형
  445. label_tracker_new: 새 일감 유형
  446. label_workflow: 업무흐름
  447. label_issue_status: 일감 상태
  448. label_issue_status_plural: 일감 상태
  449. label_issue_status_new: 새 일감 상태
  450. label_issue_category: 일감 범주
  451. label_issue_category_plural: 일감 범주
  452. label_issue_category_new: 새 일감 범주
  453. label_custom_field: 사용자 정의 항목
  454. label_custom_field_plural: 사용자 정의 항목
  455. label_custom_field_new: 새 사용자 정의 항목
  456. label_enumerations: 코드값
  457. label_enumeration_new: 새 코드값
  458. label_information: 정보
  459. label_information_plural: 정보
  460. label_please_login: 로그인하세요.
  461. label_register: 등록
  462. label_login_with_open_id_option: 또는 OpenID로 로그인
  463. label_password_lost: 비밀번호 찾기
  464. label_home: 초기화면
  465. label_my_page: 내 페이지
  466. label_my_account: 내 계정
  467. label_my_projects: 내 프로젝트
  468. label_administration: 관리
  469. label_login: 로그인
  470. label_logout: 로그아웃
  471. label_help: 도움말
  472. label_reported_issues: 보고한 일감
  473. label_assigned_to_me_issues: 내가 맡은 일감
  474. label_last_login: 마지막 접속
  475. label_registered_on: 등록시각
  476. label_activity: 작업내역
  477. label_overall_activity: 전체 작업내역
  478. label_user_activity: "%{value}의 작업내역"
  479. label_new: 새로 만들기
  480. label_logged_as: '로그인계정:'
  481. label_environment: 환경
  482. label_authentication: 인증
  483. label_auth_source: 인증 공급자
  484. label_auth_source_new: 새 인증 공급자
  485. label_auth_source_plural: 인증 공급자
  486. label_subproject_plural: 하위 프로젝트
  487. label_and_its_subprojects: "%{value}와 하위 프로젝트들"
  488. label_min_max_length: 최소 - 최대 길이
  489. label_list: 목록
  490. label_date: 날짜
  491. label_integer: 정수
  492. label_float: 부동소수
  493. label_boolean: 부울린
  494. label_string: 문자열
  495. label_text: 텍스트
  496. label_attribute: 속성
  497. label_attribute_plural: 속성
  498. label_download: "%{count}회 다운로드"
  499. label_download_plural: "%{count}회 다운로드"
  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_confirmation: 확인
  522. label_export_to: 내보내기
  523. label_read: 읽기...
  524. label_public_projects: 공개 프로젝트
  525. label_open_issues: 진행중
  526. label_open_issues_plural: 진행중
  527. label_closed_issues: 완료됨
  528. label_closed_issues_plural: 완료됨
  529. label_x_open_issues_abbr_on_total:
  530. zero: "총 %{total} 건 모두 완료"
  531. one: "한 건 진행 중 / 총 %{total} 건 중 "
  532. other: "%{count} 건 진행 중 / 총 %{total} 건"
  533. label_x_open_issues_abbr:
  534. zero: 모두 완료
  535. one: 한 건 진행 중
  536. other: "%{count} 건 진행 중"
  537. label_x_closed_issues_abbr:
  538. zero: 모두 미완료
  539. one: 한 건 완료
  540. other: "%{count} 건 완료"
  541. label_total: 합계
  542. label_permissions: 권한
  543. label_current_status: 일감 상태
  544. label_new_statuses_allowed: 허용되는 일감 상태
  545. label_all: 모두
  546. label_none: 없음
  547. label_nobody: 미지정
  548. label_next: 다음
  549. label_previous: 뒤로
  550. label_used_by: 사용됨
  551. label_details: 자세히
  552. label_add_note: 일감덧글 추가
  553. label_per_page: 페이지별
  554. label_calendar: 달력
  555. label_months_from: 개월 동안 | 다음부터
  556. label_gantt: Gantt 챠트
  557. label_internal: 내부
  558. label_last_changes: "최근 %{count}개의 변경사항"
  559. label_change_view_all: 모든 변경 내역 보기
  560. label_personalize_page: 입맛대로 구성하기
  561. label_comment: 댓글
  562. label_comment_plural: 댓글
  563. label_x_comments:
  564. zero: 댓글 없음
  565. one: 한 개의 댓글
  566. other: "%{count} 개의 댓글"
  567. label_comment_add: 댓글 추가
  568. label_comment_added: 댓글이 추가되었습니다.
  569. label_comment_delete: 댓글 삭제
  570. label_query: 검색양식
  571. label_query_plural: 검색양식
  572. label_query_new: 새 검색양식
  573. label_filter_add: 검색조건 추가
  574. label_filter_plural: 검색조건
  575. label_equals: 이다
  576. label_not_equals: 아니다
  577. label_in_less_than: 이내
  578. label_in_more_than: 이후
  579. label_greater_or_equal: ">="
  580. label_less_or_equal: "<="
  581. label_in: 이내
  582. label_today: 오늘
  583. label_all_time: 모든 시간
  584. label_yesterday: 어제
  585. label_this_week: 이번주
  586. label_last_week: 지난 주
  587. label_last_n_days: "지난 %{count} 일"
  588. label_this_month: 이번 달
  589. label_last_month: 지난 달
  590. label_this_year: 올해
  591. label_date_range: 날짜 범위
  592. label_less_than_ago: 이전
  593. label_more_than_ago: 이후
  594. label_ago: 일 전
  595. label_contains: 포함되는 키워드
  596. label_not_contains: 포함하지 않는 키워드
  597. label_day_plural: 일
  598. label_repository: 저장소
  599. label_repository_plural: 저장소
  600. label_browse: 저장소 둘러보기
  601. label_modification: "%{count} 변경"
  602. label_modification_plural: "%{count} 변경"
  603. label_revision: 개정판
  604. label_revision_plural: 개정판
  605. label_associated_revisions: 관련된 개정판들
  606. label_added: 추가됨
  607. label_modified: 변경됨
  608. label_copied: 복사됨
  609. label_renamed: 이름바뀜
  610. label_deleted: 삭제됨
  611. label_latest_revision: 최근 개정판
  612. label_latest_revision_plural: 최근 개정판
  613. label_view_revisions: 개정판 보기
  614. label_max_size: 최대 크기
  615. label_sort_highest: 맨 위로
  616. label_sort_higher: 위로
  617. label_sort_lower: 아래로
  618. label_sort_lowest: 맨 아래로
  619. label_roadmap: 로드맵
  620. label_roadmap_due_in: "기한 %{value}"
  621. label_roadmap_overdue: "%{value} 지연"
  622. label_roadmap_no_issues: 이 버전에 해당하는 일감 없음
  623. label_search: 검색
  624. label_result_plural: 결과
  625. label_all_words: 모든 단어
  626. label_wiki: 위키
  627. label_wiki_edit: 위키 편집
  628. label_wiki_edit_plural: 위키 편집
  629. label_wiki_page: 위키 페이지
  630. label_wiki_page_plural: 위키 페이지
  631. label_index_by_title: 제목별 색인
  632. label_index_by_date: 날짜별 색인
  633. label_current_version: 현재 버전
  634. label_preview: 미리보기
  635. label_feed_plural: 피드(Feeds)
  636. label_changes_details: 모든 상세 변경 내역
  637. label_issue_tracking: 일감 추적
  638. label_spent_time: 소요 시간
  639. label_f_hour: "%{value} 시간"
  640. label_f_hour_plural: "%{value} 시간"
  641. label_time_tracking: 시간추적
  642. label_change_plural: 변경사항들
  643. label_statistics: 통계
  644. label_commits_per_month: 월별 제출 내역
  645. label_commits_per_author: 저자별 제출 내역
  646. label_view_diff: 차이점 보기
  647. label_diff_inline: 한줄로
  648. label_diff_side_by_side: 두줄로
  649. label_options: 옵션
  650. label_copy_workflow_from: 업무흐름 복사하기
  651. label_permissions_report: 권한 보고서
  652. label_watched_issues: 지켜보고 있는 일감
  653. label_related_issues: 연결된 일감
  654. label_applied_status: 적용된 상태
  655. label_loading: 읽는 중...
  656. label_relation_new: 새 관계
  657. label_relation_delete: 관계 지우기
  658. label_relates_to: "다음 일감과 관련됨:"
  659. label_duplicates: "다음 일감과 겹침:"
  660. label_duplicated_by: "다음 일감과 겹침:"
  661. label_blocks: "다음 일감의 해결을 막고 있음:"
  662. label_blocked_by: "다음 일감에게 막혀 있음:"
  663. label_precedes: "다음에 진행할 일감:"
  664. label_follows: "다음 일감을 우선 진행:"
  665. label_end_to_start: end to start
  666. label_end_to_end: end to end
  667. label_start_to_start: start to start
  668. label_start_to_end: start to end
  669. label_stay_logged_in: 로그인 유지
  670. label_disabled: 비활성화
  671. label_show_completed_versions: 완료된 버전 보기
  672. label_me: 나
  673. label_board: 게시판
  674. label_board_new: 새 게시판
  675. label_board_plural: 게시판
  676. label_topic_plural: 주제
  677. label_message_plural: 글
  678. label_message_last: 마지막 글
  679. label_message_new: 새글쓰기
  680. label_message_posted: 글 추가
  681. label_reply_plural: 답글
  682. label_send_information: 사용자에게 계정정보를 보내기
  683. label_year: 년
  684. label_month: 월
  685. label_week: 주
  686. label_date_from: '기간:'
  687. label_date_to: ' ~ '
  688. label_language_based: 언어설정에 따름
  689. label_sort_by: "%{value}(으)로 정렬"
  690. label_send_test_email: 테스트 메일 보내기
  691. label_feeds_access_key_created_on: "피드 접근 키가 %{value} 이전에 생성되었습니다."
  692. label_module_plural: 모듈
  693. label_added_time_by: "%{author}이(가) %{age} 전에 추가함"
  694. label_updated_time_by: "%{author}이(가) %{age} 전에 변경"
  695. label_updated_time: "%{value} 전에 수정됨"
  696. label_jump_to_a_project: 프로젝트 바로가기
  697. label_file_plural: 파일
  698. label_changeset_plural: 변경묶음
  699. label_default_columns: 기본 컬럼
  700. label_no_change_option: (수정 안함)
  701. label_bulk_edit_selected_issues: 선택된 일감들을 한꺼번에 수정하기
  702. label_theme: 테마
  703. label_default: 기본
  704. label_search_titles_only: 제목에서만 찾기
  705. label_user_mail_option_all: "내가 속한 프로젝트로들부터 모든 메일 받기"
  706. label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.."
  707. label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다."
  708. label_registration_activation_by_email: 메일로 계정을 활성화하기
  709. label_registration_automatic_activation: 자동 계정 활성화
  710. label_registration_manual_activation: 수동 계정 활성화
  711. label_display_per_page: "페이지당 줄수: %{value}"
  712. label_age: 마지막 수정일
  713. label_change_properties: 속성 변경
  714. label_general: 일반
  715. label_more: 제목 및 설명 수정
  716. label_scm: 형상관리시스템
  717. label_plugins: 플러그인
  718. label_ldap_authentication: LDAP 인증
  719. label_downloads_abbr: D/L
  720. label_optional_description: 부가적인 설명
  721. label_add_another_file: 다른 파일 추가
  722. label_preferences: 설정
  723. label_chronological_order: 시간 순으로 정렬
  724. label_reverse_chronological_order: 시간 역순으로 정렬
  725. label_planning: 프로젝트계획
  726. label_incoming_emails: 수신 메일
  727. label_generate_key: 키 생성
  728. label_issue_watchers: 일감지킴이
  729. label_example: 예
  730. label_display: 표시방식
  731. label_sort: 정렬
  732. label_ascending: 오름차순
  733. label_descending: 내림차순
  734. label_date_from_to: "%{start}부터 %{end}까지"
  735. label_wiki_content_added: 위키페이지 추가
  736. label_wiki_content_updated: 위키페이지 수정
  737. button_login: 로그인
  738. button_submit: 확인
  739. button_save: 저장
  740. button_check_all: 모두선택
  741. button_uncheck_all: 선택해제
  742. button_delete: 삭제
  743. button_create: 만들기
  744. button_create_and_continue: 만들고 계속하기
  745. button_test: 테스트
  746. button_edit: 편집
  747. button_add: 추가
  748. button_change: 변경
  749. button_apply: 적용
  750. button_clear: 지우기
  751. button_lock: 잠금
  752. button_unlock: 잠금해제
  753. button_download: 다운로드
  754. button_list: 목록
  755. button_view: 보기
  756. button_move: 이동
  757. button_back: 뒤로
  758. button_cancel: 취소
  759. button_activate: 활성화
  760. button_sort: 정렬
  761. button_log_time: 작업시간 기록
  762. button_rollback: 이 버전으로 되돌리기
  763. button_watch: 지켜보기
  764. button_unwatch: 관심끄기
  765. button_reply: 답글
  766. button_archive: 잠금보관
  767. button_unarchive: 잠금보관해제
  768. button_reset: 초기화
  769. button_rename: 이름바꾸기
  770. button_change_password: 비밀번호 바꾸기
  771. button_copy: 복사
  772. button_annotate: 이력해설
  773. button_update: 수정
  774. button_configure: 설정
  775. button_quote: 댓글달기
  776. status_active: 사용중
  777. status_registered: 등록대기
  778. status_locked: 잠김
  779. text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요.
  780. text_regexp_info: 예) ^[A-Z0-9]+$
  781. text_min_max_length_info: 0 는 제한이 없음을 의미함
  782. text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까?
  783. text_subprojects_destroy_warning: "하위 프로젝트(%{value})이(가) 자동으로 지워질 것입니다."
  784. text_workflow_edit: 업무흐름 수정하려면 역할과 일감유형을 선택하세요.
  785. text_are_you_sure: 계속 진행 하시겠습니까?
  786. text_tip_issue_begin_day: 오늘 시작하는 업무(task)
  787. text_tip_issue_end_day: 오늘 종료하는 업무(task)
  788. text_tip_issue_begin_end_day: 오늘 시작하고 종료하는 업무(task)
  789. text_project_identifier_info: '영문 소문자(a-z) 및 숫자, 대쉬(-) 가능.<br />저장된후에는 식별자 변경 불가능.'
  790. text_caracters_maximum: "최대 %{count} 글자 가능"
  791. text_caracters_minimum: "최소한 %{count} 글자 이상이어야 합니다."
  792. text_length_between: "%{min} 에서 %{max} 글자"
  793. text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다.
  794. text_unallowed_characters: 허용되지 않는 문자열
  795. text_comma_separated: "구분자','를 이용해서 여러 개의 값을 입력할 수 있습니다."
  796. text_issues_ref_in_commit_messages: 제출 메시지에서 일감을 참조하거나 해결하기
  797. text_issue_added: "%{author}이(가) 일감 %{id}을(를) 보고하였습니다."
  798. text_issue_updated: "%{author}이(가) 일감 %{id}을(를) 수정하였습니다."
  799. text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까?
  800. text_issue_category_destroy_question: "일부 일감들(%{count}개)이 이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?"
  801. text_issue_category_destroy_assignments: 범주 지정 지우기
  802. text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기
  803. text_user_mail_option: "선택하지 않은 프로젝트에서도, 지켜보는 중이거나 속해있는 사항(일감을 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다."
  804. text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어들이는 것을 권장합니다. 읽어들인 후에 수정할 수 있습니다."
  805. text_load_default_configuration: 기본 설정을 읽어들이기
  806. text_status_changed_by_changeset: "변경묶음 %{value}에 의하여 변경됨"
  807. text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?'
  808. text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:'
  809. text_default_administrator_account_changed: 기본 관리자 계정이 변경
  810. text_file_repository_writable: 파일 저장소 쓰기 가능
  811. text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능
  812. text_rmagick_available: RMagick 사용 가능 (선택적)
  813. text_destroy_time_entries_question: 삭제하려는 일감에 %{hours} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
  814. text_destroy_time_entries: 보고된 시간을 삭제하기
  815. text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기
  816. text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:'
  817. text_user_wrote: "%{value}의 덧글:"
  818. text_enumeration_category_reassign_to: '새로운 값을 설정:'
  819. text_enumeration_destroy_question: "%{count} 개의 일감이 이 값을 사용하고 있습니다."
  820. text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/configuration.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다."
  821. text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다."
  822. text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.'
  823. text_custom_field_possible_values_info: '각 값 당 한 줄'
  824. text_wiki_page_destroy_question: 이 페이지는 %{descendants} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까?
  825. text_wiki_page_nullify_children: 하위 페이지를 최상위 페이지 아래로 지정
  826. text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제
  827. text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정
  828. default_role_manager: 관리자
  829. default_role_developer: 개발자
  830. default_role_reporter: 보고자
  831. default_tracker_bug: 결함
  832. default_tracker_feature: 새기능
  833. default_tracker_support: 지원
  834. default_issue_status_new: 신규
  835. default_issue_status_in_progress: 진행
  836. default_issue_status_resolved: 해결
  837. default_issue_status_feedback: 의견
  838. default_issue_status_closed: 완료
  839. default_issue_status_rejected: 거절
  840. default_doc_category_user: 사용자 문서
  841. default_doc_category_tech: 기술 문서
  842. default_priority_low: 낮음
  843. default_priority_normal: 보통
  844. default_priority_high: 높음
  845. default_priority_urgent: 긴급
  846. default_priority_immediate: 즉시
  847. default_activity_design: 설계
  848. default_activity_development: 개발
  849. enumeration_issue_priorities: 일감 우선순위
  850. enumeration_doc_categories: 문서 범주
  851. enumeration_activities: 작업분류(시간추적)
  852. field_issue_to: 관련 일감
  853. label_view_all_revisions: 모든 개정판 표시
  854. label_tag: 표지(票識)저장소
  855. label_branch: 분기(分岐)저장소
  856. error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오.
  857. error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")'
  858. text_journal_changed: "%{label}을(를) %{old}에서 %{new}(으)로 변경되었습니다."
  859. text_journal_set_to: "%{label}을(를) %{value}(으)로 지정되었습니다."
  860. text_journal_deleted: "%{label} 값이 지워졌습니다. (%{old})"
  861. label_group_plural: 그룹
  862. label_group: 그룹
  863. label_group_new: 새 그룹
  864. label_time_entry_plural: 작업시간
  865. text_journal_added: "%{label}에 %{value}이(가) 추가되었습니다."
  866. field_active: 사용중
  867. enumeration_system_activity: 시스템 작업
  868. permission_delete_issue_watchers: 일감지킴이 지우기
  869. version_status_closed: 닫힘
  870. version_status_locked: 잠김
  871. version_status_open: 진행
  872. error_can_not_reopen_issue_on_closed_version: 닫힌 버전에 할당된 일감은 다시 재발생시킬 수 없습니다.
  873. label_user_anonymous: 이름없음
  874. button_move_and_follow: 이동하고 따라가기
  875. setting_default_projects_modules: 새 프로젝트에 기본적으로 활성화될 모듈
  876. setting_gravatar_default: 기본 그라바타 이미지
  877. field_sharing: 공유
  878. label_version_sharing_hierarchy: 상위 및 하위 프로젝트
  879. label_version_sharing_system: 모든 프로젝트
  880. label_version_sharing_descendants: 하위 프로젝트
  881. label_version_sharing_tree: 최상위 및 모든 하위 프로젝트
  882. label_version_sharing_none: 공유없음
  883. error_can_not_archive_project: 이 프로젝트를 잠금보관할 수 없습니다.
  884. button_duplicate: 복제
  885. button_copy_and_follow: 복사하고 따라가기
  886. label_copy_source: 원본
  887. setting_issue_done_ratio: 일감의 진척도 계산방법
  888. setting_issue_done_ratio_issue_status: 일감 상태를 사용하기
  889. error_issue_done_ratios_not_updated: 일감 진척도가 수정되지 않았습니다.
  890. error_workflow_copy_target: 대상 일감유형과 역할을 선택하세요.
  891. setting_issue_done_ratio_issue_field: 일감 수정에서 진척도 입력하기
  892. label_copy_same_as_target: 대상과 같음.
  893. label_copy_target: 대상
  894. notice_issue_done_ratios_updated: 일감 진척도가 수정되었습니다.
  895. error_workflow_copy_source: 원본 일감유형이나 역할을 선택하세요.
  896. label_update_issue_done_ratios: 모든 일감 진척도 갱신하기
  897. setting_start_of_week: 달력 시작 요일
  898. permission_view_issues: 일감 보기
  899. label_display_used_statuses_only: 이 일감유형에서 사용되는 상태만 보여주기
  900. label_revision_id: 개정판 %{value}
  901. label_api_access_key: API 접근키
  902. label_api_access_key_created_on: API 접근키가 %{value} 전에 생성되었습니다.
  903. label_feeds_access_key: RSS 접근키
  904. notice_api_access_key_reseted: API 접근키가 초기화되었습니다.
  905. setting_rest_api_enabled: REST 웹서비스 활성화
  906. label_missing_api_access_key: API 접근키가 없습니다.
  907. label_missing_feeds_access_key: RSS 접근키가 없습니다.
  908. button_show: 보기
  909. text_line_separated: 여러 값이 허용됨(값 마다 한 줄씩)
  910. setting_mail_handler_body_delimiters: 메일 본문 구분자
  911. permission_add_subprojects: 하위 프로젝트 만들기
  912. label_subproject_new: 새 하위 프로젝트
  913. text_own_membership_delete_confirmation: |-
  914. 권한들 일부 또는 전부를 막 삭제하려고 하고 있습니다. 그렇게 되면 이 프로젝트를 더이상 수정할 수 없게 됩니다.
  915. 계속하시겠습니까?
  916. label_close_versions: 완료된 버전 닫기
  917. label_board_sticky: 붙박이
  918. label_board_locked: 잠금
  919. permission_export_wiki_pages: 위키 페이지 내보내기
  920. setting_cache_formatted_text: 형식을 가진 텍스트 빠른 임시 기억
  921. permission_manage_project_activities: 프로젝트 작업내역 관리
  922. error_unable_delete_issue_status: 일감 상태를 지울 수 없습니다.
  923. label_profile: 사용자정보
  924. permission_manage_subtasks: 하위 일감 관리
  925. field_parent_issue: 상위 일감
  926. label_subtask_plural: 하위 일감
  927. label_project_copy_notifications: 프로젝트 복사 중에 이메일 알림 보내기
  928. error_can_not_delete_custom_field: 사용자 정의 필드를 삭제할 수 없습니다.
  929. error_unable_to_connect: 연결할 수 없습니다((%{value})
  930. error_can_not_remove_role: 이 역할은 현재 사용 중이이서 삭제할 수 없습니다.
  931. error_can_not_delete_tracker: 이 유형의 일감들이 있어서 삭제할 수 없습니다.
  932. field_principal: 신원
  933. label_my_page_block: 내 페이지 출력화면
  934. notice_failed_to_save_members: "%{errors}:구성원을 저장 중 실패하였습니다"
  935. text_zoom_out: 더 작게
  936. text_zoom_in: 더 크게
  937. notice_unable_delete_time_entry: 시간 기록 항목을 삭제할 수 없습니다.
  938. label_overall_spent_time: 총 소요시간
  939. field_time_entries: 기록된 시간
  940. project_module_gantt: Gantt 챠트
  941. project_module_calendar: 달력
  942. button_edit_associated_wikipage: "연관된 위키 페이지 %{page_title} 수정"
  943. text_are_you_sure_with_children: 일감과 모든 하위 일감들을 삭제하시겠습니까?
  944. field_text: 텍스트 영역
  945. label_user_mail_option_only_owner: 내가 저자인 사항만
  946. setting_default_notification_option: 기본 알림 옵션
  947. label_user_mail_option_only_my_events: 내가 지켜보거나 속해있는 사항만
  948. label_user_mail_option_only_assigned: 내에게 할당된 사항만
  949. label_user_mail_option_none: 알림 없음
  950. field_member_of_group: 할당된 사람의 그룹
  951. field_assigned_to_role: 할당된 사람의 역할
  952. notice_not_authorized_archived_project: 접근하려는 프로젝트는 이미 잠금보관되어 있습니다.
  953. label_principal_search: "사용자 및 그룹 찾기:"
  954. label_user_search: "사용자 찾기::"
  955. field_visible: 보이기
  956. setting_emails_header: 이메일 헤더
  957. setting_commit_logtime_activity_id: 기록된 시간에 적용할 작업분류
  958. text_time_logged_by_changeset: "변경묶음 %{value}에서 적용되었습니다."
  959. setting_commit_logtime_enabled: 커밋 시점에 작업 시간 기록 활성화
  960. notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
  961. setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
  962. field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
  963. text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
  964. label_my_queries: My custom queries
  965. text_journal_changed_no_detail: "%{label} updated"
  966. label_news_comment_added: Comment added to a news
  967. button_expand_all: Expand all
  968. button_collapse_all: Collapse all
  969. label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
  970. label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
  971. label_bulk_edit_selected_time_entries: Bulk edit selected time entries
  972. text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
  973. label_role_anonymous: Anonymous
  974. label_role_non_member: Non member
  975. label_issue_note_added: Note added
  976. label_issue_status_updated: Status updated
  977. label_issue_priority_updated: Priority updated
  978. label_issues_visibility_own: Issues created by or assigned to the user
  979. field_issues_visibility: Issues visibility
  980. label_issues_visibility_all: All issues
  981. permission_set_own_issues_private: Set own issues public or private
  982. field_is_private: Private
  983. permission_set_issues_private: Set issues public or private
  984. label_issues_visibility_public: All non private issues
  985. text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
  986. field_commit_logs_encoding: 제출(commit) 기록 인코딩
  987. field_scm_path_encoding: Path encoding
  988. text_scm_path_encoding_note: "Default: UTF-8"
  989. field_path_to_repository: Path to repository
  990. field_root_directory: Root directory
  991. field_cvs_module: Module
  992. field_cvsroot: CVSROOT
  993. text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
  994. text_scm_command: Command
  995. text_scm_command_version: Version
  996. label_git_report_last_commit: Report last commit for files and directories
  997. text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
  998. text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.
  999. notice_issue_successful_create: Issue %{id} created.
  1000. label_between: between
  1001. setting_issue_group_assignment: Allow issue assignment to groups
  1002. label_diff: diff
  1003. text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo)
  1004. description_query_sort_criteria_direction: Sort direction
  1005. description_project_scope: Search scope
  1006. description_filter: Filter
  1007. description_user_mail_notification: Mail notification settings
  1008. description_date_from: Enter start date
  1009. description_message_content: Message content
  1010. description_available_columns: Available Columns
  1011. description_date_range_interval: Choose range by selecting start and end date
  1012. description_issue_category_reassign: Choose issue category
  1013. description_search: Searchfield
  1014. description_notes: Notes
  1015. description_date_range_list: Choose range from list
  1016. description_choose_project: Projects
  1017. description_date_to: Enter end date
  1018. description_query_sort_criteria_attribute: Sort attribute
  1019. description_wiki_subpages_reassign: Choose new parent page
  1020. description_selected_columns: Selected Columns
  1021. label_parent_revision: Parent
  1022. label_child_revision: Child
  1023. error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size.
  1024. setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues
  1025. button_edit_section: Edit this section
  1026. setting_repositories_encodings: Attachments and repositories encodings
  1027. description_all_columns: All Columns
  1028. button_export: Export
  1029. label_export_options: "%{export_format} export options"
  1030. error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
  1031. notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."