mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-19 19:52:42 +00:00
fix(i18n): correct settings name translation in pt-BR (#11172)
# 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
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
"NO": "cancelar"
|
||||
}
|
||||
},
|
||||
"SETTINGS": "Confirgurações",
|
||||
"SETTINGS": "Configurações",
|
||||
"FORM": {
|
||||
"UPDATE": "Atualizar a equipa",
|
||||
"CREATE": "Criar uma equipa",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -333,7 +333,7 @@
|
||||
"ARTICLES": "Artigos",
|
||||
"CATEGORIES": "Categorias",
|
||||
"LOCALES": "Localidades",
|
||||
"SETTINGS": "Confirgurações"
|
||||
"SETTINGS": "Configurações"
|
||||
},
|
||||
"CHANNELS": "Canais",
|
||||
"SET_AUTO_OFFLINE": {
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
"NO": "Cancelar"
|
||||
}
|
||||
},
|
||||
"SETTINGS": "Confirgurações",
|
||||
"SETTINGS": "Configurações",
|
||||
"FORM": {
|
||||
"UPDATE": "Atualizar equipe",
|
||||
"CREATE": "Criar nova equipe",
|
||||
|
||||
Reference in New Issue
Block a user