]> BookStack Code Mirror - bookstack/blob - resources/lang/ko/common.php
Started work on details/summary blocks
[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     'filter_active' => 'Active Filter:',
49     'filter_clear' => 'Clear Filter',
50
51     // Sort Options
52     'sort_options' => '정렬 기준',
53     'sort_direction_toggle' => '순서 반전',
54     'sort_ascending' => '오름차 순서',
55     'sort_descending' => '내림차 순서',
56     'sort_name' => '제목',
57     'sort_default' => 'Default',
58     'sort_created_at' => '만든 날짜',
59     'sort_updated_at' => '수정한 날짜',
60
61     // Misc
62     'deleted_user' => '삭제한 사용자',
63     'no_activity' => '활동 없음',
64     'no_items' => '항목 없음',
65     'back_to_top' => '맨 위로',
66     'skip_to_main_content' => 'Skip to main content',
67     'toggle_details' => '내용 보기',
68     'toggle_thumbnails' => '섬네일 보기',
69     'details' => '정보',
70     'grid_view' => '격자 보기',
71     'list_view' => '목록 보기',
72     'default' => '기본 설정',
73     'breadcrumb' => '탐색 경로',
74     'status' => 'Status',
75     'status_active' => 'Active',
76     'status_inactive' => 'Inactive',
77     'never' => 'Never',
78
79     // Header
80     'header_menu_expand' => 'Expand Header Menu',
81     'profile_menu' => '프로필',
82     'view_profile' => '프로필 보기',
83     'edit_profile' => '프로필 바꾸기',
84     'dark_mode' => '다크 모드',
85     'light_mode' => '라이트 모드',
86
87     // Layout tabs
88     'tab_info' => '정보',
89     'tab_info_label' => 'Tab: Show Secondary Information',
90     'tab_content' => '내용',
91     'tab_content_label' => 'Tab: Show Primary Content',
92
93     // Email Content
94     'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.',
95     'email_rights' => '모든 권리 소유',
96
97     // Footer Link Options
98     // Not directly used but available for convenience to users.
99     'privacy_policy' => 'Privacy Policy',
100     'terms_of_service' => 'Terms of Service',
101 ];