updated translations
This commit is contained in:
@ -13,18 +13,27 @@ return [
|
||||
'current_email' => '目前的電子郵件',
|
||||
'reset' => '重設',
|
||||
'never' => '永遠不要',
|
||||
|
||||
'password' => [
|
||||
'current' => '密碼',
|
||||
'current_confirm' => '確認密碼',
|
||||
'new' => '新的密碼',
|
||||
'new_confirm' => '確認新的密碼',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'self_delete' => '錯誤:無法刪除自己!'
|
||||
'self_delete' => '錯誤:無法刪除自己!',
|
||||
'no_company' => '錯誤:您的帳戶沒有分配公司,請聯繫系統管理員。',
|
||||
],
|
||||
|
||||
'failed' => '使用者名稱或密碼錯誤',
|
||||
'disabled' => '此帳號已被停用,請聯繫系統管理員。',
|
||||
'throttle' => '嘗試登入太多次,請在 :seconds 秒後再試。',
|
||||
|
||||
'notification' => [
|
||||
'message_1' => '您會收到此郵件表示我們收到重設您帳戶密碼的要求。',
|
||||
'message_2' => '如果你沒有要求重設密碼,則不需要進一步操作。',
|
||||
'button' => '重設密碼',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user