]> BookStack Code Mirror - bookstack/blob - resources/lang/ko/common.php
Added testing to cover debug view
[bookstack] / resources / lang / ko / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => '취소',
9     'confirm' => '확인',
10     'back' => '뒤로',
11     'save' => '저장',
12     'continue' => '계속',
13     'select' => '선택',
14     'toggle_all' => '모두 보기',
15     'more' => '더 보기',
16
17     // Form Labels
18     'name' => '이름',
19     'description' => '설명',
20     'role' => '권한',
21     'cover_image' => '대표 이미지',
22     'cover_image_description' => '이미지 규격은 440x250px 내외입니다.',
23     
24     // Actions
25     'actions' => '활동',
26     'view' => '보기',
27     'view_all' => '모두 보기',
28     'create' => '만들기',
29     'update' => '바꾸기',
30     'edit' => '수정',
31     'sort' => '정렬',
32     'move' => '이동',
33     'copy' => '복사',
34     'reply' => '답글',
35     'delete' => '삭제',
36     'delete_confirm' => '삭제 요청 확인',
37     'search' => '검색',
38     'search_clear' => '검색 지우기',
39     'reset' => '리셋',
40     'remove' => '제거',
41     'add' => '추가',
42     'configure' => 'Configure',
43     'fullscreen' => '전체화면',
44     'favourite' => 'Favourite',
45     'unfavourite' => 'Unfavourite',
46     'next' => 'Next',
47     'previous' => 'Previous',
48
49     // Sort Options
50     'sort_options' => '정렬 기준',
51     'sort_direction_toggle' => '순서 반전',
52     'sort_ascending' => '오름차 순서',
53     'sort_descending' => '내림차 순서',
54     'sort_name' => '제목',
55     'sort_default' => 'Default',
56     'sort_created_at' => '만든 날짜',
57     'sort_updated_at' => '수정한 날짜',
58
59     // Misc
60     'deleted_user' => '삭제한 사용자',
61     'no_activity' => '활동 없음',
62     'no_items' => '항목 없음',
63     'back_to_top' => '맨 위로',
64     'skip_to_main_content' => 'Skip to main content',
65     'toggle_details' => '내용 보기',
66     'toggle_thumbnails' => '섬네일 보기',
67     'details' => '정보',
68     'grid_view' => '격자 보기',
69     'list_view' => '목록 보기',
70     'default' => '기본 설정',
71     'breadcrumb' => '탐색 경로',
72
73     // Header
74     'header_menu_expand' => 'Expand Header Menu',
75     'profile_menu' => '프로필',
76     'view_profile' => '프로필 보기',
77     'edit_profile' => '프로필 바꾸기',
78     'dark_mode' => '다크 모드',
79     'light_mode' => '라이트 모드',
80
81     // Layout tabs
82     'tab_info' => '정보',
83     'tab_info_label' => 'Tab: Show Secondary Information',
84     'tab_content' => '내용',
85     'tab_content_label' => 'Tab: Show Primary Content',
86
87     // Email Content
88     'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.',
89     'email_rights' => '모든 권리 소유',
90
91     // Footer Link Options
92     // Not directly used but available for convenience to users.
93     'privacy_policy' => 'Privacy Policy',
94     'terms_of_service' => 'Terms of Service',
95 ];