Skip to content

Update pt-BR string in all Translations.config #1607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
<BTN_OpenFile>ファイルを開く</BTN_OpenFile>
<BTN_Cancel>キャンセル</BTN_Cancel>
</ja-JP>
<pt-BR>
<PW_Title>Digite a senha</PW_Title>
<Pw_Hint>Arquivo protegido por senha. Digite a senha para abrir o arquivo.</Pw_Hint>
<PW_Error>Verifique sua senha</PW_Error>
<BTN_OpenFile>Abrir arquivo</BTN_OpenFile>
<BTN_Cancel>Cancelar</BTN_Cancel>
</pt-BR>
<zh-CN>
<PW_Title>输入密码</PW_Title>
<Pw_Hint>此文件受密码保护。请输入密码以打开文件。</Pw_Hint>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<FILE_VERSION>File Version</FILE_VERSION>
<PRODUCT_VERSION>Product Version</PRODUCT_VERSION>
</en>
<pt-BR>
<TOTAL_SIZE>Tamanho total</TOTAL_SIZE>
<FILE_VERSION>Versão do arquivo</FILE_VERSION>
<PRODUCT_VERSION>Versão do produto</PRODUCT_VERSION>
</pt-BR>
<zh-CN>
<TOTAL_SIZE>总大小</TOTAL_SIZE>
<FILE_VERSION>文件版本</FILE_VERSION>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
</pl>
<pt-BR>
<Editor_FontFamily>Consolas</Editor_FontFamily>
<Editor_Copy>Copiar</Editor_Copy>
<Editor_SelectAll>Selecionar tudo</Editor_SelectAll>
</pt-BR>
<pt-PT>
<Editor_FontFamily>Consolas</Editor_FontFamily>
Expand Down
6 changes: 3 additions & 3 deletions QuickLook/Translations.config
Original file line number Diff line number Diff line change
Expand Up @@ -439,14 +439,14 @@
<MW_BrowseFolder>Abrir pasta {0}</MW_BrowseFolder>
<MW_Open>Abrir {0}</MW_Open>
<MW_OpenWith>Abrir com {0}</MW_OpenWith>
<MW_OpenWithMenu>Abrir Com Menu</MW_OpenWithMenu>
<MW_OpenWithMenu>Menu abrir com</MW_OpenWithMenu>
<MW_Run>Executar {0}</MW_Run>
<MW_Share>Compartilhar</MW_Share>
<Icon_RunAtStartup>Executar na &amp;Inicialização</Icon_RunAtStartup>
<Icon_ToolTip>QuickLook v{0}</Icon_ToolTip>
<Icon_CheckUpdate>Procurar por &amp;Atualizações...</Icon_CheckUpdate>
<Icon_GetPlugin>Encontrar novos &amp;Plugins...</Icon_GetPlugin>
<Icon_OpenDataFolder>Abrir Pasta De Dados</Icon_OpenDataFolder>
<Icon_OpenDataFolder>Abrir Pasta de Dados</Icon_OpenDataFolder>
<Icon_Restart>&amp;Reiniciar</Icon_Restart>
<Icon_Quit>&amp;Fechar</Icon_Quit>
<Update_NoUpdate>Executando a versão mais recente.</Update_NoUpdate>
Expand All @@ -459,7 +459,7 @@
<InfoPanel_File>{0} arquivo</InfoPanel_File>
<InfoPanel_Files>{0} arquivos</InfoPanel_Files>
<InfoPanel_FolderAndFile>({0} e {1})</InfoPanel_FolderAndFile>
<InfoPanel_CantPreventClosing>O cancelamento de "Impedir fechamento" não é suportado</InfoPanel_CantPreventClosing>
<InfoPanel_CantPreventClosing>Não é possível cancelar "Impedir fechamento"</InfoPanel_CantPreventClosing>
</pt-BR>
<pt-PT>
<UI_FontFamily>Segoe UI</UI_FontFamily>
Expand Down
Loading