Project

General

Profile

Patch #33074 » ko.yml

Jaebok Oh, 2020-03-02 01:49

 
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

    
13
    day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일]
14
    abbr_day_names: [, , , , , , ]
15

    
16
    # Don't forget the nil at the beginning; there's no such thing as a 0th month
17
    month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
18
    abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월]
19
    # Used in date_select and datime_select.
20
    order:
21
      - :year
22
      - :month
23
      - :day
24

    
25
  time:
26
    formats:
27
      default: "%Y/%m/%d %H:%M:%S"
28
      time: "%H:%M"
29
      short: "%y/%m/%d %H:%M"
30
      long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z"
31
    am: "오전"
32
    pm: "오후"
33

    
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_hours:
53
        one:   "1 시간"
54
        other: "%{count} 시간"
55
      x_days:
56
        one:   "하루"
57
        other: "%{count}일"
58
      about_x_months:
59
        one:   " 한달"
60
        other: " %{count}달"
61
      x_months:
62
        one:   "한달"
63
        other: "%{count}달"
64
      about_x_years:
65
        one:   " 일년"
66
        other: " %{count}년"
67
      over_x_years:
68
        one:   "일년 이상"
69
        other: "%{count}년 이상"
70
      almost_x_years:
71
        one:   " 1년"
72
        other: " %{count}년"
73
    prompts:
74
      year:   "년"
75
      month:  "월"
76
      day:    "일"
77
      hour:   "시"
78
      minute: "분"
79
      second: "초"
80

    
81
  number:
82
    # Used in number_with_delimiter()
83
    # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
84
    format:
85
      # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
86
      separator: "."
87
      # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
88
      delimiter: ","
89
      # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
90
      precision: 3
91

    
92
    # Used in number_to_currency()
93
    currency:
94
      format:
95
        # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
96
        format: "%u%n"
97
        unit: "₩"
98
        # These three are to override number.format and are optional
99
        separator: "."
100
        delimiter: ","
101
        precision: 0
102

    
103
    # Used in number_to_percentage()
104
    percentage:
105
      format:
106
        # These three are to override number.format and are optional
107
        # separator:
108
        delimiter: ""
109
        # precision:
110

    
111
    # Used in number_to_precision()
112
    precision:
113
      format:
114
        # These three are to override number.format and are optional
115
        # separator:
116
        delimiter: ""
117
        # precision:
118

    
119
    # Used in number_to_human_size()
120
    human:
121
      format:
122
        # These three are to override number.format and are optional
123
        # separator:
124
        delimiter: ""
125
        precision: 3
126
      storage_units:
127
        format: "%n %u"
128
        units:
129
          byte:
130
            one: "Byte"
131
            other: "Bytes"
132
          kb: "KB"
133
          mb: "MB"
134
          gb: "GB"
135
          tb: "TB"
136

    
137
# Used in array.to_sentence.
138
  support:
139
    array:
140
      words_connector: ", "
141
      two_words_connector: " "
142
      last_word_connector: ", "
143
      sentence_connector: "그리고"
144
      skip_last_comma: false
145

    
146
  activerecord:
147
    errors:
148
      template:
149
        header:
150
          one:    "한개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
151
          other:  "%{count}개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
152
        # The variable :count is also available
153
        body: "다음 항목에 문제가 발견했습니다:"
154

    
155
      messages:
156
        inclusion: " 목록에 포함되어 있지 않습니다"
157
        exclusion: " 예약되어 있습니다"
158
        invalid: " 유효하지 않습니다."
159
        confirmation: " 확인이 되지 않았습니다"
160
        accepted: " 인정되어야 합니다"
161
        empty: " 길이가 0이어서는 안됩니다."
162
        blank: "  값이어서는  됩니다"
163
        too_long: " 너무 깁니다 (최대 %{count}자 까지)"
164
        too_short: " 너무 짧습니다 (최소 %{count}자 까지)"
165
        wrong_length: " 길이가 틀렸습니다 (%{count}자이어야 합니다.)"
166
        taken: " 이미 선택된 겁니다"
167
        not_a_number: " 숫자가 아닙니다"
168
        greater_than: " %{count}보다 커야 합니다."
169
        greater_than_or_equal_to: " %{count}보다 크거나 같아야 합니다"
170
        equal_to: " %{count}(와)과 같아야 합니다"
171
        less_than: " %{count}보다 작어야 합니다"
172
        less_than_or_equal_to: " %{count}과 같거나 이하을 요구합니다"
173
        odd: " 홀수여야 합니다"
174
        even: " 짝수여야 합니다"
175
        greater_than_start_date: " 시작날짜보다 커야 합니다"
176
        not_same_project: " 같은 프로젝트에 속해 있지 않습니다"
177
        circular_dependency: " 관계는 순환 의존관계를 만들  있습니다"
178
        cant_link_an_issue_with_a_descendant: "일감은 하위 일감과 연결할  없습니다."
179
        earlier_than_minimum_start_date: "시작날짜 %{date}보다 앞선 시간으로 설정할  없습니다."
180
        not_a_regexp: " 올바른 정규식이 아닙니다."
181
        open_issue_with_closed_parent: "완료된 일감에 하위일감을 추가할  없습니다."
182
        must_contain_uppercase: " 대문자(A-Z)을 포함해야 합니다."
183
        must_contain_lowercase: " 소문자(a-z)을 포함해야 합니다."
184
        must_contain_digits: " 숫자(0-9)를 포함해야 합니다."
185
        must_contain_special_chars: " 특수문자(!, $, %, ...)를 포함해야 합니다."
186

    
187
  actionview_instancetag_blank_option: 선택하세요
188

    
189
  general_text_No: '아니오'
190
  general_text_Yes: '예'
191
  general_text_no: '아니오'
192
  general_text_yes: '예'
193
  general_lang_name: 'Korean (한국어)'
194
  general_csv_separator: ','
195
  general_csv_decimal_separator: '.'
196
  general_csv_encoding: CP949
197
  general_pdf_fontname: hysmyeongjostdmedium
198
  general_pdf_monospaced_fontname: hysmyeongjostdmedium
199
  general_first_day_of_week: '7'
200

    
201
  notice_account_updated: 계정이 성공적으로 변경되었습니다.
202
  notice_account_invalid_credentials: 잘못된 계정 또는 비밀번호
203
  notice_account_password_updated: 비밀번호가 잘 변경되었습니다.
204
  notice_account_wrong_password: 잘못된 비밀번호
205
  notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요.
206
  notice_account_unknown_email: 알려지지 않은 사용자.
207
  notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다.
208
  notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다.
209
  notice_account_activated: 계정이 활성화되었습니다. 이제 로그인 하실수 있습니다.
210
  notice_successful_create: 생성 성공.
211
  notice_successful_update: 변경 성공.
212
  notice_successful_delete: 삭제 성공.
213
  notice_successful_connection: 연결 성공.
214
  notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다.
215
  notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다.
216
  notice_not_authorized: 이 페이지에 접근할 권한이 없습니다.
217
  notice_email_sent: "%{value}님에게 메일이 발송되었습니다."
218
  notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. (%{value})"
219
  notice_feeds_access_key_reseted: Atom에 접근가능한 열쇠(key)가 생성되었습니다.
220
  notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 %{count}(선택 %{total}): %{ids}."
221
  notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요"
222
  notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다."
223
  notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다.
224
  notice_unable_delete_version: 삭제할 수 없는 버전입니다.
225

    
226
  error_can_t_load_default_data: "기본값을 읽어들일  없습니다.: %{value}"
227
  error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다.
228
  error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: %{value}"
229
  error_scm_annotate: "항목이 없거나 행별 이력을   없습니다."
230
  error_issue_not_found_in_project: '일감이 없거나  프로젝트의 것이 아닙니다.'
231

    
232
  warning_attachments_not_saved: "%{count}개 파일을 저장할  없습니다."
233

    
234
  mail_subject_lost_password: "%{value} 비밀번호"
235
  mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.'
236
  mail_subject_register: "%{value} 계정 활성화"
237
  mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:'
238
  mail_body_account_information_external: "로그인할  %{value} 계정을 사용하실  있습니다."
239
  mail_body_account_information: 계정 정보
240
  mail_subject_account_activation_request: "%{value} 계정 활성화 요청"
241
  mail_body_account_activation_request: " 사용자(%{value})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:"
242
  mail_body_reminder: "당신이 맡고 있는 일감 %{count}개가 지연되었거나 %{days}일 이내에 완료되어야 합니다."
243
  mail_subject_reminder: "내가 맡고 있는 만기인 일감 %{count}개 (%{days})"
244
  mail_subject_wiki_content_added: "위키페이지 '%{id}'이(가) 추가되었습니다."
245
  mail_subject_wiki_content_updated: "'위키페이지 %{id}'이(가) 수정되었습니다."
