snipe-it/resources/lang/zh-HK/reminders.php

25 lines
746 B
PHP
Raw Normal View History

2018-01-20 04:53:04 -08:00
<?php
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.
|
*/
'password' => '密碼至少需要六個字符,並且與確認欄位相符',
2018-01-20 04:53:04 -08:00
'user' => '使用者名稱或電子郵件地址不正確',
2018-01-20 04:53:04 -08:00
'token' => '這個密碼重置密鑰無效。',
2018-01-20 04:53:04 -08:00
'sent' => '如果郵件地址相符,則密碼已經發送。',
2018-01-20 04:53:04 -08:00
];