Hugely improved Simplified Chinese translation quality.
This commit is contained in:
parent
f7399f8819
commit
851f292ee3
14 changed files with 326 additions and 321 deletions
|
@ -2,21 +2,21 @@
|
|||
|
||||
return [
|
||||
'not_authorized' => '您无权执行此操作。',
|
||||
'auth_error' => '尝试登录时发生错误.',
|
||||
'authentication_required' => '需要认证才能继续操作',
|
||||
'auth_error' => '登录时发生错误。',
|
||||
'authentication_required' => '需要认证以继续',
|
||||
'remember_me' => '记住我',
|
||||
'sign_in' => '登陆',
|
||||
'forgot_password' => '忘记密码',
|
||||
'request_reset_text' => '忘记密码? 请在下方填入您的Email.',
|
||||
'reset_password_text' => '重设您账户的密码.',
|
||||
'request_reset_text' => '忘记密码了吗?请在下方填入您的电子邮件地址。',
|
||||
'reset_password_text' => '重设账户密码',
|
||||
'reset_password' => '重设密码',
|
||||
'email_sent' => '一封帮助您重置密码的电子邮件已发出,请查收并按提示操作(如未收到请检查垃圾箱)',
|
||||
'failed' => '用户名或密码错误, 或者两步验证失败.',
|
||||
'throttle' => '太多次登陆失败. 请在 :seconds 秒后尝试',
|
||||
'password_requirements' => '密码至少包含大写字母,小写字母,数字,并且在8位以上.',
|
||||
'email_sent' => '一封含有重置密码指引的邮件已发送至您的电子邮箱地址。',
|
||||
'failed' => '所提供的凭证与我们所记录的不符,或可能两步验证失败。',
|
||||
'throttle' => '登录尝试次数过多。请 :seconds 秒后重试。',
|
||||
'password_requirements' => '密码必须含有一位大写字母、小写字母及数字且长度至少为八位。',
|
||||
'request_reset' => '查找账户',
|
||||
'2fa_required' => '两步验证',
|
||||
'2fa_failed' => '两步验证密码错误',
|
||||
'totp_failed' => '错误的TOTP验证.',
|
||||
'2fa_must_be_enabled' => '管理员要求您的账户必须开启两步验证才能使用此面板.',
|
||||
'totp_failed' => '尝试进行两步验证时发生错误。',
|
||||
'2fa_must_be_enabled' => '管理员要求您启用两步验证才能使用面板。',
|
||||
];
|
||||
|
|
Reference in a new issue