言語ファイルの追加

This commit is contained in:
hina 2020-06-07 21:27:49 +09:00
parent 6b15dcaef3
commit c28967a5ae
No known key found for this signature in database
GPG Key ID: B666B2A137443F76
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<?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' => 'ログイン情報が一致しません。',
'throttle' => 'ログイン試行が多すぎます。 :seconds 秒後にやりなおしてください。',
];