From 157ec00994dcd10bc269546506555e66d6c10ed3 Mon Sep 17 00:00:00 2001 From: Petterson <58094725+hahuma@users.noreply.github.com> Date: Wed, 26 Mar 2025 00:27:41 -0300 Subject: [PATCH] fix(i18n): correct settings name translation in pt-BR (#11172) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Pull Request Template ## Description In pt_BR language, some strings are being mispelled, the correct word would be "Configurações" but instead it is being showed as "Confirgurações", which is wrong. Fixes: https://github.com/chatwoot/chatwoot/issues/11149 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? I've compiled the new translations and I compared the problematic strings in PT_BR to check if it was still with the "Confirgurações" word instead of "Configurações" ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [x] My changes generate no new warnings --- app/javascript/dashboard/i18n/locale/pt/teamsSettings.json | 2 +- app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json | 4 ++-- app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json | 2 +- app/javascript/dashboard/i18n/locale/pt_BR/settings.json | 2 +- app/javascript/dashboard/i18n/locale/pt_BR/teamsSettings.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/pt/teamsSettings.json b/app/javascript/dashboard/i18n/locale/pt/teamsSettings.json index b50283cd7..645a806f4 100644 --- a/app/javascript/dashboard/i18n/locale/pt/teamsSettings.json +++ b/app/javascript/dashboard/i18n/locale/pt/teamsSettings.json @@ -100,7 +100,7 @@ "NO": "cancelar" } }, - "SETTINGS": "Confirgurações", + "SETTINGS": "Configurações", "FORM": { "UPDATE": "Atualizar a equipa", "CREATE": "Criar uma equipa", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json b/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json index 8042c5ebc..4559f74f9 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json @@ -9,7 +9,7 @@ "FILTER": "Filtrar por", "SORT": "Classificar por", "LOCALE": "Localidade", - "SETTINGS_BUTTON": "Confirgurações", + "SETTINGS_BUTTON": "Configurações", "NEW_BUTTON": "Novo artigo", "DROPDOWN_OPTIONS": { "PUBLISHED": "Publicado", @@ -121,7 +121,7 @@ "COUNT_LABEL": "artigos", "ADD": "Adicionar localidade", "VISIT": "Visitar site", - "SETTINGS": "Confirgurações", + "SETTINGS": "Configurações", "DELETE": "Excluir" }, "PORTAL_CONFIG": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json index f596d25dd..2a4f91be4 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json @@ -473,7 +473,7 @@ "WIDGET_BUILDER": "Construtor de Widget", "BOT_CONFIGURATION": "Configuração do Bot" }, - "SETTINGS": "Confirgurações", + "SETTINGS": "Configurações", "FEATURES": { "LABEL": "Funcionalidades", "DISPLAY_FILE_PICKER": "Exibir seletor de arquivos no widget", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/settings.json b/app/javascript/dashboard/i18n/locale/pt_BR/settings.json index f684289d9..0048e8be2 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/settings.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/settings.json @@ -333,7 +333,7 @@ "ARTICLES": "Artigos", "CATEGORIES": "Categorias", "LOCALES": "Localidades", - "SETTINGS": "Confirgurações" + "SETTINGS": "Configurações" }, "CHANNELS": "Canais", "SET_AUTO_OFFLINE": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/teamsSettings.json b/app/javascript/dashboard/i18n/locale/pt_BR/teamsSettings.json index 07890e7f9..b8a8e8a25 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/teamsSettings.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/teamsSettings.json @@ -100,7 +100,7 @@ "NO": "Cancelar" } }, - "SETTINGS": "Confirgurações", + "SETTINGS": "Configurações", "FORM": { "UPDATE": "Atualizar equipe", "CREATE": "Criar nova equipe",