mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
commit
d9f0d46d20
@ -74,7 +74,7 @@ return [
|
||||
'shelves_create' => '建立書架',
|
||||
'shelves_popular' => '熱門書架',
|
||||
'shelves_new' => '新書架',
|
||||
'shelves_new_action' => 'New Shelf',
|
||||
'shelves_new_action' => '建立新的書架',
|
||||
'shelves_popular_empty' => '最受歡迎的書架將出現在這裡。',
|
||||
'shelves_new_empty' => '最近建立的書架將出現在這裡。',
|
||||
'shelves_save' => '儲存書架',
|
||||
@ -105,7 +105,7 @@ return [
|
||||
'books_popular' => '熱門書本',
|
||||
'books_recent' => '最近的書',
|
||||
'books_new' => '新書',
|
||||
'books_new_action' => 'New Book',
|
||||
'books_new_action' => '新增一本書',
|
||||
'books_popular_empty' => '最受歡迎的書本將出現在這裡。',
|
||||
'books_new_empty' => '最近建立的書本將出現在這裡。',
|
||||
'books_create' => '建立書本',
|
||||
@ -311,4 +311,4 @@ return [
|
||||
'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.',
|
||||
'revision_delete_success' => '修訂刪除',
|
||||
'revision_cannot_delete_latest' => '無法刪除最新版本。'
|
||||
];
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user