BookStack/resources/lang/kr/common.php

68 lines
1.7 KiB
PHP
Raw Normal View History

2018-10-05 01:24:37 +00:00
<?php
return [
/**
* Buttons
*/
'cancel' => '취소',
'confirm' => '확인',
'back' => '뒤로',
'save' => '저장',
'continue' => '계속하기',
'select' => '선택',
'more' => '더보기',
/**
* Form Labels
*/
'name' => '이름',
'description' => '설명',
2018-10-05 02:24:24 +00:00
'role' => '역할',
2018-10-05 01:24:37 +00:00
'cover_image' => '대표 이미지',
2018-10-05 02:24:24 +00:00
'cover_image_description' => '이 이미지는 약 440x250px 정도의 크기여야 합니다.',
2018-10-05 01:24:37 +00:00
/**
* Actions
*/
'actions' => 'Actions',
2018-10-05 02:24:24 +00:00
'view' => '뷰',
2018-10-05 01:24:37 +00:00
'create' => '생성',
'update' => '업데이트',
'edit' => '수정',
'sort' => '정렬',
'move' => '이동',
'copy' => '복사',
'reply' => 'Reply',
'delete' => '삭제',
'search' => '검색',
'search_clear' => '검색기록 삭제',
2018-10-05 02:24:24 +00:00
'reset' => '초기화',
2018-10-05 01:24:37 +00:00
'remove' => '제거',
'add' => '추가',
/**
* Misc
*/
2018-10-05 02:24:24 +00:00
'deleted_user' => '삭제된 사용자',
'no_activity' => '활동내역이 없음',
'no_items' => '사용가능한 항목이 없음',
'back_to_top' => '맨위로',
'toggle_details' => '상세 토글',
'toggle_thumbnails' => '썸내일 토글',
'details' => '상세',
'grid_view' => '그리드 뷰',
'list_view' => '리스트뷰',
'default' => '기본설정',
2018-10-05 01:24:37 +00:00
/**
* Header
*/
'view_profile' => '프로파일 보기',
'edit_profile' => '프로파일 수정하기',
/**
* Email Content
*/
2018-10-05 02:24:24 +00:00
'email_action_help' => '":actionText"버튼을 클릭하는 데 문제가 있으면 아래 URL을 복사하여 웹 브라우저에 붙여 넣으십시오:',
2018-10-05 01:24:37 +00:00
'email_rights' => 'All rights reserved',
];