Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created November 19, 2021 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/e149f2eabb12aad95114dddd48060f32 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/e149f2eabb12aad95114dddd48060f32 to your computer and use it in GitHub Desktop.
{
"The :attribute must contain at least one letter.": "La contraseña debe contener al menos una letra",
"The :attribute must contain at least one uppercase and one lowercase letter.": "La contraseña debe contener al menos una letra mayúscula y una minúscula",
"The :attribute must contain at least one number.": "La contraseña debe contener al menos un número",
"The :attribute must contain at least one symbol.": "La contraseña debe contener al menos un símbolo",
"The given :attribute has appeared in a data leak. Please choose a different :attribute.": "La contraseña ha aparecido en una fuga de datos. Elija una contraseña diferente"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment