mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-21 07:13:54 +08:00
translate entities, setting
This commit is contained in:
parent
1c0a196b9d
commit
042d8b3274
@ -46,93 +46,93 @@ return [
|
||||
'search_total_results_found' => ':count result found|:count total results found',
|
||||
'search_clear' => '검색기록 초기화',
|
||||
'search_no_pages' => '검색결과가 없습니다.',
|
||||
'search_for_term' => 'Search for :term',
|
||||
'search_for_term' => ':term 을(를) 검색합니다.',
|
||||
'search_more' => '결과 더보기',
|
||||
'search_filters' => '검색 필터',
|
||||
'search_content_type' => 'Content Type',
|
||||
'search_exact_matches' => 'Exact Matches',
|
||||
'search_tags' => 'Tag Searches',
|
||||
'search_options' => 'Options',
|
||||
'search_viewed_by_me' => 'Viewed by me',
|
||||
'search_not_viewed_by_me' => 'Not viewed by me',
|
||||
'search_permissions_set' => 'Permissions set',
|
||||
'search_created_by_me' => 'Created by me',
|
||||
'search_updated_by_me' => 'Updated by me',
|
||||
'search_date_options' => 'Date Options',
|
||||
'search_updated_before' => 'Updated before',
|
||||
'search_updated_after' => 'Updated after',
|
||||
'search_created_before' => 'Created before',
|
||||
'search_created_after' => 'Created after',
|
||||
'search_set_date' => 'Set Date',
|
||||
'search_update' => 'Update Search',
|
||||
'search_content_type' => '컨텐츠 타입',
|
||||
'search_exact_matches' => '정확히 일치합니다.',
|
||||
'search_tags' => '테그 검색',
|
||||
'search_options' => '설정',
|
||||
'search_viewed_by_me' => '내가본것',
|
||||
'search_not_viewed_by_me' => '내가안본것',
|
||||
'search_permissions_set' => '권한 설정',
|
||||
'search_created_by_me' => '내가 만듦',
|
||||
'search_updated_by_me' => '내가 업데이트함',
|
||||
'search_date_options' => '날짜 설정',
|
||||
'search_updated_before' => '이전에 업데이트함',
|
||||
'search_updated_after' => '이후에 업데이트함',
|
||||
'search_created_before' => '이전에 생성함',
|
||||
'search_created_after' => '이후에 생성함',
|
||||
'search_set_date' => '날짜 설정',
|
||||
'search_update' => '검색 업데이트',
|
||||
|
||||
/**
|
||||
* Shelves
|
||||
*/
|
||||
'shelf' => 'Shelf',
|
||||
'shelves' => 'Shelves',
|
||||
'shelves_long' => 'Bookshelves',
|
||||
'shelves_empty' => 'No shelves have been created',
|
||||
'shelves_create' => 'Create New Shelf',
|
||||
'shelves_popular' => 'Popular Shelves',
|
||||
'shelves_new' => 'New Shelves',
|
||||
'shelves_popular_empty' => 'The most popular shelves will appear here.',
|
||||
'shelves_new_empty' => 'The most recently created shelves will appear here.',
|
||||
'shelves_save' => 'Save Shelf',
|
||||
'shelves_books' => 'Books on this shelf',
|
||||
'shelves_add_books' => 'Add books to this shelf',
|
||||
'shelves_drag_books' => 'Drag books here to add them to this shelf',
|
||||
'shelves_empty_contents' => 'This shelf has no books assigned to it',
|
||||
'shelves_edit_and_assign' => 'Edit shelf to assign books',
|
||||
'shelves_edit_named' => 'Edit Bookshelf :name',
|
||||
'shelves_edit' => 'Edit Bookshelf',
|
||||
'shelves_delete' => 'Delete Bookshelf',
|
||||
'shelves_delete_named' => 'Delete Bookshelf :name',
|
||||
'shelves_delete_explain' => "This will delete the bookshelf with the name ':name'. Contained books will not be deleted.",
|
||||
'shelves_delete_confirmation' => 'Are you sure you want to delete this bookshelf?',
|
||||
'shelves_permissions' => 'Bookshelf Permissions',
|
||||
'shelves_permissions_updated' => 'Bookshelf Permissions Updated',
|
||||
'shelves_permissions_active' => 'Bookshelf Permissions Active',
|
||||
'shelves_copy_permissions_to_books' => 'Copy Permissions to Books',
|
||||
'shelves_copy_permissions' => 'Copy Permissions',
|
||||
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this bookshelf to all books contained within. Before activating, ensure any changes to the permissions of this bookshelf have been saved.',
|
||||
'shelves_copy_permission_success' => 'Bookshelf permissions copied to :count books',
|
||||
'shelf' => '책꽃이',
|
||||
'shelves' => '책꽃이',
|
||||
'shelves_long' => '책꽃이',
|
||||
'shelves_empty' => '책꽃이가 만들어지지 않았습니다.',
|
||||
'shelves_create' => '새책꽃이 만들기',
|
||||
'shelves_popular' => '인기있는 책꽃이',
|
||||
'shelves_new' => '새로운 책꽃이',
|
||||
'shelves_popular_empty' => '인기있는 책꽃이가 여기에 나타납니다.',
|
||||
'shelves_new_empty' => '가장 최근에 만들어진 책꽃이가 여기에 나타납니다.',
|
||||
'shelves_save' => '책꽃이 저장',
|
||||
'shelves_books' => '이 책꽃이에 있는 책',
|
||||
'shelves_add_books' => '이 책꽃이에 책을 추가합니다',
|
||||
'shelves_drag_books' => '이 책꽃이에 책을 추가하기 위해 끌어놓으세요.',
|
||||
'shelves_empty_contents' => '이책꽃이엔 등록된 책이 없습니다.',
|
||||
'shelves_edit_and_assign' => '책을 등록하기 위해 책꽃이를 수정',
|
||||
'shelves_edit_named' => ':name 책꽃이 수정',
|
||||
'shelves_edit' => '책꽃이 수정',
|
||||
'shelves_delete' => '책꽃이 삭제',
|
||||
'shelves_delete_named' => ':name 책꽃이를 삭제합니다.',
|
||||
'shelves_delete_explain' => "':name' 이름의 책꽃이가 삭제됩니다. 포함된 책은 삭제되지 않습니다.",
|
||||
'shelves_delete_confirmation' => '이 책꽃이를 삭제하시겠습니까?',
|
||||
'shelves_permissions' => '책꽃이 권한',
|
||||
'shelves_permissions_updated' => '책꽃이 권한이 업데이트 되었습니다.',
|
||||
'shelves_permissions_active' => '책꽃이 권한 활성화',
|
||||
'shelves_copy_permissions_to_books' => '책에 권한을 복사합니다.',
|
||||
'shelves_copy_permissions' => '권한 복사',
|
||||
'shelves_copy_permissions_explain' => '이 책꽂이의 현재 권한 설정이 안에 포함 된 모든 책에 적용됩니다. 활성화하기 전에이 책꽂이의 사용 권한이 변경되었는지 확인하십시오.',
|
||||
'shelves_copy_permission_success' => '책꽃이의 권한이 :count 개의 책에 복사되었습니다.',
|
||||
|
||||
/**
|
||||
* Books
|
||||
*/
|
||||
'book' => 'Book',
|
||||
'books' => 'Books',
|
||||
'x_books' => ':count Book|:count Books',
|
||||
'books_empty' => 'No books have been created',
|
||||
'books_popular' => 'Popular Books',
|
||||
'books_recent' => 'Recent Books',
|
||||
'books_new' => 'New Books',
|
||||
'book' => '책',
|
||||
'books' => '책들',
|
||||
'x_books' => ':count 책|:count 책들',
|
||||
'books_empty' => '책이 만들어지지 않았습니다.',
|
||||
'books_popular' => '인기있는 책',
|
||||
'books_recent' => '최근 책',
|
||||
'books_new' => '새로운 책',
|
||||
'books_popular_empty' => '가장 인기있는 책이 여기에 보입니다.',
|
||||
'books_new_empty' => 'The most recently created books will appear here.',
|
||||
'books_new_empty' => '가장 최근에 만든 책이 여기에 표시됩니다.',
|
||||
'books_create' => '새로운 책 만들기',
|
||||
'books_delete' => '책 삭제하기',
|
||||
'books_delete_named' => ':bookName책 삭제하기',
|
||||
'books_delete_explain' => 'This will delete the book with the name \':bookName\'. All pages and chapters will be removed.',
|
||||
'books_delete_confirmation' => 'Are you sure you want to delete this book?',
|
||||
'books_edit' => 'Edit Book',
|
||||
'books_edit_named' => 'Edit Book :bookName',
|
||||
'books_form_book_name' => 'Book Name',
|
||||
'books_save' => 'Save Book',
|
||||
'books_permissions' => 'Book Permissions',
|
||||
'books_permissions_updated' => 'Book Permissions Updated',
|
||||
'books_empty_contents' => 'No pages or chapters have been created for this book.',
|
||||
'books_empty_create_page' => 'Create a new page',
|
||||
'books_empty_or' => 'or',
|
||||
'books_empty_sort_current_book' => 'Sort the current book',
|
||||
'books_empty_add_chapter' => 'Add a chapter',
|
||||
'books_permissions_active' => 'Book Permissions Active',
|
||||
'books_search_this' => 'Search this book',
|
||||
'books_navigation' => 'Book Navigation',
|
||||
'books_sort' => 'Sort Book Contents',
|
||||
'books_sort_named' => 'Sort Book :bookName',
|
||||
'books_sort_show_other' => 'Show Other Books',
|
||||
'books_sort_save' => 'Save New Order',
|
||||
'books_delete_named' => ':bookName 책 삭제하기',
|
||||
'books_delete_explain' => '\':bookName\' 이름의 책이 삭제됩니다. 모든 페이지와 챕터가 삭제됩니다.',
|
||||
'books_delete_confirmation' => '이 책을 삭제 하시겠습니까?',
|
||||
'books_edit' => '책 수정',
|
||||
'books_edit_named' => ':bookName 책 수정',
|
||||
'books_form_book_name' => '책 이름',
|
||||
'books_save' => '책 저장',
|
||||
'books_permissions' => '책 권한',
|
||||
'books_permissions_updated' => '책 권한이 업데이트 되었습니다.',
|
||||
'books_empty_contents' => '이 책에 대한 페이지 또는 장이 작성되지 않았습니다.',
|
||||
'books_empty_create_page' => '새로운 페이지 만들기',
|
||||
'books_empty_or' => '또는',
|
||||
'books_empty_sort_current_book' => '현제 책 정렬하기',
|
||||
'books_empty_add_chapter' => '챕터 추가하기',
|
||||
'books_permissions_active' => '책 권한 활성화',
|
||||
'books_search_this' => '이책 찾기',
|
||||
'books_navigation' => '책 네비게이션',
|
||||
'books_sort' => '책 구성 정렬하기',
|
||||
'books_sort_named' => ':bookName 책 정렬하기',
|
||||
'books_sort_show_other' => '다른책 보기',
|
||||
'books_sort_save' => '새로운 순서 저장',
|
||||
|
||||
/**
|
||||
* Chapters
|
||||
|
@ -128,29 +128,4 @@ return [
|
||||
'users_social_disconnect' => 'Disconnect Account',
|
||||
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
||||
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
||||
|
||||
// Since these labels are already localized this array does not need to be
|
||||
// translated in the language-specific files.
|
||||
// DELETE BELOW IF COPIED FROM EN
|
||||
///////////////////////////////////
|
||||
'language_select' => [
|
||||
'en' => 'English',
|
||||
'ar' => 'العربية',
|
||||
'de' => 'Deutsch',
|
||||
'es' => 'Español',
|
||||
'es_AR' => 'Español Argentina',
|
||||
'fr' => 'Français',
|
||||
'nl' => 'Nederlands',
|
||||
'pt_BR' => 'Português do Brasil',
|
||||
'sk' => 'Slovensky',
|
||||
'sv' => 'Svenska',
|
||||
'kr' => '한국어',
|
||||
'ja' => '日本語',
|
||||
'pl' => 'Polski',
|
||||
'it' => 'Italian',
|
||||
'ru' => 'Русский',
|
||||
'zh_CN' => '简体中文',
|
||||
'zh_TW' => '繁體中文'
|
||||
]
|
||||
///////////////////////////////////
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user