added password translation rules

This commit is contained in:
Taylor Otwell 2021-10-14 14:45:08 -05:00
parent ab2b606124
commit 1117ebd8aa
1 changed files with 7 additions and 0 deletions

7
lang/en.json Normal file
View File

@ -0,0 +1,7 @@
{
"The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
"The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
"The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
"The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute."
}