]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_TW/auth.php
Update passwords.php
[bookstack] / resources / lang / zh_TW / 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.