'email_already_confirmed' => 'Email已被确认,请尝试登录。',
'email_confirmation_invalid' => '此确认令牌无效或已被使用,请重新注册。',
'email_confirmation_expired' => '确认令牌已过期,已发送新的确认电子邮件。',
- 'email_confirmation_awaiting' => 'The email address for the account in use needs to be confirmed',
+ 'email_confirmation_awaiting' => '需要认证账户的电子邮箱地址',
'ldap_fail_anonymous' => '使用匿名绑定的LDAP访问失败。',
'ldap_fail_authed' => '带有标识名称和密码的LDAP访问失败。',
'ldap_extension_not_installed' => '未安装LDAP PHP扩展程序',
'saml_no_email_address' => '无法找到有效Email地址,此用户数据由外部身份验证系统托管',
'saml_invalid_response_id' => '来自外部身份验证系统的请求没有被本应用程序认证,在登录后返回上一页可能会导致此问题。',
'saml_fail_authed' => '使用 :system 登录失败,登录系统未返回成功登录授权信息。',
- 'saml_email_exists' => '注册失败,因此已经有用户使用了 ":email" 此Email地址了',
+ '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 选项登录。',
'file_upload_timeout' => '文件上传已超时。',
// Attachments
- 'attachment_page_mismatch' => '附件更新期间的页面不匹配',
'attachment_not_found' => '找不到附件',
// Pages
'page_custom_home_deletion' => '无法删除一个被设置为主页的页面',
// Entities
- 'entity_not_found' => '未找到实体',
+ 'entity_not_found' => '未找到项目',
'bookshelf_not_found' => '未找到书架',
'book_not_found' => '未找到图书',
'page_not_found' => '未找到页面',
// Error pages
'404_page_not_found' => '无法找到页面',
'sorry_page_not_found' => '对不起,无法找到您想访问的页面。',
+ 'sorry_page_not_found_permission_warning' => '如果您确认这个页面存在,则代表您可能没有查看权限。',
+ 'image_not_found' => '未找到图片',
+ 'image_not_found_subtitle' => '对不起,无法找到您想访问的图片。',
+ 'image_not_found_details' => '原本放在这里的图片已被删除。',
'return_home' => '返回主页',
'error_occurred' => '出现错误',
'app_down' => ':appName现在正在关闭',
'back_soon' => '请耐心等待网站的恢复。',
// API errors
- 'api_no_authorization_found' => 'No authorization token found on the request',
- 'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect',
- 'api_user_token_not_found' => 'No matching API token was found for the provided authorization token',
- 'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect',
- 'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
- 'api_user_token_expired' => 'The authorization token used has expired',
+ 'api_no_authorization_found' => '未在请求中找到授权令牌',
+ 'api_bad_authorization_format' => '已在请求中找到授权令牌,但格式貌似不正确',
+ 'api_user_token_not_found' => '未找到与提供的授权令牌匹配的 API 令牌',
+ 'api_incorrect_token_secret' => '给已给出的API所提供的密钥不正确',
+ 'api_user_no_api_permission' => '使用过的 API 令牌的所有者没有进行API 调用的权限',
+ 'api_user_token_expired' => '所使用的身份令牌已过期',
+
+ // Settings & Maintenance
+ 'maintenance_test_email_failure' => '发送测试电子邮件时出现错误:',
];