2018-01-20 04:53:04 -08:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2018-01-20 04:53:04 -08:00
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Password Reminder Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
|
|
| that are given by the password broker for a password update attempt
|
|
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'password' => '密碼至少需要六個字符,並且與確認欄位相符',
|
2018-01-20 04:53:04 -08:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'user' => '使用者名稱或電子郵件地址不正確',
|
2018-01-20 04:53:04 -08:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'token' => '這個密碼重置密鑰無效。',
|
2018-01-20 04:53:04 -08:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'sent' => '如果郵件地址相符,則密碼已經發送。',
|
2018-01-20 04:53:04 -08:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|