Skip to content

Commit 1117ebd

Browse files
committed
added password translation rules
1 parent ab2b606 commit 1117ebd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lang/en.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
3+
"The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
4+
"The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
5+
"The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
6+
"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."
7+
}

0 commit comments

Comments
 (0)