Files
cachet-docker/resources/lang/zh-TW/reminders.php
T
2015-04-19 00:00:29 +08:00

23 lines
784 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| 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.
|
*/
'password' => '密碼必須至少有六個字符,而兩次輸入的密碼也必須匹配。',
'user' => '無法找到擁有該電郵地址的用戶。',
'token' => '無效的密碼重置令牌。',
'sent' => '已發送密碼重置郵件。',
'reset' => '成功重置密碼。',
];