Skip to content

Commit

Permalink
chore: pt-br translation
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Nov 28, 2024
1 parent c45f3bc commit 22d2fc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 9 additions & 1 deletion app/i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -859,5 +859,13 @@
"Your_invite_link_will_never_expire": "Seu link de convite nunca irá vencer.",
"Your_password_is": "Sua senha é",
"Your_push_was_sent_to_s_devices": "A sua notificação foi enviada para {{s}} dispositivos",
"Your_workspace": "Sua workspace"
"Your_workspace": "Sua workspace",
"At_Least_1_Lowercase_Letter": "Pelo menos 1 letra minúscula",
"At_Least_1_Number": "Pelo menos 1 número",
"At_Least_1_Symbol": "Pelo menos 1 símbolo",
"At_Least_8_Characters": "Pelo menos 8 caracteres",
"At_Most_24_Characters": "No máximo 24 caracteres",
"Confirm_Password": "Confirmar Senha",
"Max_2_Repeating_Characters": "No máximo 2 caracteres repetidos",
"Your_Password_Must_Have": "Sua senha deve conter:"
}
2 changes: 0 additions & 2 deletions app/views/RegisterView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,3 @@ const RegisterView = ({ navigation, route, dispatch }: IProps) => {
};

export default RegisterView;

// Update I18n and test again

0 comments on commit 22d2fc8

Please sign in to comment.