Project

General

Profile

Patch #3650 » ko.yml.diff

Kihyun Yun, 2009-07-22 08:10

View differences:

ko.yml (작업 사본)
1
# Korean (한글) translations for Ruby on Rails 
2
# by John Hwang (jhwang@tavon.org)
3
# http://github.com/tavon
4

  
5 1
ko:
6 2
  date:
7 3
    formats:
4
      # Use the strftime parameters for formats.
5
      # When no format has been given, it uses default.
6
      # You can provide other formats here if you like!
8 7
      default: "%Y/%m/%d"
9 8
      short: "%m/%d"
10 9
      long: "%Y년 %m월 %d일 (%a)"
......
12 11
    day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
13 12
    abbr_day_names: [일, 월, 화, 수, 목, 금, 토]
14 13
      
14
    # Don't forget the nil at the beginning; there's no such thing as a 0th month
15 15
    month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
16 16
    abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
17

  
17
    # Used in date_select and datime_select.
18 18
    order: [ :year, :month, :day ]
19 19

  
20 20
  time:
......
26 26
    am: "오전"
27 27
    pm: "오후"
28 28
      
29
  # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
30 29
  datetime:
31 30
    distance_in_words:
32 31
      half_a_minute: "30초"
......
121 120
      words_connector: ", "
122 121
      two_words_connector: "과 "
123 122
      last_word_connector: ", "
123
      sentence_connector: "그리고"
124
      skip_last_comma: false
124 125
        
125 126
  activerecord:
126 127
    errors:
127 128
      template:
128 129
        header:
129
          one:    "한개의 오류가 발생해 {{model}}를 저장 안았했습니다"
130
          other:  "{{count}}개의 오류가 발생해 {{model}}를 저장 안았했습니다"
130
          one:    "한개의 오류가 발생해 {{model}}를 저장하지 않았습니다."
131
          other:  "{{count}}개의 오류가 발생해 {{model}}를 저장하지 않았습니다."
131 132
        # The variable :count is also available
132 133
        body: "다음 항목에 문제가 발견했습니다:"
133 134

  
134 135
      messages:
135 136
        inclusion: "은 목록에 포함되어 있지 않습니다"
136 137
        exclusion: "은 예약되어 있습니다"
137
        invalid: "은 무효입니다"
138
        invalid: "은 유효하지 않습니다."
138 139
        confirmation: "은 확인이 되지 않았습니다"
139 140
        accepted: "은 인정되어야 합니다"
140
        empty: "은 비어두면 안 됩니다"
141
        blank: "은 비어두면 안 됩니다"
141
        empty: "은 길이가 0이어서는 안됩니다."
142
        blank: "은 빈 값이어서는 안 됩니다"
142 143
        too_long: "은 너무 깁니다 (최대 {{count}}자 까지)"
143 144
        too_short: "은 너무 짧습니다 (최소 {{count}}자 까지)"
144
        wrong_length: "은 길이가 틀렸습니다 ({{count}}자를 필요합니다)"
145
        wrong_length: "은 길이가 틀렸습니다 ({{count}}자이어야 합니다.)"
145 146
        taken: "은 이미 선택된 겁니다"
146 147
        not_a_number: "은 숫자가 아닙니다"
147
        greater_than: "은 {{count}}이상을 요구합니다"
148
        greater_than_or_equal_to: "은 {{count}}과 같거나 이상을 요구합니다"
149
        equal_to: "은 {{count}}과 같아야 합니다"
150
        less_than: "은 {{count}}과 같아야 합니다"
148
        greater_than: "은 {{count}}보다 커야 합니다."
149
        greater_than_or_equal_to: "은 {{count}}보다 크거나 같아야 합니다"
150
        equal_to: "은 {{count}}(와)과 같아야 합니다"
151
        less_than: "은 {{count}}보다 작어야 합니다"
151 152
        less_than_or_equal_to: "은 {{count}}과 같거나 이하을 요구합니다"
152
        odd: "은 홀수을 요구합니다"
153
        even: "은 짝수을 요구합니다"
154
        greater_than_start_date: "는 시작날짜보다 커야 합니다."
155
        not_same_project: "는 같은 프로젝트에 속해 있지 않습니다."
156
        circular_dependency: "이 관계는 순환 의존관계를 만들 수있습니다."
153
        odd: "은 홀수여야 합니다"
154
        even: "은 짝수여야 합니다"
155
        greater_than_start_date: "는 시작날짜보다 커야 합니다"
156
        not_same_project: "는 같은 프로젝트에 속해 있지 않습니다"
157
        circular_dependency: "이 관계는 순환 의존관계를 만들 수 있습니다"
157 158

  
158 159
  actionview_instancetag_blank_option: 선택하세요
159 160
  
......
161 162
  general_text_Yes: '예'
162 163
  general_text_no: '아니오'
163 164
  general_text_yes: '예'
164
  general_lang_name: 'Korean (한국어)'
165
  general_lang_name: 'Korean(한국어)'
165 166
  general_csv_separator: ','
166 167
  general_csv_decimal_separator: '.'
167 168
  general_csv_encoding: UTF-8
......
189 190
  notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다.
190 191
  notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 {{count}}(선택 {{total}}): {{ids}}."
191 192
  notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요"
193
  notice_account_pending: "계정이 만들어 졌습니다. 관리자의 승인이 있을 때까지 기다려야 합니다."
194
  notice_default_data_loaded: 기본 설정을 성공적으로 로드하였습니다.
195
  notice_unable_delete_version: 삭제 할 수 없는 버전 입니다.
192 196
  
197
  error_can_t_load_default_data: "기본 설정을 로드할 수 없습니다.: {{value}}"
193 198
  error_scm_not_found: 소스 저장소에 해당 내용이 존재하지 않습니다.
194 199
  error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: {{value}}"
