mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Langpack Source update with fix for hashed strings (#24400)
* Initial update to german vscode * more cleanup for vscode git german. * added working alias replacer, need to add all string entities * added aliased bundle strings * added extension files, need to update package and readme * added update to changelog, and restored vscode extensions * added comments
This commit is contained in:
91
resources/xlf/pt-br/Microsoft.query-history.pt-BR.xlf
Normal file
91
resources/xlf/pt-br/Microsoft.query-history.pt-BR.xlf
Normal file
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/Microsoft.query-history/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="pt-BR">
|
||||
<body>
|
||||
<trans-unit id="errorLoading">
|
||||
<source xml:lang="en">Error loading saved query history items. {0}</source>
|
||||
<target state="translated">Erro ao carregar itens de histórico de consultas salvos. {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="failed">
|
||||
<source xml:lang="en">Failed</source>
|
||||
<target state="translated">Falhou</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="succeeded">
|
||||
<source xml:lang="en">Succeeded</source>
|
||||
<target state="translated">Com êxito</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.query-history/package" source-language="en" datatype="plaintext" target-language="pt-BR">
|
||||
<body>
|
||||
<trans-unit id="queryHistory.clear">
|
||||
<source xml:lang="en">Clear All History</source>
|
||||
<target state="translated">Limpar Todo o Histórico</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.delete">
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Deletar</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.loading">
|
||||
<source xml:lang="en">Loading saved entries...</source>
|
||||
<target state="translated">Carregando entradas salvas...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.maxEntries">
|
||||
<source xml:lang="en">Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.</source>
|
||||
<target state="translated">Número máximo de entradas a serem armazenados. 0 significa que entradas ilimitadas são armazenadas. Aumentar esse limite pode afetar o desempenho, especialmente se a persistência estiver habilitada.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.noEntries">
|
||||
<source xml:lang="en">No queries to display</source>
|
||||
<target state="translated">Não há nenhuma consulta a ser exibida</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.open">
|
||||
<source xml:lang="en">Open Query</source>
|
||||
<target state="translated">Abrir Consulta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.doubleClickAction.run">
|
||||
<source xml:lang="en">Open a new connected editor with the query and connection from the selected history item and automatically run the query</source>
|
||||
<target state="translated">Abrir um novo editor conectado com a consulta e a conexão do item de histórico selecionado e executar a consulta automaticamente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.doubleClickAction.open">
|
||||
<source xml:lang="en">Open a new disconnected editor with the query from the selected history item</source>
|
||||
<target state="translated">Abrir um novo editor desconectado com a consulta do item de histórico selecionado</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.openStorageFolder">
|
||||
<source xml:lang="en">Open storage folder</source>
|
||||
<target state="translated">Abrir pasta de armazenamento</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.disableCapture">
|
||||
<source xml:lang="en">Pause Query History Capture</source>
|
||||
<target state="translated">Pausar a Captura de Histórico de Consultas</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.displayName">
|
||||
<source xml:lang="en">Query History</source>
|
||||
<target state="translated">Histórico de Consultas</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.run">
|
||||
<source xml:lang="en">Run Query</source>
|
||||
<target state="translated">Executar Consulta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.enableCapture">
|
||||
<source xml:lang="en">Start Query History Capture</source>
|
||||
<target state="translated">Iniciar a Captura do Histórico de Consultas</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.doubleClickAction">
|
||||
<source xml:lang="en">The action taken when a history item is double clicked</source>
|
||||
<target state="translated">A ação executada quando um item de histórico é clicado duas vezes</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.description">
|
||||
<source xml:lang="en">View and run previously executed queries</source>
|
||||
<target state="translated">Exibir e executar consultas executadas anteriormente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.captureEnabledDesc">
|
||||
<source xml:lang="en">Whether Query History capture is enabled. If false queries executed will not be captured.</source>
|
||||
<target state="translated">Se a captura do Histórico de Consultas estiver habilitada. Se for false, as consultas executadas não serão capturadas.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.persistHistory">
|
||||
<source xml:lang="en">Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.</source>
|
||||
<target state="translated">Se o histórico de consultas persiste entre reinicializações. Se for false, o histórico será limpo quando o aplicativo for encerrado.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user