diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-17 08:50:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-12-17 08:50:13 +0000 |
commit | bc1703d7b6c3d00a5a66412fa0ab8694c337ede7 (patch) | |
tree | 21269b2d77298b15e562ed0f1ab558b18a34f629 /config/locales/ko.yml | |
parent | 4f4a62c6d07d318067a6e765c2d757f43a669d13 (diff) | |
download | redmine-bc1703d7b6c3d00a5a66412fa0ab8694c337ede7.tar.gz redmine-bc1703d7b6c3d00a5a66412fa0ab8694c337ede7.zip |
Converts translations to the new i18n interpolation format (#6495).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4518 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ko.yml')
-rw-r--r-- | config/locales/ko.yml | 178 |
1 files changed, 89 insertions, 89 deletions
diff --git a/config/locales/ko.yml b/config/locales/ko.yml index d3cc33f91..edd0436c3 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -37,37 +37,37 @@ ko: half_a_minute: "30초" less_than_x_seconds: one: "일초 이하" - other: "{{count}}초 이하" + other: "%{count}초 이하" x_seconds: one: "일초" - other: "{{count}}초" + other: "%{count}초" less_than_x_minutes: one: "일분 이하" - other: "{{count}}분 이하" + other: "%{count}분 이하" x_minutes: one: "일분" - other: "{{count}}분" + other: "%{count}분" about_x_hours: one: "약 한시간" - other: "약 {{count}}시간" + other: "약 %{count}시간" x_days: one: "하루" - other: "{{count}}일" + other: "%{count}일" about_x_months: one: "약 한달" - other: "약 {{count}}달" + other: "약 %{count}달" x_months: one: "한달" - other: "{{count}}달" + other: "%{count}달" about_x_years: one: "약 일년" - other: "약 {{count}}년" + other: "약 %{count}년" over_x_years: one: "일년 이상" - other: "{{count}}년 이상" + other: "%{count}년 이상" almost_x_years: one: "약 1년" - other: "약 {{count}}년" + other: "약 %{count}년" prompts: year: "년" month: "월" @@ -145,8 +145,8 @@ ko: errors: template: header: - one: "한개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다." - other: "{{count}}개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다." + one: "한개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다." + other: "%{count}개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다." # The variable :count is also available body: "다음 항목에 문제가 발견했습니다:" @@ -158,16 +158,16 @@ ko: accepted: "은 인정되어야 합니다" empty: "은 길이가 0이어서는 안됩니다." blank: "은 빈 값이어서는 안 됩니다" - too_long: "은 너무 깁니다 (최대 {{count}}자 까지)" - too_short: "은 너무 짧습니다 (최소 {{count}}자 까지)" - wrong_length: "은 길이가 틀렸습니다 ({{count}}자이어야 합니다.)" + too_long: "은 너무 깁니다 (최대 %{count}자 까지)" + too_short: "은 너무 짧습니다 (최소 %{count}자 까지)" + wrong_length: "은 길이가 틀렸습니다 (%{count}자이어야 합니다.)" taken: "은 이미 선택된 겁니다" not_a_number: "은 숫자가 아닙니다" - greater_than: "은 {{count}}보다 커야 합니다." - greater_than_or_equal_to: "은 {{count}}보다 크거나 같아야 합니다" - equal_to: "은 {{count}}(와)과 같아야 합니다" - less_than: "은 {{count}}보다 작어야 합니다" - less_than_or_equal_to: "은 {{count}}과 같거나 이하을 요구합니다" + greater_than: "은 %{count}보다 커야 합니다." + greater_than_or_equal_to: "은 %{count}보다 크거나 같아야 합니다" + equal_to: "은 %{count}(와)과 같아야 합니다" + less_than: "은 %{count}보다 작어야 합니다" + less_than_or_equal_to: "은 %{count}과 같거나 이하을 요구합니다" odd: "은 홀수여야 합니다" even: "은 짝수여야 합니다" greater_than_start_date: "는 시작날짜보다 커야 합니다" @@ -204,40 +204,40 @@ ko: notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다. notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다. notice_not_authorized: 이 페이지에 접근할 권한이 없습니다. - notice_email_sent: "{{value}}님에게 메일이 발송되었습니다." - notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. ({{value}})" + notice_email_sent: "%{value}님에게 메일이 발송되었습니다." + notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. (%{value})" notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다. - notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 {{count}}(선택 {{total}}): {{ids}}." + notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 %{count}(선택 %{total}): %{ids}." notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요" notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다." notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다. notice_unable_delete_version: 삭제할 수 없는 버전입니다. - error_can_t_load_default_data: "기본값을 읽어들일 수 없습니다.: {{value}}" + error_can_t_load_default_data: "기본값을 읽어들일 수 없습니다.: %{value}" error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다. - error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: {{value}}" + error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: %{value}" error_scm_annotate: "항목이 없거나 행별 이력을 볼 수 없습니다." error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.' - warning_attachments_not_saved: "{{count}}개 파일을 저장할 수 없습니다." + warning_attachments_not_saved: "%{count}개 파일을 저장할 수 없습니다." - mail_subject_lost_password: "{{value}} 비밀번호" + mail_subject_lost_password: "%{value} 비밀번호" mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.' - mail_subject_register: "{{value}} 계정 활성화" + mail_subject_register: "%{value} 계정 활성화" mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:' - mail_body_account_information_external: "로그인할 때 {{value}} 계정을 사용하실 수 있습니다." + mail_body_account_information_external: "로그인할 때 %{value} 계정을 사용하실 수 있습니다." mail_body_account_information: 계정 정보 - mail_subject_account_activation_request: "{{value}} 계정 활성화 요청" - mail_body_account_activation_request: "새 사용자({{value}})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:" - mail_body_reminder: "당신이 맡고 있는 일감 {{count}}개의 완료 기한이 {{days}}일 후 입니다." - mail_subject_reminder: "내일이 만기인 일감 {{count}}개 ({{days}})" - mail_subject_wiki_content_added: "위키페이지 '{{id}}'이(가) 추가되었습니다." - mail_subject_wiki_content_updated: "'위키페이지 {{id}}'이(가) 수정되었습니다." - mail_body_wiki_content_added: "{{author}}이(가) 위키페이지 '{{id}}'을(를) 추가하였습니다." - mail_body_wiki_content_updated: "{{author}}이(가) 위키페이지 '{{id}}'을(를) 수정하였습니다." + mail_subject_account_activation_request: "%{value} 계정 활성화 요청" + mail_body_account_activation_request: "새 사용자(%{value})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:" + mail_body_reminder: "당신이 맡고 있는 일감 %{count}개의 완료 기한이 %{days}일 후 입니다." + mail_subject_reminder: "내일이 만기인 일감 %{count}개 (%{days})" + mail_subject_wiki_content_added: "위키페이지 '%{id}'이(가) 추가되었습니다." + mail_subject_wiki_content_updated: "'위키페이지 %{id}'이(가) 수정되었습니다." + mail_body_wiki_content_added: "%{author}이(가) 위키페이지 '%{id}'을(를) 추가하였습니다." + mail_body_wiki_content_updated: "%{author}이(가) 위키페이지 '%{id}'을(를) 수정하였습니다." gui_validation_error: 에러 - gui_validation_error_plural: "{{count}}개 에러" + gui_validation_error_plural: "%{count}개 에러" field_name: 이름 field_description: 설명 @@ -441,14 +441,14 @@ ko: label_x_projects: zero: 없음 one: "한 프로젝트" - other: "{{count}}개 프로젝트" + other: "%{count}개 프로젝트" label_project_all: 모든 프로젝트 label_project_latest: 최근 프로젝트 label_issue: 일감 label_issue_new: 새 일감만들기 label_issue_plural: 일감 label_issue_view_all: 모든 일감 보기 - label_issues_by: "{{value}}별 일감" + label_issues_by: "%{value}별 일감" label_issue_added: 일감 추가 label_issue_updated: 일감 수정 label_document: 문서 @@ -497,7 +497,7 @@ ko: label_registered_on: 등록시각 label_activity: 작업내역 label_overall_activity: 전체 작업내역 - label_user_activity: "{{value}}의 작업내역" + label_user_activity: "%{value}의 작업내역" label_new: 새로 만들기 label_logged_as: '로그인계정:' label_environment: 환경 @@ -506,7 +506,7 @@ ko: label_auth_source_new: 새 인증 공급자 label_auth_source_plural: 인증 공급자 label_subproject_plural: 하위 프로젝트 - label_and_its_subprojects: "{{value}}와 하위 프로젝트들" + label_and_its_subprojects: "%{value}와 하위 프로젝트들" label_min_max_length: 최소 - 최대 길이 label_list: 목록 label_date: 날짜 @@ -517,8 +517,8 @@ ko: label_text: 텍스트 label_attribute: 속성 label_attribute_plural: 속성 - label_download: "{{count}}회 다운로드" - label_download_plural: "{{count}}회 다운로드" + label_download: "%{count}회 다운로드" + label_download_plural: "%{count}회 다운로드" label_no_data: 표시할 데이터가 없습니다. label_change_status: 상태 변경 label_history: 이력 @@ -549,17 +549,17 @@ ko: label_closed_issues: 완료됨 label_closed_issues_plural: 완료됨 label_x_open_issues_abbr_on_total: - zero: "총 {{total}} 건 모두 완료" - one: "한 건 진행 중 / 총 {{total}} 건 중 " - other: "{{count}} 건 진행 중 / 총 {{total}} 건" + zero: "총 %{total} 건 모두 완료" + one: "한 건 진행 중 / 총 %{total} 건 중 " + other: "%{count} 건 진행 중 / 총 %{total} 건" label_x_open_issues_abbr: zero: 모두 완료 one: 한 건 진행 중 - other: "{{count}} 건 진행 중" + other: "%{count} 건 진행 중" label_x_closed_issues_abbr: zero: 모두 미완료 one: 한 건 완료 - other: "{{count}} 건 완료" + other: "%{count} 건 완료" label_total: 합계 label_permissions: 권한 label_current_status: 일감 상태 @@ -577,7 +577,7 @@ ko: label_months_from: 개월 동안 | 다음부터 label_gantt: Gantt 챠트 label_internal: 내부 - label_last_changes: "최근 {{count}}개의 변경사항" + label_last_changes: "최근 %{count}개의 변경사항" label_change_view_all: 모든 변경 내역 보기 label_personalize_page: 입맛대로 구성하기 label_comment: 댓글 @@ -585,7 +585,7 @@ ko: label_x_comments: zero: 댓글 없음 one: 한 개의 댓글 - other: "{{count}} 개의 댓글" + other: "%{count} 개의 댓글" label_comment_add: 댓글 추가 label_comment_added: 댓글이 추가되었습니다. label_comment_delete: 댓글 삭제 @@ -606,7 +606,7 @@ ko: label_yesterday: 어제 label_this_week: 이번주 label_last_week: 지난 주 - label_last_n_days: "지난 {{count}} 일" + label_last_n_days: "지난 %{count} 일" label_this_month: 이번 달 label_last_month: 지난 달 label_this_year: 올해 @@ -620,8 +620,8 @@ ko: label_repository: 저장소 label_repository_plural: 저장소 label_browse: 저장소 둘러보기 - label_modification: "{{count}} 변경" - label_modification_plural: "{{count}} 변경" + label_modification: "%{count} 변경" + label_modification_plural: "%{count} 변경" label_revision: 개정판 label_revision_plural: 개정판 label_associated_revisions: 관련된 개정판들 @@ -639,8 +639,8 @@ ko: label_sort_lower: 아래로 label_sort_lowest: 맨 아래로 label_roadmap: 로드맵 - label_roadmap_due_in: "기한 {{value}}" - label_roadmap_overdue: "{{value}} 지연" + label_roadmap_due_in: "기한 %{value}" + label_roadmap_overdue: "%{value} 지연" label_roadmap_no_issues: 이 버전에 해당하는 일감 없음 label_search: 검색 label_result_plural: 결과 @@ -658,8 +658,8 @@ ko: label_changes_details: 모든 상세 변경 내역 label_issue_tracking: 일감 추적 label_spent_time: 소요 시간 - label_f_hour: "{{value}} 시간" - label_f_hour_plural: "{{value}} 시간" + label_f_hour: "%{value} 시간" + label_f_hour_plural: "%{value} 시간" label_time_tracking: 시간추적 label_change_plural: 변경사항들 label_statistics: 통계 @@ -708,13 +708,13 @@ ko: label_date_from: '기간:' label_date_to: ' ~ ' label_language_based: 언어설정에 따름 - label_sort_by: "{{value}}(으)로 정렬" + label_sort_by: "%{value}(으)로 정렬" label_send_test_email: 테스트 메일 보내기 - label_feeds_access_key_created_on: "피드 접근 키가 {{value}} 이전에 생성되었습니다." + label_feeds_access_key_created_on: "피드 접근 키가 %{value} 이전에 생성되었습니다." label_module_plural: 모듈 - label_added_time_by: "{{author}}이(가) {{age}} 전에 추가함" - label_updated_time_by: "{{author}}이(가) {{age}} 전에 변경" - label_updated_time: "{{value}} 전에 수정됨" + label_added_time_by: "%{author}이(가) %{age} 전에 추가함" + label_updated_time_by: "%{author}이(가) %{age} 전에 변경" + label_updated_time: "%{value} 전에 수정됨" label_jump_to_a_project: 프로젝트 바로가기 label_file_plural: 파일 label_changeset_plural: 변경묶음 @@ -730,7 +730,7 @@ ko: label_registration_activation_by_email: 메일로 계정을 활성화하기 label_registration_automatic_activation: 자동 계정 활성화 label_registration_manual_activation: 수동 계정 활성화 - label_display_per_page: "페이지당 줄수: {{value}}" + label_display_per_page: "페이지당 줄수: %{value}" label_age: 마지막 수정일 label_change_properties: 속성 변경 label_general: 일반 @@ -753,7 +753,7 @@ ko: label_sort: 정렬 label_ascending: 오름차순 label_descending: 내림차순 - label_date_from_to: "{{start}}부터 {{end}}까지" + label_date_from_to: "%{start}부터 %{end}까지" label_wiki_content_added: 위키페이지 추가 label_wiki_content_updated: 위키페이지 수정 @@ -805,48 +805,48 @@ ko: text_regexp_info: 예) ^[A-Z0-9]+$ text_min_max_length_info: 0 는 제한이 없음을 의미함 text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까? - text_subprojects_destroy_warning: "하위 프로젝트({{value}})이(가) 자동으로 지워질 것입니다." + text_subprojects_destroy_warning: "하위 프로젝트(%{value})이(가) 자동으로 지워질 것입니다." text_workflow_edit: 업무흐름 수정하려면 역할과 일감유형을 선택하세요. text_are_you_sure: 계속 진행 하시겠습니까? text_tip_issue_begin_day: 오늘 시작하는 업무(task) text_tip_issue_end_day: 오늘 종료하는 업무(task) text_tip_issue_begin_end_day: 오늘 시작하고 종료하는 업무(task) text_project_identifier_info: '영문 소문자(a-z) 및 숫자, 대쉬(-) 가능.<br />저장된후에는 식별자 변경 불가능.' - text_caracters_maximum: "최대 {{count}} 글자 가능" - text_caracters_minimum: "최소한 {{count}} 글자 이상이어야 합니다." - text_length_between: "{{min}} 에서 {{max}} 글자" + text_caracters_maximum: "최대 %{count} 글자 가능" + text_caracters_minimum: "최소한 %{count} 글자 이상이어야 합니다." + text_length_between: "%{min} 에서 %{max} 글자" text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다. text_unallowed_characters: 허용되지 않는 문자열 text_comma_separated: "구분자','를 이용해서 여러 개의 값을 입력할 수 있습니다." text_issues_ref_in_commit_messages: 제출 메시지에서 일감을 참조하거나 해결하기 - text_issue_added: "{{author}}이(가) 일감 {{id}}을(를) 보고하였습니다." - text_issue_updated: "{{author}}이(가) 일감 {{id}}을(를) 수정하였습니다." + text_issue_added: "%{author}이(가) 일감 %{id}을(를) 보고하였습니다." + text_issue_updated: "%{author}이(가) 일감 %{id}을(를) 수정하였습니다." text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까? - text_issue_category_destroy_question: "일부 일감들({{count}}개)이 이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?" + text_issue_category_destroy_question: "일부 일감들(%{count}개)이 이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?" text_issue_category_destroy_assignments: 범주 지정 지우기 text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기 text_user_mail_option: "선택하지 않은 프로젝트에서도, 지켜보는 중이거나 속해있는 사항(일감을 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다." text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어들이는 것을 권장합니다. 읽어들인 후에 수정할 수 있습니다." text_load_default_configuration: 기본 설정을 읽어들이기 - text_status_changed_by_changeset: "변경묶음 {{value}}에 의하여 변경됨" + text_status_changed_by_changeset: "변경묶음 %{value}에 의하여 변경됨" text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?' text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:' text_default_administrator_account_changed: 기본 관리자 계정이 변경 text_file_repository_writable: 파일 저장소 쓰기 가능 text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능 text_rmagick_available: RMagick 사용 가능 (선택적) - text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까? + text_destroy_time_entries_question: 삭제하려는 일감에 %{hours} 시간이 보고되어 있습니다. 어떻게 하시겠습니까? text_destroy_time_entries: 보고된 시간을 삭제하기 text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기 text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:' - text_user_wrote: "{{value}}의 덧글:" + text_user_wrote: "%{value}의 덧글:" text_enumeration_category_reassign_to: '새로운 값을 설정:' - text_enumeration_destroy_question: "{{count}} 개의 일감이 이 값을 사용하고 있습니다." + text_enumeration_destroy_question: "%{count} 개의 일감이 이 값을 사용하고 있습니다." text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/email.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다." text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다." text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.' text_custom_field_possible_values_info: '각 값 당 한 줄' - text_wiki_page_destroy_question: 이 페이지는 {{descendants}} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까? + text_wiki_page_destroy_question: 이 페이지는 %{descendants} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까? text_wiki_page_nullify_children: 하위 페이지를 최상위 페이지 아래로 지정 text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제 text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정 @@ -883,14 +883,14 @@ ko: label_branch: 분기(分岐)저장소 error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오. error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")' - text_journal_changed: "{{label}}을(를) {{old}}에서 {{new}}(으)로 변경되었습니다." - text_journal_set_to: "{{label}}을(를) {{value}}(으)로 지정되었습니다." - text_journal_deleted: "{{label}} 값이 지워졌습니다. ({{old}})" + text_journal_changed: "%{label}을(를) %{old}에서 %{new}(으)로 변경되었습니다." + text_journal_set_to: "%{label}을(를) %{value}(으)로 지정되었습니다." + text_journal_deleted: "%{label} 값이 지워졌습니다. (%{old})" label_group_plural: 그룹 label_group: 그룹 label_group_new: 새 그룹 label_time_entry_plural: 작업시간 - text_journal_added: "{{label}}에 {{value}}이(가) 추가되었습니다." + text_journal_added: "%{label}에 %{value}이(가) 추가되었습니다." field_active: 사용중 enumeration_system_activity: 시스템 작업 permission_delete_issue_watchers: 일감지킴이 지우기 @@ -925,9 +925,9 @@ ko: setting_start_of_week: 달력 시작 요일 permission_view_issues: 일감 보기 label_display_used_statuses_only: 이 일감유형에서 사용되는 상태만 보여주기 - label_revision_id: 개정판 {{value}} + label_revision_id: 개정판 %{value} label_api_access_key: API 접근키 - label_api_access_key_created_on: API 접근키가 {{value}} 전에 생성되었습니다. + label_api_access_key_created_on: API 접근키가 %{value} 전에 생성되었습니다. label_feeds_access_key: RSS 접근키 notice_api_access_key_reseted: API 접근키가 초기화되었습니다. setting_rest_api_enabled: REST 웹서비스 활성화 @@ -954,12 +954,12 @@ ko: label_subtask_plural: 하위 일감 label_project_copy_notifications: 프로젝트 복사 중에 이메일 알림 보내기 error_can_not_delete_custom_field: 사용자 정의 필드를 삭제할 수 없습니다. - error_unable_to_connect: 연결할 수 없습니다(({{value}}) + error_unable_to_connect: 연결할 수 없습니다((%{value}) error_can_not_remove_role: 이 역할은 현재 사용 중이이서 삭제할 수 없습니다. error_can_not_delete_tracker: 이 유형의 일감들이 있어서 삭제할 수 없습니다. field_principal: 신원 label_my_page_block: 내 페이지 출력화면 - notice_failed_to_save_members: "{{errors}}:구성원을 저장 중 실패하였습니다" + notice_failed_to_save_members: "%{errors}:구성원을 저장 중 실패하였습니다" text_zoom_out: 더 작게 text_zoom_in: 더 크게 notice_unable_delete_time_entry: 시간 기록 항목을 삭제할 수 없습니다. @@ -967,7 +967,7 @@ ko: field_time_entries: 기록된 시간 project_module_gantt: Gantt 챠트 project_module_calendar: 달력 - button_edit_associated_wikipage: "연관된 위키 페이지 {{page_title}} 수정" + button_edit_associated_wikipage: "연관된 위키 페이지 %{page_title} 수정" text_are_you_sure_with_children: 일감과 모든 하위 일감들을 삭제하시겠습니까? field_text: 텍스트 영역 label_user_mail_option_only_owner: 내가 저자인 사항만 @@ -984,7 +984,7 @@ ko: field_visible: 보이기 setting_emails_header: 이메일 헤더 setting_commit_logtime_activity_id: 기록된 시간에 적용할 작업분류 - text_time_logged_by_changeset: "변경묶음 {{value}}에서 적용되었습니다." + text_time_logged_by_changeset: "변경묶음 %{value}에서 적용되었습니다." setting_commit_logtime_enabled: 커밋 시점에 작업 시간 기록 활성화 - notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}}) + notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) setting_gantt_items_limit: Maximum number of items displayed on the gantt chart |