mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Update Korean translation (#3256)
* Update validation.php * Update activities.php * Update passwords.php * Update common.php * Update common.php * Update auth.php * Update components.php * Add files via upload * Update errors.php * Update entities.php * Update entities.php * Update entities.php * Update auth.php * Update activities.php * Update components.php * Update components.php * Update entities.php * Update components.php * Update entities.php * Update errors.php * Update settings.php * Update settings.php * Add files via upload * Update errors.php
This commit is contained in:
@@ -39,14 +39,14 @@ return [
|
||||
'reset' => '리셋',
|
||||
'remove' => '제거',
|
||||
'add' => '추가',
|
||||
'configure' => 'Configure',
|
||||
'configure' => '설정',
|
||||
'fullscreen' => '전체화면',
|
||||
'favourite' => 'Favourite',
|
||||
'unfavourite' => 'Unfavourite',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Previous',
|
||||
'filter_active' => 'Active Filter:',
|
||||
'filter_clear' => 'Clear Filter',
|
||||
'favourite' => '북마크',
|
||||
'unfavourite' => '좋아하지 않음',
|
||||
'next' => '다음',
|
||||
'previous' => '이전',
|
||||
'filter_active' => '적용 중:',
|
||||
'filter_clear' => '모든 필터 해제',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => '정렬 기준',
|
||||
@@ -54,7 +54,7 @@ return [
|
||||
'sort_ascending' => '오름차 순서',
|
||||
'sort_descending' => '내림차 순서',
|
||||
'sort_name' => '제목',
|
||||
'sort_default' => 'Default',
|
||||
'sort_default' => '기본값',
|
||||
'sort_created_at' => '만든 날짜',
|
||||
'sort_updated_at' => '수정한 날짜',
|
||||
|
||||
@@ -63,7 +63,7 @@ return [
|
||||
'no_activity' => '활동 없음',
|
||||
'no_items' => '항목 없음',
|
||||
'back_to_top' => '맨 위로',
|
||||
'skip_to_main_content' => 'Skip to main content',
|
||||
'skip_to_main_content' => '메인 항목으로',
|
||||
'toggle_details' => '내용 보기',
|
||||
'toggle_thumbnails' => '섬네일 보기',
|
||||
'details' => '정보',
|
||||
@@ -71,32 +71,33 @@ return [
|
||||
'list_view' => '목록 보기',
|
||||
'default' => '기본 설정',
|
||||
'breadcrumb' => '탐색 경로',
|
||||
'status' => 'Status',
|
||||
'status_active' => 'Active',
|
||||
'status_inactive' => 'Inactive',
|
||||
'never' => 'Never',
|
||||
'none' => 'None',
|
||||
'status' => '상태',
|
||||
'status_active' => '활성',
|
||||
'status_inactive' => '비활성',
|
||||
'never' => '안 함',
|
||||
'none' => '없음',
|
||||
|
||||
// Header
|
||||
'header_menu_expand' => 'Expand Header Menu',
|
||||
'header_menu_expand' => '헤더 메뉴 펼치기',
|
||||
'profile_menu' => '프로필',
|
||||
'view_profile' => '프로필 보기',
|
||||
'edit_profile' => '프로필 바꾸기',
|
||||
'dark_mode' => '다크 모드',
|
||||
'light_mode' => '라이트 모드',
|
||||
'dark_mode' => '어두운 테마',
|
||||
'light_mode' => '밝은 테마',
|
||||
|
||||
// Layout tabs
|
||||
'tab_info' => '정보',
|
||||
'tab_info_label' => 'Tab: Show Secondary Information',
|
||||
'tab_info_label' => 'Tab: 보조 정보 보이기',
|
||||
'tab_content' => '내용',
|
||||
'tab_content_label' => 'Tab: Show Primary Content',
|
||||
'tab_content_label' => 'Tab: 우선 항목 보이기',
|
||||
|
||||
// Email Content
|
||||
'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.',
|
||||
'email_rights' => '모든 권리 소유',
|
||||
// Don't Translate
|
||||
'email_rights' => 'All rights reserved.',
|
||||
|
||||
// Footer Link Options
|
||||
// Not directly used but available for convenience to users.
|
||||
'privacy_policy' => 'Privacy Policy',
|
||||
'terms_of_service' => 'Terms of Service',
|
||||
'privacy_policy' => '개인 정보 처리 방침',
|
||||
'terms_of_service' => '서비스 이용 약관',
|
||||
];
|
||||
|
Reference in New Issue
Block a user