From aa40981da1cad159d5bbc8769309073f265b6041 Mon Sep 17 00:00:00 2001 From: Reinaldo Neto Date: Mon, 18 Dec 2023 16:23:09 -0300 Subject: [PATCH] i18n --- app/i18n/locales/en.json | 2 +- app/i18n/locales/pt-BR.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/i18n/locales/en.json b/app/i18n/locales/en.json index d4742270d..eadedcc63 100644 --- a/app/i18n/locales/en.json +++ b/app/i18n/locales/en.json @@ -764,6 +764,6 @@ "You_dont_have_permission_to_perform_this_action": "You don’t have permission to perform this action. Check with a workspace administrator.", "Jump_to_message": "Jump to message", "Missed_call": "Missed call", - "In_app_message_notifications": "In-app message notifications", + "In_app_message_notifications": "In app message notifications", "Vibrate": "Vibrate" } \ No newline at end of file diff --git a/app/i18n/locales/pt-BR.json b/app/i18n/locales/pt-BR.json index 7a73a3bf2..639476153 100644 --- a/app/i18n/locales/pt-BR.json +++ b/app/i18n/locales/pt-BR.json @@ -763,5 +763,7 @@ "Pinned_a_message": "Fixou uma mensagem:", "You_dont_have_permission_to_perform_this_action": "Você não tem permissão para realizar esta ação. Verifique com um administrador do espaço de trabalho.", "Jump_to_message": "Ir para mensagem", - "Missed_call": "Chamada perdida" + "Missed_call": "Chamada perdida", + "In_app_message_notifications": "Notificações de mensagens no aplicativo", + "Vibrate": "Vibrar" } \ No newline at end of file