200
  error_scm_annotate: "항목이 없거나 주석을 달 수 없습니다."
201
  error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.'
202

  
203
  warning_attachments_not_saved: "{{count}}개 파일을 저장할 수 없습니다."
195 204
  
196
  mail_subject_lost_password: "당신의 비밀번호 ({{value}})"
197
  mail_body_lost_password: '비밀번호를 변경하기 위해서 링크를 이용하세요'
198
  mail_subject_register: "당신의 계정 활성화 ({{value}})"
199
  mail_body_register: '계정을 활성화 하기 위해서 링크를 이용하세요 :'
205
  mail_subject_lost_password: "{{value}} 비밀번호"
206
  mail_body_lost_password: '비밀번호를 변경하기 위해서 링크를 누르세요.'
207
  mail_subject_register: "{{value}} 계정 활성화"
208
  mail_body_register: '계정을 활성화 하기 위해서 링크를 누르세요.:'
209
  mail_body_account_information_external: "로그인할 때 {{value}} 계정을 사용하실 수 있습니다."
210
  mail_body_account_information: 계정 정보
211
  mail_subject_account_activation_request: "{{value}} 계정 활성화 요청"
212
  mail_body_account_activation_request: "새 계정({{value}})이 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:"
213
  mail_body_reminder: "님에게 할당된  {{count}}개의 일감들을 다음 {{days}}일 안으로 마쳐야 합니다.:"
214
  mail_subject_reminder: "내일까지 마쳐야할 일감 {{count}}개"
215
  mail_subject_wiki_content_added: "위키페이지 '{{page}}'가 추가되었습니다."
216
  mail_subject_wiki_content_updated: "'위키페이지 {{page}}'가 수정되었습니다."
217
  mail_body_wiki_content_added: "{{author}}(이)가 위키페이지 '{{page}}'를 추가하였습니다."
218
  mail_body_wiki_content_updated: "{{author}}(이)가 위키페이지 '{{page}}'를 수정하였습니다."
200 219
  
201
  gui_validation_error: 1 에러
202
  gui_validation_error_plural: "{{count}} 에러"
220
  gui_validation_error: 에러
221
  gui_validation_error_plural: "{{count}} 에러"
203 222
  
204 223
  field_name: 이름
205 224
  field_description: 설명
......
282 301
  field_estimated_hours: 추정시간
283 302
  field_column_names: 컬럼
284 303
  field_default_value: 기본값
304
  field_time_zone: 타임존
305
  field_searchable: 검색가능
306
  field_comments_sorting: 히스토리 정렬 설정
307
  field_parent_title: 상위 제목
308
  field_editable: 편집가능
309
  field_watcher: 일감지킴이
310
  field_identity_url: OpenID URL
311
  field_content: 내용
312
  field_group_by: 결과를 묶어 보여줄 기준
285 313
  
286 314
  setting_app_title: 레드마인 제목
287 315
  setting_app_subtitle: 레드마인 부제목
......
292 320
  setting_attachment_max_size: 최대 첨부파일 크기
293 321
  setting_issues_export_limit: 일감 내보내기 제한 개수
294 322
  setting_mail_from: 발신 메일 주소
323
  setting_bcc_recipients: 참조자들을 bcc로 숨기기
324
  setting_plain_text_mail: 테스트만(HTML없음)
295 325
  setting_host_name: 호스트 이름 
296 326
  setting_text_formatting: 본문 형식
297 327
  setting_wiki_compression: 위키 이력 압축
298 328
  setting_feeds_limit: 내용 피드(RSS Feed) 제한 개수
329
  setting_default_projects_public: 새 프로젝트를 공개로 설정
299 330
  setting_autofetch_changesets: 커밋된 변경묶음을 자동으로 가져오기
300 331
  setting_sys_api_enabled: 저장소 관리자에 WS 를 허용
301 332
  setting_commit_ref_keywords: 일감 참조에 사용할 키워드들
302 333
  setting_commit_fix_keywords: 일감 해결에 사용할 키워드들 
303 334
  setting_autologin: 자동 로그인
304 335
  setting_date_format: 날짜 형식
336
  setting_time_format: 시간 형식
305 337
  setting_cross_project_issue_relations: 프로젝트간 일감에 관계을 맺는 것을 허용
306 338
  setting_issue_list_default_columns: 일감 목록에 보여줄 기본 컬럼들 
307 339
  setting_repositories_encodings:  저장소 인코딩
340
  setting_commit_logs_encoding: 저장소 커밋 메시지 인코딩
308 341
  setting_emails_footer: 메일 꼬리
342
  setting_protocol: 프로토콜
343
  setting_per_page_options: 페이지당 표시할 객체 수
344
  setting_user_format: 사용자 표시 형식
345
  setting_activity_days_default: 프로젝트 작업내역에 보여줄 날수
346
  setting_display_subprojects_issues: 하위 프로젝트의 일감을 최상위 프로젝트에서 표시
347
  setting_enabled_scm: 허용할  SCM
348
  setting_mail_handler_api_enabled: 수신 메일에  WS 를 허용
349
  setting_mail_handler_api_key: API 키
350
  setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성
351
  setting_gravatar_enabled: 그라바타 사용자 아이콘 쓰기
352
  setting_diff_max_lines_displayed: 차이점보기에 표시할 최대 줄수
353
  setting_repository_log_display_limit: 파일 로그에 보여줄 최대 개정판 갯수
354
  setting_file_max_size_displayed: 인라인으로 보여줄 텍스트파일의 최대 크기
355
  setting_openid: OpenID 로그인과 등록 허용
356
  setting_password_min_length: 최소 암호 길이
357
  setting_new_project_user_role_id: 프로젝트를 만든 일반사용자에게 주어질 권한
358

  
359
  permission_add_project: 프로젝트 생성