246
  mail_body_wiki_content_added: "%{author}이(가) 위키페이지 '%{id}'을(를) 추가하였습니다."
247
  mail_body_wiki_content_updated: "%{author}이(가) 위키페이지 '%{id}'을(를) 수정하였습니다."
248

    
249
  field_name: 이름
250
  field_description: 설명
251
  field_summary: 요약
252
  field_is_required: 필수
253
  field_firstname: 이름
254
  field_lastname: 
255
  field_mail: 메일
256
  field_filename: 파일
257
  field_filesize: 크기
258
  field_downloads: 다운로드
259
  field_author: 저자
260
  field_created_on: 등록
261
  field_updated_on: 변경
262
  field_field_format: 형식
263
  field_is_for_all: 모든 프로젝트
264
  field_possible_values: 가능한 값들
265
  field_regexp: 정규식
266
  field_min_length: 최소 길이
267
  field_max_length: 최대 길이
268
  field_value: 
269
  field_category: 범주
270
  field_title: 제목
271
  field_project: 프로젝트
272
  field_issue: 일감
273
  field_status: 상태
274
  field_notes: 댓글
275
  field_is_closed: 완료 상태
276
  field_is_default: 기본값
277
  field_tracker: 유형
278
  field_subject: 제목
279
  field_due_date: 완료일
280
  field_assigned_to: 담당자
281
  field_priority: 우선순위
282
  field_fixed_version: 목표버전
283
  field_user: 사용자
284
  field_role: 역할
285
  field_homepage: 홈페이지
286
  field_is_public: 공개
287
  field_parent: 상위 프로젝트
288
  field_is_in_roadmap: 로드맵에 표시
289
  field_login: 로그인
290
  field_mail_notification: 메일 알림
291
  field_admin: 관리자
292
  field_last_login_on: 마지막 로그인
293
  field_language: 언어
294
  field_effective_date: 날짜
295
  field_password: 비밀번호
296
  field_new_password: 새 비밀번호
297
  field_password_confirmation: 비밀번호 확인
298
  field_version: 버전
299
  field_type: 방식
300
  field_host: 호스트
301
  field_port: 포트
302
  field_account: 계정
303
  field_base_dn: 기본 DN
304
  field_attr_login: 로그인 속성
305
  field_attr_firstname: 이름 속성
306
  field_attr_lastname: 성 속성
307
  field_attr_mail: 메일 속성
308
  field_onthefly: 동적 사용자 생성
309
  field_start_date: 시작일
310
  field_done_ratio: 진척도
311
  field_auth_source: 인증 공급자
312
  field_hide_mail: 메일 주소 숨기기
313
  field_comments: 설명
314
  field_url: URL
315
  field_start_page: 첫 페이지
316
  field_subproject: 하위 프로젝트
317
  field_hours: 시간
318
  field_activity: 작업종류
319
  field_spent_on: 작업시간
320
  field_identifier: 식별자
321
  field_is_filter: 검색조건으로 사용됨
322
  field_delay: 지연
323
  field_assignable: 일감을 맡길 수 있음
324
  field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect)
325
  field_estimated_hours: 추정시간
326
  field_column_names: 컬럼
327
  field_default_value: 기본값
328
  field_time_zone: 시간대
329
  field_searchable: 검색가능
330
  field_comments_sorting: 댓글 정렬
331
  field_parent_title: 상위 제목
332
  field_editable: 편집가능
333
  field_watcher: 일감관람자
334
  field_identity_url: OpenID URL
335
  field_content: 내용
336
  field_group_by: 결과를 묶어 보여줄 기준
337

    
338
  setting_app_title: 레드마인 제목
339
  setting_welcome_text: 환영 메시지
340
  setting_default_language: 기본 언어
341
  setting_login_required: 인증이 필요함
342
  setting_self_registration: 사용자 직접등록
343
  setting_attachment_max_size: 최대 첨부파일 크기
344
  setting_issues_export_limit: 일감 내보내기 제한
345
  setting_mail_from: 발신 메일 주소
346
  setting_bcc_recipients: 참조자들을 bcc로 숨기기
347
  setting_plain_text_mail: 텍스트만 (HTML 없이)
348
  setting_host_name: 호스트 이름과 경로
349
  setting_text_formatting: 본문 형식
350
  setting_wiki_compression: 위키 이력 압축
351
  setting_feeds_limit: 피드에 포함할 항목의 수
352
  setting_default_projects_public: 새 프로젝트를 공개로 설정
353
  setting_autofetch_changesets: 커밋을 자동으로 가져오기
354
  setting_sys_api_enabled: 저장소 관리에 WS를 사용
355
  setting_commit_ref_keywords: 일감 참조에 사용할 키워드들
356
  setting_commit_fix_keywords: 일감 해결에 사용할 키워드들
357
  setting_autologin: 자동 로그인
358
  setting_date_format: 날짜 형식
359
  setting_time_format: 시간 형식
360
  setting_cross_project_issue_relations: 다른 프로젝트의 일감과 연결하는 것을 허용
361
  setting_issue_list_default_columns: 일감 목록에 표시할 항목
362
  setting_emails_footer: 메일 꼬리
363
  setting_protocol: 프로토콜
364
  setting_per_page_options: 목록에서, 한 페이지에 표시할 행
365
  setting_user_format: 사용자 표시 형식
366
  setting_activity_days_default: 프로젝트 작업내역에 표시할 기간
367
  setting_display_subprojects_issues: 하위 프로젝트의 일감을 함께 표시
368
  setting_enabled_scm: "지원할 SCM(Source Control Management)"
369
  setting_mail_handler_api_enabled: 수신 메일에 WS를 허용
370
  setting_mail_handler_api_key: API 키
371
  setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성
372
  setting_gravatar_enabled: 그라바타 사용자 아이콘 사용
373
  setting_diff_max_lines_displayed: 차이점(diff) 보기에 표시할 최대 줄수
374
  setting_repository_log_display_limit: 저장소 보기에 표시할 개정이력의 최대 갯수
375
  setting_file_max_size_displayed: 바로 보여줄 텍스트파일의 최대 크기
376
  setting_openid: OpenID 로그인과 등록 허용
377
  setting_password_min_length: 최소 암호 길이
378
  setting_new_project_user_role_id: 프로젝트를 만든 사용자에게 주어질 역할
379

    
380
  permission_add_project: 프로젝트 생성
381
  permission_edit_project: 프로젝트 편집
382
  permission_select_project_modules: 프로젝트 모듈 선택
383
  permission_manage_members: 구성원 관리
384
  permission_manage_versions: 버전 관리
385
  permission_manage_categories: 일감 범주 관리
386
  permission_add_issues: 일감 추가
387
  permission_edit_issues: 일감 편집
388
  permission_manage_issue_relations: 일감 관계 관리
389
  permission_add_issue_notes: 댓글 추가
390
  permission_edit_issue_notes: 댓글 편집
391
  permission_edit_own_issue_notes: 나의 댓글 편집
392
  permission_delete_issues: 일감 삭제
393
  permission_manage_public_queries: 공용 검색양식 관리
394
  permission_save_queries: 검색양식 저장
395
  permission_view_gantt: Gantt 차트 보기
396
  permission_view_calendar: 달력 보기
397
  permission_view_issue_watchers: 일감관람자 보기
398
  permission_add_issue_watchers: 일감관람자 추가
399
  permission_log_time: 작업시간 기록
400
  permission_view_time_entries: 시간입력 보기
401
  permission_edit_time_entries: 시간입력 편집
402
  permission_edit_own_time_entries: 나의 시간입력 편집
403
  permission_manage_news: 뉴스 관리
404
  permission_comment_news: 뉴스에 댓글달기
405
  permission_view_documents: 문서 보기
406
  permission_manage_files: 파일 관리
407
  permission_view_files: 파일 보기
408
  permission_manage_wiki: 위키 관리
409
  permission_rename_wiki_pages: 위키 페이지 이름변경
410
  permission_delete_wiki_pages: 위치 페이지 삭제
411
  permission_view_wiki_pages: 위키 보기
412
  permission_view_wiki_edits: 위키 기록 보기
413
  permission_edit_wiki_pages: 위키 페이지 편집
414
  permission_delete_wiki_pages_attachments: 첨부파일 삭제
415
  permission_protect_wiki_pages: 프로젝트 위키 페이지
416
  permission_manage_repository: 저장소 관리
417
  permission_browse_repository: 저장소 보기
418
  permission_view_changesets: 변경묶음 보기
419
  permission_commit_access: 변경로그 보기
420
  permission_manage_boards: 게시판 관리
421
  permission_view_messages: 메시지 보기
422
  permission_add_messages: 메시지 추가
423
  permission_edit_messages: 메시지 편집
424
  permission_edit_own_messages: 나의 메시지 편집
