1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Update Korean translation

This commit is contained in:
User
2019-10-21 03:44:38 +09:00
parent 99ae592ae9
commit 19ce6da0d3
12 changed files with 665 additions and 664 deletions

View File

@ -9,68 +9,68 @@ return [
'confirm' => '확인',
'back' => '뒤로',
'save' => '저장',
'continue' => '계속하기',
'continue' => '계속',
'select' => '선택',
'toggle_all' => 'Toggle All',
'more' => '더보기',
'toggle_all' => '모두 보기',
'more' => '더 보기',
// Form Labels
'name' => '이름',
'description' => '설명',
'role' => '역할',
'role' => '권한',
'cover_image' => '대표 이미지',
'cover_image_description' => '이 이미지는 약 440x250px 정도의 크기여야 합니다.',
'cover_image_description' => '이미지 규격은 440x250px 내외입니다.',
// Actions
'actions' => 'Actions',
'view' => '',
'view_all' => 'View All',
'create' => '생성',
'update' => '업데이트',
'actions' => '활동',
'view' => '보기',
'view_all' => '모두 보기',
'create' => '만들기',
'update' => '바꾸기',
'edit' => '수정',
'sort' => '정렬',
'move' => '이동',
'move' => '옮기기',
'copy' => '복사',
'reply' => 'Reply',
'delete' => '삭제',
'reply' => '답글',
'delete' => '지우기',
'search' => '검색',
'search_clear' => '검색기록 삭제',
'reset' => '초기화',
'search_clear' => '기록 지우기',
'reset' => '리셋',
'remove' => '제거',
'add' => '추가',
// 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',
'sort_options' => '정렬 기준',
'sort_direction_toggle' => '순서 반전',
'sort_ascending' => '오름차 순서',
'sort_descending' => '내림차 순서',
'sort_name' => '제목',
'sort_created_at' => '만든 날짜',
'sort_updated_at' => '수정한 날짜',
// Misc
'deleted_user' => '삭제 사용자',
'no_activity' => '활동내역이 없음',
'no_items' => '사용가능한 항목 없음',
'back_to_top' => '맨위로',
'toggle_details' => '상세 토글',
'toggle_thumbnails' => '썸내일 토글',
'details' => '상세',
'grid_view' => '그리드 뷰',
'list_view' => '리스트뷰',
'default' => '기본설정',
'breadcrumb' => 'Breadcrumb',
'deleted_user' => '삭제 사용자',
'no_activity' => '활동 없음',
'no_items' => '항목 없음',
'back_to_top' => '맨 위로',
'toggle_details' => '내용 보기',
'toggle_thumbnails' => '섬네일 보기',
'details' => '정보',
'grid_view' => '격자 보기',
'list_view' => '목록 보기',
'default' => '기본 설정',
'breadcrumb' => '탐색 경로',
// Header
'profile_menu' => 'Profile Menu',
'view_profile' => '프로파일 보기',
'edit_profile' => '프로파일 수정하기',
'profile_menu' => '프로필',
'view_profile' => '프로 보기',
'edit_profile' => '프로필 바꾸기',
// Layout tabs
'tab_info' => 'Info',
'tab_content' => 'Content',
'tab_info' => '정보',
'tab_content' => '내용',
// Email Content
'email_action_help' => '":actionText"버튼을 클릭하는 데 문제가 있으면 아래 URL을 복사하여 웹 브라우저에 붙여 넣으십시오:',
'email_action_help' => ':actionText를 클릭할 수 없을 때는 웹 브라우저에서 다음 링크로 접속할 수 있습니다.',
'email_rights' => 'All rights reserved',
];