360
  permission_edit_project: 프로젝트 편집
361
  permission_select_project_modules: 프로젝트 모듈 선택
362
  permission_manage_members: 멤버 관리
363
  permission_manage_versions: 버전 관리
364
  permission_manage_categories: 일감 카테고리 관리
365
  permission_add_issues: 일감 추가
366
  permission_edit_issues: 일감 편집
367
  permission_manage_issue_relations: 일감 관계 관리
368
  permission_add_issue_notes: 덧글 추가
369
  permission_edit_issue_notes: 덧글 편집
370
  permission_edit_own_issue_notes: 내 덧글 편집
371
  permission_move_issues: 일감 이동
372
  permission_delete_issues: 일감 삭제
373
  permission_manage_public_queries: 공용 검색양식 관리
374
  permission_save_queries: 쿼리 저장
375
  permission_view_gantt: Gantt차트 보기
376
  permission_view_calendar: 달력 보기
377
  permission_view_issue_watchers: 일감지킴이 보기
378
  permission_add_issue_watchers: 일감지킴이 추가
379
  permission_log_time: 시간로그 기록
380
  permission_view_time_entries: 시간로그 보기
381
  permission_edit_time_entries: 시간로그 편집
382
  permission_edit_own_time_entries: 내 시간로그 편집
383
  permission_manage_news: 뉴스 관리
384
  permission_comment_news: 뉴스에 댓글달기
385
  permission_manage_documents: 문서 관리
386
  permission_view_documents: 문서 보기
387
  permission_manage_files: 파일관리
388
  permission_view_files: 파일보기
389
  permission_manage_wiki: 위키 관리
390
  permission_rename_wiki_pages: 위키 페이지 이름변경
391
  permission_delete_wiki_pages: 위치 페이지 삭제
392
  permission_view_wiki_pages: 위키 보기
393
  permission_view_wiki_edits: 위키 기록 보기
394
  permission_edit_wiki_pages: 위키 페이지 편집
395
  permission_delete_wiki_pages_attachments: 첨부파일 삭제
396
  permission_protect_wiki_pages: 프로젝트 위키 페이지
397
  permission_manage_repository: 저장소 관리
398
  permission_browse_repository: 저장소 둘러보기
399
  permission_view_changesets: 변경묶음보기
400
  permission_commit_access: 변경로그 보기
401
  permission_manage_boards: 게시판 관리
402
  permission_view_messages: 메시지 보기
403
  permission_add_messages: 메시지 추가
404
  permission_edit_messages: 메시지 편집
405
  permission_edit_own_messages: 자기 메시지 편집
406
  permission_delete_messages: 메시지 삭제
407
  permission_delete_own_messages: 자기 메시지 삭제
408

  
409
  project_module_issue_tracking: 일감관리
410
  project_module_time_tracking: 시간추적
411
  project_module_news: 뉴스
412
  project_module_documents: 문서
413
  project_module_files: 파일
414
  project_module_wiki: 위키
415
  project_module_repository: 저장소
416
  project_module_boards: 게시판
309 417
  
310 418
  label_user: 사용자
311
  label_user_plural: 사용자관리
419
  label_user_plural: 사용자
312 420
  label_user_new: 새 사용자
313 421
  label_project: 프로젝트
314 422
  label_project_new: 새 프로젝트
315 423
  label_project_plural: 프로젝트
316 424
  label_x_projects:
317 425
    zero:  없음
318
    one:   한 개의 프로젝트
319
    other: "{{count}}개 프로젝트"
426
    one:   "한 프로젝트"
427
    other: "{{count}}개 프로젝트"
320 428
  label_project_all: 모든 프로젝트
321 429
  label_project_latest: 최근 프로젝트
322 430
  label_issue: 일감
323 431
  label_issue_new: 새 일감만들기
324 432
  label_issue_plural: 일감
325 433
  label_issue_view_all: 모든 일감 보기
434
  label_issues_by: "일감분류 방식 {{value}}"
435
  label_issue_added: 일감 추가
436
  label_issue_updated: 일감 수정
326 437
  label_document: 문서
327 438
  label_document_new: 새 문서
328 439
  label_document_plural: 문서
440
  label_document_added: 문서 추가
329 441
  label_role: 역할
330 442
  label_role_plural: 역할
331 443
  label_role_new: 새 역할
332
  label_role_and_permissions: 권한관리
444
  label_role_and_permissions: 역할 및 권한
333 445
  label_member: 담당자
334 446
  label_member_new: 새 담당자
335 447
  label_member_plural: 담당자
......
340 452
  label_issue_status: 일감 상태
341 453
  label_issue_status_plural: 일감 상태
342 454
  label_issue_status_new: 새 일감 상태
343
  label_issue_category: 카테고리
344
  label_issue_category_plural: 카테고리
345
  label_issue_category_new: 새 카테고리
346
  label_custom_field: 사용자 정의 항목
347
  label_custom_field_plural: 사용자 정의 항목
348
  label_custom_field_new: 새 사용자 정의 항목
349
  label_enumerations: 코드값 설정
455
  label_issue_category: 일감 카테고리
456
  label_issue_category_plural: 일감 카테고리
457
  label_issue_category_new: 새 일감 카테고리
458
  label_custom_field: 사용자 정의 필드
459
  label_custom_field_plural: 사용자 정의 필드
460
  label_custom_field_new: 새 사용자 정의 필드
461
  label_enumerations: 코드값
350 462
  label_enumeration_new: 새 코드값
351 463
  label_information: 정보
352 464
  label_information_plural: 정보
353 465
  label_please_login: 로그인하세요.
354 466
  label_register: 등록
467
  label_login_with_open_id_option: 또는 OpenID로 로그인
355 468
  label_password_lost: 비밀번호 찾기
356 469
  label_home: 초기화면
357 470
  label_my_page: 내페이지
358 471
  label_my_account: 내계정
359 472
  label_my_projects: 나의 프로젝트
360
  label_administration: 관리
473
  label_administration: 관리
361 474
  label_login: 로그인
362 475
  label_logout: 로그아웃
363 476
  label_help: 도움말
364 477
  label_reported_issues: 보고한 일감
365 478
  label_assigned_to_me_issues: 나에게 할당된 일감
366
  label_last_login: 최종 접속
479
  label_last_login: 마지막 접속
367 480
  label_registered_on: 등록시각
368 481
  label_activity: 작업내역
482
  label_overall_activity: 전체 작업내역
483
  label_user_activity: "{{value}}의 작업내역"
369 484
  label_new: 새로 만들기
370 485
  label_logged_as: '로그인계정:'
371 486
  label_environment: 환경
372
  label_authentication: 인증설정
487
  label_authentication: 인증
373 488
  label_auth_source: 인증 모드
374 489
  label_auth_source_new: 신규 인증 모드
375 490
  label_auth_source_plural: 인증 모드
376 491
  label_subproject_plural: 서브 프로젝트
492
  label_and_its_subprojects: "{{value}}와 서브프로젝트들"
377 493
  label_min_max_length: 최소 - 최대 길이
378
  label_list: 리스트
494
  label_list: 목록
379 495
  label_date: 날짜
380 496
  label_integer: 정수
381
  label_float: 부동
497
  label_float: 부동
382 498
  label_boolean: 부울린
383 499
  label_string: 문자열
384 500
  label_text: 텍스트
......
386 502
  label_attribute_plural: 속성
387 503
  label_download: "{{count}} 다운로드"
388 504
  label_download_plural: "{{count}} 다운로드"
389
  label_no_data: 데이터가 없습니다.
505
  label_no_data: 표시할 데이터가 없습니다.
390 506
  label_change_status: 상태 변경
391 507
  label_history: 이력
392 508
  label_attachment: 파일
393 509
  label_attachment_new: 파일추가
394 510
  label_attachment_delete: 파일삭제
395
  label_attachment_plural: 관련파일
511
  label_attachment_plural: 파일
512
  label_file_added: 파일 추가
396 513
  label_report: 보고서
397 514
  label_report_plural: 보고서
398 515
  label_news: 뉴스
......
400 517
  label_news_plural: 뉴스
401 518
  label_news_latest: 최근 뉴스
402 519
  label_news_view_all: 모든 뉴스
520
  label_news_added: 뉴스 추가
403 521
  label_change_log: 변경 로그
404 522
  label_settings: 설정
405 523
  label_overview: 개요
......
409 527
  label_confirmation: 확인
410 528
  label_export_to: 내보내기
411 529
  label_read: 읽기...
412
  label_public_projects: 공개 프로젝트
530
  label_public_projects: 공개 프로젝트
413 531
  label_open_issues: 진행중
414 532
  label_open_issues_plural: 진행중
415 533
  label_closed_issues: 완료됨
416 534
  label_closed_issues_plural: 완료됨
417 535
  label_x_open_issues_abbr_on_total:
418
    zero:  "총 {{total}} 건 중 열림 없음"
419
    one:   "총 {{total}} 건 중 한 건 열림"
420
    other: "총 {{total}} 건 중 {{count}} 건 열림"
536
    zero:  "총 {{total}} 건 모두 완료"
537
    one:   "총 {{total}} 건 중 한 건 진행 중"
538
    other: "총 {{total}} 건 중 {{count}} 건 진행 중"
421 539
  label_x_open_issues_abbr:
422
    zero:  열림 없음
423
    one:   한 건 열림
424
    other: "{{count}} 건 열림"
540
    zero:  모두 완료
541
    one:   한 건 진행 중
542
    other: "{{count}} 건 진행 중"
425 543
  label_x_closed_issues_abbr:
426
    zero:  닫힘 없음
427
    one:   한 건 닫힘
428
    other: "{{count}} 건 닫힘"
544
    zero:  모두 미완료
545
    one:   한 건 완료
546
    other: "{{count}} 건 완료"
429 547
  label_total: 합계
430
  label_permissions: 허가권한
548
  label_permissions: 권한
431 549
  label_current_status: 일감 상태
432 550
  label_new_statuses_allowed: 허용되는 일감 상태
433 551
  label_all: 모두
434 552
  label_none: 없음
553
  label_nobody: 미지정
435 554
  label_next: 다음
436 555
  label_previous: 이전
437 556
  label_used_by: 사용됨
......
442 561
  label_months_from: 개월 동안 | 다음부터 
443 562
  label_gantt: Gantt 챠트
444 563
  label_internal: 내부
445
  label_last_changes: "지난 변경사항 {{count}} 건"
564
  label_last_changes: "최근 {{count}}개의 변경사항"
446 565
  label_change_view_all: 모든 변경 내역 보기
447 566
  label_personalize_page: 입맛대로 구성하기
448 567
  label_comment: 댓글
......
454 573
  label_comment_add: 댓글 추가
455 574
  label_comment_added: 댓글이 추가되었습니다.
456 575
  label_comment_delete: 댓글 삭제
457
  label_query: 사용자 검색조건
458
  label_query_plural: 사용자 검색조건
459
  label_query_new: 새 사용자 검색조건
460
  label_filter_add: 필터 추가
461
  label_filter_plural: 필터
576
  label_query: 검색양식
577
  label_query_plural: 검색양식
578
  label_query_new: 새 검색양식
579
  label_filter_add: 검색조건 추가
580
  label_filter_plural: 검색조건
462 581
  label_equals: 이다
463 582
  label_not_equals: 아니다
464 583
  label_in_less_than: 이내
465 584
  label_in_more_than: 이후
