From 22d2fc81e012030112eb65c77bfb8182e37f5b76 Mon Sep 17 00:00:00 2001 From: OtavioStasiak Date: Thu, 28 Nov 2024 14:21:25 -0300 Subject: [PATCH] chore: pt-br translation --- app/i18n/locales/pt-BR.json | 10 +++++++++- app/views/RegisterView/index.tsx | 2 -- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/i18n/locales/pt-BR.json b/app/i18n/locales/pt-BR.json index 70dd02fa12..14d6293a78 100644 --- a/app/i18n/locales/pt-BR.json +++ b/app/i18n/locales/pt-BR.json @@ -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:" } \ No newline at end of file diff --git a/app/views/RegisterView/index.tsx b/app/views/RegisterView/index.tsx index 6cbf6f4d4c..f622ed1077 100644 --- a/app/views/RegisterView/index.tsx +++ b/app/views/RegisterView/index.tsx @@ -384,5 +384,3 @@ const RegisterView = ({ navigation, route, dispatch }: IProps) => { }; export default RegisterView; - -// Update I18n and test again