Skip to content

Instantly share code, notes, and snippets.

@sutara79
Last active October 10, 2017 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sutara79/cbb90eeab244018f946d06224832c2d3 to your computer and use it in GitHub Desktop.
Save sutara79/cbb90eeab244018f946d06224832c2d3 to your computer and use it in GitHub Desktop.
Laravel 5.4, 5.5 日本語メッセージ: 認証
<?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