585
  label_greater_or_equal: ">="
586
  label_less_or_equal: "<="
466 587
  label_in: 이내
467 588
  label_today: 오늘
589
  label_all_time: 모든 시간
590
  label_yesterday: 어제
468 591
  label_this_week: 이번주
592
  label_last_week: 지난 주
593
  label_last_n_days: "지난 {{count}} 일"
594
  label_this_month: 이번 달
595
  label_last_month: 지난 달
596
  label_this_year: 올해
597
  label_date_range: 날짜 범위
469 598
  label_less_than_ago: 이전
470 599
  label_more_than_ago: 이후
471 600
  label_ago: 일 전
......
473 602
  label_not_contains: 포함하지 않는 키워드
474 603
  label_day_plural: 일
475 604
  label_repository: 저장소
605
  label_repository_plural: 저장소
476 606
  label_browse: 저장소 살피기
477 607
  label_modification: "{{count}} 변경"
478 608
  label_modification_plural: "{{count}} 변경"
479 609
  label_revision: 개정판
480 610
  label_revision_plural: 개정판
611
  label_associated_revisions: 관련된 개정판들
481 612
  label_added: 추가됨
482 613
  label_modified: 변경됨
614
  label_copied: 복사됨
615
  label_renamed: 이름바뀜
483 616
  label_deleted: 삭제됨
484 617
  label_latest_revision: 최근 개정판
485 618
  label_latest_revision_plural: 최근 개정판
......
499 632
  label_wiki: 위키
500 633
  label_wiki_edit: 위키 편집
501 634
  label_wiki_edit_plural: 위키 편집
502
  label_wiki_page: 위키
503
  label_wiki_page_plural: 위키
635
  label_wiki_page: 위키 페이지
636
  label_wiki_page_plural: 위키 페이지
504 637
  label_index_by_title: 제목별 색인
505 638
  label_index_by_date: 날짜별 색인
506 639
  label_current_version: 현재 버전
......
508 641
  label_feed_plural: 피드(Feeds)
509 642
  label_changes_details: 모든 상세 변경 내역
510 643
  label_issue_tracking: 일감 추적
511
  label_spent_time: 작업 시간
644
  label_spent_time: 소요 시간
512 645
  label_f_hour: "{{value}} 시간"
513 646
  label_f_hour_plural: "{{value}} 시간"
514 647
  label_time_tracking: 시간추적
......
530 663
  label_relation_delete: 관계 지우기
531 664
  label_relates_to: 다음 일감과 관련되어 있음
532 665
  label_duplicates: 다음 일감과 중복됨.
666
  label_duplicated_by: 중복된 일감
533 667
  label_blocks: 다음 일감이 해결을 막고 있음.
534 668
  label_blocked_by: 막고 있는 일감
535 669
  label_precedes: 다음 일감보다 앞서서 처리해야 함.
......
546 680
  label_board_new: 새 게시판
547 681
  label_board_plural: 게시판
548 682
  label_topic_plural: 주제
549
  label_message_plural: 관련
683
  label_message_plural: 
550 684
  label_message_last: 마지막 글
551 685
  label_message_new: 새글쓰기
686
  label_message_posted: 글 추가
552 687
  label_reply_plural: 답글
553 688
  label_send_information: 사용자에게 계정정보를 보냄
554 689
  label_year: 년
......
562 697
  label_feeds_access_key_created_on: "RSS에 접근가능한 열쇠(key)가  {{value}} 이전에 생성 "
563 698
  label_module_plural: 모듈
564 699
  label_added_time_by: "{{author}}이(가) {{age}} 전에 추가함"
700
  label_updated_time_by: "{{author}}가 {{age}} 전에 변경"
565 701
  label_updated_time: "{{value}} 전에 수정됨"
566
  label_jump_to_a_project: 다른 프로젝트로 이동하
702
  label_jump_to_a_project: 프로젝트 바로가
567 703
  label_file_plural: 파일
568 704
  label_changeset_plural: 변경묶음
569 705
  label_default_columns: 기본 컬럼
......
575 711
  label_user_mail_option_all: "내가 속한 프로젝트로들부터 모든 메일 받기"
576 712
  label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.."
577 713
  label_user_mail_option_none: "내가 속하거나 감시 중인 사항에 대해서만"
578
  
714
  label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다."
715
  label_registration_activation_by_email: 메일로 계정을 활성화하기
716
  label_registration_automatic_activation: 자동 계정 활성화
717
  label_registration_manual_activation: 수동 계정 활성화
718
  label_display_per_page: "페이지당: {{value}}"
719
  label_age: 마지막 수정일
720
  label_change_properties: 속성 변경
721
  label_general: 일반
722
  label_more: 제목 및 설명 수정
723
  label_scm: 형상관리시스템
724
  label_plugins: 플러그인
725
  label_ldap_authentication: LDAP 인증
726
  label_downloads_abbr: D/L
727
  label_optional_description: 부가적인 설명
728
  label_add_another_file: 다른 파일 추가 
729
  label_preferences: 설정
730
  label_chronological_order: 시간 순으로 정렬
731
  label_reverse_chronological_order: 시간 역순으로 정렬 
732
  label_planning: 프로젝트계획
733
  label_incoming_emails: 수신 메일
734
  label_generate_key: 키 생성
735
  label_issue_watchers: 일감지킴이
736
  label_example: 예
737
  label_display: 표시방식
738
  label_sort: 정렬
739
  label_ascending: 오름차순
740
  label_descending: 내림차순
741
  label_date_from_to: "{{start}}부터 {{end}}까지"
742
  label_wiki_content_added: 위키페이지 추가
743
  label_wiki_content_updated: 위키페이지 수정
744

  
579 745
  button_login: 로그인
580 746
  button_submit: 확인
581 747
  button_save: 저장
