mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 17:04:32 +08:00
translate kr 50/100
This commit is contained in:
@ -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',
|
||||
];
|
Reference in New Issue
Block a user