BookStack/resources/lang/ko/common.php
Dan Brown 033b163675
New Crowdin updates (#3214)
* New translations auth.php (Spanish)

* New translations auth.php (Estonian)

* New translations entities.php (Estonian)

* New translations common.php (French)

* New translations common.php (Indonesian)

* New translations common.php (Turkish)

* New translations common.php (Ukrainian)

* New translations common.php (Chinese Simplified)

* New translations common.php (Chinese Traditional)

* New translations common.php (Vietnamese)

* New translations common.php (Portuguese, Brazilian)

* New translations common.php (Persian)

* New translations common.php (Slovenian)

* New translations common.php (Spanish, Argentina)

* New translations common.php (Croatian)

* New translations common.php (Estonian)

* New translations common.php (Latvian)

* New translations common.php (Bosnian)

* New translations common.php (Norwegian Bokmal)

* New translations common.php (Swedish)

* New translations common.php (Slovak)

* New translations common.php (Spanish)

* New translations common.php (Hebrew)

* New translations common.php (Arabic)

* New translations common.php (Bulgarian)

* New translations common.php (Catalan)

* New translations common.php (Czech)

* New translations common.php (Danish)

* New translations common.php (German)

* New translations common.php (Hungarian)

* New translations common.php (Russian)

* New translations common.php (Italian)

* New translations common.php (Japanese)

* New translations common.php (Korean)

* New translations common.php (Lithuanian)

* New translations common.php (Dutch)

* New translations common.php (Polish)

* New translations common.php (Portuguese)

* New translations common.php (German Informal)

* New translations common.php (Spanish)

* New translations common.php (Italian)

* New translations settings.php (Italian)

* New translations common.php (Spanish, Argentina)
2022-02-01 11:48:29 +00:00

103 lines
3.0 KiB
PHP

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => '취소',
'confirm' => '확인',
'back' => '뒤로',
'save' => '저장',
'continue' => '계속',
'select' => '선택',
'toggle_all' => '모두 보기',
'more' => '더 보기',
// Form Labels
'name' => '이름',
'description' => '설명',
'role' => '권한',
'cover_image' => '대표 이미지',
'cover_image_description' => '이미지 규격은 440x250px 내외입니다.',
// Actions
'actions' => '활동',
'view' => '보기',
'view_all' => '모두 보기',
'create' => '만들기',
'update' => '바꾸기',
'edit' => '수정',
'sort' => '정렬',
'move' => '이동',
'copy' => '복사',
'reply' => '답글',
'delete' => '삭제',
'delete_confirm' => '삭제 요청 확인',
'search' => '검색',
'search_clear' => '검색 지우기',
'reset' => '리셋',
'remove' => '제거',
'add' => '추가',
'configure' => 'Configure',
'fullscreen' => '전체화면',
'favourite' => 'Favourite',
'unfavourite' => 'Unfavourite',
'next' => 'Next',
'previous' => 'Previous',
'filter_active' => 'Active Filter:',
'filter_clear' => 'Clear Filter',
// Sort Options
'sort_options' => '정렬 기준',
'sort_direction_toggle' => '순서 반전',
'sort_ascending' => '오름차 순서',
'sort_descending' => '내림차 순서',
'sort_name' => '제목',
'sort_default' => 'Default',
'sort_created_at' => '만든 날짜',
'sort_updated_at' => '수정한 날짜',
// Misc
'deleted_user' => '삭제한 사용자',
'no_activity' => '활동 없음',
'no_items' => '항목 없음',
'back_to_top' => '맨 위로',
'skip_to_main_content' => 'Skip to main content',
'toggle_details' => '내용 보기',
'toggle_thumbnails' => '섬네일 보기',
'details' => '정보',
'grid_view' => '격자 보기',
'list_view' => '목록 보기',
'default' => '기본 설정',
'breadcrumb' => '탐색 경로',
'status' => 'Status',
'status_active' => 'Active',
'status_inactive' => 'Inactive',
'never' => 'Never',
'none' => 'None',
// Header
'header_menu_expand' => 'Expand Header Menu',
'profile_menu' => '프로필',
'view_profile' => '프로필 보기',
'edit_profile' => '프로필 바꾸기',
'dark_mode' => '다크 모드',
'light_mode' => '라이트 모드',
// Layout tabs
'tab_info' => '정보',
'tab_info_label' => 'Tab: Show Secondary Information',
'tab_content' => '내용',
'tab_content_label' => 'Tab: Show Primary Content',
// Email Content
'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.',
'email_rights' => '모든 권리 소유',
// Footer Link Options
// Not directly used but available for convenience to users.
'privacy_policy' => 'Privacy Policy',
'terms_of_service' => 'Terms of Service',
];