From f6040562c1a5a11ade673284faff1735b61059ec Mon Sep 17 00:00:00 2001 From: Pongleon <273182747+Pongleon@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:14:28 -0300 Subject: [PATCH 1/2] Create pt-BR.hjson Add pt-BR.hjson and translation --- Localization/pt-BR.hjson | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Localization/pt-BR.hjson diff --git a/Localization/pt-BR.hjson b/Localization/pt-BR.hjson new file mode 100644 index 0000000..9f57726 --- /dev/null +++ b/Localization/pt-BR.hjson @@ -0,0 +1,54 @@ +Mods: { + Wikithis: { + Configs: { + WikithisConfig: { + DisplayName: Configurações do Wikithis + DefaultEnabled: (Inicialmente: Ativado) + DefaultDisabled: (Inicialmente: Desativado) + + OpenSteamBrowser: { + Label: Abra o Steam Overlay em vez do navegador + Tooltip: + ''' + Quando uma página da wiki for aberta para um item, o Steam Overlay será aberto no lugar. + Se a Steam não estiver disponível, o navegador será aberto. {$DefaultEnabled} + ''' + } + + /* + AlwaysOpenEnglishWiki: { + Label: Sempre abrir wikis em inglês + Tooltip: + ''' + Enquanto ativo, páginas da wiki em inglês sempre serão abertas em vez das traduzidas correspondentes. + {$DefaultDisabled} + ''' + } + */ + + TooltipsEnabled: { + Label: Mostrar descrições + Tooltip: + ''' + Desativa descrições da wiki quando ativado. + {$DefaultEnabled} + ''' + } + + CanWikiNPCs: { + Label: Mostrar wiki de NPC + Tooltip: + ''' + Quando ativado, permitirá páginas wiki serem abertas quando um NPC for pressionado. + {$DefaultDisabled} + ''' + } + } + } + + Keybinds.WikiKeybind.DisplayName: Check wiki page on item/NPC + TextFormatting: " {0}" + Click: Pressione {0} para abrir a página da wiki! + NoWiki: Sem páginas wiki disponíveis! + } +} \ No newline at end of file From 3b2a9302aabe31bad89f32bb8284ac6c7c45d50f Mon Sep 17 00:00:00 2001 From: Pongleon <273182747+Pongleon@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:30:42 -0300 Subject: [PATCH 2/2] Fixed missing string Updated the missing string to translate and did some tiny changes --- Localization/pt-BR.hjson | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Localization/pt-BR.hjson b/Localization/pt-BR.hjson index 9f57726..9a05def 100644 --- a/Localization/pt-BR.hjson +++ b/Localization/pt-BR.hjson @@ -7,7 +7,7 @@ Mods: { DefaultDisabled: (Inicialmente: Desativado) OpenSteamBrowser: { - Label: Abra o Steam Overlay em vez do navegador + Label: Abrir o Steam Overlay em vez do navegador Tooltip: ''' Quando uma página da wiki for aberta para um item, o Steam Overlay será aberto no lugar. @@ -46,9 +46,9 @@ Mods: { } } - Keybinds.WikiKeybind.DisplayName: Check wiki page on item/NPC + Keybinds.WikiKeybind.DisplayName: Verificar página da wiki para o item/NPC TextFormatting: " {0}" Click: Pressione {0} para abrir a página da wiki! NoWiki: Sem páginas wiki disponíveis! } -} \ No newline at end of file +}