Skip to content

Commit

Permalink
Merge pull request #107 from nshiro/translations_for_extensions_and_h…
Browse files Browse the repository at this point in the history
…ex_color_validation
  • Loading branch information
askdkc committed Nov 24, 2023
2 parents 3a2a685 + 47b927b commit 5691d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stubs/lang/ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'ends_with' => ':attributeには、:valuesのどれかで終わる値を指定してください。',
'enum' => '選択された:attributeは正しくありません。',
'exists' => '選択された:attributeは正しくありません。',
'extensions' => ':attributeは、:valuesの拡張子を指定してください。',
'file' => ':attributeにはファイルを指定してください。',
'filled' => ':attributeに値を指定してください。',
'gt' => [
Expand All @@ -57,6 +58,7 @@
'string' => ':attributeは、:value文字以上で指定してください。',
'array' => ':attributeには、:value個以上のアイテムを指定してください。',
],
'hex_color' => ':attributeには、有効な16進数の色を指定してください。',
'image' => ':attributeには画像ファイルを指定してください。',
'in' => '選択された:attributeは正しくありません。',
'in_array' => ':attributeには:otherの値を指定してください。',
Expand Down

0 comments on commit 5691d1c

Please sign in to comment.