refactor: adding translate pt-br in section-password.json archive

This commit is contained in:
Gabriellopes232
2023-01-08 09:24:44 -03:00
parent 8c0046be87
commit f2372bb265

View File

@@ -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"
}