ko.yml
853 lines
| 35.5 KiB
| text/x-yaml
|
YamlLexer
|
r2430 | # Korean (한글) translations for Ruby on Rails | ||
# by John Hwang (jhwang@tavon.org) | ||||
# http://github.com/tavon | ||||
ko: | ||||
date: | ||||
formats: | ||||
default: "%Y/%m/%d" | ||||
short: "%m/%d" | ||||
long: "%Y년 %m월 %d일 (%a)" | ||||
day_names: [일요일, 월요일, 화요일, 수요일, 목요일, 금요일, 토요일] | ||||
abbr_day_names: [일, 월, 화, 수, 목, 금, 토] | ||||
month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] | ||||
abbr_month_names: [~, 1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월] | ||||
order: [ :year, :month, :day ] | ||||
time: | ||||
formats: | ||||
default: "%Y/%m/%d %H:%M:%S" | ||||
|
r2459 | time: "%H:%M" | ||
|
r2430 | short: "%y/%m/%d %H:%M" | ||
long: "%Y년 %B월 %d일, %H시 %M분 %S초 %Z" | ||||
am: "오전" | ||||
pm: "오후" | ||||
# Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() | ||||
datetime: | ||||
distance_in_words: | ||||
half_a_minute: "30초" | ||||
less_than_x_seconds: | ||||
one: "일초 이하" | ||||
other: "{{count}}초 이하" | ||||
x_seconds: | ||||
one: "일초" | ||||
other: "{{count}}초" | ||||
less_than_x_minutes: | ||||
one: "일분 이하" | ||||
other: "{{count}}분 이하" | ||||
x_minutes: | ||||
one: "일분" | ||||
other: "{{count}}분" | ||||
about_x_hours: | ||||
one: "약 한시간" | ||||
other: "약 {{count}}시간" | ||||
x_days: | ||||
one: "하루" | ||||
other: "{{count}}일" | ||||
about_x_months: | ||||
one: "약 한달" | ||||
other: "약 {{count}}달" | ||||
x_months: | ||||
one: "한달" | ||||
other: "{{count}}달" | ||||
about_x_years: | ||||
one: "약 일년" | ||||
other: "약 {{count}}년" | ||||
over_x_years: | ||||
one: "일년 이상" | ||||
other: "{{count}}년 이상" | ||||
prompts: | ||||
year: "년" | ||||
month: "월" | ||||
day: "일" | ||||
hour: "시" | ||||
minute: "분" | ||||
second: "초" | ||||
number: | ||||
# Used in number_with_delimiter() | ||||
# These are also the defaults for 'currency', 'percentage', 'precision', and 'human' | ||||
format: | ||||
# Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5) | ||||
separator: "." | ||||
# Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three) | ||||
delimiter: "," | ||||
# Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00) | ||||
precision: 3 | ||||
# Used in number_to_currency() | ||||
currency: | ||||
format: | ||||
# Where is the currency sign? %u is the currency unit, %n the number (default: $5.00) | ||||
format: "%u%n" | ||||
unit: "₩" | ||||
# These three are to override number.format and are optional | ||||
separator: "." | ||||
delimiter: "," | ||||
precision: 0 | ||||
# Used in number_to_percentage() | ||||
percentage: | ||||
format: | ||||
# These three are to override number.format and are optional | ||||
# separator: | ||||
delimiter: "" | ||||
# precision: | ||||
# Used in number_to_precision() | ||||
precision: | ||||
format: | ||||
# These three are to override number.format and are optional | ||||
# separator: | ||||
delimiter: "" | ||||
# precision: | ||||
# Used in number_to_human_size() | ||||
human: | ||||
format: | ||||
# These three are to override number.format and are optional | ||||
# separator: | ||||
delimiter: "" | ||||
precision: 1 | ||||
storage_units: [Bytes, KB, MB, GB, TB] | ||||
# Used in array.to_sentence. | ||||
support: | ||||
array: | ||||
words_connector: ", " | ||||
two_words_connector: "과 " | ||||
last_word_connector: ", " | ||||
activerecord: | ||||
errors: | ||||
template: | ||||
header: | ||||
one: "한개의 오류가 발생해 {{model}}를 저장 안았했습니다" | ||||
other: "{{count}}개의 오류가 발생해 {{model}}를 저장 안았했습니다" | ||||
# The variable :count is also available | ||||
body: "다음 항목에 문제가 발견했습니다:" | ||||
messages: | ||||
inclusion: "은 목록에 포함되어 있지 않습니다" | ||||
exclusion: "은 예약되어 있습니다" | ||||
invalid: "은 무효입니다" | ||||
confirmation: "은 확인이 되지 않았습니다" | ||||
accepted: "은 인정되어야 합니다" | ||||
empty: "은 비어두면 안 됩니다" | ||||
blank: "은 비어두면 안 됩니다" | ||||
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}}과 같거나 이하을 요구합니다" | ||||
odd: "은 홀수을 요구합니다" | ||||
even: "은 짝수을 요구합니다" | ||||
greater_than_start_date: "는 시작날짜보다 커야 합니다." | ||||
not_same_project: "는 같은 프로젝트에 속해 있지 않습니다." | ||||
circular_dependency: "이 관계는 순환 의존관계를 만들 수있습니다." | ||||
actionview_instancetag_blank_option: 선택하세요 | ||||
general_text_No: '아니오' | ||||
general_text_Yes: '예' | ||||
general_text_no: '아니오' | ||||
general_text_yes: '예' | ||||
general_lang_name: 'Korean (한국어)' | ||||
general_csv_separator: ',' | ||||
general_csv_decimal_separator: '.' | ||||
general_csv_encoding: CP949 | ||||
general_pdf_encoding: CP949 | ||||
general_first_day_of_week: '7' | ||||
notice_account_updated: 계정이 성공적으로 변경 되었습니다. | ||||
notice_account_invalid_creditentials: 잘못된 계정 또는 비밀번호 | ||||
notice_account_password_updated: 비밀번호가 잘 변경되었습니다. | ||||
notice_account_wrong_password: 잘못된 비밀번호 | ||||
notice_account_register_done: 계정이 잘 만들어졌습니다. 계정을 활성화하시려면 받은 메일의 링크를 클릭해주세요. | ||||
notice_account_unknown_email: 알려지지 않은 사용자. | ||||
notice_can_t_change_password: 이 계정은 외부 인증을 이용합니다. 비밀번호를 변경할 수 없습니다. | ||||
notice_account_lost_email_sent: 새로운 비밀번호를 위한 메일이 발송되었습니다. | ||||
notice_account_activated: 계정이 활성화 되었습니다. 이제 로그인 하실수 있습니다. | ||||
notice_successful_create: 생성 성공. | ||||
notice_successful_update: 변경 성공. | ||||
notice_successful_delete: 삭제 성공. | ||||
notice_successful_connection: 연결 성공. | ||||
notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다. | ||||
notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다. | ||||
notice_not_authorized: 이 페이지에 접근할 권한이 없습니다. | ||||
notice_email_sent: "{{value}}님에게 메일이 발송되었습니다." | ||||
notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. ({{value}})" | ||||
notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다. | ||||
notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 {{count}}(선택 {{total}}): {{ids}}." | ||||
notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요" | ||||
error_scm_not_found: 소스 저장소에 해당 내용이 존재하지 않습니다. | ||||
error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: {{value}}" | ||||
mail_subject_lost_password: "당신의 비밀번호 ({{value}})" | ||||
mail_body_lost_password: '비밀번호를 변경하기 위해서 링크를 이용하세요' | ||||
mail_subject_register: "당신의 계정 활성화 ({{value}})" | ||||
mail_body_register: '계정을 활성화 하기 위해서 링크를 이용하세요 :' | ||||
gui_validation_error: 1 에러 | ||||
gui_validation_error_plural: "{{count}} 에러" | ||||
field_name: 이름 | ||||
field_description: 설명 | ||||
field_summary: 요약 | ||||
field_is_required: 필수 | ||||
field_firstname: 이름 | ||||
field_lastname: 성 | ||||
field_mail: 메일 | ||||
field_filename: 파일 | ||||
field_filesize: 크기 | ||||
field_downloads: 다운로드 | ||||
field_author: 저자 | ||||
field_created_on: 보고시간 | ||||
field_updated_on: 변경시간 | ||||
field_field_format: 포맷 | ||||
field_is_for_all: 모든 프로젝트 | ||||
field_possible_values: 가능한 값들 | ||||
field_regexp: 정규식 | ||||
field_min_length: 최소 길이 | ||||
field_max_length: 최대 길이 | ||||
field_value: 값 | ||||
field_category: 카테고리 | ||||
field_title: 제목 | ||||
field_project: 프로젝트 | ||||
field_issue: 일감 | ||||
field_status: 상태 | ||||
field_notes: 덧글 | ||||
field_is_closed: 완료된 일감 | ||||
field_is_default: 기본값 | ||||
field_tracker: 구분 | ||||
field_subject: 제목 | ||||
field_due_date: 완료 기한 | ||||
field_assigned_to: 담당자 | ||||
field_priority: 우선순위 | ||||
field_fixed_version: 목표버전 | ||||
field_user: 사용자 | ||||
field_role: 역할 | ||||
field_homepage: 홈페이지 | ||||
field_is_public: 공개 | ||||
field_parent: 상위 프로젝트 | ||||
field_is_in_chlog: 변경이력(changelog)에서 표시할 일감들 | ||||
field_is_in_roadmap: 로드맵에서표시할 일감들 | ||||
field_login: 로그인 | ||||
field_mail_notification: 메일 알림 | ||||
field_admin: 관리자 | ||||
field_last_login_on: 마지막 로그인 | ||||
field_language: 언어 | ||||
field_effective_date: 일자 | ||||
field_password: 비밀번호 | ||||
field_new_password: 새 비밀번호 | ||||
field_password_confirmation: 비밀번호 확인 | ||||
field_version: 버전 | ||||
field_type: 타입 | ||||
field_host: 호스트 | ||||
field_port: 포트 | ||||
field_account: 계정 | ||||
field_base_dn: 기본 DN | ||||
field_attr_login: 로그인 속성 | ||||
field_attr_firstname: 이름 속성 | ||||
field_attr_lastname: 성 속성 | ||||
field_attr_mail: 메일 속성 | ||||
field_onthefly: 빠른 사용자 생성 | ||||
field_start_date: 시작시간 | ||||
|
r2481 | field_done_ratio: 완료 % | ||
|
r2430 | field_auth_source: 인증 방법 | ||
field_hide_mail: 내 메일 주소 숨기기 | ||||
field_comments: 코멘트 | ||||
field_url: URL | ||||
field_start_page: 시작 페이지 | ||||
field_subproject: 서브 프로젝트 | ||||
field_hours: 시간 | ||||
field_activity: 작업종류 | ||||
field_spent_on: 작업시간 | ||||
field_identifier: 식별자 | ||||
field_is_filter: 필터로 사용됨 | ||||
field_issue_to_id: 연관된 일감 | ||||
field_delay: 지연 | ||||
field_assignable: 이 역할에 할당될수 있는 일감 | ||||
field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect) | ||||
field_estimated_hours: 추정시간 | ||||
field_column_names: 컬럼 | ||||
field_default_value: 기본값 | ||||
setting_app_title: 레드마인 제목 | ||||
setting_app_subtitle: 레드마인 부제목 | ||||
setting_welcome_text: 환영 메시지 | ||||
setting_default_language: 기본 언어 | ||||
setting_login_required: 인증이 필요함. | ||||
setting_self_registration: 사용자 직접등록 | ||||
setting_attachment_max_size: 최대 첨부파일 크기 | ||||
setting_issues_export_limit: 일감 내보내기 제한 개수 | ||||
setting_mail_from: 발신 메일 주소 | ||||
setting_host_name: 호스트 이름 | ||||
setting_text_formatting: 본문 형식 | ||||
setting_wiki_compression: 위키 이력 압축 | ||||
setting_feeds_limit: 내용 피드(RSS Feed) 제한 개수 | ||||
setting_autofetch_changesets: 커밋된 변경묶음을 자동으로 가져오기 | ||||
setting_sys_api_enabled: 저장소 관리자에 WS 를 허용 | ||||
setting_commit_ref_keywords: 일감 참조에 사용할 키워드들 | ||||
setting_commit_fix_keywords: 일감 해결에 사용할 키워드들 | ||||
setting_autologin: 자동 로그인 | ||||
setting_date_format: 날짜 형식 | ||||
setting_cross_project_issue_relations: 프로젝트간 일감에 관계을 맺는 것을 허용 | ||||
setting_issue_list_default_columns: 일감 목록에 보여줄 기본 컬럼들 | ||||
setting_repositories_encodings: 저장소 인코딩 | ||||
setting_emails_footer: 메일 꼬리 | ||||
label_user: 사용자 | ||||
label_user_plural: 사용자관리 | ||||
label_user_new: 새 사용자 | ||||
label_project: 프로젝트 | ||||
label_project_new: 새 프로젝트 | ||||
label_project_plural: 프로젝트 | ||||
label_x_projects: | ||||
zero: no projects | ||||
one: 1 project | ||||
other: "{{count}} projects" | ||||
label_project_all: 모든 프로젝트 | ||||
label_project_latest: 최근 프로젝트 | ||||
label_issue: 일감 | ||||
label_issue_new: 새 일감만들기 | ||||
label_issue_plural: 일감 | ||||
label_issue_view_all: 모든 일감 보기 | ||||
label_document: 문서 | ||||
label_document_new: 새 문서 | ||||
label_document_plural: 문서 | ||||
label_role: 역할 | ||||
label_role_plural: 역할 | ||||
label_role_new: 새 역할 | ||||
label_role_and_permissions: 권한관리 | ||||
label_member: 담당자 | ||||
label_member_new: 새 담당자 | ||||
label_member_plural: 담당자 | ||||
label_tracker: 일감 유형 | ||||
label_tracker_plural: 일감 유형 | ||||
label_tracker_new: 새 일감 유형 | ||||
label_workflow: 워크플로 | ||||
label_issue_status: 일감 상태 | ||||
label_issue_status_plural: 일감 상태 | ||||
label_issue_status_new: 새 일감 상태 | ||||
label_issue_category: 카테고리 | ||||
label_issue_category_plural: 카테고리 | ||||
label_issue_category_new: 새 카테고리 | ||||
label_custom_field: 사용자 정의 항목 | ||||
label_custom_field_plural: 사용자 정의 항목 | ||||
label_custom_field_new: 새 사용자 정의 항목 | ||||
label_enumerations: 코드값 설정 | ||||
label_enumeration_new: 새 코드값 | ||||
label_information: 정보 | ||||
label_information_plural: 정보 | ||||
label_please_login: 로그인하세요. | ||||
label_register: 등록 | ||||
label_password_lost: 비밀번호 찾기 | ||||
label_home: 초기화면 | ||||
label_my_page: 내페이지 | ||||
label_my_account: 내계정 | ||||
label_my_projects: 나의 프로젝트 | ||||
label_administration: 관리자 | ||||
label_login: 로그인 | ||||
label_logout: 로그아웃 | ||||
label_help: 도움말 | ||||
label_reported_issues: 보고한 일감 | ||||
label_assigned_to_me_issues: 나에게 할당된 일감 | ||||
label_last_login: 최종 접속 | ||||
label_registered_on: 등록시각 | ||||
label_activity: 작업내역 | ||||
label_new: 새로 만들기 | ||||
label_logged_as: '로그인계정:' | ||||
label_environment: 환경 | ||||
label_authentication: 인증설정 | ||||
label_auth_source: 인증 모드 | ||||
label_auth_source_new: 신규 인증 모드 | ||||
label_auth_source_plural: 인증 모드 | ||||
label_subproject_plural: 서브 프로젝트 | ||||
label_min_max_length: 최소 - 최대 길이 | ||||
label_list: 리스트 | ||||
label_date: 날짜 | ||||
label_integer: 정수 | ||||
label_float: 부동상수 | ||||
label_boolean: 부울린 | ||||
label_string: 문자열 | ||||
label_text: 텍스트 | ||||
label_attribute: 속성 | ||||
label_attribute_plural: 속성 | ||||
label_download: "{{count}} 다운로드" | ||||
label_download_plural: "{{count}} 다운로드" | ||||
label_no_data: 데이터가 없습니다. | ||||
label_change_status: 상태 변경 | ||||
label_history: 이력 | ||||
label_attachment: 파일 | ||||
label_attachment_new: 파일추가 | ||||
label_attachment_delete: 파일삭제 | ||||
label_attachment_plural: 관련파일 | ||||
label_report: 보고서 | ||||
label_report_plural: 보고서 | ||||
label_news: 뉴스 | ||||
label_news_new: 새 뉴스 | ||||
label_news_plural: 뉴스 | ||||
label_news_latest: 최근 뉴스 | ||||
label_news_view_all: 모든 뉴스 | ||||
label_change_log: 변경 로그 | ||||
label_settings: 설정 | ||||
label_overview: 개요 | ||||
label_version: 버전 | ||||
label_version_new: 새 버전 | ||||
label_version_plural: 버전 | ||||
label_confirmation: 확인 | ||||
label_export_to: 내보내기 | ||||
label_read: 읽기... | ||||
label_public_projects: 공개된 프로젝트 | ||||
label_open_issues: 진행중 | ||||
label_open_issues_plural: 진행중 | ||||
label_closed_issues: 완료됨 | ||||
label_closed_issues_plural: 완료됨 | ||||
label_x_open_issues_abbr_on_total: | ||||
zero: 0 open / {{total}} | ||||
one: 1 open / {{total}} | ||||
other: "{{count}} open / {{total}}" | ||||
label_x_open_issues_abbr: | ||||
zero: 0 open | ||||
one: 1 open | ||||
other: "{{count}} open" | ||||
label_x_closed_issues_abbr: | ||||
zero: 0 closed | ||||
one: 1 closed | ||||
other: "{{count}} closed" | ||||
label_total: 합계 | ||||
label_permissions: 허가권한 | ||||
label_current_status: 일감 상태 | ||||
label_new_statuses_allowed: 허용되는 일감 상태 | ||||
label_all: 모두 | ||||
label_none: 없음 | ||||
label_next: 다음 | ||||
label_previous: 이전 | ||||
label_used_by: 사용됨 | ||||
label_details: 자세히 | ||||
label_add_note: 일감덧글 추가 | ||||
label_per_page: 페이지별 | ||||
label_calendar: 달력 | ||||
label_months_from: 개월 동안 | 다음부터 | ||||
label_gantt: Gantt 챠트 | ||||
label_internal: 내부 | ||||
label_last_changes: "지난 변경사항 {{count}} 건" | ||||
label_change_view_all: 모든 변경 내역 보기 | ||||
label_personalize_page: 입맛대로 구성하기 | ||||
label_comment: 댓글 | ||||
label_comment_plural: 댓글 | ||||
label_x_comments: | ||||
zero: no comments | ||||
one: 1 comment | ||||
other: "{{count}} comments" | ||||
label_comment_add: 댓글 추가 | ||||
label_comment_added: 댓글이 추가되었습니다. | ||||
label_comment_delete: 댓글 삭제 | ||||
label_query: 사용자 검색조건 | ||||
label_query_plural: 사용자 검색조건 | ||||
label_query_new: 새 사용자 검색조건 | ||||
label_filter_add: 필터 추가 | ||||
label_filter_plural: 필터 | ||||
label_equals: 이다 | ||||
label_not_equals: 아니다 | ||||
label_in_less_than: 이내 | ||||
label_in_more_than: 이후 | ||||
label_in: 이내 | ||||
label_today: 오늘 | ||||
label_this_week: 이번주 | ||||
label_less_than_ago: 이전 | ||||
label_more_than_ago: 이후 | ||||
label_ago: 일 전 | ||||
label_contains: 포함되는 키워드 | ||||
label_not_contains: 포함하지 않는 키워드 | ||||
label_day_plural: 일 | ||||
label_repository: 저장소 | ||||
label_browse: 저장소 살피기 | ||||
label_modification: "{{count}} 변경" | ||||
label_modification_plural: "{{count}} 변경" | ||||
label_revision: 개정판 | ||||
label_revision_plural: 개정판 | ||||
label_added: 추가됨 | ||||
label_modified: 변경됨 | ||||
label_deleted: 삭제됨 | ||||
label_latest_revision: 최근 개정판 | ||||
label_latest_revision_plural: 최근 개정판 | ||||
label_view_revisions: 개정판 보기 | ||||
label_max_size: 최대 크기 | ||||
label_sort_highest: 최상단으로 | ||||
label_sort_higher: 위로 | ||||
label_sort_lower: 아래로 | ||||
label_sort_lowest: 최하단으로 | ||||
label_roadmap: 로드맵 | ||||
label_roadmap_due_in: "기한 {{value}}" | ||||
label_roadmap_overdue: "{{value}} 지연" | ||||
label_roadmap_no_issues: 이 버전에 해당하는 일감 없음 | ||||
label_search: 검색 | ||||
label_result_plural: 결과 | ||||
label_all_words: 모든 단어 | ||||
label_wiki: 위키 | ||||
label_wiki_edit: 위키 편집 | ||||
label_wiki_edit_plural: 위키 편집 | ||||
label_wiki_page: 위키 | ||||
label_wiki_page_plural: 위키 | ||||
label_index_by_title: 제목별 색인 | ||||
label_index_by_date: 날짜별 색인 | ||||
label_current_version: 현재 버전 | ||||
label_preview: 미리보기 | ||||
label_feed_plural: 피드(Feeds) | ||||
label_changes_details: 모든 상세 변경 내역 | ||||
label_issue_tracking: 일감 추적 | ||||
label_spent_time: 작업 시간 | ||||
label_f_hour: "{{value}} 시간" | ||||
label_f_hour_plural: "{{value}} 시간" | ||||
label_time_tracking: 시간추적 | ||||
label_change_plural: 변경사항들 | ||||
label_statistics: 통계 | ||||
label_commits_per_month: 월별 커밋 내역 | ||||
label_commits_per_author: 아이디별 커밋 내역 | ||||
label_view_diff: 차이점 보기 | ||||
label_diff_inline: 한줄로 | ||||
label_diff_side_by_side: 두줄로 | ||||
label_options: 옵션 | ||||
label_copy_workflow_from: 워크플로우를 복사해올 일감유형 | ||||
label_permissions_report: 권한 보고서 | ||||
label_watched_issues: 지켜보고 있는 일감 | ||||
label_related_issues: 연결된 일감 | ||||
label_applied_status: 적용된 상태 | ||||
label_loading: 읽는 중... | ||||
label_relation_new: 새 관계 | ||||
label_relation_delete: 관계 지우기 | ||||
label_relates_to: 다음 일감과 관련되어 있음 | ||||
label_duplicates: 다음 일감과 중복됨. | ||||
label_blocks: 다음 일감이 해결을 막고 있음. | ||||
label_blocked_by: 막고 있는 일감 | ||||
label_precedes: 다음 일감보다 앞서서 처리해야 함. | ||||
label_follows: 먼저 처리해야할 일감 | ||||
label_end_to_start: end to start | ||||
label_end_to_end: end to end | ||||
label_start_to_start: start to start | ||||
label_start_to_end: start to end | ||||
label_stay_logged_in: 로그인 유지 | ||||
label_disabled: 비활성화 | ||||
label_show_completed_versions: 완료된 버전 보기 | ||||
label_me: 나 | ||||
label_board: 게시판 | ||||
label_board_new: 새 게시판 | ||||
label_board_plural: 게시판 | ||||
label_topic_plural: 주제 | ||||
label_message_plural: 관련글 | ||||
label_message_last: 마지막 글 | ||||
label_message_new: 새글쓰기 | ||||
label_reply_plural: 답글 | ||||
label_send_information: 사용자에게 계정정보를 보냄 | ||||
label_year: 년 | ||||
label_month: 월 | ||||
label_week: 주 | ||||
label_date_from: '기간:' | ||||
label_date_to: ' ~ ' | ||||
label_language_based: 언어설정에 따름 | ||||
label_sort_by: "정렬방법({{value}})" | ||||
label_send_test_email: 테스트 메일 보내기 | ||||
label_feeds_access_key_created_on: "RSS에 접근가능한 열쇠(key)가 {{value}} 이전에 생성 " | ||||
label_module_plural: 모듈 | ||||
label_added_time_by: "{{author}}이(가) {{age}} 전에 추가함" | ||||
label_updated_time: "{{value}} 전에 수정됨" | ||||
label_jump_to_a_project: 다른 프로젝트로 이동하기 | ||||
label_file_plural: 파일 | ||||
label_changeset_plural: 변경묶음 | ||||
label_default_columns: 기본 컬럼 | ||||
label_no_change_option: (수정 안함) | ||||
label_bulk_edit_selected_issues: 선택된 일감들을 한꺼번에 수정하기 | ||||
label_theme: 테마 | ||||
label_default: 기본 | ||||
label_search_titles_only: 제목에서만 찾기 | ||||
label_user_mail_option_all: "내가 속한 프로젝트로들부터 모든 메일 받기" | ||||
label_user_mail_option_selected: "선택한 프로젝트들로부터 모든 메일 받기.." | ||||
label_user_mail_option_none: "내가 속하거나 감시 중인 사항에 대해서만" | ||||
button_login: 로그인 | ||||
button_submit: 확인 | ||||
button_save: 저장 | ||||
button_check_all: 모두선택 | ||||
button_uncheck_all: 선택해제 | ||||
button_delete: 삭제 | ||||
button_create: 완료 | ||||
button_test: 테스트 | ||||
button_edit: 편집 | ||||
button_add: 추가 | ||||
button_change: 변경 | ||||
button_apply: 적용 | ||||
button_clear: 초기화 | ||||
button_lock: 잠금 | ||||
button_unlock: 잠금해제 | ||||
button_download: 다운로드 | ||||
button_list: 목록 | ||||
button_view: 보기 | ||||
button_move: 이동 | ||||
button_back: 뒤로 | ||||
button_cancel: 취소 | ||||
button_activate: 활성화 | ||||
button_sort: 정렬 | ||||
button_log_time: 작업시간 기록 | ||||
button_rollback: 이 버전으로 롤백 | ||||
button_watch: 지켜보기 | ||||
button_unwatch: 관심끄기 | ||||
button_reply: 답글 | ||||
button_archive: 잠금보관 | ||||
button_unarchive: 잠금보관해제 | ||||
button_reset: 리셋 | ||||
button_rename: 이름변경 | ||||
status_active: 사용중 | ||||
status_registered: 등록대기 | ||||
status_locked: 잠김 | ||||
text_select_mail_notifications: 알림메일이 필요한 작업을 선택하세요. | ||||
text_regexp_info: 예) ^[A-Z0-9]+$ | ||||
text_min_max_length_info: 0 는 제한이 없음을 의미함 | ||||
text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까? | ||||
text_workflow_edit: 워크플로를 수정하기 위해서 역할과 일감유형을 선택하세요. | ||||
text_are_you_sure: 계속 진행 하시겠습니까? | ||||
text_journal_changed: "{{old}}에서 {{new}}(으)로 변경" | ||||
text_journal_set_to: " {{value}}로 설정" | ||||
text_journal_deleted: 삭제됨 | ||||
text_tip_task_begin_day: 오늘 시작하는 업무(task) | ||||
text_tip_task_end_day: 오늘 종료하는 업무(task) | ||||
text_tip_task_begin_end_day: 오늘 시작하고 종료하는 업무(task) | ||||
text_project_identifier_info: '영문 소문자 (a-z), 및 숫자 대쉬(-) 가능.<br />저장된후에는 식별자 변경 불가능.' | ||||
text_caracters_maximum: "최대 {{count}} 글자 가능." | ||||
text_length_between: "{{min}} 에서 {{max}} 글자" | ||||
text_tracker_no_workflow: 이 추적타입(tracker)에 워크플로우가 정의되지 않았습니다. | ||||
text_unallowed_characters: 허용되지 않는 문자열 | ||||
text_comma_separated: 복수의 값들이 허용됩니다.(구분자 ,) | ||||
text_issues_ref_in_commit_messages: 커밋메시지에서 일감을 참조하거나 해결하기 | ||||
text_issue_added: "Issue {{id}} has been reported by {{author}}." | ||||
text_issue_updated: "Issue {{id}} has been updated by {{author}}." | ||||
text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까? | ||||
text_issue_category_destroy_question: "일부 일감들({{count}}개)이 이 카테고리에 할당되어 있습니다. 어떻게 하시겠습니까?" | ||||
text_issue_category_destroy_assignments: 카테고리 할당 지우기 | ||||
text_issue_category_reassign_to: 일감을 이 카테고리에 다시 할당하기 | ||||
text_user_mail_option: "선택하지 않은 프로젝트에서도, 모니터링 중이거나 속해있는 사항(일감을 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다." | ||||
default_role_manager: 관리자 | ||||
default_role_developper: 개발자 | ||||
default_role_reporter: 보고자 | ||||
default_tracker_bug: 버그 | ||||
default_tracker_feature: 새기능 | ||||
default_tracker_support: 지원 | ||||
default_issue_status_new: 새로 만들기 | ||||
default_issue_status_assigned: 확인 | ||||
default_issue_status_resolved: 해결 | ||||
default_issue_status_feedback: 피드백 | ||||
default_issue_status_closed: 완료 | ||||
default_issue_status_rejected: 재처리 | ||||
default_doc_category_user: 사용자 문서 | ||||
default_doc_category_tech: 기술 문서 | ||||
default_priority_low: 낮음 | ||||
default_priority_normal: 보통 | ||||
default_priority_high: 높음 | ||||
default_priority_urgent: 긴급 | ||||
default_priority_immediate: 즉시 | ||||
default_activity_design: 설계 | ||||
default_activity_development: 개발 | ||||
enumeration_issue_priorities: 일감 우선순위 | ||||
enumeration_doc_categories: 문서 카테고리 | ||||
enumeration_activities: 작업분류(시간추적) | ||||
button_copy: 복사 | ||||
mail_body_account_information_external: "레드마인에 로그인할 때 {{value}} 계정을 사용하실 수 있습니다." | ||||
button_change_password: 비밀번호 변경 | ||||
label_nobody: nobody | ||||
setting_protocol: 프로토콜 | ||||
mail_body_account_information: 계정 정보 | ||||
label_user_mail_no_self_notified: "내가 만든 변경사항들에 대해서는 알림메일을 받지 않습니다." | ||||
setting_time_format: 시간 형식 | ||||
label_registration_activation_by_email: 메일로 계정을 활성화하기 | ||||
mail_subject_account_activation_request: "레드마인 계정 활성화 요청 ({{value}})" | ||||
|
r2484 | mail_body_account_activation_request: "새 계정({{value}})이 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:" | ||
|
r2430 | label_registration_automatic_activation: 자동 계정 활성화 | ||
label_registration_manual_activation: 수동 계정 활성화 | ||||
notice_account_pending: "계정이 만들어 졌습니다. 관리자의 승인이 있을 때까지 기다려야 합니다." | ||||
field_time_zone: 타임존 | ||||
text_caracters_minimum: "최소한 {{count}} 글자 이상이어야 합니다." | ||||
setting_bcc_recipients: 참조자들을 bcc로 숨기기 | ||||
button_annotate: 주석달기(annotate) | ||||
label_issues_by: "일감분류 방식 {{value}}" | ||||
field_searchable: 검색가능 | ||||
|
r2484 | label_display_per_page: "페이지당: {{value}}" | ||
|
r2430 | setting_per_page_options: 페이지당 표시할 객체 수 | ||
label_age: 마지막 수정일 | ||||
notice_default_data_loaded: 기본 설정을 성공적으로 로드하였습니다. | ||||
text_load_default_configuration: 기본 설정을 로딩하기 | ||||
text_no_configuration_data: "역할, 일감 타입, 일감 상태들과 워크플로가 아직 설정되지 않았습니다.\n기본 설정을 로딩하는 것을 권장합니다. 로드된 후에 수정할 수 있습니다." | ||||
error_can_t_load_default_data: "기본 설정을 로드할 수 없습니다.: {{value}}" | ||||
button_update: 수정 | ||||
label_change_properties: 속성 변경 | ||||
label_general: 일반 | ||||
label_repository_plural: 저장소들 | ||||
label_associated_revisions: 관련된 개정판들 | ||||
setting_user_format: 사용자 표시 형식 | ||||
text_status_changed_by_changeset: "변경묶음 {{value}}에서 적용됨." | ||||
label_more: 자세히 | ||||
text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?' | ||||
label_scm: 형상관리시스템(SCM) | ||||
text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:' | ||||
label_issue_added: 일감이 추가됨 | ||||
label_issue_updated: 일감이 고쳐짐 | ||||
label_document_added: 문서가 추가됨 | ||||
label_message_posted: 메시지가 추가됨 | ||||
label_file_added: 파일이 추가됨 | ||||
label_news_added: 뉴스가 추가됨 | ||||
project_module_boards: 게시판 | ||||
project_module_issue_tracking: 일감관리 | ||||
project_module_wiki: 위키 | ||||
project_module_files: 관련파일 | ||||
project_module_documents: 문서 | ||||
project_module_repository: 저장소 | ||||
project_module_news: 뉴스 | ||||
project_module_time_tracking: 시간추적 | ||||
text_file_repository_writable: 파일 저장소 쓰기 가능 | ||||
text_default_administrator_account_changed: 기본 관리자 계정이 변경되었습니다. | ||||
text_rmagick_available: RMagick 사용가능(옵션) | ||||
button_configure: 설정 | ||||
label_plugins: 플러그인 | ||||
label_ldap_authentication: LDAP 인증 | ||||
label_downloads_abbr: D/L | ||||
label_add_another_file: 다른 파일 추가 | ||||
label_this_month: 이번 달 | ||||
|
r2593 | text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까? | ||
|
r2430 | label_last_n_days: "지난 {{count}} 일" | ||
label_all_time: 모든 시간 | ||||
error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.' | ||||
label_this_year: 올해 | ||||
text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기 | ||||
label_date_range: 날짜 범위 | ||||
label_last_week: 지난 주 | ||||
label_yesterday: 어제 | ||||
label_optional_description: 부가적인 설명 | ||||
label_last_month: 지난 달 | ||||
text_destroy_time_entries: 보고된 시간을 삭제하기 | ||||
text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:' | ||||
setting_activity_days_default: 프로젝트 작업내역에 보여줄 날수 | ||||
label_chronological_order: 시간 순으로 정렬 | ||||
field_comments_sorting: 히스토리 정렬 설정 | ||||
label_reverse_chronological_order: 시간 역순으로 정렬 | ||||
label_preferences: 설정 | ||||
setting_display_subprojects_issues: 하위 프로젝트의 일감을 최상위 프로젝트에서 표시 | ||||
label_overall_activity: 전체 작업내역 | ||||
setting_default_projects_public: 새 프로젝트를 공개로 설정 | ||||
error_scm_annotate: "항목이 없거나 주석을 달 수 없습니다." | ||||
label_planning: 프로젝트계획(Planning) | ||||
|
r2484 | text_subprojects_destroy_warning: "서브프로젝트({{value}})가 자동으로 지워질 것입니다." | ||
|
r2430 | label_and_its_subprojects: "{{value}}와 서브프로젝트들" | ||
mail_body_reminder: "님에게 할당된 {{count}}개의 일감들을 다음 {{days}}일 안으로 마쳐야 합니다.:" | ||||
mail_subject_reminder: "내일까지 마쳐야할 일감 {{count}}개" | ||||
|
r2484 | text_user_wrote: "{{value}}의 덧글:" | ||
|
r2430 | label_duplicated_by: 중복된 일감 | ||
setting_enabled_scm: 허용할 SCM | ||||
text_enumeration_category_reassign_to: '새로운 값을 설정:' | ||||
|
r2484 | text_enumeration_destroy_question: "{{count}} 개의 일감이 이 값을 사용하고 있습니다." | ||
|
r2430 | label_incoming_emails: 수신 메일 설정 | ||
label_generate_key: 키 생성 | ||||
setting_mail_handler_api_enabled: 수신 메일에 WS 를 허용 | ||||
setting_mail_handler_api_key: API 키 | ||||
text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/email.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다." | ||||
field_parent_title: 상위 제목 | ||||
label_issue_watchers: 일감지킴이 설정 | ||||
setting_commit_logs_encoding: 저장소 커밋 메시지 인코딩 | ||||
button_quote: 댓글달기 | ||||
setting_sequential_project_identifiers: 프로젝트 식별자를 순차적으로 생성 | ||||
notice_unable_delete_version: 삭제 할 수 없는 버전 입니다. | ||||
label_renamed: 이름바뀜 | ||||
label_copied: 복사됨 | ||||
setting_plain_text_mail: 테스트만(HTML없음) | ||||
permission_view_files: 파일보기 | ||||
permission_edit_issues: 일감 편집 | ||||
permission_edit_own_time_entries: 내 시간로그 편집 | ||||
permission_manage_public_queries: 공용 질의 관리 | ||||
permission_add_issues: 일감 추가 | ||||
permission_log_time: 소요시간 기록 | ||||
permission_view_changesets: 변경묶음보기 | ||||
permission_view_time_entries: 소요시간 보기 | ||||
permission_manage_versions: 버전 관리 | ||||
permission_manage_wiki: 위키 관리 | ||||
permission_manage_categories: 일감 카테고리 관리 | ||||
permission_protect_wiki_pages: 프로젝트 위키 페이지 | ||||
permission_comment_news: 뉴스에 코멘트달기 | ||||
permission_delete_messages: 메시지 삭제 | ||||
permission_select_project_modules: 프로젝트 모듈 선택 | ||||
permission_manage_documents: 문서 관리 | ||||
permission_edit_wiki_pages: 위키 페이지 편집 | ||||
permission_add_issue_watchers: 일감지킴이 추가 | ||||
permission_view_gantt: Gantt차트 보기 | ||||
permission_move_issues: 일감 이동 | ||||
permission_manage_issue_relations: 일감 관계 관리 | ||||
permission_delete_wiki_pages: 위치 페이지 삭제 | ||||
permission_manage_boards: 게시판 관리 | ||||
permission_delete_wiki_pages_attachments: 첨부파일 삭제 | ||||
permission_view_wiki_edits: 위키 기록 보기 | ||||
permission_add_messages: 메시지 추가 | ||||
permission_view_messages: 메시지 보기 | ||||
permission_manage_files: 파일관리 | ||||
permission_edit_issue_notes: 덧글 편집 | ||||
permission_manage_news: 뉴스 관리 | ||||
permission_view_calendar: 달력 보기 | ||||
permission_manage_members: 멤버 관리 | ||||
permission_edit_messages: 메시지 편집 | ||||
permission_delete_issues: 일감 삭제 | ||||
permission_view_issue_watchers: 일감지킴이 보기 | ||||
permission_manage_repository: 저장소 관리 | ||||
permission_commit_access: 변경로그 보기 | ||||
permission_browse_repository: 저장소 둘러보기 | ||||
permission_view_documents: 문서 보기 | ||||
permission_edit_project: 프로젝트 편집 | ||||
permission_add_issue_notes: 덧글 추가 | ||||
permission_save_queries: 쿼리 저장 | ||||
permission_view_wiki_pages: 위키 보기 | ||||
permission_rename_wiki_pages: 위키 페이지 이름변경 | ||||
permission_edit_time_entries: 시간기록 편집 | ||||
permission_edit_own_issue_notes: 내 덧글 편집 | ||||
setting_gravatar_enabled: 그라바타 사용자 아이콘 쓰기 | ||||
label_example: 예 | ||||
text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다." | ||||
permission_edit_own_messages: 자기 메시지 편집 | ||||
permission_delete_own_messages: 자기 메시지 삭제 | ||||
label_user_activity: "{{value}}의 작업내역" | ||||
label_updated_time_by: "{{author}}가 {{age}} 전에 변경" | ||||
text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.' | ||||
setting_diff_max_lines_displayed: 차이점보기에 표시할 최대 줄수 | ||||
text_plugin_assets_writable: Plugin assets directory writable | ||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved." | ||||
button_create_and_continue: Create and continue | ||||
text_custom_field_possible_values_info: 'One line for each value' | ||||
label_display: Display | ||||
field_editable: Editable | ||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log | ||||
|
r2440 | setting_file_max_size_displayed: Max size of text files displayed inline | ||
|
r2443 | field_watcher: Watcher | ||
setting_openid: Allow OpenID login and registration | ||||
|
r2445 | field_identity_url: OpenID URL | ||
label_login_with_open_id_option: or login with OpenID | ||||
|
r2482 | field_content: Content | ||
|
r2504 | label_descending: Descending | ||
label_sort: Sort | ||||
label_ascending: Ascending | ||||
|
r2519 | label_date_from_to: From {{start}} to {{end}} | ||
|
r2538 | label_greater_or_equal: ">=" | ||
label_less_or_equal: <= | ||||
|
r2584 | text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do? | ||
text_wiki_page_reassign_children: Reassign child pages to this parent page | ||||
text_wiki_page_nullify_children: Keep child pages as root pages | ||||
text_wiki_page_destroy_children: Delete child pages and all their descendants | ||||
|
r2586 | setting_password_min_length: Minimum password length | ||