mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-01 14:42:34 +08:00
68 lines
1.6 KiB
PHP
68 lines
1.6 KiB
PHP
|
<?php
|
|||
|
return [
|
|||
|
|
|||
|
/**
|
|||
|
* Buttons
|
|||
|
*/
|
|||
|
'cancel' => '취소',
|
|||
|
'confirm' => '확인',
|
|||
|
'back' => '뒤로',
|
|||
|
'save' => '저장',
|
|||
|
'continue' => '계속하기',
|
|||
|
'select' => '선택',
|
|||
|
'more' => '더보기',
|
|||
|
|
|||
|
/**
|
|||
|
* Form Labels
|
|||
|
*/
|
|||
|
'name' => '이름',
|
|||
|
'description' => '설명',
|
|||
|
'role' => 'Role',
|
|||
|
'cover_image' => '대표 이미지',
|
|||
|
'cover_image_description' => 'This image should be approx 440x250px.',
|
|||
|
|
|||
|
/**
|
|||
|
* Actions
|
|||
|
*/
|
|||
|
'actions' => 'Actions',
|
|||
|
'view' => 'View',
|
|||
|
'create' => '생성',
|
|||
|
'update' => '업데이트',
|
|||
|
'edit' => '수정',
|
|||
|
'sort' => '정렬',
|
|||
|
'move' => '이동',
|
|||
|
'copy' => '복사',
|
|||
|
'reply' => 'Reply',
|
|||
|
'delete' => '삭제',
|
|||
|
'search' => '검색',
|
|||
|
'search_clear' => '검색기록 삭제',
|
|||
|
'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',
|
|||
|
|
|||
|
/**
|
|||
|
* Header
|
|||
|
*/
|
|||
|
'view_profile' => '프로파일 보기',
|
|||
|
'edit_profile' => '프로파일 수정하기',
|
|||
|
|
|||
|
/**
|
|||
|
* 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_rights' => 'All rights reserved',
|
|||
|
];
|