]> BookStack Code Mirror - bookstack/blob - resources/lang/ko/common.php
Fix "Declaration of Middleware\TrustProxies::handle should be compatible with Fidelop...
[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' => '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' => 'Actions',
26     'view' => '뷰',
27     'view_all' => 'View All',
28     'create' => '생성',
29     'update' => '업데이트',
30     'edit' => '수정',
31     'sort' => '정렬',
32     'move' => '이동',
33     'copy' => '복사',
34     'reply' => 'Reply',
35     'delete' => '삭제',
36     'search' => '검색',
37     'search_clear' => '검색기록 삭제',
38     'reset' => '초기화',
39     'remove' => '제거',
40     'add' => '추가',
41
42     // Sort Options
43     'sort_options' => 'Sort Options',
44     'sort_direction_toggle' => 'Sort Direction Toggle',
45     'sort_ascending' => 'Sort Ascending',
46     'sort_descending' => 'Sort Descending',
47     'sort_name' => 'Name',
48     'sort_created_at' => 'Created Date',
49     'sort_updated_at' => 'Updated Date',
50
51     // Misc
52     'deleted_user' => '삭제된 사용자',
53     'no_activity' => '활동내역이 없음',
54     'no_items' => '사용가능한 항목이 없음',
55     'back_to_top' => '맨위로',
56     'toggle_details' => '상세 토글',
57     'toggle_thumbnails' => '썸내일 토글',
58     'details' => '상세',
59     'grid_view' => '그리드 뷰',
60     'list_view' => '리스트뷰',
61     'default' => '기본설정',
62     'breadcrumb' => 'Breadcrumb',
63
64     // Header
65     'profile_menu' => 'Profile Menu',
66     'view_profile' => '프로파일 보기',
67     'edit_profile' => '프로파일 수정하기',
68
69     // Layout tabs
70     'tab_info' => 'Info',
71     'tab_content' => 'Content',
72
73     // Email Content
74     'email_action_help' => '":actionText"버튼을 클릭하는 데 문제가 있으면 아래 URL을 복사하여 웹 브라우저에 붙여 넣으십시오:',
75     'email_rights' => 'All rights reserved',
76 ];