]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ko/common.php
Added copy considerations
[bookstack] / resources / lang / ko / common.php
index 3c40f12e257bf4d9c89f3a82f7f6796d5c5cfde6..cf889fd2f88243e593a555cd1c391d30b83c4475 100644 (file)
@@ -20,7 +20,7 @@ return [
     'role' => '권한',
     'cover_image' => '대표 이미지',
     'cover_image_description' => '이미지 규격은 440x250px 내외입니다.',
-    
+
     // Actions
     'actions' => '활동',
     'view' => '보기',
@@ -39,7 +39,14 @@ return [
     'reset' => '리셋',
     'remove' => '제거',
     'add' => '추가',
+    'configure' => 'Configure',
     'fullscreen' => '전체화면',
+    'favourite' => 'Favourite',
+    'unfavourite' => 'Unfavourite',
+    'next' => 'Next',
+    'previous' => 'Previous',
+    'filter_active' => 'Active Filter:',
+    'filter_clear' => 'Clear Filter',
 
     // Sort Options
     'sort_options' => '정렬 기준',
@@ -56,6 +63,7 @@ return [
     'no_activity' => '활동 없음',
     'no_items' => '항목 없음',
     'back_to_top' => '맨 위로',
+    'skip_to_main_content' => 'Skip to main content',
     'toggle_details' => '내용 보기',
     'toggle_thumbnails' => '섬네일 보기',
     'details' => '정보',
@@ -74,9 +82,9 @@ return [
 
     // Layout tabs
     'tab_info' => '정보',
-    'tab_info_label' => '탭: 보조 정보 표시',
+    'tab_info_label' => 'Tab: Show Secondary Information',
     'tab_content' => '내용',
-    'tab_content_label' => '탭: 주요 내용 표시',
+    'tab_content_label' => 'Tab: Show Primary Content',
 
     // Email Content
     'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.',
@@ -84,6 +92,6 @@ return [
 
     // Footer Link Options
     // Not directly used but available for convenience to users.
-    'privacy_policy' => '개인정보처리방침',
-    'terms_of_service' => '이용약관',
+    'privacy_policy' => 'Privacy Policy',
+    'terms_of_service' => 'Terms of Service',
 ];