Skip to content

Commit

Permalink
Merge 8e6ed68 into aeb6d36
Browse files Browse the repository at this point in the history
  • Loading branch information
malvfr committed Oct 5, 2020
2 parents aeb6d36 + 8e6ed68 commit 737dce1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"atLeastOneSpeacialChar": "Password must have at least one special character.",
"atLeastOneNumber": "Password must have at least one number.",
"invalidWord": "Password contains the invalid word: {{word}}" ,
"invalidPassword": "Password is valid."
"invalidPassword": "Password is invalid."
}
12 changes: 12 additions & 0 deletions locales/pt-br/transalation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"welcome": "Bem-vindo",
"undefinedPassword": "Senha indefinida",
"minLength": "A senha deve conter ao menos {{min}} caracteres.",
"maxLength": "A senha não deve conter mais que {{max}} caracteres.",
"atLeastOneLoweChar": "A senha deve conter ao menos um caractere minúsculo.",
"atLeastOneUpperChar": "A senha deve conter ao menos um caractere maiúsculo.",
"atLeastOneSpeacialChar": "A senha deve conter ao menos um caractere especial.",
"atLeastOneNumber": "A senha deve conter ao menos um número.",
"invalidWord": "A senha contém uma palavra inválida. Palavra: {{word}}" ,
"invalidPassword": "Senha inválida."
}

0 comments on commit 737dce1

Please sign in to comment.