translate kr 50/100

This commit is contained in:
codev-kuk-mac 2018-10-05 11:24:24 +09:00
parent fca7689e1a
commit c7d3db9751
6 changed files with 66 additions and 65 deletions

View File

@ -17,15 +17,15 @@ return [
*/ */
'name' => '이름', 'name' => '이름',
'description' => '설명', 'description' => '설명',
'role' => 'Role', 'role' => '역할',
'cover_image' => '대표 이미지', 'cover_image' => '대표 이미지',
'cover_image_description' => 'This image should be approx 440x250px.', 'cover_image_description' => '이 이미지는 약 440x250px 정도의 크기여야 합니다.',
/** /**
* Actions * Actions
*/ */
'actions' => 'Actions', 'actions' => 'Actions',
'view' => 'View', 'view' => '',
'create' => '생성', 'create' => '생성',
'update' => '업데이트', 'update' => '업데이트',
'edit' => '수정', 'edit' => '수정',
@ -36,23 +36,23 @@ return [
'delete' => '삭제', 'delete' => '삭제',
'search' => '검색', 'search' => '검색',
'search_clear' => '검색기록 삭제', 'search_clear' => '검색기록 삭제',
'reset' => 'Reset', 'reset' => '초기화',
'remove' => '제거', 'remove' => '제거',
'add' => '추가', 'add' => '추가',
/** /**
* Misc * Misc
*/ */
'deleted_user' => 'Deleted User', 'deleted_user' => '삭제된 사용자',
'no_activity' => 'No activity to show', 'no_activity' => '활동내역이 없음',
'no_items' => 'No items available', 'no_items' => '사용가능한 항목이 없음',
'back_to_top' => 'Back to top', 'back_to_top' => '맨위로',
'toggle_details' => 'Toggle Details', 'toggle_details' => '상세 토글',
'toggle_thumbnails' => 'Toggle Thumbnails', 'toggle_thumbnails' => '썸내일 토글',
'details' => 'Details', 'details' => '상세',
'grid_view' => 'Grid View', 'grid_view' => '그리드 뷰',
'list_view' => 'List View', 'list_view' => '리스트뷰',
'default' => 'Default', 'default' => '기본설정',
/** /**
* Header * Header
@ -63,6 +63,6 @@ return [
/** /**
* Email Content * 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', 'email_rights' => 'All rights reserved',
]; ];

View File

@ -4,25 +4,25 @@ return [
/** /**
* Image Manager * Image Manager
*/ */
'image_select' => 'Image Select', 'image_select' => '이미지 선택',
'image_all' => '전체', 'image_all' => '전체',
'image_all_title' => '모든 이미지 보기', 'image_all_title' => '모든 이미지 보기',
'image_book_title' => '이 책에 업로드된 이미지 보기', 'image_book_title' => '이 책에 업로드된 이미지 보기',
'image_page_title' => '이 페이지에 업로드된 이미지 보기', 'image_page_title' => '이 페이지에 업로드된 이미지 보기',
'image_search_hint' => '이미지 이름으로 검색', 'image_search_hint' => '이미지 이름으로 검색',
'image_uploaded' => 'Uploaded :uploadedDate', 'image_uploaded' => ':uploadedDate에 업로드됨',
'image_load_more' => '더 불러오기', 'image_load_more' => '더 불러오기',
'image_image_name' => '이미지 이름', 'image_image_name' => '이미지 이름',
'image_delete_used' => 'This image is used in the pages below.', 'image_delete_used' => '이 이미지는 다음 페이지에서 이용되고 있습니다.',
'image_delete_confirm' => 'Click delete again to confirm you want to delete this image.', 'image_delete_confirm' => '삭제해도 괜찮으시면 다시 삭제 버튼을 눌러주세요.',
'image_select_image' => 'Select Image', 'image_select_image' => '선택',
'image_dropzone' => 'Drop images or click here to upload', 'image_dropzone' => '업로드를 위해 이미지를 가져와 놓거나 클릭하세요',
'images_deleted' => 'Images Deleted', 'images_deleted' => '이미지 삭제',
'image_preview' => 'Image Preview', 'image_preview' => '이미지 미리보기',
'image_upload_success' => 'Image uploaded successfully', 'image_upload_success' => '이미지 업로드가 완료되었습니다.',
'image_update_success' => 'Image details successfully updated', 'image_update_success' => '이미지 상세정보가 업데이트 되었습니다.',
'image_delete_success' => 'Image successfully deleted', 'image_delete_success' => '이미지가 삭제되었습니다.',
'image_upload_remove' => 'Remove', 'image_upload_remove' => '제거',
/** /**
* Code editor * Code editor

View File

@ -4,45 +4,45 @@ return [
/** /**
* Shared * Shared
*/ */
'recently_created' => 'Recently Created', 'recently_created' => '최근작성',
'recently_created_pages' => 'Recently Created Pages', 'recently_created_pages' => '최근 작성된 페이지',
'recently_updated_pages' => 'Recently Updated Pages', 'recently_updated_pages' => '최근 업데이트된 페이지',
'recently_created_chapters' => 'Recently Created Chapters', 'recently_created_chapters' => '최근 만들어진 챕터',
'recently_created_books' => 'Recently Created Books', 'recently_created_books' => '최근 만들어진 책',
'recently_update' => 'Recently Updated', 'recently_update' => '최근 작성',
'recently_viewed' => 'Recently Viewed', 'recently_viewed' => '검색 기록',
'recent_activity' => 'Recent Activity', 'recent_activity' => '최근 활동',
'create_now' => 'Create one now', 'create_now' => '지금 만들기',
'revisions' => 'Revisions', 'revisions' => '변경이력',
'meta_revision' => 'Revision #:revisionCount', 'meta_revision' => '수정 #:revisionCount',
'meta_created' => 'Created :timeLength', 'meta_created' => '작성: :timeLength',
'meta_created_name' => 'Created :timeLength by :user', 'meta_created_name' => '작성: :timeLength by :user',
'meta_updated' => 'Updated :timeLength', 'meta_updated' => '업데이트 :timeLength',
'meta_updated_name' => 'Updated :timeLength by :user', 'meta_updated_name' => '업데이트 :timeLength by :user',
'entity_select' => 'Entity Select', 'entity_select' => '엔티티선택',
'images' => 'Images', 'images' => '이미지',
'my_recent_drafts' => 'My Recent Drafts', 'my_recent_drafts' => '내 최근 초안My Recent Drafts',
'my_recently_viewed' => 'My Recently Viewed', 'my_recently_viewed' => '검색 기록',
'no_pages_viewed' => 'You have not viewed any pages', 'no_pages_viewed' => '조회한 페이지가 없습니다.',
'no_pages_recently_created' => 'No pages have been recently created', 'no_pages_recently_created' => '최근 만들어진 페이지가 없습니다',
'no_pages_recently_updated' => 'No pages have been recently updated', 'no_pages_recently_updated' => '최근 업데이트된 페이지가없습니다',
'export' => 'Export', 'export' => '내보내기',
'export_html' => 'Contained Web File', 'export_html' => 'html 내보내기',
'export_pdf' => 'PDF File', 'export_pdf' => 'PDF 파일',
'export_text' => 'Plain Text File', 'export_text' => '일반 텍스트 파일',
/** /**
* Permissions and restrictions * Permissions and restrictions
*/ */
'permissions' => 'Permissions', 'permissions' => '권한',
'permissions_intro' => 'Once enabled, These permissions will take priority over any set role permissions.', 'permissions_intro' => '이 설정은 각 사용자의 역할보다 우선하여 적용됩니다.',
'permissions_enable' => 'Enable Custom Permissions', 'permissions_enable' => '커스텀 권한 활성화',
'permissions_save' => 'Save Permissions', 'permissions_save' => '권한 저장',
/** /**
* Search * Search
*/ */
'search_results' => 'Search Results', 'search_results' => '검색 결과',
'search_total_results_found' => ':count result found|:count total results found', 'search_total_results_found' => ':count result found|:count total results found',
'search_clear' => 'Clear Search', 'search_clear' => 'Clear Search',
'search_no_pages' => 'No pages matched this search', 'search_no_pages' => 'No pages matched this search',

View File

@ -13,7 +13,7 @@ return [
| |
*/ */
'previous' => '« Previous', 'previous' => '« 이전',
'next' => 'Next »', 'next' => '다음 »',
]; ];

View File

@ -13,10 +13,10 @@ return [
| |
*/ */
'password' => 'Passwords must be at least six characters and match the confirmation.', 'password' => '비밀번호는 6자 이상이어야 하며 확인과 일치해야 합니다.',
'user' => "We can't find a user with that e-mail address.", 'user' => "해당 이메일 주소의 사용자가 없습니다.",
'token' => 'This password reset token is invalid.', 'token' => '해당 비밀번호의 초기화 토큰이 만료되었습니다.',
'sent' => 'We have e-mailed your password reset link!', 'sent' => '페스워드 초기화 링크를 메일로 보냈습니다!',
'reset' => 'Your password has been reset!', 'reset' => '비밀번호가 초기화 되었습니다!',
]; ];

View File

@ -144,6 +144,7 @@ return [
'pt_BR' => 'Português do Brasil', 'pt_BR' => 'Português do Brasil',
'sk' => 'Slovensky', 'sk' => 'Slovensky',
'sv' => 'Svenska', 'sv' => 'Svenska',
'kr' => '한국어',
'ja' => '日本語', 'ja' => '日本語',
'pl' => 'Polski', 'pl' => 'Polski',
'it' => 'Italian', 'it' => 'Italian',