X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fca7689e1ae8194ddcc51126e1115b26d0f80f87..refs/pull/1688/head:/resources/lang/kr/common.php diff --git a/resources/lang/kr/common.php b/resources/lang/kr/common.php index 8745da94b..e040c6e5a 100644 --- a/resources/lang/kr/common.php +++ b/resources/lang/kr/common.php @@ -17,15 +17,15 @@ return [ */ 'name' => '이름', 'description' => '설명', - 'role' => 'Role', + 'role' => '역할', 'cover_image' => '대표 이미지', - 'cover_image_description' => 'This image should be approx 440x250px.', + 'cover_image_description' => '이 이미지는 약 440x250px 정도의 크기여야 합니다.', /** * Actions */ 'actions' => 'Actions', - 'view' => 'View', + 'view' => '뷰', 'create' => '생성', 'update' => '업데이트', 'edit' => '수정', @@ -36,23 +36,23 @@ return [ 'delete' => '삭제', 'search' => '검색', 'search_clear' => '검색기록 삭제', - 'reset' => 'Reset', + 'reset' => '초기화', 'remove' => '제거', 'add' => '추가', /** * Misc */ - 'deleted_user' => 'Deleted User', - 'no_activity' => 'No activity to show', - 'no_items' => 'No items available', - 'back_to_top' => 'Back to top', - 'toggle_details' => 'Toggle Details', - 'toggle_thumbnails' => 'Toggle Thumbnails', - 'details' => 'Details', - 'grid_view' => 'Grid View', - 'list_view' => 'List View', - 'default' => 'Default', + 'deleted_user' => '삭제된 사용자', + 'no_activity' => '활동내역이 없음', + 'no_items' => '사용가능한 항목이 없음', + 'back_to_top' => '맨위로', + 'toggle_details' => '상세 토글', + 'toggle_thumbnails' => '썸내일 토글', + 'details' => '상세', + 'grid_view' => '그리드 뷰', + 'list_view' => '리스트뷰', + 'default' => '기본설정', /** * Header @@ -63,6 +63,6 @@ return [ /** * Email Content */ - 'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:', + 'email_action_help' => '":actionText"버튼을 클릭하는 데 문제가 있으면 아래 URL을 복사하여 웹 브라우저에 붙여 넣으십시오:', 'email_rights' => 'All rights reserved', ]; \ No newline at end of file