Skip to content

Commit

Permalink
Merge pull request #43 from nshiro/add_decimal_translation
Browse files Browse the repository at this point in the history
Add decimal translation
  • Loading branch information
askdkc authored Dec 21, 2022
2 parents 7a01704 + 3e85df4 commit bb9f4a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stubs/lang/ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
'date' => ':attributeには有効な日付を指定してください。',
'date_equals' => ':attributeには、:dateと同じ日付けを指定してください。',
'date_format' => ':attributeは:format形式で指定してください。',
'decimal' => ':attributeは、小数点以下:decimal桁の数字を指定してください。',
'declined' => ':attributeは、拒否する指定をしてください。',
'declined_if' => ':attributeは、:otherが:valueの時は、拒否する指定をしてください。',
'different' => ':attributeと:otherには、異なった内容を指定してください。',
'digits' => ':attributeは:digits桁で指定してください。',
'digits_between' => ':attributeは:min桁から:max桁の間で指定してください。',
Expand Down

0 comments on commit bb9f4a9

Please sign in to comment.