mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 01:25:37 -05:00
* update to existing german extensions * Update for existing Spanish Resources * Added updates to existing French Resources * update for Italian Resources * Update for existing Japanese resources * update for Korean resources * update for Portuguese resources * russian resources updated * update for chinese resources
207 lines
10 KiB
XML
207 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
<file original="extensions/import/package" source-language="en" datatype="plaintext" target-language="pt-BR">
|
|
<body>
|
|
<trans-unit id="flatfileimport.configuration.title">
|
|
<source xml:lang="en">Flat File Import configuration</source>
|
|
<target state="translated">Configuração de Importação de Arquivo Simples</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatfileimport.logDebugInfo">
|
|
<source xml:lang="en">[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown</source>
|
|
<target state="translated">[Opcional] Registre a saída da depuração no console (Exibir -> Saída) e, em seguida, selecione o canal de saída apropriado no menu suspenso</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
<file original="extensions/import/out/services/serviceClient" source-language="en" datatype="plaintext" target-language="pt-BR">
|
|
<body>
|
|
<trans-unit id="serviceStarted">
|
|
<source xml:lang="en">{0} Started</source>
|
|
<target state="translated">{0} iniciado</target>
|
|
</trans-unit>
|
|
<trans-unit id="serviceStarting">
|
|
<source xml:lang="en">Starting {0}</source>
|
|
<target state="translated">Iniciando {0}</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.serviceStartFailed">
|
|
<source xml:lang="en">Failed to start {0}: {1}</source>
|
|
<target state="translated">Falha ao iniciar {0}: {1}</target>
|
|
</trans-unit>
|
|
<trans-unit id="installingServiceDetailed">
|
|
<source xml:lang="en">Installing {0} to {1}</source>
|
|
<target state="translated">Instalando {0} para {1}</target>
|
|
</trans-unit>
|
|
<trans-unit id="installingService">
|
|
<source xml:lang="en">Installing {0} Service</source>
|
|
<target state="translated">Instalando serviço {0}</target>
|
|
</trans-unit>
|
|
<trans-unit id="serviceInstalled">
|
|
<source xml:lang="en">Installed {0}</source>
|
|
<target state="translated">{0} instalado</target>
|
|
</trans-unit>
|
|
<trans-unit id="downloadingService">
|
|
<source xml:lang="en">Downloading {0}</source>
|
|
<target state="translated">Baixando {0}</target>
|
|
</trans-unit>
|
|
<trans-unit id="downloadingServiceSize">
|
|
<source xml:lang="en">({0} KB)</source>
|
|
<target state="translated">({0} KB)</target>
|
|
</trans-unit>
|
|
<trans-unit id="downloadingServiceStatus">
|
|
<source xml:lang="en">Downloading {0}</source>
|
|
<target state="translated">Baixando {0}</target>
|
|
</trans-unit>
|
|
<trans-unit id="downloadingServiceComplete">
|
|
<source xml:lang="en">Done downloading {0}</source>
|
|
<target state="translated">Download de {0} concluído</target>
|
|
</trans-unit>
|
|
<trans-unit id="entryExtractedChannelMsg">
|
|
<source xml:lang="en">Extracted {0} ({1}/{2})</source>
|
|
<target state="translated">{0} extraído ({1}/{2})</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
<file original="extensions/import/out/common/constants" source-language="en" datatype="plaintext" target-language="pt-BR">
|
|
<body>
|
|
<trans-unit id="import.serviceCrashButton">
|
|
<source xml:lang="en">Give Feedback</source>
|
|
<target state="translated">Fornecer Comentários</target>
|
|
</trans-unit>
|
|
<trans-unit id="serviceCrashMessage">
|
|
<source xml:lang="en">service component could not start</source>
|
|
<target state="translated">componente de serviço não pôde ser iniciado</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.serverDropdownTitle">
|
|
<source xml:lang="en">Server the database is in</source>
|
|
<target state="translated">O servidor no qual o banco de dados está</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.databaseDropdownTitle">
|
|
<source xml:lang="en">Database the table is created in</source>
|
|
<target state="translated">Banco de dados em que a tabela é criada</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFile.InvalidFileLocation">
|
|
<source xml:lang="en">Invalid file location. Please try a different input file</source>
|
|
<target state="translated">Localização de arquivo inválida. Tente um arquivo de entrada diferente</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.browseFiles">
|
|
<source xml:lang="en">Browse</source>
|
|
<target state="translated">Procurar</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.openFile">
|
|
<source xml:lang="en">Open</source>
|
|
<target state="translated">Abrir</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.fileTextboxTitle">
|
|
<source xml:lang="en">Location of the file to be imported</source>
|
|
<target state="translated">Local do arquivo a ser importado</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.tableTextboxTitle">
|
|
<source xml:lang="en">New table name</source>
|
|
<target state="translated">Nome da nova tabela</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.schemaTextboxTitle">
|
|
<source xml:lang="en">Table schema</source>
|
|
<target state="translated">Esquema da tabela</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.importData">
|
|
<source xml:lang="en">Import Data</source>
|
|
<target state="translated">Importar Dados</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.next">
|
|
<source xml:lang="en">Next</source>
|
|
<target state="translated">Próximo</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.columnName">
|
|
<source xml:lang="en">Column Name</source>
|
|
<target state="translated">Nome da Coluna</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.dataType">
|
|
<source xml:lang="en">Data Type</source>
|
|
<target state="translated">Tipo de Dados</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.primaryKey">
|
|
<source xml:lang="en">Primary Key</source>
|
|
<target state="translated">Chave Primária</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.allowNulls">
|
|
<source xml:lang="en">Allow Nulls</source>
|
|
<target state="translated">Permitir Valores Nulos</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.prosePreviewMessage">
|
|
<source xml:lang="en">This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.</source>
|
|
<target state="translated">Esta operação analisou a estrutura do arquivo de entrada para gerar a visualização abaixo para as primeiras 50 linhas.</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.prosePreviewMessageFail">
|
|
<source xml:lang="en">This operation was unsuccessful. Please try a different input file.</source>
|
|
<target state="translated">Esta operação não teve êxito. Tente um arquivo de entrada diferente.</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.refresh">
|
|
<source xml:lang="en">Refresh</source>
|
|
<target state="translated">Atualizar</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.importInformation">
|
|
<source xml:lang="en">Import information</source>
|
|
<target state="translated">Importar informações</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.importStatus">
|
|
<source xml:lang="en">Import status</source>
|
|
<target state="translated">Status de importação</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.serverName">
|
|
<source xml:lang="en">Server name</source>
|
|
<target state="translated">Nome do servidor</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.databaseName">
|
|
<source xml:lang="en">Database name</source>
|
|
<target state="translated">Nome do banco de dados</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.tableName">
|
|
<source xml:lang="en">Table name</source>
|
|
<target state="translated">Nome da tabela</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.tableSchema">
|
|
<source xml:lang="en">Table schema</source>
|
|
<target state="translated">Esquema da tabela</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.fileImport">
|
|
<source xml:lang="en">File to be imported</source>
|
|
<target state="translated">Arquivo a ser importado</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.success.norows">
|
|
<source xml:lang="en">✔ You have successfully inserted the data into a table.</source>
|
|
<target state="translated">✔ Dados inseridos na tabela corretamente.</target>
|
|
</trans-unit>
|
|
<trans-unit id="import.needConnection">
|
|
<source xml:lang="en">Please connect to a server before using this wizard.</source>
|
|
<target state="translated">Conecte-se a um servidor antes de usar este assistente.</target>
|
|
</trans-unit>
|
|
<trans-unit id="import.needSQLConnection">
|
|
<source xml:lang="en">SQL Server Import extension does not support this type of connection</source>
|
|
<target state="translated">A extensão de importação SQL Server não dá suporte a este tipo de conexão</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.wizardName">
|
|
<source xml:lang="en">Import flat file wizard</source>
|
|
<target state="translated">Assistente de importação de arquivo simples</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.page1Name">
|
|
<source xml:lang="en">Specify Input File</source>
|
|
<target state="translated">Especificar o Arquivo de Entrada</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.page2Name">
|
|
<source xml:lang="en">Preview Data</source>
|
|
<target state="translated">Visualizar Dados</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.page3Name">
|
|
<source xml:lang="en">Modify Columns</source>
|
|
<target state="translated">Modificar Colunas</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.page4Name">
|
|
<source xml:lang="en">Summary</source>
|
|
<target state="translated">Resumo</target>
|
|
</trans-unit>
|
|
<trans-unit id="flatFileImport.importNewFile">
|
|
<source xml:lang="en">Import new file</source>
|
|
<target state="translated">Importar novo arquivo</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |