From 50ed56f65dc736e9b0db5902ca8360b0e1300ac8 Mon Sep 17 00:00:00 2001 From: Zero Date: Tue, 17 Dec 2019 16:52:39 +0800 Subject: [PATCH] update translation --- resources/lang/zh_TW/entities.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/zh_TW/entities.php b/resources/lang/zh_TW/entities.php index 8d49ff2ff..725e4aee9 100644 --- a/resources/lang/zh_TW/entities.php +++ b/resources/lang/zh_TW/entities.php @@ -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' => '無法刪除最新版本。' -]; \ No newline at end of file +];