]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_CN/errors.php
Updated npm package versions
[bookstack] / resources / lang / zh_CN / errors.php
index 21034f3991359f681c6a4cb13c87e9b50476ac61..66ee79a178f46b70c5409d502b05956134430604 100644 (file)
@@ -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 选项登录。',
@@ -46,7 +50,6 @@ return [
     'file_upload_timeout' => '文件上传已超时。',
 
     // Attachments
-    'attachment_page_mismatch' => '附件更新期间的页面不匹配',
     'attachment_not_found' => '找不到附件',
 
     // Pages
@@ -54,7 +57,7 @@ return [
     'page_custom_home_deletion' => '无法删除一个被设置为主页的页面',
 
     // Entities
-    'entity_not_found' => '未找到实体',
+    'entity_not_found' => '未找到项目',
     'bookshelf_not_found' => '未找到书架',
     'book_not_found' => '未找到图书',
     'page_not_found' => '未找到页面',
@@ -83,7 +86,10 @@ return [
     // Error pages
     '404_page_not_found' => '无法找到页面',
     'sorry_page_not_found' => '对不起,无法找到您想访问的页面。',
-    'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.',
+    'sorry_page_not_found_permission_warning' => '如果您确认这个页面存在,则代表您可能没有查看权限。',
+    'image_not_found' => '未找到图片',
+    'image_not_found_subtitle' => '对不起,无法找到您想访问的图片。',
+    'image_not_found_details' => '原本放在这里的图片已被删除。',
     'return_home' => '返回主页',
     'error_occurred' => '出现错误',
     'app_down' => ':appName现在正在关闭',
@@ -92,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' => '所使用的身份令牌已过期',