Merge pull request #171 from nakazawakan/backend

「"半角"が抜けております。」
このコミットが含まれているのは:
chankan77 2021-12-19 15:04:35 +09:00 committed by GitHub
コミット ecb9a869d5
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -18,8 +18,8 @@ return [
'after' => 'The :attribute must be a date after :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
'alpha' => ' :attribute は英文字のみです。',
'alpha_dash' => ' :attribute は英数字、ハイフン(-)、又はアンダーバー(_)のみです。',
'alpha_num' => ' :attribute は英数字のみです。',
'alpha_dash' => ' :attribute は半角英数字、ハイフン(-)、又はアンダーバー(_)のみです。',
'alpha_num' => ' :attribute は半角英数字のみです。',
'array' => ' :attribute はarrayです。',
'before' => 'The :attribute must be a date before :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',