Skip to content

Commit

Permalink
refactor: adding translate pt-br in section-password.json archive
Browse files Browse the repository at this point in the history
  • Loading branch information
devgabriellopes committed Jan 8, 2023
1 parent 8c0046b commit f2372bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/public/locales/pt-br/section-password.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"password": "Password",
"change": "Change password",
"current": "Current password",
"current-wrong": "The current password may be wrong",
"new": "New password",
"validate-base": "Password should contain at least:",
"validate-length": "14 characters",
"validate-case": "1 lowercase character",
"validate-number": "1 number"
}
"password": "Senha",
"change": "Mudar senha",
"current": "Senha atual",
"current-wrong": "A senha atual pode estar errada",
"new": "Nova Senha",
"validate-base": "A senha deve conter pelo menos:",
"validate-length": "14 caracteres",
"validate-case": "1 caractere minúsculo",
"validate-number": "1 número"
}

0 comments on commit f2372bb

Please sign in to comment.