425
  permission_delete_messages: 메시지 삭제
426
  permission_delete_own_messages: 나의 메시지 삭제
427

    
428
  project_module_issue_tracking: 일감관리
429
  project_module_time_tracking: 시간추적
430
  project_module_news: 뉴스
431
  project_module_documents: 문서
432
  project_module_files: 파일
433
  project_module_wiki: 위키
434
  project_module_repository: 저장소
435
  project_module_boards: 게시판
436

    
437
  label_user: 사용자
438
  label_user_plural: 사용자
439
  label_user_new: 새 사용자
440
  label_project: 프로젝트
441
  label_project_new: 새 프로젝트
442
  label_project_plural: 프로젝트
443
  label_x_projects:
444
    zero:  없음
445
    one:   " 프로젝트"
446
    other: "%{count}개 프로젝트"
447
  label_project_all: 모든 프로젝트
448
  label_project_latest: 최근 프로젝트
449
  label_issue: 일감
450
  label_issue_new: 새 일감만들기
451
  label_issue_plural: 일감
452
  label_issue_view_all: 모든 일감 보기
453
  label_issues_by: "%{value}별 일감"
454
  label_issue_added: 일감 추가
455
  label_issue_updated: 일감 수정
456
  label_document: 문서
457
  label_document_new: 새 문서
458
  label_document_plural: 문서
459
  label_document_added: 문서 추가
460
  label_role: 역할
461
  label_role_plural: 역할
462
  label_role_new: 새 역할
463
  label_role_and_permissions: 역할 및 권한
464
  label_member: 구성원
465
  label_member_new: 새 구성원
466
  label_member_plural: 구성원
467
  label_tracker: 일감 유형
468
  label_tracker_plural: 일감 유형
469
  label_tracker_new: 새 일감 유형
470
  label_workflow: 업무흐름
471
  label_issue_status: 일감 상태
472
  label_issue_status_plural: 일감 상태
473
  label_issue_status_new: 새 일감 상태
474
  label_issue_category: 일감 범주
475
  label_issue_category_plural: 일감 범주
476
  label_issue_category_new: 새 일감 범주
477
  label_custom_field: 사용자 정의 항목
478
  label_custom_field_plural: 사용자 정의 항목
479
  label_custom_field_new: 새 사용자 정의 항목
480
  label_enumerations: 코드값
481
  label_enumeration_new: 새 코드값
482
  label_information: 정보
483
  label_information_plural: 정보
484
  label_register: 등록
485
  label_login_with_open_id_option: 또는 OpenID로 로그인
486
  label_password_lost: 비밀번호 찾기
487
  label_home: 초기화면
488
  label_my_page: 내 페이지
489
  label_my_account: 내 계정
490
  label_my_projects: 내 프로젝트
491
  label_administration: 관리
492
  label_login: 로그인
493
  label_logout: 로그아웃
494
  label_help: 도움말
495
  label_reported_issues: 보고한 일감
496
  label_assigned_to_me_issues: 내가 맡은 일감 
497
  label_last_login: 마지막 접속
498
  label_registered_on: 등록시각
499
  label_activity: 작업내역
500
  label_overall_activity: 전체 작업내역
501
  label_user_activity: "%{value}의 작업내역"
502
  label_new: 새로 만들기
503
  label_logged_as: '로그인계정:'
504
  label_environment: 환경
505
  label_authentication: 인증
506
  label_auth_source: 인증 공급자
507
  label_auth_source_new: 새 인증 공급자
508
  label_auth_source_plural: 인증 공급자
509
  label_subproject_plural: 하위 프로젝트
510
  label_and_its_subprojects: "%{value}와 하위 프로젝트들"
511
  label_min_max_length: 최소 - 최대 길이
512
  label_list: 목록
513
  label_date: 날짜
514
  label_integer: 정수
515
  label_float: 부동소수
516
  label_boolean: 부울린
517
  label_string: 문자열
518
  label_text: 텍스트
519
  label_attribute: 속성
520
  label_attribute_plural: 속성
521
  label_no_data: 표시할 데이터가 없습니다.
522
  label_change_status: 상태 변경
523
  label_history: 이력
524
  label_attachment: 파일
525
  label_attachment_new: 파일추가
526
  label_attachment_delete: 파일삭제
527
  label_attachment_plural: 파일
528
  label_file_added: 파일 추가
529
  label_report: 보고서
530
  label_report_plural: 보고서
531
  label_news: 뉴스
532
  label_news_new: 새 뉴스
533
  label_news_plural: 뉴스
534
  label_news_latest: 최근 뉴스
535
  label_news_view_all: 모든 뉴스
536
  label_news_added: 뉴스 추가
537
  label_settings: 설정
538
  label_overview: 개요
539
  label_version: 버전
540
  label_version_new: 새 버전
541
  label_version_plural: 버전
542
  label_confirmation: 확인
543
  label_export_to: 내보내기
544
  label_read: 읽기...
545
  label_public_projects: 공개 프로젝트
546
  label_open_issues: 진행중
547
  label_open_issues_plural: 진행중
548
  label_closed_issues: 완료됨
549
  label_closed_issues_plural: 완료됨
550
  label_x_open_issues_abbr:
551
    zero:  모두 완료
552
    one:   한 건 진행 중
553
    other: "%{count}  진행 중"
554
  label_x_closed_issues_abbr:
555
    zero:  모두 미완료
556
    one:   한 건 완료
557
    other: "%{count}  완료"
558
  label_total: 합계
559
  label_permissions: 권한
560
  label_current_status: 일감 상태
561
  label_new_statuses_allowed: 허용되는 일감 상태
562
  label_all: 모두
563
  label_none: 없음
564
  label_nobody: 미지정
565
  label_next: 다음
566
  label_previous: 뒤로
567
  label_used_by: 사용됨
568
  label_details: 자세히
569
  label_add_note: 일감댓글 추가
570
  label_calendar: 달력
571
  label_months_from: 개월 동안 | 다음부터
572
  label_gantt: Gantt 차트
573
  label_internal: 내부
574
  label_last_changes: "최근 %{count}개의 변경사항"
575
  label_change_view_all: 모든 변경 내역 보기
576
  label_comment: 댓글
577
  label_comment_plural: 댓글
578
  label_x_comments:
579
    zero: 댓글 없음
580
    one: 한 개의 댓글
581
    other: "%{count} 개의 댓글"
582
  label_comment_add: 댓글 추가
583
  label_comment_added: 댓글이 추가되었습니다.
584
  label_comment_delete: 댓글 삭제
585
  label_query: 검색양식
586
  label_query_plural: 검색양식
587
  label_query_new: 새 검색양식
588
  label_filter_add: 검색조건 추가
589
  label_filter_plural: 검색조건
590
  label_equals: 이다
591
  label_not_equals: 아니다
592
  label_in_less_than: 이내
593
  label_in_more_than: 이후
594
  label_greater_or_equal: ">="
595
  label_less_or_equal: "<="
596
  label_in: 이내
597
  label_today: 오늘
598
  label_yesterday: 어제
599
  label_this_week: 이번주
600
  label_last_week: 지난 주
601
  label_last_n_days: "지난 %{count} 일"
602
  label_this_month: 이번 달
603
  label_last_month: 지난 달
604
  label_this_year: 올해
605
  label_date_range: 날짜 범위
606
  label_less_than_ago: 이전
607
  label_more_than_ago: 이후
608
  label_ago: 일 전
609
  label_contains: 포함되는 키워드
610
  label_not_contains: 포함하지 않는 키워드
611
  label_day_plural: 
612
  label_repository: 저장소
613
  label_repository_plural: 저장소
614
  label_browse: 저장소 둘러보기
615
  label_revision: 개정판
616
  label_revision_plural: 개정판
617
  label_associated_revisions: 관련된 개정판들
618
  label_added: 추가됨
619
  label_modified: 변경됨
620
  label_copied: 복사됨
621
  label_renamed: 이름바뀜
622
  label_deleted: 삭제됨
623
  label_latest_revision: 최근 개정판
624
  label_latest_revision_plural: 최근 개정판
625
  label_view_revisions: 개정판 보기
626
  label_max_size: 최대 크기
627
  label_sort_highest: 맨 위로
628
  label_sort_higher: 위로
629
  label_sort_lower: 아래로
630
  label_sort_lowest: 맨 아래로
631
  label_roadmap: 로드맵
632
  label_roadmap_due_in: "기한  %{value}"
633
  label_roadmap_overdue: "%{value} 지연"
634
  label_roadmap_no_issues: 이 버전에 해당하는 일감 없음
635
  label_search: 검색
636
  label_result_plural: 결과
637
  label_all_words: 모든 단어
638
  label_wiki: 위키
639
  label_wiki_edit: 위키 편집
640
  label_wiki_edit_plural: 위키 편집
641
  label_wiki_page: 위키 페이지