582 748
  button_check_all: 모두선택
583 749
  button_uncheck_all: 선택해제
584 750
  button_delete: 삭제
585
  button_create: 완료
751
  button_create: 만들기
752
  button_create_and_continue: 만들고 계속하기
586 753
  button_test: 테스트
587 754
  button_edit: 편집
588 755
  button_add: 추가
......
608 775
  button_unarchive: 잠금보관해제
609 776
  button_reset: 리셋
610 777
  button_rename: 이름변경
778
  button_change_password: 비밀번호 변경
779
  button_copy: 복사
780
  button_annotate: 주석달기(annotate)
781
  button_update: 수정
782
  button_configure: 설정
783
  button_quote: 댓글달기
611 784
  
612 785
  status_active: 사용중
613 786
  status_registered: 등록대기
......
617 790
  text_regexp_info: 예) ^[A-Z0-9]+$
618 791
  text_min_max_length_info: 0 는 제한이 없음을 의미함
619 792
  text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까?
793
  text_subprojects_destroy_warning: "서브프로젝트({{value}})가 자동으로 지워질 것입니다."
620 794
  text_workflow_edit: 워크플로를 수정하기 위해서 역할과 일감유형을 선택하세요.
621 795
  text_are_you_sure: 계속 진행 하시겠습니까?
622 796
  text_journal_changed: "{{old}}에서 {{new}}(으)로 변경"
......
627 801
  text_tip_task_begin_end_day: 오늘 시작하고 종료하는 업무(task)
628 802
  text_project_identifier_info: '영문 소문자 (a-z), 및 숫자 대쉬(-) 가능.<br />저장된후에는 식별자 변경 불가능.'
629 803
  text_caracters_maximum: "최대 {{count}} 글자 가능."
804
  text_caracters_minimum: "최소한 {{count}} 글자 이상이어야 합니다."
630 805
  text_length_between: "{{min}} 에서 {{max}} 글자"
631 806
  text_tracker_no_workflow: 이 추적타입(tracker)에 워크플로우가 정의되지 않았습니다.
632 807
  text_unallowed_characters: 허용되지 않는 문자열
633 808
  text_comma_separated: 복수의 값들이 허용됩니다.(구분자 ,)
634 809
  text_issues_ref_in_commit_messages: 커밋메시지에서 일감을 참조하거나 해결하기
635
  text_issue_added: "Issue {{id}} has been reported by {{author}}."
636
  text_issue_updated: "Issue {{id}} has been updated by {{author}}."
810
  text_issue_added: "{{author}}가 일감 {{id}}를 보고하였습니다."
811
  text_issue_updated: "{{author}}가 일감 {{id}}을 수정하였습니다."
637 812
  text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까?
638 813
  text_issue_category_destroy_question: "일부 일감들({{count}}개)이 이 카테고리에 할당되어 있습니다. 어떻게 하시겠습니까?"
639 814
  text_issue_category_destroy_assignments: 카테고리 할당 지우기
640 815
  text_issue_category_reassign_to: 일감을 이 카테고리에 다시 할당하기
641 816
  text_user_mail_option: "선택하지 않은 프로젝트에서도, 모니터링 중이거나 속해있는 사항(일감을 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다."
817
  text_no_configuration_data: "역할, 일감 타입, 일감 상태들과 워크플로가 아직 설정되지 않았습니다.\n기본 설정을 로딩하는 것을 권장합니다. 로드된 후에 수정할 수 있습니다."
818
  text_load_default_configuration: 기본 설정을 로딩하기
819
  text_status_changed_by_changeset: "변경묶음 {{value}}에서 적용됨."
820
  text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?'
821
  text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:'
822
  text_default_administrator_account_changed: 기본 관리자 계정이 변경되었습니다.
823
  text_file_repository_writable: 파일 저장소 쓰기 가능
824
  text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능함
825
  text_rmagick_available: RMagick 사용가능(옵션)
826
  text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
827
  text_destroy_time_entries: 보고된 시간을 삭제하기
828
  text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기
829
  text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:'
830
  text_user_wrote: "{{value}}의 덧글:"
831
  text_enumeration_category_reassign_to: '새로운 값을 설정:'
832
  text_enumeration_destroy_question: "{{count}} 개의 일감이 이 값을 사용하고 있습니다."
833
  text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/email.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다."
834
  text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다."
835
  text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.'
836
  text_custom_field_possible_values_info: '각 값당 한 줄'
837
  text_wiki_page_destroy_question: 이 페이지는 {{descendants}} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까?
838
  text_wiki_page_nullify_children: 하위 페이지를 루트 페이지 아래로 지정
839
  text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제
840
  text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정
642 841
  
643 842
  default_role_manager: 관리자
644 843
  default_role_developper: 개발자
......
647 846
  default_tracker_feature: 새기능
648 847
  default_tracker_support: 지원
649 848
  default_issue_status_new: 새로 만들기
650
  default_issue_status_assigned: 확인
849
  default_issue_status_assigned: 할당
651 850
  default_issue_status_resolved: 해결
652
  default_issue_status_feedback: 피드백
851
  default_issue_status_feedback: 보완
653 852
  default_issue_status_closed: 완료
654
  default_issue_status_rejected: 재처리
853
  default_issue_status_rejected: 거절
655 854
  default_doc_category_user: 사용자 문서
656 855
  default_doc_category_tech: 기술 문서
657 856
  default_priority_low: 낮음
......
661 860
  default_priority_immediate: 즉시
662 861
  default_activity_design: 설계
663 862
  default_activity_development: 개발
664
  
863

  
665 864
  enumeration_issue_priorities: 일감 우선순위
666 865
  enumeration_doc_categories: 문서 카테고리
667 866
  enumeration_activities: 작업분류(시간추적)
668
  button_copy: 복사
