Skip to content

Commit 5598238

Browse files
committed
Merge pull request laravel#1570 from HiroKws/ja/validation/new/translation
Japanese translations for new validation rules.(count*)
2 parents b0eb9a8 + 01127bf commit 5598238

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

application/language/ja/validation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"string" => ":attributeは、:min文字から:max文字の間でご指定ください。",
4949
),
5050
"confirmed" => ":attributeと、確認フィールドとが、一致していません。",
51-
"count" => "The :attribute must have exactly :count selected elements.",
52-
"countbetween" => "The :attribute must have between :min and :max selected elements.",
53-
"countmax" => "The :attribute must have less than :max selected elements.",
54-
"countmin" => "The :attribute must have at least :min selected elements.",
51+
"count" => ":attributeは、:count個選択してください。",
52+
"countbetween" => ":attributeは、:min個から:max個の間で選択してください。",
53+
"countmax" => ":attributeは、:max個以下で選択してください。",
54+
"countmin" => ":attributeは、最低:min個選択してください。",
5555
"different" => ":attributeと:otherには、異なった内容を指定してください。",
5656
"email" => ":attributeには正しいメールアドレスの形式をご指定ください。",
5757
"exists" => "選択された:attributeは正しくありません。",

0 commit comments

Comments
 (0)