Last active
October 10, 2017 01:21
-
-
Save sutara79/cbb90eeab244018f946d06224832c2d3 to your computer and use it in GitHub Desktop.
Laravel 5.4, 5.5 日本語メッセージ: 認証
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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秒後に再開できます。', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment