]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ko/common.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / resources / lang / ko / common.php
index e040c6e5ab778bc7d19751d78478a9efda3f6aea..31d3e50241934331925ffcb985bf8639842f36a7 100644 (file)
@@ -1,31 +1,30 @@
 <?php
+/**
+ * Common elements found throughout many areas of BookStack.
+ */
 return [
 
-    /**
-     * Buttons
-     */
+    // Buttons
     'cancel' => '취소',
     'confirm' => '확인',
     'back' => '뒤로',
     'save' => '저장',
     'continue' => '계속하기',
     'select' => '선택',
+    'toggle_all' => 'Toggle All',
     'more' => '더보기',
 
-    /**
-     * Form Labels
-     */
+    // Form Labels
     'name' => '이름',
     'description' => '설명',
     'role' => '역할',
     'cover_image' => '대표 이미지',
     'cover_image_description' => '이 이미지는 약 440x250px 정도의 크기여야 합니다.',
     
-    /**
-     * Actions
-     */
+    // Actions
     'actions' => 'Actions',
     'view' => '뷰',
+    'view_all' => 'View All',
     'create' => '생성',
     'update' => '업데이트',
     'edit' => '수정',
@@ -40,9 +39,16 @@ return [
     'remove' => '제거',
     'add' => '추가',
 
-    /**
-     * Misc
-     */
+    // Sort Options
+    'sort_options' => 'Sort Options',
+    'sort_direction_toggle' => 'Sort Direction Toggle',
+    'sort_ascending' => 'Sort Ascending',
+    'sort_descending' => 'Sort Descending',
+    'sort_name' => 'Name',
+    'sort_created_at' => 'Created Date',
+    'sort_updated_at' => 'Updated Date',
+
+    // Misc
     'deleted_user' => '삭제된 사용자',
     'no_activity' => '활동내역이 없음',
     'no_items' => '사용가능한 항목이 없음',
@@ -53,16 +59,18 @@ return [
     'grid_view' => '그리드 뷰',
     'list_view' => '리스트뷰',
     'default' => '기본설정',
+    'breadcrumb' => 'Breadcrumb',
 
-    /**
-     * Header
-     */
+    // Header
+    'profile_menu' => 'Profile Menu',
     'view_profile' => '프로파일 보기',
     'edit_profile' => '프로파일 수정하기',
 
-    /**
-     * Email Content
-     */
+    // Layout tabs
+    'tab_info' => 'Info',
+    'tab_content' => 'Content',
+
+    // Email Content
     'email_action_help' => '":actionText"버튼을 클릭하는 데 문제가 있으면 아래 URL을 복사하여 웹 브라우저에 붙여 넣으십시오:',
     'email_rights' => 'All rights reserved',
-];
\ No newline at end of file
+];