- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- 'array' => 'The :attribute must have :value items or more.',
+ 'numeric' => ':attributeは:value以上の値である必要があります。',
+ 'file' => ':attributeは:valueキロバイト以上のファイルである必要があります。',
+ 'string' => ':attributeは:value文字以上である必要があります。',
+ 'array' => ':attributeには:value個以上のアイテムを指定する必要があります。',