Redmine 4.1.1

This commit is contained in:
Manuel Cillero 2020-11-22 21:20:06 +01:00
parent 33e7b881a5
commit 3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions

View file

@ -179,6 +179,10 @@ ko:
earlier_than_minimum_start_date: "시작날짜 %{date}보다 앞선 시간으로 설정할 수 없습니다."
not_a_regexp: "is not a valid regular expression"
open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
must_contain_uppercase: "must contain uppercase letters (A-Z)"
must_contain_lowercase: "must contain lowercase letters (a-z)"
must_contain_digits: "must contain digits (0-9)"
must_contain_special_chars: "must contain special characters (!, $, %, ...)"
actionview_instancetag_blank_option: 선택하세요
@ -316,7 +320,6 @@ ko:
field_spent_on: 작업시간
field_identifier: 식별자
field_is_filter: 검색조건으로 사용됨
field_issue_to_id: 연관된 일감
field_delay: 지연
field_assignable: 일감을 맡길 수 있음
field_redirect_existing_links: 기존의 링크로 돌려보냄(redirect)
@ -334,7 +337,6 @@ ko:
field_group_by: 결과를 묶어 보여줄 기준
setting_app_title: 레드마인 제목
setting_app_subtitle: 레드마인 부제목
setting_welcome_text: 환영 메시지
setting_default_language: 기본 언어
setting_login_required: 인증이 필요함
@ -388,7 +390,6 @@ ko:
permission_add_issue_notes: 덧글 추가
permission_edit_issue_notes: 덧글 편집
permission_edit_own_issue_notes: 내 덧글 편집
permission_move_issues: 일감 이동
permission_delete_issues: 일감 삭제
permission_manage_public_queries: 공용 검색양식 관리
permission_save_queries: 검색양식 저장
@ -481,7 +482,6 @@ ko:
label_enumeration_new: 새 코드값
label_information: 정보
label_information_plural: 정보
label_please_login: 로그인하세요.
label_register: 등록
label_login_with_open_id_option: 또는 OpenID로 로그인
label_password_lost: 비밀번호 찾기
@ -596,7 +596,6 @@ ko:
label_less_or_equal: "<="
label_in: 이내
label_today: 오늘
label_all_time: 모든 시간
label_yesterday: 어제
label_this_week: 이번주
label_last_week: 지난 주
@ -819,12 +818,13 @@ ko:
text_default_administrator_account_changed: 기본 관리자 계정이 변경
text_file_repository_writable: 파일 저장소 쓰기 가능
text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능
text_rmagick_available: RMagick 사용 가능 (선택적)
text_minimagick_available: MiniMagick 사용 가능 (선택적)
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_in: "%{value}의 덧글 (%{link}):"
text_enumeration_category_reassign_to: '새로운 값을 설정:'
text_enumeration_destroy_question: "%{count} 개의 일감이 이 값을 사용하고 있습니다."
text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/configuration.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다."
@ -894,7 +894,6 @@ ko:
label_version_sharing_tree: 최상위 및 모든 하위 프로젝트
label_version_sharing_none: 공유없음
error_can_not_archive_project: 이 프로젝트를 잠금보관할 수 없습니다.
button_duplicate: 복제
button_copy_and_follow: 복사하고 따라가기
label_copy_source: 원본
setting_issue_done_ratio: 일감의 진척도 계산방법
@ -932,7 +931,7 @@ ko:
permission_export_wiki_pages: 위키 페이지 내보내기
setting_cache_formatted_text: 형식을 가진 텍스트 빠른 임시 기억
permission_manage_project_activities: 프로젝트 작업내역 관리
error_unable_delete_issue_status: 일감 상태를 지울 수 없습니다.
error_unable_delete_issue_status: 일감 상태를 지울 수 없습니다. (%{value})
label_profile: 사용자정보
permission_manage_subtasks: 하위 일감 관리
field_parent_issue: 상위 일감
@ -1067,7 +1066,6 @@ ko:
setting_session_timeout: 세션 비활성화 타임아웃
label_session_expiration: 세션 만료
permission_close_project: 프로젝트를 닫거나 다시 열기
label_show_closed_projects: 닫힌 프로젝트 보기
button_close: 닫기
button_reopen: 다시 열기
project_status_active: 사용중
@ -1246,7 +1244,7 @@ ko:
setting_timespan_format: Time span format
label_table_of_contents: Table of contents
setting_commit_logs_formatting: Apply text formatting to commit messages
setting_mail_handler_enable_regex_delimiters: Enable regular expressions
setting_mail_handler_enable_regex: Enable regular expressions
error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new
project: %{errors}'
error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot
@ -1267,3 +1265,89 @@ ko:
permission_view_news: View news
label_no_preview_alternative_html: No preview available. %{link} the file instead.
label_no_preview_download: Download
setting_close_duplicate_issues: Close duplicate issues automatically
error_exceeds_maximum_hours_per_day: Cannot log more than %{max_hours} hours on the
same day (%{logged_hours} hours have already been logged)
setting_time_entry_list_defaults: Timelog list defaults
setting_timelog_accept_0_hours: Accept time logs with 0 hours
setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user
label_x_revisions: "%{count} revisions"
error_can_not_delete_auth_source: This authentication mode is in use and cannot be
deleted.
button_actions: Actions
mail_body_lost_password_validity: Please be aware that you may change the password
only once using this link.
text_login_required_html: When not requiring authentication, public projects and their
contents are openly available on the network. You can <a href="%{anonymous_role_path}">edit
the applicable permissions</a>.
label_login_required_yes: 'Yes'
label_login_required_no: No, allow anonymous access to public projects
text_project_is_public_non_member: Public projects and their contents are available
to all logged-in users.
text_project_is_public_anonymous: Public projects and their contents are openly available
on the network.
label_version_and_files: Versions (%{count}) and Files
label_ldap: LDAP
label_ldaps_verify_none: LDAPS (without certificate check)
label_ldaps_verify_peer: LDAPS
label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate
check to prevent any manipulation during the authentication process.
label_nothing_to_preview: Nothing to preview
error_token_expired: This password recovery link has expired, please try again.
error_spent_on_future_date: Cannot log time on a future date
setting_timelog_accept_future_dates: Accept time logs on future dates
label_delete_link_to_subtask: 관계 지우기
error_not_allowed_to_log_time_for_other_users: You are not allowed to log time
for other users
permission_log_time_for_other_users: Log spent time for other users
label_tomorrow: tomorrow
label_next_week: next week
label_next_month: next month
text_role_no_workflow: No workflow defined for this role
text_status_no_workflow: No tracker uses this status in the workflows
setting_mail_handler_preferred_body_part: Preferred part of multipart (HTML) emails
setting_show_status_changes_in_mail_subject: Show status changes in issue mail notifications
subject
label_inherited_from_parent_project: Inherited from parent project
label_inherited_from_group: Inherited from group %{name}
label_trackers_description: Trackers description
label_open_trackers_description: View all trackers description
label_preferred_body_part_text: Text
label_preferred_body_part_html: HTML (experimental)
field_parent_issue_subject: Parent task subject
permission_edit_own_issues: Edit own issues
text_select_apply_tracker: Select tracker
label_updated_issues: Updated issues
text_avatar_server_config_html: The current avatar server is <a href="%{url}">%{url}</a>.
You can configure it in config/configuration.yml.
setting_gantt_months_limit: Maximum number of months displayed on the gantt chart
permission_import_time_entries: Import time entries
label_import_notifications: Send email notifications during the import
text_gs_available: ImageMagick PDF support available (optional)
field_recently_used_projects: Number of recently used projects in jump box
label_optgroup_bookmarks: Bookmarks
label_optgroup_others: Other projects
label_optgroup_recents: Recently used
button_project_bookmark: Add bookmark
button_project_bookmark_delete: Remove bookmark
field_history_default_tab: Issue's history default tab
label_issue_history_properties: Property changes
label_issue_history_notes: Notes
label_last_tab_visited: Last visited tab
field_unique_id: Unique ID
text_no_subject: no subject
setting_password_required_char_classes: Required character classes for passwords
label_password_char_class_uppercase: uppercase letters
label_password_char_class_lowercase: lowercase letters
label_password_char_class_digits: digits
label_password_char_class_special_chars: special characters
text_characters_must_contain: Must contain %{character_classes}.
label_starts_with: starts with
label_ends_with: ends with
label_issue_fixed_version_updated: Target version updated
setting_project_list_defaults: Projects list defaults
label_display_type: Display results as
label_display_type_list: List
label_display_type_board: Board
label_my_bookmarks: My bookmarks
label_import_time_entries: Import time entries