From e024b03a61ae758fbea7f91870e1b0fa09fcdf0a Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 17 Jul 2022 17:19:51 +0100 Subject: [PATCH] New translations entities.php (Chinese Simplified) --- resources/lang/zh_CN/entities.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/zh_CN/entities.php b/resources/lang/zh_CN/entities.php index 2c240d3f6..3d3988006 100644 --- a/resources/lang/zh_CN/entities.php +++ b/resources/lang/zh_CN/entities.php @@ -24,7 +24,7 @@ return [ 'meta_updated_name' => '由 :user 更新于 :timeLength', 'meta_owned_name' => '拥有者 :user', 'entity_select' => '选择项目', - 'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item', + 'entity_select_lack_permission' => '您没有选择此项目所需的权限', 'images' => '图片', 'my_recent_drafts' => '我最近的草稿', 'my_recently_viewed' => '我最近看过', @@ -359,7 +359,7 @@ return [ // Conversions 'convert_to_shelf' => '转换为书架', - 'convert_to_shelf_contents_desc' => '你可以将这本书转换为具有相同内容的新书架。本书中的章节将被转换为图书。如果这本书包含任何不在章节分类中的页面,那么将会有一本图书被重命名并包含这些页面,这本书也将成为新书架的一部分。', + 'convert_to_shelf_contents_desc' => '你可以将这本书转换为具有相同内容的新书架。本书中的章节将被转换为图书。如果这本书包含有任何不在章节分类中的页面,那么将会有一本单独的图书包含这些页面,这本书也将成为新书架的一部分。', 'convert_to_shelf_permissions_desc' => '在这本书上设置的任何权限都将复制到所有未强制执行权限的新书架和新子图书上。请注意,书架上的权限不会像图书那样继承到内容物上。', 'convert_book' => '转换图书', 'convert_book_confirm' => '您确定要转换此图书吗?',