642
  label_wiki_page_plural: 위키 페이지
643
  label_index_by_title: 제목별 색인
644
  label_index_by_date: 날짜별 색인
645
  label_current_version: 현재 버전
646
  label_preview: 미리보기
647
  label_feed_plural: 피드(Feeds)
648
  label_changes_details: 모든 상세 변경 내역
649
  label_issue_tracking: 일감 추적
650
  label_spent_time: 소요시간
651
  label_f_hour: "%{value} 시간"
652
  label_f_hour_plural: "%{value} 시간"
653
  label_time_tracking: 시간추적
654
  label_change_plural: 변경사항들
655
  label_statistics: 통계
656
  label_commits_per_month: 월별 커밋 내역
657
  label_commits_per_author: 저자별 커밋 내역
658
  label_view_diff: 차이점 보기
659
  label_diff_inline: 두줄로
660
  label_diff_side_by_side: 한줄로
661
  label_options: 옵션
662
  label_copy_workflow_from: 업무흐름 복사하기
663
  label_permissions_report: 권한 보고서
664
  label_watched_issues: 지켜보고 있는 일감 
665
  label_related_issues: 연결된 일감
666
  label_applied_status: 적용된 상태
667
  label_loading: 읽는 중...
668
  label_relation_new: 새 관계
669
  label_relation_delete: 관계 지우기
670
  label_relates_to: "다음 일감과 관련됨:"
671
  label_duplicates: "다음 일감에 중복됨:"
672
  label_duplicated_by: "중복된 일감:"
673
  label_blocks: "다음 일감의 해결을 막고 있음:"
674
  label_blocked_by: "다음 일감에게 막혀 있음:"
675
  label_precedes: "다음에 진행할 일감:"
676
  label_follows: "다음 일감을 우선 진행:"
677
  label_stay_logged_in: 로그인 유지
678
  label_disabled: 비활성화
679
  label_show_completed_versions: 완료된 버전 보기
680
  label_me: 
681
  label_board: 게시판
682
  label_board_new: 새 게시판
683
  label_board_plural: 게시판
684
  label_topic_plural: 주제
685
  label_message_plural: 
686
  label_message_last: 마지막 글
687
  label_message_new: 새글쓰기
688
  label_message_posted: 글 추가
689
  label_reply_plural: 답글
690
  label_send_information: 사용자에게 계정정보를 보내기
691
  label_year: 
692
  label_month: 
693
  label_week: 
694
  label_date_from: '기간:'
695
  label_date_to: ' ~ '
696
  label_language_based: 언어설정에 따름
697
  label_sort_by: "%{value}(으)로 정렬"
698
  label_send_test_email: 테스트 메일 보내기
699
  label_feeds_access_key_created_on: "피드 접근 키가 %{value} 이전에 생성되었습니다."
700
  label_module_plural: 모듈
701
  label_added_time_by: "%{author}이(가) %{age} 전에 추가함"
702
  label_updated_time_by: "%{author}이(가) %{age} 전에 변경"
703
  label_updated_time: "%{value} 전에 수정됨"
704
  label_jump_to_a_project: 프로젝트 바로가기
705
  label_file_plural: 파일
706
  label_changeset_plural: 변경묶음
707
  label_default_columns: 기본 컬럼
708
  label_no_change_option: (수정 안함)
709
  label_bulk_edit_selected_issues: 선택한 일감들을 한꺼번에 수정하기
710
  label_theme: 테마
711
  label_default: 기본
712
  label_search_titles_only: 제목에서만 찾기
713
  label_user_mail_option_all: "내가 속한 프로젝트들로부터 모든 메일 받기"
714
  label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.."
715
  label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림을 받지 않습니다."
716
  label_registration_activation_by_email: 메일로 계정을 활성화하기
717
  label_registration_automatic_activation: 자동 계정 활성화
718
  label_registration_manual_activation: 수동 계정 활성화
719
  label_display_per_page: "페이지당 줄수: %{value}"
720
  label_age: 마지막 수정일
721
  label_change_properties: 속성 변경
722
  label_general: 일반
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_incoming_emails: 수신 메일
733
  label_generate_key: 키 생성
734
  label_issue_watchers: 일감관람자
735
  label_example: 
736
  label_display: 표시방식
737
  label_sort: 정렬
738
  label_ascending: 오름차순
739
  label_descending: 내림차순
740
  label_date_from_to: "%{start}부터 %{end}까지"
741
  label_wiki_content_added: 위키페이지 추가
742
  label_wiki_content_updated: 위키페이지 수정
743

    
744
  button_login: 로그인
745
  button_submit: 확인
746
  button_save: 저장
747
  button_check_all: 모두선택
748
  button_uncheck_all: 선택해제
749
  button_delete: 삭제
750
  button_create: 저장
751
  button_create_and_continue: 저장 후 계속하기
752
  button_test: 테스트
753
  button_edit: 편집
754
  button_add: 추가
755
  button_change: 변경
756
  button_apply: 적용
757
  button_clear: 지우기
758
  button_lock: 잠금
759
  button_unlock: 잠금해제
760
  button_download: 다운로드
761
  button_list: 목록
762
  button_view: 보기
763
  button_move: 이동
764
  button_back: 뒤로
765
  button_cancel: 취소
766
  button_activate: 활성화
767
  button_sort: 정렬
768
  button_log_time: 작업시간 기록
769
  button_rollback: 이 버전으로 되돌리기
770
  button_watch: 지켜보기
771
  button_unwatch: 관심끄기
772
  button_reply: 답글
773
  button_archive: 잠금보관
774
  button_unarchive: 잠금보관해제
775
  button_reset: 초기화
776
  button_rename: 이름바꾸기
777
  button_change_password: 비밀번호 바꾸기
778
  button_copy: 복사
779
  button_annotate: 이력해설
780
  button_update: 업데이트
781
  button_configure: 설정
782
  button_quote: 댓글달기
783

    
784
  status_active: 사용중
785
  status_registered: 등록대기
786
  status_locked: 잠김
787

    
788
  text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요.
789
  text_regexp_info: 예) ^[A-Z0-9]+$
790
  text_min_max_length_info: 0 는 제한이 없음을 의미함
791
  text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까?
792
  text_subprojects_destroy_warning: "하위 프로젝트(%{value})이(가) 자동으로 지워질 것입니다."
793
  text_workflow_edit: 업무흐름을 수정하려면 역할과 일감 유형을 선택하세요.
794
  text_are_you_sure: 계속 진행 하시겠습니까?
795
  text_tip_issue_begin_day: 오늘 시작하는 업무(task)
796
  text_tip_issue_end_day: 오늘 종료하는 업무(task)
797
  text_tip_issue_begin_end_day: 오늘 시작하고 종료하는 업무(task)
798
  text_caracters_maximum: "최대 %{count} 글자 가능"
799
  text_caracters_minimum: "최소한 %{count} 글자 이상이어야 합니다."
800
  text_length_between: "%{min} 에서 %{max} 글자"
801
  text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다.
802
  text_unallowed_characters: 허용되지 않는 문자열
803
  text_comma_separated: "구분자','를 이용해서 여러 개의 값을 입력할  있습니다."
804
  text_issues_ref_in_commit_messages: 커밋 메시지에서 일감을 참조하거나 해결하기
805
  text_issue_added: "%{author}이(가) 일감 %{id}을(를) 보고하였습니다."
806
  text_issue_updated: "%{author}이(가) 일감 %{id}을(를) 수정하였습니다."
807
  text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까?
808
  text_issue_category_destroy_question: "일부 일감들(%{count}개)이  범주에 지정되어 있습니다. 어떻게 하시겠습니까?"
809
  text_issue_category_destroy_assignments: 범주 지정 지우기
810
  text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기
811
  text_user_mail_option: "선택하지 않은 프로젝트에서도, 지켜보는 중이거나 속해있는 사항(일감를 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다."
812
  text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어들이는 것을 권장합니다. 읽어들인 후에 수정할  있습니다."
813
  text_load_default_configuration: 기본 설정을 읽어들이기
814
  text_status_changed_by_changeset: "변경묶음 %{value}에 의하여 변경됨"
815
  text_issues_destroy_confirmation: '선택한 일감를 정말로 삭제하시겠습니까?'
816
  text_select_project_modules: ' 프로젝트에서 활성화시킬 모듈을 선택하세요:'
817
  text_default_administrator_account_changed: 기본 관리자 계정이 변경
818
  text_file_repository_writable: 파일 저장소 쓰기 가능
819
  text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능
820
  text_minimagick_available: MiniMagick 사용 가능 (선택적)
821
  text_destroy_time_entries_question: 삭제하려는 일감에 %{hours} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
822
  text_destroy_time_entries: 보고된 시간을 삭제하기
823
  text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기
