Merge pull request #397 from shikorism/lang/auth

auth言語ファイルの追加
This commit is contained in:
shibafu 2020-06-07 23:20:20 +09:00 committed by GitHub
commit 4fbb047485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 秒後にやりなおしてください。',
];