krgm.so-manager-dev.com/resources/lang/ja/auth.php
你的名字 679d3f77d2
All checks were successful
Deploy main / deploy (push) Successful in 24s
ログイン画面提示メッセージ指摘対応
2025-09-12 19:51:01 +09:00

18 lines
652 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' => 'ログインID・パスワードが不正です。',
'throttle' => 'ログインの試行回数が多すぎます。:seconds 秒後にお試しください。',
];