824
  text_reassign_time_entries: ' 알림에 보고된 시간을 재할당하기:'
825
  text_user_wrote: "%{value}의 댓글:"
826
  text_user_wrote_in: "%{value}의 댓글 (%{link}):"
827
  text_enumeration_category_reassign_to: '새로운 값을 설정:'
828
  text_enumeration_destroy_question: "%{count} 개의 일감이  값을 사용하고 있습니다."
829
  text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/configuration.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다."
830
  text_repository_usernames_mapping: "저장소 로그에서 발견된  사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다."
831
  text_diff_truncated: '...  차이점은 표시할  있는 최대 줄수를 초과해서  차이점은 잘렸습니다.'
832
  text_custom_field_possible_values_info: '    줄'
833
  text_wiki_page_destroy_question: 이 페이지는 %{descendants} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까?
834
  text_wiki_page_nullify_children: 하위 페이지를 최상위 페이지 아래로 지정
835
  text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제
836
  text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정
837

    
838
  default_role_manager: 관리자
839
  default_role_developer: 개발자
840
  default_role_reporter: 보고자
841
  default_tracker_bug: 결함
842
  default_tracker_feature: 새기능
843
  default_tracker_support: 지원
844
  default_issue_status_new: 신규
845
  default_issue_status_in_progress: 진행
846
  default_issue_status_resolved: 해결
847
  default_issue_status_feedback: 의견
848
  default_issue_status_closed: 완료
849
  default_issue_status_rejected: 거절
850
  default_doc_category_user: 사용자 문서
851
  default_doc_category_tech: 기술 문서
852
  default_priority_low: 낮음
853
  default_priority_normal: 보통
854
  default_priority_high: 높음
855
  default_priority_urgent: 긴급
856
  default_priority_immediate: 즉시
857
  default_activity_design: 설계
858
  default_activity_development: 개발
859

    
860
  enumeration_issue_priorities: 일감 우선순위
861
  enumeration_doc_categories: 문서 범주
862
  enumeration_activities: 작업분류(시간추적)
863

    
864
  field_issue_to: 관련 일감 
865
  label_view_all_revisions: 모든 개정판 표시
866
  label_tag: 태그(Tag)
867
  label_branch: 브랜치(Branch)
868
  error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오.
869
  error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")'
870
  text_journal_changed: "%{label}을(를) %{old}에서 %{new}(으)로 변경되었습니다."
871
  text_journal_set_to: "%{label}을(를) %{value}(으)로 지정되었습니다."
872
  text_journal_deleted: "%{label} 값이 지워졌습니다. (%{old})"
873
  label_group_plural: 그룹
874
  label_group: 그룹
875
  label_group_new: 새 그룹
876
  label_time_entry_plural: 작업시간
877
  text_journal_added: "%{label}에 %{value}이(가) 추가되었습니다."
878
  field_active: 사용중
879
  enumeration_system_activity: 시스템 작업
880
  permission_delete_issue_watchers: 일감관람자 지우기
881
  version_status_closed: 닫힘
882
  version_status_locked: 잠김
883
  version_status_open: 진행
884
  error_can_not_reopen_issue_on_closed_version: 닫힌 버전에 할당된 일감은 다시 재발생시킬 수 없습니다.
885
  label_user_anonymous: 이름없음
886
  button_move_and_follow: 이동하고 따라가기
887
  setting_default_projects_modules: 새 프로젝트에 기본적으로 활성화될 모듈
888
  setting_gravatar_default: 기본 그라바타 이미지
889
  field_sharing: 공유
890
  label_version_sharing_hierarchy: 상위 및 하위 프로젝트
891
  label_version_sharing_system: 모든 프로젝트
892
  label_version_sharing_descendants: 하위 프로젝트
893
  label_version_sharing_tree: 최상위 및 모든 하위 프로젝트
894
  label_version_sharing_none: 공유없음
895
  error_can_not_archive_project: 이 프로젝트를 잠금보관할 수 없습니다.
896
  button_copy_and_follow: 복사하고 따라가기
897
  label_copy_source: 원본
898
  setting_issue_done_ratio: 일감의 진척도 계산방법
899
  setting_issue_done_ratio_issue_status: 일감 상태를 사용하기
900
  error_issue_done_ratios_not_updated: 일감 진척도가 수정되지 않았습니다.
901
  error_workflow_copy_target: 대상 일감의 유형과 역할을 선택하세요.
902
  setting_issue_done_ratio_issue_field: 일감 수정에서 진척도 입력하기
903
  label_copy_same_as_target: 대상과 같음.
904
  label_copy_target: 대상
905
  notice_issue_done_ratios_updated: 일감 진척도가 수정되었습니다.
906
  error_workflow_copy_source: 원본 일감의 유형이나 역할을 선택하세요.
907
  label_update_issue_done_ratios: 모든 일감 진척도 갱신하기
908
  setting_start_of_week: 달력 시작 요일
909
  permission_view_issues: 일감 보기
910
  label_display_used_statuses_only: 이 일감 유형에서 사용되는 상태만 보여주기
911
  label_revision_id: 개정판 %{value}
912
  label_api_access_key: API 접근키
913
  label_api_access_key_created_on: API 접근키가 %{value} 전에 생성되었습니다.
914
  label_feeds_access_key: Atom 접근키
915
  notice_api_access_key_reseted: API 접근키가 초기화되었습니다.
916
  setting_rest_api_enabled: REST 웹서비스 활성화
917
  label_missing_api_access_key: API 접근키가 없습니다.
918
  label_missing_feeds_access_key: Atom 접근키가 없습니다.
919
  button_show: 보기
920
  text_line_separated: 여러 값이 허용됨(값 마다 한 줄씩)
921
  setting_mail_handler_body_delimiters: 메일 본문 구분자
922
  permission_add_subprojects: 하위 프로젝트 생성
923
  label_subproject_new: 새 하위 프로젝트
924
  text_own_membership_delete_confirmation: |-
925
    권한들 일부 또는 전부를 막 삭제하려고 하고 있습니다. 그렇게 되면 이 프로젝트를 더이상 수정할 수 없게 됩니다.
926
    계속하시겠습니까?
927
  label_close_versions: 완료된 버전 닫기
928
  label_board_sticky: 붙박이
929
  label_board_locked: 잠금
930
  permission_export_wiki_pages: 위키 페이지 내보내기
931
  setting_cache_formatted_text: 형식을 가진 텍스트 빠른 임시 기억
932
  permission_manage_project_activities: 프로젝트 작업내역 관리
933
  error_unable_delete_issue_status: 일감 상태를 지울 수 없습니다. (%{value})
934
  label_profile: 사용자정보
935
  permission_manage_subtasks: 하위 일감 관리
936
  field_parent_issue: 상위 일감
937
  label_subtask_plural: 하위 일감
938
  label_project_copy_notifications: 프로젝트 복사 중에 이메일 알림 보내기
939
  error_can_not_delete_custom_field: 사용자 정의 필드를 삭제할 수 없습니다.
