Files
star-cloud/lang/zh_TW/auth.php
sky121113 19076c363c
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 1m4s
[STYLE] 更新系統 Logo 為無損圓形去背版並補齊登入頁繁體中文翻譯
2026-03-26 09:22:07 +08:00

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 秒後再試。',
];