Added lang package of traditional chinese(zh-TW)
This commit is contained in:
31
resources/lang/zh-TW/passwords.php
Normal file
31
resources/lang/zh-TW/passwords.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Cachet.
|
||||
*
|
||||
* (c) Alt Three Services Limited
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
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' => '密碼已重置!',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user