X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2be504e0d20aa7c95b1fe006f675928faf0bd1a9..refs/pull/5685/head:/lang/zh_CN/activities.php diff --git a/lang/zh_CN/activities.php b/lang/zh_CN/activities.php index 7edf9bc79..08f831f61 100644 --- a/lang/zh_CN/activities.php +++ b/lang/zh_CN/activities.php @@ -85,12 +85,12 @@ return [ 'webhook_delete_notification' => 'Webhook 删除成功', // Imports - 'import_create' => 'created import', - 'import_create_notification' => 'Import successfully uploaded', - 'import_run' => 'updated import', - 'import_run_notification' => 'Content successfully imported', - 'import_delete' => 'deleted import', - 'import_delete_notification' => 'Import successfully deleted', + 'import_create' => '创建导入', + 'import_create_notification' => '导入上传成功', + 'import_run' => '更新导入', + 'import_run_notification' => '内容成功导入', + 'import_delete' => '删除导入', + 'import_delete_notification' => '导入删除成功', // Users 'user_create' => '用户已创建', @@ -127,6 +127,14 @@ return [ 'comment_update' => '评论已更新', 'comment_delete' => '评论已删除', + // Sort Rules + 'sort_rule_create' => '创建排序规则', + 'sort_rule_create_notification' => '排序规则创建成功', + 'sort_rule_update' => '更新排序规则', + 'sort_rule_update_notification' => '排序规则更新成功', + 'sort_rule_delete' => '删除排序规则', + 'sort_rule_delete_notification' => '排序规则删除成功', + // Other 'permissions_update' => '权限已更新', ];