File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 77 | 認証の言語行
88 |--------------------------------------------------------------------------
99 |
10- | 次の言語行は、ユーザーに表示する必要があるさまざまなメッセージの認証中に使用されます。
10+ | 次の言語行は、ユーザーに表示する必要があるさまざまなメッセージの認証中に使用されます。
1111 | これらの言語行は、アプリケーションの要件に応じて自由に変更できます。
1212 |
1313 */
1414
1515 'failed ' => 'これらの資格情報は記録と一致しません。 ' ,
16+ 'password ' => '指定されたパスワードが正しくありません。 ' ,
1617 'throttle ' => 'ログイン試行が多すぎます。:seconds秒後にもう一度お試しください。 ' ,
1718
1819];
Original file line number Diff line number Diff line change 99 |
1010 | 次の言語行には、バリデータクラスで使用されるデフォルトの
1111 | エラーメッセージが含まれています。これらのルールの一部には、
12- | サイズルールなどの複数のバージョンがあります。
12+ | サイズルールなどの複数のバージョンがあります。
1313 | ここでこれらの各メッセージを自由に調整してください。
1414 |
1515 */
9191 'string ' => ':attributeは:max文字より小さくてはいけません。 ' ,
9292 'array ' => ':attributeには少なくとも:min個のアイテムが必要です。 ' ,
9393 ],
94+ 'multiple_of ' => ':attributeは:valueの倍数である必要があります。 ' ,
9495 'not_in ' => '選択された:attributeは無効です。 ' ,
9596 'not_regex ' => ':attributeは無効な形式です。 ' ,
9697 'numeric ' => ':attributeは数値でなければなりません。 ' ,
You can’t perform that action at this time.
0 commit comments