File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
"string " => ":attributeは、:min文字から:max文字の間でご指定ください。 " ,
49
49
),
50
50
"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個選択してください。 " ,
55
55
"different " => ":attributeと:otherには、異なった内容を指定してください。 " ,
56
56
"email " => ":attributeには正しいメールアドレスの形式をご指定ください。 " ,
57
57
"exists " => "選択された:attributeは正しくありません。 " ,
You can’t perform that action at this time.
0 commit comments