]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_TW/passwords.php
Implement the renderPages parameter
[bookstack] / resources / lang / zh_TW / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => '密碼必須至少包含六個字元並與確認相符。',
10     'user' => "使用該Email位址的使用者不存在。",
11     'token' => 'The password reset token is invalid for this email address.',
12     'sent' => '我們已經透過Email發送您的密碼重置連結。',
13     'reset' => '您的密碼已被重置。',
14
15 ];