669
  mail_body_account_information_external: "레드마인에 로그인할 때 {{value}} 계정을 사용하실 수 있습니다."
670
  button_change_password: 비밀번호 변경
671
  label_nobody: nobody
672
  setting_protocol: 프로토콜
673
  mail_body_account_information: 계정 정보
674
  label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다."
675
  setting_time_format: 시간 형식
676
  label_registration_activation_by_email: 메일로 계정을 활성화하기
677
  mail_subject_account_activation_request: "레드마인 계정 활성화 요청 ({{value}})"
678
  mail_body_account_activation_request: "새 계정({{value}})이 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:"
679
  label_registration_automatic_activation: 자동 계정 활성화
680
  label_registration_manual_activation: 수동 계정 활성화
681
  notice_account_pending: "계정이 만들어 졌습니다. 관리자의 승인이 있을 때까지 기다려야 합니다."
682
  field_time_zone: 타임존
683
  text_caracters_minimum: "최소한 {{count}} 글자 이상이어야 합니다."
684
  setting_bcc_recipients: 참조자들을 bcc로 숨기기
685
  button_annotate: 주석달기(annotate)
686
  label_issues_by: "일감분류 방식 {{value}}"
687
  field_searchable: 검색가능
688
  label_display_per_page: "페이지당: {{value}}"
689
  setting_per_page_options: 페이지당 표시할 객체 수
690
  label_age: 마지막 수정일
691
  notice_default_data_loaded: 기본 설정을 성공적으로 로드하였습니다.
692
  text_load_default_configuration: 기본 설정을 로딩하기
693
  text_no_configuration_data: "역할, 일감 타입, 일감 상태들과 워크플로가 아직 설정되지 않았습니다.\n기본 설정을 로딩하는 것을 권장합니다. 로드된 후에 수정할 수 있습니다."
694
  error_can_t_load_default_data: "기본 설정을 로드할 수 없습니다.: {{value}}"
695
  button_update: 수정
696
  label_change_properties: 속성 변경
697
  label_general: 일반
698
  label_repository_plural: 저장소들
699
  label_associated_revisions: 관련된 개정판들
700
  setting_user_format: 사용자 표시 형식
701
  text_status_changed_by_changeset: "변경묶음 {{value}}에서 적용됨."
702
  label_more: 자세히
703
  text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?'
704
  label_scm: 형상관리시스템(SCM)
705
  text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:'
706
  label_issue_added: 일감이 추가됨
707
  label_issue_updated: 일감이 고쳐짐
708
  label_document_added: 문서가 추가됨
709
  label_message_posted: 메시지가 추가됨
710
  label_file_added: 파일이 추가됨
711
  label_news_added: 뉴스가 추가됨
712
  project_module_boards: 게시판
713
  project_module_issue_tracking: 일감관리
714
  project_module_wiki: 위키
715
  project_module_files: 관련파일
716
  project_module_documents: 문서
717
  project_module_repository: 저장소
718
  project_module_news: 뉴스
719
  project_module_time_tracking: 시간추적
720
  text_file_repository_writable: 파일 저장소 쓰기 가능
721
  text_default_administrator_account_changed: 기본 관리자 계정이 변경되었습니다.
722
  text_rmagick_available: RMagick 사용가능(옵션)
723
  button_configure: 설정
724
  label_plugins: 플러그인
725
  label_ldap_authentication: LDAP 인증
726
  label_downloads_abbr: D/L
727
  label_add_another_file: 다른 파일 추가 
728
  label_this_month: 이번 달
729
  text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
730
  label_last_n_days: "지난 {{count}} 일"
731
  label_all_time: 모든 시간
732
  error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.'
733
  label_this_year: 올해
734
  text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기
735
  label_date_range: 날짜 범위
736
  label_last_week: 지난 주
737
  label_yesterday: 어제
738
  label_optional_description: 부가적인 설명
739
  label_last_month: 지난 달
740
  text_destroy_time_entries: 보고된 시간을 삭제하기
741
  text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:'
742
  setting_activity_days_default: 프로젝트 작업내역에 보여줄 날수
743
  label_chronological_order: 시간 순으로 정렬
744
  field_comments_sorting: 히스토리 정렬 설정
745
  label_reverse_chronological_order: 시간 역순으로 정렬 
746
  label_preferences: 설정
747
  setting_display_subprojects_issues: 하위 프로젝트의 일감을 최상위 프로젝트에서 표시
748
  label_overall_activity: 전체 작업내역
749
  setting_default_projects_public: 새 프로젝트를 공개로 설정
750
  error_scm_annotate: "항목이 없거나 주석을 달 수 없습니다."
751
  label_planning: 프로젝트계획(Planning)
752
  text_subprojects_destroy_warning: "서브프로젝트({{value}})가 자동으로 지워질 것입니다."
753
  label_and_its_subprojects: "{{value}}와 서브프로젝트들"
754
  mail_body_reminder: "님에게 할당된  {{count}}개의 일감들을 다음 {{days}}일 안으로 마쳐야 합니다.:"
755
  mail_subject_reminder: "내일까지 마쳐야할 일감 {{count}}개"
756
  text_user_wrote: "{{value}}의 덧글:"
757
  label_duplicated_by: 중복된 일감
758
  setting_enabled_scm: 허용할  SCM
759
  text_enumeration_category_reassign_to: '새로운 값을 설정:'
760
  text_enumeration_destroy_question: "{{count}} 개의 일감이 이 값을 사용하고 있습니다."
761
  label_incoming_emails: 수신 메일 설정
762
  label_generate_key: 키 생성
763
  setting_mail_handler_api_enabled: 수신 메일에  WS 를 허용
764
  setting_mail_handler_api_key: API 키
765
  text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/email.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다."
766
  field_parent_title: 상위 제목
767
  label_issue_watchers: 일감지킴이 설정
768
  setting_commit_logs_encoding: 저장소 커밋 메시지 인코딩
769
  button_quote: 댓글달기
770
  setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성
771
  notice_unable_delete_version: 삭제 할 수 없는 버전 입니다.
772
  label_renamed: 이름바뀜
773
  label_copied: 복사됨
774
  setting_plain_text_mail: 테스트만(HTML없음)
775
  permission_view_files: 파일보기
776
  permission_edit_issues: 일감 편집
777
  permission_edit_own_time_entries: 내 시간로그 편집
778
  permission_manage_public_queries: 공용 질의 관리
779
  permission_add_issues: 일감 추가
780
  permission_log_time: 소요시간 기록
781
  permission_view_changesets: 변경묶음보기
782
  permission_view_time_entries: 소요시간 보기
783
  permission_manage_versions: 버전 관리
784
  permission_manage_wiki: 위키 관리
785
  permission_manage_categories: 일감 카테고리 관리
786
  permission_protect_wiki_pages: 프로젝트 위키 페이지
787
  permission_comment_news: 뉴스에 코멘트달기
788
  permission_delete_messages: 메시지 삭제
789
  permission_select_project_modules: 프로젝트 모듈 선택
790
  permission_manage_documents: 문서 관리
791
  permission_edit_wiki_pages: 위키 페이지 편집
792
  permission_add_issue_watchers: 일감지킴이 추가
793
  permission_view_gantt: Gantt차트 보기
794
  permission_move_issues: 일감 이동
795
  permission_manage_issue_relations: 일감 관계 관리
796
  permission_delete_wiki_pages: 위치 페이지 삭제
797
  permission_manage_boards: 게시판 관리
798
  permission_delete_wiki_pages_attachments: 첨부파일 삭제
799
  permission_view_wiki_edits: 위키 기록 보기
800
  permission_add_messages: 메시지 추가
801
  permission_view_messages: 메시지 보기
802
  permission_manage_files: 파일관리
803
  permission_edit_issue_notes: 덧글 편집
804
  permission_manage_news: 뉴스 관리
805
  permission_view_calendar: 달력 보기
806
  permission_manage_members: 멤버 관리
807
  permission_edit_messages: 메시지 편집
808
  permission_delete_issues: 일감 삭제
809
  permission_view_issue_watchers: 일감지킴이 보기
810
  permission_manage_repository: 저장소 관리
811
  permission_commit_access: 변경로그 보기
812
  permission_browse_repository: 저장소 둘러보기
813
  permission_view_documents: 문서 보기
814
  permission_edit_project: 프로젝트 편집
815
  permission_add_issue_notes: 덧글 추가
816
  permission_save_queries: 쿼리 저장
817
  permission_view_wiki_pages: 위키 보기
818
  permission_rename_wiki_pages: 위키 페이지 이름변경
819
  permission_edit_time_entries: 시간기록 편집
820
  permission_edit_own_issue_notes: 내 덧글 편집
821
  setting_gravatar_enabled: 그라바타 사용자 아이콘 쓰기
822
  label_example: 예
823
  text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다."
824
  permission_edit_own_messages: 자기 메시지 편집
825
  permission_delete_own_messages: 자기 메시지 삭제
826
  label_user_activity: "{{value}}의 작업내역"
827
  label_updated_time_by: "{{author}}가 {{age}} 전에 변경"
828
  text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.'
829
  setting_diff_max_lines_displayed: 차이점보기에 표시할 최대 줄수
830
  text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능함
831
  warning_attachments_not_saved: "{{count}} file(s) could not be saved."
832
  button_create_and_continue: 생성하고 계속하기
833
  text_custom_field_possible_values_info: 'One line for each value'
834
  label_display: 표시방식
835
  field_editable: 편집가능
836
  setting_repository_log_display_limit: 파일 로그에 보여줄 최대 개정판 갯수
837
  setting_file_max_size_displayed: 인라인으로 보여줄 텍스트파일의 최대 크기
838
  field_watcher: Watcher
839
  setting_openid: OpenID 로그인과 등록 허용
840
  field_identity_url: OpenID URL
841
  label_login_with_open_id_option: 또는 OpenID로 로그인
842
  field_content: Content
843
  label_descending: Descending
844
  label_sort: Sort
845
  label_ascending: Ascending
846
  label_date_from_to: From {{start}} to {{end}}
847
  label_greater_or_equal: ">="
848
  label_less_or_equal: <=
849
  text_wiki_page_destroy_question: 이 페이지는 {{descendants}} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까?
850
  text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정
851
  text_wiki_page_nullify_children: 하위 페이지를 루트 페이지 아래로 지정
852
  text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제
853
  setting_password_min_length: 암호의 최소 길이
854
  field_group_by: 결과를 묶어 보여줄 기준
855
  mail_subject_wiki_content_updated: "'위키페이지 {{page}}'가 고쳐졌습니다."
856
  label_wiki_content_added: 위키페이지 추가됨
857
  mail_subject_wiki_content_added: "위키페이지 '{{page}}'가 추가되었습니다."
858
  mail_body_wiki_content_added: 위키페이지 '{{page}}'가 {{author}}에 의하여 추가되었습니다..
859
  label_wiki_content_updated: 위키페이지 고쳐짐
860
  mail_body_wiki_content_updated: 위키페이지 '{{page}}' 가 {{author}}에 의하여 고쳐젔습니다.
861
  permission_add_project: 프로젝트 생성
862
  setting_new_project_user_role_id: 프로젝트를 만든 일반사용자에게 주어질 권한
867

  
868
# Korean (한글) translations for Ruby on Rails 
869
# by Kihyun Yoon(ddumbugie@gmail.com)
870
# by John Hwang (jhwang@tavon.org),http://github.com/tavon
(1-1/2)