]> BookStack Code Mirror - bookstack/blob - resources/lang/kr/common.php
Update passwords.php
[bookstack] / resources / lang / kr / common.php
1 <?php
2 return [
3
4     /**
5      * Buttons
6      */
7     'cancel' => '취소',
8     'confirm' => '확인',
9     'back' => '뒤로',
10     'save' => '저장',
11     'continue' => '계속하기',
12     'select' => '선택',
13     'more' => '더보기',
14
15     /**
16      * Form Labels
17      */
18     'name' => '이름',
19     'description' => '설명',
20     'role' => '역할',
21     'cover_image' => '대표 이미지',
22     'cover_image_description' => '이 이미지는 약 440x250px 정도의 크기여야 합니다.',
23     
24     /**
25      * Actions
26      */
27     'actions' => 'Actions',
28     'view' => '뷰',
29     'create' => '생성',
30     'update' => '업데이트',
31     'edit' => '수정',
32     'sort' => '정렬',
33     'move' => '이동',
34     'copy' => '복사',
35     'reply' => 'Reply',
36     'delete' => '삭제',
37     'search' => '검색',
38     'search_clear' => '검색기록 삭제',
39     'reset' => '초기화',
40     'remove' => '제거',
41     'add' => '추가',
42
43     /**
44      * Misc
45      */
46     'deleted_user' => '삭제된 사용자',
47     'no_activity' => '활동내역이 없음',
48     'no_items' => '사용가능한 항목이 없음',
49     'back_to_top' => '맨위로',
50     'toggle_details' => '상세 토글',
51     'toggle_thumbnails' => '썸내일 토글',
52     'details' => '상세',
53     'grid_view' => '그리드 뷰',
54     'list_view' => '리스트뷰',
55     'default' => '기본설정',
56
57     /**
58      * Header
59      */
60     'view_profile' => '프로파일 보기',
61     'edit_profile' => '프로파일 수정하기',
62
63     /**
64      * Email Content
65      */
66     'email_action_help' => '":actionText"버튼을 클릭하는 데 문제가 있으면 아래 URL을 복사하여 웹 브라우저에 붙여 넣으십시오:',
67     'email_rights' => 'All rights reserved',
68 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.