json-inline.json 2.5 KB

12345678910111213141516
  1. {
  2. "The :attribute must be a valid role.": "この項目は有効なロールである必要があります。",
  3. "The :attribute must be at least :length characters and contain at least one number.": "この項目は:length文字以上で、数字を1文字以上含む必要があります。",
  4. "The :attribute must be at least :length characters and contain at least one special character and one number.": "この項目は:length文字以上で、記号と数字をそれぞれ1文字以上含む必要があります。",
  5. "The :attribute must be at least :length characters and contain at least one special character.": "この項目は:length文字以上で、記号を1文字以上含む必要があります。",
  6. "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "この項目は:length文字以上で、大文字と数字をそれぞれ1文字以上含む必要があります。",
  7. "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "この項目は:length文字以上で、大文字と記号をそれぞれ1文字以上含む必要があります。",
  8. "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "この項目は:length文字以上で、大文字・数字・記号をそれぞれ1文字以上含む必要があります。",
  9. "The :attribute must be at least :length characters and contain at least one uppercase character.": "この項目は:length文字以上で、大文字を1文字以上含む必要があります。",
  10. "The :attribute must be at least :length characters.": "この項目は:length文字以上含む必要があります。",
  11. "The :attribute must contain at least one letter.": "この項目は文字を1文字以上含む必要があります。",
  12. "The :attribute must contain at least one number.": "この項目は数字を1文字以上含む必要があります。",
  13. "The :attribute must contain at least one symbol.": "この項目は記号を1文字以上含む必要があります。",
  14. "The :attribute must contain at least one uppercase and one lowercase letter.": "この項目は大文字と小文字をそれぞれ1文字以上含む必要があります。",
  15. "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "この項目は情報漏洩した可能性があります。他の項目を選択してください。"
  16. }