Project

General

Profile

Patch #4639 » ko.yml.r3336.diff

Kihyun Yun, 2010-01-23 12:35

View differences:

ko.yml (working copy)
2 2
# by Kihyun Yoon(ddumbugie@gmail.com),http://plenum.textcube.com/
3 3
# by John Hwang (jhwang@tavon.org),http://github.com/tavon
4 4
# by Yonghwan SO(please insert your email), last update at 2009-09-11
5
# last update at 2009-09-11 by Kihyun Yoon
5
# last update at 2010-01-23 by Kihyun Yoon
6 6
ko:
7 7
  date:
8 8
    formats:
......
65 65
        one:   "일년 이상"
66 66
        other: "{{count}}년 이상"
67 67
      almost_x_years:
68
        one:   "almost 1 year"
69
        other: "almost {{count}} years"
68
        one:   "약 1년"
69
        other: "약 {{count}}년"
70 70
    prompts:
71 71
      year:   "년"
72 72
      month:  "월"
......
182 182
  general_lang_name: '한국어(Korean)'
183 183
  general_csv_separator: ','
184 184
  general_csv_decimal_separator: '.'
185
  general_csv_encoding: UTF-8
186
  general_pdf_encoding: UTF-8
185
  general_csv_encoding: CP949
186
  general_pdf_encoding: CP949
187 187
  general_first_day_of_week: '7'
188 188
  
189 189
  notice_account_updated: 계정이 성공적으로 변경되었습니다.
......
709 709
  label_language_based: 언어설정에 따름
710 710
  label_sort_by: "{{value}}(으)로 정렬"
711 711
  label_send_test_email: 테스트 메일 보내기
712
  label_feeds_access_key_created_on: "피드 접근 키가 {{value}} 이전에 생성"
712
  label_feeds_access_key_created_on: "피드 접근 키가 {{value}} 이전에 생성되었습니다."
713 713
  label_module_plural: 모듈
714 714
  label_added_time_by: "{{author}}이(가) {{age}} 전에 추가함"
715 715
  label_updated_time_by: "{{author}}이(가) {{age}} 전에 변경"
......
925 925
  setting_start_of_week: 달력 시작 요일
926 926
  permission_view_issues: 일감 보기
927 927
  label_display_used_statuses_only: 이 일감유형에서 사용되는 상태만 보여주기
928
  label_revision_id: Revision {{value}}
929
  label_api_access_key: API access key
930
  label_api_access_key_created_on: API access key created {{value}} ago
931
  label_feeds_access_key: RSS access key
932
  notice_api_access_key_reseted: Your API access key was reset.
933
  setting_rest_api_enabled: Enable REST web service
934
  label_missing_api_access_key: Missing an API access key
935
  label_missing_feeds_access_key: Missing a RSS access key
936
  button_show: Show
937
  text_line_separated: Multiple values allowed (one line for each value).
938
  setting_mail_handler_body_delimiters: Truncate emails after one of these lines
939
  permission_add_subprojects: Create subprojects
940
  label_subproject_new: New subproject
928
  label_revision_id: 개정판 {{value}}
929
  label_api_access_key: API 접근키
930
  label_api_access_key_created_on: API 접근키가 {{value}} 전에 생성되었습니다.
931
  label_feeds_access_key: RSS 접근키
932
  notice_api_access_key_reseted: API 접근키가 초기화되었습니다.
933
  setting_rest_api_enabled: REST 웹서비스 활성화
934
  label_missing_api_access_key: API 접근키가 없습니다.
935
  label_missing_feeds_access_key: RSS 접근키가 없습니다.
936
  button_show: 보기
937
  text_line_separated: 여러 값이 허용됨(값 마다 한 줄씩)
938
  setting_mail_handler_body_delimiters: 메일 본문 구분자
939
  permission_add_subprojects: 하위 프로젝트 만들기
940
  label_subproject_new: 새 하위 프로젝트
941 941
  text_own_membership_delete_confirmation: |-
942
    You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
943
    Are you sure you want to continue?
944
  label_close_versions: Close completed versions
942
    권한들 일부 또는 전부를 막 삭제하려고 하고 있습니다. 그렇게 되면 이 프로젝트를 더이상 수정할 수 없게 됩니다.
943
    계속하시겠습니까?
944
  label_close_versions: 완료된 버전 닫기
(1-1/2)