]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_CN/auth.php
Update auth.php
[bookstack] / resources / lang / zh_CN / auth.php
1 <?php
2 return [
3     /*
4     |--------------------------------------------------------------------------
5     | Authentication Language Lines
6     |--------------------------------------------------------------------------
7     |
8     | The following language lines are used during authentication for various
9     | messages that we need to display to the user. You are free to modify
10     | these language lines according to your application's requirements.
11     |
12     */
13     'failed' => '用户名或密码错误。',
14     'throttle' => '您的登录次数过多,请在:seconds秒后重试。',
15
16     /**
17      * Login & Register
18      */
19     'sign_up' => '注册',
20     'log_in' => '登录',
21     'log_in_with' => '以:socialDriver登录',
22     'sign_up_with' => '注册:socialDriver',
23     'logout' => '注销',
24
25     'name' => '姓名',
26     'username' => '用户名',
27     'email' => 'Email地址',
28     'password' => '密码',
29     'password_confirm' => '确认密码',
30     'password_hint' => '必须超过5个字符',
31     'forgot_password' => '忘记密码?',
32     'remember_me' => '记住我',
33     'ldap_email_hint' => '请输入用于此帐户的电子邮件。',
34     'create_account' => '创建账户',
35     'social_login' => 'SNS登录',
36     'social_registration' => 'SNS注册',
37     'social_registration_text' => '其他服务注册/登录.',
38
39     'register_thanks' => '注册完成!',
40     'register_confirm' => '请点击查收您的Email,并点击确认。',
41     'registrations_disabled' => '注册目前被禁用',
42     'registration_email_domain_invalid' => '该Email域名无权访问此应用程序',
43     'register_success' => '感谢您注册:appName,您现在已经登录。',
44
45
46     /**
47      * Password Reset
48      */
49     'reset_password' => '重置密码',
50     'reset_password_send_instructions' => '在下面输入您的Email地址,您将收到一封带有密码重置链接的邮件。',
51     'reset_password_send_button' => '发送重置链接',
52     'reset_password_sent_success' => '密码重置链接已发送到:email。',
53     'reset_password_success' => '您的密码已成功重置。',
54
55     'email_reset_subject' => '重置您的:appName密码',
56     'email_reset_text' => '您收到此电子邮件是因为我们收到了您的帐户的密码重置请求。',
57     'email_reset_not_requested' => '如果您没有要求重置密码,则不需要采取进一步的操作。',
58
59
60     /**
61      * Email Confirmation
62      */
63     'email_confirm_subject' => '确认您在:appName的Email地址',
64     'email_confirm_greeting' => '感谢您加入:appName!',
65     'email_confirm_text' => '请点击下面的按钮确认您的Email地址:',
66     'email_confirm_action' => '确认Email',
67     'email_confirm_send_error' => '需要Email验证,但系统无法发送电子邮件,请联系网站管理员。',
68     'email_confirm_success' => '您的Email地址已成功验证!',
69     'email_confirm_resent' => '验证邮件已重新发送,请检查收件箱。',
70
71     'email_not_confirmed' => 'Email地址未验证',
72     'email_not_confirmed_text' => '您的电子邮件地址尚未确认。',
73     'email_not_confirmed_click_link' => '请检查注册时收到的电子邮件,然后点击确认链接。',
74     'email_not_confirmed_resend' => '如果找不到电子邮件,请通过下面的表单重新发送确认Email。',
75     'email_not_confirmed_resend_button' => '重新发送确认Email',
76 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.