940
  error_unable_to_connect: 연결할 수 없습니다((%{value})
941
  error_can_not_remove_role: 이 역할은 현재 사용 중이이서 삭제할 수 없습니다.
942
  error_can_not_delete_tracker: 이 유형의 일감들이 있어서 삭제할 수 없습니다.
943
  field_principal: 신원
944
  notice_failed_to_save_members: "%{errors}:구성원을 저장  실패하였습니다"
945
  text_zoom_out: 더 작게
946
  text_zoom_in: 더 크게
947
  notice_unable_delete_time_entry: 시간 기록 항목을 삭제할 수 없습니다.
948
  label_overall_spent_time: 총 소요시간
949
  field_time_entries: 기록된 시간
950
  project_module_gantt: Gantt 차트
951
  project_module_calendar: 달력
952
  button_edit_associated_wikipage: "연관된 위키 페이지 %{page_title} 수정"
953
  field_text: 텍스트 영역
954
  setting_default_notification_option: 기본 알림 옵션
955
  label_user_mail_option_only_my_events: 내가 지켜보거나 관계있는 사항만
956
  label_user_mail_option_none: 알림 없음
957
  field_member_of_group: 할당된 사람의 그룹
958
  field_assigned_to_role: 할당된 사람의 역할
959
  notice_not_authorized_archived_project: 접근하려는 프로젝트는 이미 잠금보관되어 있습니다.
960
  label_principal_search: "사용자  그룹 찾기:"
961
  label_user_search: "사용자 찾기::"
962
  field_visible: 보이기
963
  setting_emails_header: 이메일 헤더
964
  setting_commit_logtime_activity_id: 기록된 시간에 적용할 작업분류
965
  text_time_logged_by_changeset: "변경묶음 %{value}에서 적용되었습니다."
966
  setting_commit_logtime_enabled: 커밋 시점에 작업 시간 기록 활성화
967
  notice_gantt_chart_truncated: "표시할  있는 최대 항목수(%{max})를 초과하여 차트가 잘렸습니다."
968
  setting_gantt_items_limit: "Gantt 차트에 표시되는 최대 항목수"
969
  field_warn_on_leaving_unsaved: "저장하지 않은 페이지를 빠져나갈  나에게 알림"
970
  text_warn_on_leaving_unsaved: "현재 페이지는 저장되지 않은 문자가 있습니다.  페이지를 빠져나가면 내용을 잃을 것입니다."
971
  label_my_queries: " 검색 양식"
972
  text_journal_changed_no_detail: "%{label}이 변경되었습니다."
973
  label_news_comment_added: "뉴스에 설명이 추가되었습니다."
974
  button_expand_all: "모두 확장"
975
  button_collapse_all: "모두 축소"
976
  label_additional_workflow_transitions_for_assignee: "사용자가 작업자일  허용되는 추가 상태"
977
  label_additional_workflow_transitions_for_author: "사용자가 저자일  허용되는 추가 상태"
978
  label_bulk_edit_selected_time_entries: "선택된 소요시간 대량 편집"
979
  text_time_entries_destroy_confirmation: "선택한 소요시간 항목을 삭제하시겠습니까?"
980
  label_role_anonymous: 익명
981
  label_role_non_member: 비회원
982

    
983
  label_issue_note_added: "댓글이 추가되었습니다."
984
  label_issue_status_updated: "상태가 변경되었습니다."
985
  label_issue_priority_updated: "우선 순위가 변경되었습니다."
986
  label_issues_visibility_own: "일감을 생성하거나 맡은 사용자"
987
  field_issues_visibility: "일감 보임"
988
  label_issues_visibility_all: "모든 일감"
989
  permission_set_own_issues_private: "나의 일감을 공개나 비공개로 설정"
990
  field_is_private: "비공개"
991
  permission_set_issues_private: "일감을 공개나 비공개로 설정"
992
  label_issues_visibility_public: "비공개 일감 제외"
993
  text_issues_destroy_descendants_confirmation: "%{count} 개의 하위 일감을 삭제할 것입니다."
994
  field_commit_logs_encoding: "커밋 기록 인코딩"
995
  field_scm_path_encoding: "경로 인코딩"
996
  text_scm_path_encoding_note: "기본: UTF-8"
997
  field_path_to_repository: "저장소 경로"
998
  field_root_directory: "루트 경로"
999
  field_cvs_module: "모듈"
1000
  field_cvsroot: "CVS 루트"
1001
  text_mercurial_repository_note: "로컬 저장소 (예: /hgrepo, c:\\hgrepo)"
1002
  text_scm_command: "명령"
1003
  text_scm_command_version: "버전"
1004
  label_git_report_last_commit: "파일이나 폴더의 마지막 커밋을 보고"
1005
  text_scm_config: "SCM 명령을 config/configuration.yml에서 수정할  있습니다. 수정후에는 재시작하십시오."
1006
  text_scm_command_not_available: "SCM 명령을 사용할  없습니다. 관리 페이지의 설정을 검사하십시오."
1007
  notice_issue_successful_create: "%{id} 일감이 생성되었습니다."
1008
  label_between: "사이"
1009
  setting_issue_group_assignment: "그룹에 일감 할당 허용"
1010
  label_diff: "비교(diff)"
1011
  text_git_repository_note: "로컬의 bare 저장소 (예: /gitrepo, c:\\gitrepo)"
1012
  description_query_sort_criteria_direction: "정렬 방향"
1013
  description_project_scope: "검색 범위"
1014
  description_filter: "검색 조건"
1015
  description_user_mail_notification: "메일 알림 설정"
1016
  description_message_content: "메세지 내용"
1017
  description_available_columns: "가능한 컬럼"
1018
  description_issue_category_reassign: "일감 범주를 선택하십시오."
1019
  description_search: "검색항목"
1020
  description_notes: "댓글"
1021
  description_choose_project: "프로젝트"
1022
  description_query_sort_criteria_attribute: "정렬 속성"
1023
  description_wiki_subpages_reassign: "새로운 상위 페이지를 선택하십시오."
1024
  description_selected_columns: "선택된 컬럼"
1025
  label_parent_revision: "상위"
1026
  label_child_revision: "하위"
1027
  error_scm_annotate_big_text_file: "최대 텍스트 파일 크기를 초과 하면 항목은 이력화   없습니다."
1028
  setting_default_issue_start_date_to_creation_date: "새로운 일감의 시작 날짜로 오늘 날짜 사용"
1029
  button_edit_section: " 부분 수정"
1030
  setting_repositories_encodings: "첨부파일이나 저장소 인코딩"
1031
  description_all_columns: "모든 컬럼"
1032
  button_export: "내보내기"
1033
  label_export_options: "내보내기 옵션: %{export_format}"
1034
  error_attachment_too_big: " 파일은 제한된 크기(%{max_size})를 초과하였기 때문에 업로드   없습니다."
1035

    
1036
  notice_failed_to_save_time_entries: "%{total} 개의 시간입력중 다음 %{count} 개의 저장에 실패했습니다:: %{ids}."
1037
  label_x_issues:
1038
    zero:  0 일감
1039
    one:   1 일감 
1040
    other: "%{count} 일감"
1041
  label_repository_new: 저장소 추가
1042
  field_repository_is_default: 주 저장소
1043
  label_copy_attachments: 첨부파일 복사
1044
  label_item_position: "%{position}/%{count}"
1045
  label_completed_versions: 완료 버전
1046
  text_project_identifier_info: "소문자(a-z),숫자,대쉬(-)와 밑줄(_)만 가능합니다.<br />식별자는 저장후에는 수정할  없습니다."
1047
  field_multiple: 복수선택가능
1048
  setting_commit_cross_project_ref: 다른 프로젝트의 일감 참조 및 수정 허용
1049
  text_issue_conflict_resolution_add_notes: 변경내용은 취소하고 댓글만 추가
1050
  text_issue_conflict_resolution_overwrite: 변경내용 강제적용 (이전 댓글을 제외하고 덮어 씁니다)
1051
  notice_issue_update_conflict: 일감이 수정되는 동안 다른 사용자에 의해서 변경되었습니다.
1052
  text_issue_conflict_resolution_cancel: "변경내용을 되돌리고 다시 표시 %{link}"
1053
  permission_manage_related_issues: 연결된 일감 관리
1054
  field_auth_source_ldap_filter: LDAP 필터
1055
  label_search_for_watchers: 추가할 일감관람자 검색
1056
  notice_account_deleted: 당신의 계정이 완전히 삭제되었습니다.
1057
  setting_unsubscribe: 사용자들이 자신의 계정을 삭제토록 허용
1058
  button_delete_my_account: 나의 계정 삭제
1059
  text_account_destroy_confirmation: |-
1060
        계속하시겠습니까?
1061
        계정이 삭제되면 복구할 수 없습니다.
1062
  error_session_expired: 당신의 세션이 만료되었습니다. 다시 로그인하세요.
1063
  text_session_expiration_settings: "경고:  설정을 바꾸면 당신을 포함하여 현재의 세션들을 만료시킬  있습니다."
1064
  setting_session_lifetime: 세션 최대 시간
1065
  setting_session_timeout: 세션 비활성화 타임아웃
1066
  label_session_expiration: 세션 만료
1067
  permission_close_project: 프로젝트를 닫거나 다시 열기
1068
  button_close: 닫기
1069
  button_reopen: 다시 열기
1070
  project_status_active: 사용중
1071
  project_status_closed: 닫힘
1072
  project_status_archived: 잠금보관
1073
  text_project_closed: 이 프로젝트는 닫혀 있으며 읽기 전용입니다.
1074
  notice_user_successful_create: 사용자 %{id} 이(가) 생성되었습니다.
1075
  field_core_fields: 표준 항목들
1076
  field_timeout: 타임아웃 (초)
1077
  setting_thumbnails_enabled: 첨부파일의 썸네일을 보여줌
1078
  setting_thumbnails_size: 썸네일 크기 (픽셀)
1079
  label_status_transitions: 일감 상태 변경
1080
  label_fields_permissions: 항목 편집 권한
1081
  label_readonly: 읽기 전용
1082
  label_required: 필수
1083
  text_repository_identifier_info: "소문자(a-z),숫자,대쉬(-)와 밑줄(_)만 가능합니다.<br />식별자는 저장후에는 수정할  없습니다."
1084
  field_board_parent: Parent forum
1085
  label_attribute_of_project: "프로젝트의 %{name}"
1086
  label_attribute_of_author: "저자의 %{name}"
1087
  label_attribute_of_assigned_to: "담당자의 %{name}"
1088
  label_attribute_of_fixed_version: "목표버전의 %{name}"
1089
  label_copy_subtasks: 하위 일감들을 복사
1090
  label_copied_to: "다음 일감으로 복사됨:"
1091
  label_copied_from: "다음 일감으로부터 복사됨:"
1092
  label_any_issues_in_project: 다음 프로젝트에 속한 아무 일감
1093
  label_any_issues_not_in_project: 다음 프로젝트에 속하지 않은 아무 일감
1094
  field_private_notes: 비공개 댓글
1095
  permission_view_private_notes: 비공개 댓글 보기
1096
  permission_set_notes_private: 댓글을 비공개로 설정
1097
  label_no_issues_in_project: 다음 프로젝트의 일감 제외
1098
  label_any: 모두
1099
  label_last_n_weeks: 최근 %{count} 주
1100
  setting_cross_project_subtasks: 다른 프로젝트로부터 상위 일감 지정 허용
1101
  label_cross_project_descendants: 하위 프로젝트
1102
  label_cross_project_tree: 최상위 및 모든 하위 프로젝트
1103
  label_cross_project_hierarchy: 상위 및 하위 프로젝트
1104
  label_cross_project_system: 모든 프로젝트
1105
  button_hide: 숨기기
1106
  setting_non_working_week_days: 휴일
1107
  label_in_the_next_days: 다음
1108
  label_in_the_past_days: 지난
1109
  label_attribute_of_user: "사용자의 %{name}"
1110
  text_turning_multiple_off: 복수선택을 비활성화하면, 하나의 값을 제외한 나머지 값들이 지워집니다.
1111
  label_attribute_of_issue: "일감의 %{name}"
1112
  permission_add_documents: 문서 추가
1113
  permission_edit_documents: 문서 편집
1114
  permission_delete_documents: 문서 삭제
1115
  label_gantt_progress_line: 진행 선
1116
  setting_jsonp_enabled: JSONP 허용
1117
  field_inherit_members: 상위 프로젝트 구성원 상속
1118
  field_closed_on: 완료일
1119
  field_generate_password: 비밀번호 생성
1120
  setting_default_projects_tracker_ids: 새 프로젝트에 기본적으로 추가할 일감 유형
1121
  label_total_time: 합계
1122
  notice_account_not_activated_yet: 계정이 활성화되지 않았습니다. 계정을 활성화하기 위해 메일을 다시 수신하려면 <a href="%{url}">여기를 클릭해 주세요</a>.
1123
  notice_account_locked: 계정이 잠겨 있습니다.
1124
  label_hidden: 숨김
1125
  label_visibility_private: 자신 만
1126
  label_visibility_roles: 다음 역할 만
1127
  label_visibility_public: 모든 사용자
1128
  field_must_change_passwd: 다음 로그인 시 암호 변경
1129
  notice_new_password_must_be_different: 새 암호는 현재 암호와 달라야 합니다.
1130
  setting_mail_handler_excluded_filenames: 제외할 첨부 파일명
1131
  text_convert_available: ImageMagick 변환 사용 가능 (옵션)
1132
  label_link: 링크
1133
  label_only: 다음의 것만
1134
  label_drop_down_list: 드롭다운 목록
1135
  label_checkboxes: 체크박스
1136
  label_link_values_to: URL 링크 값
1137
  setting_force_default_language_for_anonymous: 익명 사용자의 기본 언어 강제
1138
  setting_force_default_language_for_loggedin: 로그인 사용자의 기본 언어 강제
1139
  label_custom_field_select_type: 사용자 정의 필드에 추가할 대상을 선택해주세요.
1140
  label_issue_assigned_to_updated: 담당자 업데이트
1141
  label_check_for_updates: 업데이트 확인
1142
  label_latest_compatible_version: 최종 호환 버전
1143
  label_unknown_plugin: 알 수 없는 플러그인
1144
  label_radio_buttons: radio buttons
1145
  label_group_anonymous: 익명 사용자
1146
  label_group_non_member: 비회원 사용자
1147
  label_add_projects: 프로젝트 추가
1148
  field_default_status: 초기 상태
1149
  text_subversion_repository_note: '예: file:///, http://, https://, svn://, svn+[tunnelscheme]://'
1150
  field_users_visibility: 사용자 가시성
1151
  label_users_visibility_all: 모든 활성 사용자
1152
  label_users_visibility_members_of_visible_projects: 보이는 프로젝트 회원
1153
  label_edit_attachments: 첨부파일 편집
1154
  setting_link_copied_issue: 복사할 때 일감 연결
1155
  label_link_copied_issue: 복사한 일감 연결
1156
  label_ask: 물어보기
1157
  label_search_attachments_yes: 첨부파일명과 설명만 검색
1158
  label_search_attachments_no: 첨부는 검색하지 않음
1159
  label_search_attachments_only: 첨부만 검색
1160
  label_search_open_issues_only: 열린 일감만
1161
  field_address: 메일
1162
  setting_max_additional_emails: 허용하는 메일주소 개수
1163
  label_email_address_plural: 메일주소
1164
  label_email_address_add: 메일주소 추가
1165
  label_enable_notifications: 알림 켜기
1166
  label_disable_notifications: 알림 끄기
1167
  setting_search_results_per_page: 페이지당 검색 결과
1168
  label_blank_value: blank
1169
  permission_copy_issues: 일감 복사
1170
  error_password_expired: 암호가 만료되었거나 관리자가 변경하도록 설정하였습니다.
1171
  field_time_entries_visibility: 시간기록 가시성
1172
  setting_password_max_age: 암호 변경 주기
1173
  label_parent_task_attributes: 상위일감 속성
1174
  label_parent_task_attributes_derived: 하위일감으로부터 계산
1175
  label_parent_task_attributes_independent: 하위일감과 별도로 계산
1176
  label_time_entries_visibility_all: 모든 시간기록
1177
  label_time_entries_visibility_own: 이 사용자가 생성한 시간기록
1178
  label_member_management: 회원 관리
1179
  label_member_management_all_roles: 모든 역할
1180
  label_member_management_selected_roles_only: 선택된 역할 만
1181
  label_password_required: 계속하려면 암호를 확인해야 합니다.
1182
  label_total_spent_time: 총 소요시간
1183
  notice_import_finished: " %{count} 건을 가져왔습니다"
1184
  notice_import_finished_with_errors: " %{total}   %{count} 건을 가져오지 못했습니다"
1185
  error_invalid_file_encoding: 이 파일은 정상적인 %{encoding} 파일이 아닙니다.
1186
  error_invalid_csv_file_or_settings: 이 파일은 CSV 파일이 아니거나 아래 조건에 맞지 않습니다.
1187
  error_can_not_read_import_file: 가져오기 파일을 읽을 수 없습니다.
1188
  permission_import_issues: 일감 가져오기
1189
  label_import_issues: 일감 가져오기
1190
  label_select_file_to_import: 가져올 파일 선택
1191
  label_fields_separator: 구분자
1192
  label_fields_wrapper: 묶음 기호
1193
  label_encoding: 인코딩
1194
  label_comma_char: 쉼표(,)
1195
  label_semi_colon_char: 세미콜론(;)
1196
  label_quote_char: 작은따옴표
1197
  label_double_quote_char: 큰따옴표
1198
  label_fields_mapping: 항목 연결
1199
  label_file_content_preview: 내용 미리보기
1200
  label_create_missing_values: 값이 없으면 자동으로 만들기
1201
  button_import: 가져오기
1202
  field_total_estimated_hours: 추정 시간
1203
  label_api: API
1204
  label_total_plural: 합계
1205
  label_assigned_issues: 할당된 일감
1206
  label_field_format_enumeration: 키/값 목록
1207
  label_f_hour_short: '%{value} 시간'
1208
  field_default_version: 기본 버전
1209
  error_attachment_extension_not_allowed: 첨부의 확장자 %{extension}은(는) 허용되지 않습니다.
1210
  setting_attachment_extensions_allowed: 허용되는 확장자
1211
  setting_attachment_extensions_denied: 허용되지 않는 확장자
1212
  label_any_open_issues: 진행중 일감
1213
  label_no_open_issues: 없음 또는 완료일감
1214
  label_default_values_for_new_users: 새 사용자 기본값
1215
  error_ldap_bind_credentials: 잘못된 LDAP 계정/암호
1216
  setting_sys_api_key: API 키
1217
  setting_lost_password: 비밀번호 찾기
1218
  mail_subject_security_notification: 보안 알림
1219
  mail_body_security_notification_change: ! '%{field}이(가) 변경되었습니다.'
1220
  mail_body_security_notification_change_to: ! '%{field}이(가) %{value}(으)로 변경되었습니다.'
1221
  mail_body_security_notification_add: ! '%{field}에 %{value}이(가) 추가되었습니다.'
1222
  mail_body_security_notification_remove: ! '%{field}에 %{value}이(가) 삭제되었습니다.'
1223
  mail_body_security_notification_notify_enabled: 이제 %{value}(으)로 알람이 발송됩니다.
1224
  mail_body_security_notification_notify_disabled: '%{value}(으)로  이상 알람이 발송되지 않습니다.'
1225
  mail_body_settings_updated: ! '다음의 설정이 변경되었습니다:'
1226
  field_remote_ip: IP 주소
1227
  label_wiki_page_new: 새 위키 페이지
1228
  label_relations: 관계
1229
  button_filter: 필터
1230
  mail_body_password_updated: 암호가 변경되었습니다.
1231
  label_no_preview: 미리보기 없음
1232
  error_no_tracker_allowed_for_new_issue_in_project: 프로젝트에 사용할 수 있는 일감 유형이 없습니다
1233
  label_tracker_all: 모든 유형
1234
  label_new_project_issue_tab_enabled: '"새 일감"  표시'
1235
  setting_new_item_menu_tab: 프로젝트 메뉴의 새로 만들기 탭
1236
  label_new_object_tab_enabled: 메뉴에 "+" 탭 표시
1237
  error_no_projects_with_tracker_allowed_for_new_issue: 일감을 등록할 수 있는 프로젝트가 아닙니다.
1238
  field_textarea_font: 텍스트박스 폰트
1239
  label_font_default: 기본 폰트
1240
  label_font_monospace: Monospaced 폰트
1241
  label_font_proportional: Proportional 폰트
1242
  setting_timespan_format: 소요시간 포멧
1243
  label_table_of_contents: 목차
1244
  setting_commit_logs_formatting: 커밋 메시지에 텍스트 형식 적용
1245
  setting_mail_handler_enable_regex: 정규식 활성화
1246
  error_move_of_child_not_possible: '하위 일감 %{child} 을(를) 지정한 프로젝트로 이동할  없습니다.: %{errors}'
1247
  error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: 삭제대상의 일감의 소요시간을 재할당할 수 없습니다.
1248
  setting_timelog_required_fields: 소요시간 필수항목
1249
  label_attribute_of_object: '%{object_name}''s %{name}'
1250
  label_user_mail_option_only_assigned: 내가 지켜보거나 담당인 사항만
1251
  label_user_mail_option_only_owner: 내가 지켜보거나 작성한 사항만
1252
  warning_fields_cleared_on_bulk_edit: 이 편집에 의해 다음의 항목의 값이 일감에서 삭제됩니다.
1253
  field_updated_by: 수정자
1254
  field_last_updated_by: 최근 수정자
1255
  field_full_width_layout: 최대 표시
1256
  label_last_notes: 마지막 댓글
1257
  field_digest: Checksum
1258
  field_default_assigned_to: 기본 담당자
1259
  setting_show_custom_fields_on_registration: 등록 시 사용자 정의 항목 표시
1260
  permission_view_news: 뉴스 보기
1261
  label_no_preview_alternative_html: 해당 파일은 미리 보기가 안됩니다. %{link} 해 주세요.
1262
  label_no_preview_download: 다운로드
1263
  setting_close_duplicate_issues: 중복된 일감 자동 완료
1264
  error_exceeds_maximum_hours_per_day: 작업시간은 1일 1인당 %{max_hours} 시간을 초과할 수 없습니다. (이미 {logged_hours}시간 기록됨)
1265
  setting_time_entry_list_defaults: 소요시간 기본 목록
1266
  setting_timelog_accept_0_hours: 소요시간으로 0시간 입력 허용
1267
  setting_timelog_max_hours_per_day: 1일/1인의 작업시간 최대값
1268
  label_x_revisions: "%{count} 리비전"
1269
  error_can_not_delete_auth_source: 해당 인증방식은 사용중인 관계로 삭제할 수 없습니다.
1270
  button_actions: Actions
1271
  mail_body_lost_password_validity: 해당 링크로 암호 설정은 1회만 됩니다. 주의해 주시기 바랍니다.
1272
  text_login_required_html: 인증이 필수가 아닌 경우, 공개 프로젝트의 경우는 모든 사용자가 접속할 수 있습니다. <a href="%{anonymous_role_path}">익명 권한 편집</a>에서 수정할 수 있습니다.
1273
  label_login_required_yes: '예'
1274
  label_login_required_no: 아니오(공개 프로젝트에 익명의 사용자가 접속 허용)
1275
  text_project_is_public_non_member: 공개 프로젝트는 모든 로그인한 사용자가 접속할 수 있습니다.
1276
  text_project_is_public_anonymous: 공개 프로젝트는 네트워크의 모든 사용자가 접속할 수 있습니다.
1277
  label_version_and_files: 버전 (%{count}) 과 파일
1278
  label_ldap: LDAP
1279
  label_ldaps_verify_none: LDAPS (증명서 체크없음)
1280
  label_ldaps_verify_peer: LDAPS
1281
  label_ldaps_warning: 인증처리 중 공격을 방지하기 위해 암호화된 LDAPS을 사용할 것을 추천합니다.
1282
  label_nothing_to_preview: 미리보기 내용이 없습니다.
1283
  error_token_expired: 암호 재발행용 링크는 무효합니다. 다시 시도해 주시기 바랍니다.
1284
  error_spent_on_future_date: 미래일자에 소요시간을 입력할 수 없습니다.
1285
  setting_timelog_accept_future_dates: 미래일자 소요시간 입력 허용
1286
  label_delete_link_to_subtask: 관계 지우기
1287
  error_not_allowed_to_log_time_for_other_users: 다른 사용자의 소요시간을 입력할 수 없습니다.
1288
  permission_log_time_for_other_users: 다른 사용자 소요시간 입력
1289
  label_tomorrow: 내일
1290
  label_next_week: 다음 주
1291
  label_next_month: 다음 달
1292
  text_role_no_workflow: 해당 역할에는 업무흐름이 설정되지 않았습니다.
1293
  text_status_no_workflow: 해당 상태를 사용한 일감 유형의 업무흐름이 없습니다.
1294
  setting_mail_handler_preferred_body_part: multipart(HTML) 이메일의 기본 형식
1295
  setting_show_status_changes_in_mail_subject: 알림의 일감제목에 상태표시
1296
  label_inherited_from_parent_project: 상위 프로젝트로부터 상속
1297
  label_inherited_from_group: 그룹 %{name}로부터 상속
1298
  label_trackers_description: 일감유형 설명
1299
  label_open_trackers_description: 모든 일감유형의 설명 보기
1300
  label_preferred_body_part_text: Text
1301
  label_preferred_body_part_html: HTML (experimental)
1302
  field_parent_issue_subject: 상위 일감 제목
1303
  permission_edit_own_issues: 나의 일감 편집
1304
  text_select_apply_tracker: 일감유형 선택
1305
  label_updated_issues: 수정한 일감
1306
  text_avatar_server_config_html: 현재 아바타 서버는 <a href="%{url}">%{url}</a> 입니다. 서버 설정은 config/configuration.yml 에서 변경할 수 있습니다.
1307
  setting_gantt_months_limit: Gantt 차트의 표시할 월의 최대값
1308
  permission_import_time_entries: 소요시간 가져오기
1309
  label_import_notifications: 가져오기 중 이메일 알림
1310
  text_gs_available: ImageMagick의 PDF 서포트 이용가능 (옵션)
1311
  field_recently_used_projects: 점프박스의 최근 사용한 프로젝트 수
1312
  label_optgroup_bookmarks: 북마크
1313
  label_optgroup_others: 그 외 프로젝트
1314
  label_optgroup_recents: 최근 사용
1315
  button_project_bookmark: 북마크 추가
1316
  button_project_bookmark_delete: 북마크 이동
1317
  field_history_default_tab: 일감이력 기본탭
1318
  label_issue_history_properties: 항목 변경이력
1319
  label_issue_history_notes: 댓글
1320
  label_last_tab_visited: 최근 조회한 탭
1321
  field_unique_id: 고유 ID
1322
  text_no_subject: 제목 없음
1323
  setting_password_required_char_classes: 암호설정시 포함되어야 종류
1324
  label_password_char_class_uppercase: 대문자
1325
  label_password_char_class_lowercase: 소문자
1326
  label_password_char_class_digits: 숫자
1327
  label_password_char_class_special_chars: 특수문자
1328
  text_characters_must_contain: "%{character_classes}가 포함되어야 합니다."
1329
  label_starts_with: 앞문자 일치
1330
  label_ends_with: 뒷문자 일치
1331
  label_issue_fixed_version_updated: 버전 변경
1332
  setting_project_list_defaults: 프로젝트 기본표시 목록
1333
  label_display_type: 결과 표시
1334
  label_display_type_list: 목록
1335
  label_display_type_board: 보드
1336
  label_my_bookmarks: 내 북마크
1337
  label_import_time_entries: 소요시간 가져오기
    (1-1/1)