X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..45d08604482ff811f1627f8dc489f14b455ea75c:/resources/lang/zh_CN/errors.php diff --git a/resources/lang/zh_CN/errors.php b/resources/lang/zh_CN/errors.php index b41e21ac3..66ee79a17 100644 --- a/resources/lang/zh_CN/errors.php +++ b/resources/lang/zh_CN/errors.php @@ -23,6 +23,10 @@ return [ 'saml_no_email_address' => '无法找到有效Email地址,此用户数据由外部身份验证系统托管', 'saml_invalid_response_id' => '来自外部身份验证系统的请求没有被本应用程序认证,在登录后返回上一页可能会导致此问题。', 'saml_fail_authed' => '使用 :system 登录失败,登录系统未返回成功登录授权信息。', + 'oidc_already_logged_in' => '您已经登陆了', + 'oidc_user_not_registered' => '用户 :name 尚未注册,自助注册功能已被禁用', + 'oidc_no_email_address' => '无法找到有效的 Email 地址,此用户数据由外部身份验证系统托管', + 'oidc_fail_authed' => '使用 :system 登录失败,登录系统未返回成功登录授权信息', 'social_no_action_defined' => '没有定义行为', 'social_login_bad_response' => "在 :socialAccount 登录时遇到错误:\n:error", 'social_account_in_use' => ':socialAccount 账户已被使用,请尝试通过 :socialAccount 选项登录。', @@ -53,7 +57,7 @@ return [ 'page_custom_home_deletion' => '无法删除一个被设置为主页的页面', // Entities - 'entity_not_found' => '未找到实体', + 'entity_not_found' => '未找到项目', 'bookshelf_not_found' => '未找到书架', 'book_not_found' => '未找到图书', 'page_not_found' => '未找到页面', @@ -82,7 +86,10 @@ return [ // Error pages '404_page_not_found' => '无法找到页面', 'sorry_page_not_found' => '对不起,无法找到您想访问的页面。', - 'sorry_page_not_found_permission_warning' => '您可能没有查看权限。', + 'sorry_page_not_found_permission_warning' => '如果您确认这个页面存在,则代表您可能没有查看权限。', + 'image_not_found' => '未找到图片', + 'image_not_found_subtitle' => '对不起,无法找到您想访问的图片。', + 'image_not_found_details' => '原本放在这里的图片已被删除。', 'return_home' => '返回主页', 'error_occurred' => '出现错误', 'app_down' => ':appName现在正在关闭', @@ -91,7 +98,7 @@ return [ // API errors 'api_no_authorization_found' => '未在请求中找到授权令牌', 'api_bad_authorization_format' => '已在请求中找到授权令牌,但格式貌似不正确', - 'api_user_token_not_found' => '未能找到所匹配的API提供的授权令牌', + 'api_user_token_not_found' => '未找到与提供的授权令牌匹配的 API 令牌', 'api_incorrect_token_secret' => '给已给出的API所提供的密钥不正确', 'api_user_no_api_permission' => '使用过的 API 令牌的所有者没有进行API 调用的权限', 'api_user_token_expired' => '所使用的身份令牌已过期',