Skip to content

Commit

Permalink
lowercase と mac_address の翻訳追加
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiro committed Nov 9, 2022
1 parent 61e6b34 commit a7ee74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stubs/ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
'ipv4' => ':attributeには、有効なIPv4アドレスを指定してください。',
'ipv6' => ':attributeには、有効なIPv6アドレスを指定してください。',
'json' => ':attributeには、有効なJSON文字列を指定してください。',
'lowercase' => ':attributeは、小文字のみで指定してください。',
'lt' => [
'numeric' => ':attributeには、:valueより小さな値を指定してください。',
'file' => ':attributeには、:value kbより小さなファイルを指定してください。',
Expand All @@ -69,6 +70,7 @@
'string' => ':attributeは、:value文字以下で指定してください。',
'array' => ':attributeには、:value個以下のアイテムを指定してください。',
],
'mac_address' => ':attributeには、有効なMACアドレスを指定してください。',
'max' => [
'numeric' => ':attributeには、:max以下の数字を指定してください。',
'file' => ':attributeには、:max kb以下のファイルを指定してください。',
Expand Down

0 comments on commit a7ee74f

Please sign in to comment.