All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 1m4s
21 lines
664 B
PHP
21 lines
664 B
PHP
<?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' => '帳號或密碼錯誤,請重新確認。',
|
|
'password' => '您輸入的密碼不正確。',
|
|
'throttle' => '登入嘗試次數過多。請在 :seconds 秒後再試。',
|
|
|
|
];
|