Fix code standards, update language files.
This commit is contained in:
10
resources/lang/zh-TW/reminders.php
Normal file → Executable file
10
resources/lang/zh-TW/reminders.php
Normal file → Executable file
@@ -22,10 +22,10 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => '密碼必須至少有六個字符,而兩次輸入的密碼也必須匹配。',
|
||||
'user' => '無法找到擁有該電郵地址的用戶。',
|
||||
'token' => '無效的密碼重置令牌。',
|
||||
'sent' => '已發送密碼重置郵件。',
|
||||
'reset' => '成功重置密碼。',
|
||||
'password' => '密碼至少需六個字元,並且和確認欄相同',
|
||||
'user' => '我們無法找到具有該電子郵件地址的使用者。',
|
||||
'token' => '此密碼重設 token 無效',
|
||||
'sent' => '已發送密碼提醒 !',
|
||||
'reset' => '已重設密碼 !',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user