Commit 37349fc1 by Kazylla Iwasaki

collect ja translation

parent 9510d6d8
...@@ -104,11 +104,11 @@ return [ ...@@ -104,11 +104,11 @@ return [
'{attribute} must be greater than or equal to "{compareValue}".' => '{attribute}は"{compareValue}"以上である必要があります。', '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute}は"{compareValue}"以上である必要があります。',
'{attribute} must be less than "{compareValue}".' => '{attribute}は"{compareValue}"より小さい必要があります。', '{attribute} must be less than "{compareValue}".' => '{attribute}は"{compareValue}"より小さい必要があります。',
'{attribute} must be less than or equal to "{compareValue}".' => '{attribute}は"{compareValue}"以下である必要があります。', '{attribute} must be less than or equal to "{compareValue}".' => '{attribute}は"{compareValue}"以下である必要があります。',
'{attribute} must be no greater than {max}.' => '{attribute}は"{compareValue}"より大きくてはいけません。', '{attribute} must be no greater than {max}.' => '{attribute}は"{max}"より大きくてはいけません。',
'{attribute} must be no less than {min}.' => '{attribute}は"{compareValue}"より小さくてはいけません。', '{attribute} must be no less than {min}.' => '{attribute}は"{min}"より小さくてはいけません。',
'{attribute} must be repeated exactly.' => '{attribute}は正確に繰り返してください。', '{attribute} must be repeated exactly.' => '{attribute}は正確に繰り返してください。',
'{attribute} must not be equal to "{compareValue}".' => '{attribute}は"{compareValue}"ではいけません。', '{attribute} must not be equal to "{compareValue}".' => '{attribute}は"{compareValue}"ではいけません。',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute}は少なくとも{min}文字なければなりません。', '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute}は{min}文字以上でなければなりません。',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute}は多くとも{max}文字なければなりません。', '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute}は{max}文字以下でなければなりません。',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute}は{length}文字でなければなりません。', '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute}は{length}文字でなければなりません。',
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment