-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4937 from kohlerdominik/inline-translations
[en]: Updated incorrect inline strings
- Loading branch information
Showing
2 changed files
with
112 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"The :attribute must be a valid role.": "This field must be a valid role.", | ||
"The :attribute must be at least :length characters and contain at least one number.": "This field must be at least :length characters and contain at least one number.", | ||
"The :attribute must be at least :length characters and contain at least one special character and one number.": "This field must be at least :length characters and contain at least one special character and one number.", | ||
"The :attribute must be at least :length characters and contain at least one special character.": "This field must be at least :length characters and contain at least one special character.", | ||
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "This field must be at least :length characters and contain at least one uppercase character and one number.", | ||
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "This field must be at least :length characters and contain at least one uppercase character and one special character.", | ||
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "This field must be at least :length characters and contain at least one uppercase character, one number, and one special character.", | ||
"The :attribute must be at least :length characters and contain at least one uppercase character.": "This field must be at least :length characters and contain at least one uppercase character.", | ||
"The :attribute must be at least :length characters.": "This field must be at least :length characters.", | ||
"The :attribute must contain at least one letter.": "This field must contain at least one letter.", | ||
"The :attribute must contain at least one number.": "This field must contain at least one number.", | ||
"The :attribute must contain at least one symbol.": "This field must contain at least one symbol.", | ||
"The :attribute must contain at least one uppercase and one lowercase letter.": "This field 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 field has appeared in a data leak. Please choose a different field." | ||
"The :attribute must be a valid role.": "This must be a valid role.", | ||
"The :attribute must be at least :length characters and contain at least one number.": "The string must be at least :length characters and contain at least one number.", | ||
"The :attribute must be at least :length characters and contain at least one special character and one number.": "The string must be at least :length characters and contain at least one special character and one number.", | ||
"The :attribute must be at least :length characters and contain at least one special character.": "The string must be at least :length characters and contain at least one special character.", | ||
"The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The string must be at least :length characters and contain at least one uppercase character and one number.", | ||
"The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The string must be at least :length characters and contain at least one uppercase character and one special character.", | ||
"The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The string must be at least :length characters and contain at least one uppercase character, one number, and one special character.", | ||
"The :attribute must be at least :length characters and contain at least one uppercase character.": "The string must be at least :length characters and contain at least one uppercase character.", | ||
"The :attribute must be at least :length characters.": "The string must be at least :length characters.", | ||
"The :attribute must contain at least one letter.": "The string must contain at least one letter.", | ||
"The :attribute must contain at least one number.": "The string must contain at least one number.", | ||
"The :attribute must contain at least one symbol.": "The string must contain at least one symbol.", | ||
"The :attribute must contain at least one uppercase and one lowercase letter.": "The string 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 string has appeared in a data leak. Please choose a different one." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters