auth.php
788 Bytes
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => '賬戶不存在,請重新輸入。 ',
'general_error' => '沒有操作權限。 ',
'socialite' => [
'unacceptable' => ':provider 的登錄方式失敗。 ',
],
'throttle' => '登錄失敗次數過多。請在 :seconds 秒後重試。 ',
'unknown' => '出現未知錯誤',
];