X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/586e8963a8f47c5fff65a44e1e6bf2db92bc1d35..refs/pull/5676/head:/lang/zh_CN/errors.php diff --git a/lang/zh_CN/errors.php b/lang/zh_CN/errors.php index 0a0318381..37ef86af5 100644 --- a/lang/zh_CN/errors.php +++ b/lang/zh_CN/errors.php @@ -37,7 +37,7 @@ return [ 'social_driver_not_found' => '未找到社交驱动程序', 'social_driver_not_configured' => '您的:socialAccount社交设置不正确。', 'invite_token_expired' => '此邀请链接已过期。 您可以尝试重置您的账户密码。', - 'login_user_not_found' => 'A user for this action could not be found.', + 'login_user_not_found' => '找不到执行此操作的用户。', // System 'path_not_writable' => '无法上传到文件路径“:filePath”,请确保它可写入服务器。', @@ -78,6 +78,7 @@ return [ // Users 'users_cannot_delete_only_admin' => '您不能删除唯一的管理员账户', 'users_cannot_delete_guest' => '您不能删除访客用户', + 'users_could_not_send_invite' => '由于邀请电子邮件发送失败,无法创建用户', // Roles 'role_cannot_be_edited' => '无法编辑该角色', @@ -104,6 +105,18 @@ return [ 'app_down' => ':appName现在正在关闭', 'back_soon' => '请耐心等待网站的恢复。', + // Import + 'import_zip_cant_read' => '无法读取 ZIP 文件。', + 'import_zip_cant_decode_data' => '无法找到并解码 ZIP data.json 内容。', + 'import_zip_no_data' => 'ZIP 文件数据没有预期的书籍、章节或页面内容。', + 'import_validation_failed' => '导入 ZIP 验证失败,出现错误:', + 'import_zip_failed_notification' => 'ZIP 文件导入失败。', + 'import_perms_books' => '您缺少创建书籍所需的权限。', + 'import_perms_chapters' => '您缺少创建章节所需的权限。', + 'import_perms_pages' => '您缺少创建页面所需的权限。', + 'import_perms_images' => '您缺少创建图片所需的权限。', + 'import_perms_attachments' => '您缺少创建附件所需的权限。', + // API errors 'api_no_authorization_found' => '未在请求中找到授权令牌', 'api_bad_authorization_format' => '已在请求中找到授权令牌,但格式貌似不正确',