mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update localization resource files (#14389)
This commit is contained in:
12
i18n/ptb/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
12
i18n/ptb/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"missingFileError": "Arquivo ausente: {0}",
|
||||
"InvalidError.tocFile": "{0}",
|
||||
"Invalid toc.yml": "Erro: {0} tem um arquivo toc.yml incorreto"
|
||||
}
|
||||
12
i18n/ptb/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
12
i18n/ptb/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"openNotebookCommand": "Abrir o Notebook",
|
||||
"openMarkdownCommand": "Abrir Markdown",
|
||||
"openExternalLinkCommand": "Abrir Link Externo"
|
||||
}
|
||||
17
i18n/ptb/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
17
i18n/ptb/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"openBookError": "Falha ao abrir o book {0}: {1}",
|
||||
"openNotebookError": "Falha ao abrir o notebook {0}: {1}",
|
||||
"openMarkdownError": "Falha ao abrir o markdown {0}: {1}",
|
||||
"openUntitledNotebookError": "Abrir o notebook sem título {0} porque o sem título falhou: {1}",
|
||||
"allFiles": "Todos os Arquivos",
|
||||
"labelPickFolder": "Escolher a Pasta",
|
||||
"openExternalLinkError": "Falha ao abrir o link {0}: {1}",
|
||||
"confirmReplace": "A pasta já existe. Tem certeza de que deseja excluir e substituir essa pasta?"
|
||||
}
|
||||
12
i18n/ptb/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
12
i18n/ptb/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"msgYes": "Sim",
|
||||
"msgNo": "Não",
|
||||
"msgSampleCodeDataFrame": "Este código de exemplo carrega o arquivo em um quadro de dados e mostra os 10 primeiros resultados."
|
||||
}
|
||||
11
i18n/ptb/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal file
11
i18n/ptb/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"mkdirOutputMsg": "... Criando {0}",
|
||||
"executeCommandProcessExited": "Processo encerrado com o código {0}"
|
||||
}
|
||||
22
i18n/ptb/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/ptb/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"configurePython.dialogName": "Configurar o Python para Notebooks",
|
||||
"configurePython.okButtonText": "Instalar",
|
||||
"configurePython.cancelButtonText": "Cancelar",
|
||||
"configurePython.browseButtonText": "Procurar",
|
||||
"configurePython.locationTextBoxText": "Localização da Instalação do Python",
|
||||
"configurePython.selectFileLabel": "Selecionar",
|
||||
"configurePython.installNote": "Esta instalação demorará um pouco. É recomendado não fechar o aplicativo até que a instalação seja concluída.",
|
||||
"configurePython.invalidLocationMsg": "O local de instalação especificado é inválido.",
|
||||
"configurePython.pythonNotFoundMsg": "Não foi encontrada nenhuma instalação do Python no local especificado.",
|
||||
"configurePython.pythonInstallDeclined": "A instalação do Python foi recusada.",
|
||||
"configurePython.installationType": "Tipo de Instalação",
|
||||
"configurePython.newInstall": "Nova instalação do Python",
|
||||
"configurePython.existingInstall": "Usar a instalação existente do Python"
|
||||
}
|
||||
23
i18n/ptb/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
23
i18n/ptb/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"managePackages.invalidTextPlaceholder": "N/D",
|
||||
"managePackages.packageNotFound": "Não foi possível localizar o pacote especificado",
|
||||
"managePackages.searchBarPlaceholder": "Pesquisar pacotes {0}",
|
||||
"managePackages.addNewTabTitle": "Adicionar novo",
|
||||
"managePackages.searchButtonLabel": "Pesquisar",
|
||||
"managePackages.installButtonText": "Instalar",
|
||||
"managePackages.packageNameTitle": "Nome do Pacote",
|
||||
"managePackages.packageVersionTitle": "Versão do Pacote",
|
||||
"managePackages.packageSummaryTitle": "Resumo do Pacote",
|
||||
"managePackages.noVersionsFound": "Não foi possível localizar nenhuma versão válida para o pacote especificado",
|
||||
"managePackages.packageRequestError": "Falha na solicitação de informações do pacote com o erro: {0} {1}",
|
||||
"managePackages.backgroundInstallStarted": "Instalando {0} {1}",
|
||||
"managePackages.backgroundInstallComplete": "Instalação concluída para {0} {1}",
|
||||
"managePackages.backgroundInstallFailed": "Falha ao instalar {0} {1}. Erro: {2}"
|
||||
}
|
||||
19
i18n/ptb/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
19
i18n/ptb/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"managePackages.installedTabTitle": "Instalado",
|
||||
"managePackages.pkgNameColumn": "Nome",
|
||||
"managePackages.newPkgVersionColumn": "Versão",
|
||||
"managePackages.uninstallButtonText": "Desinstalar os pacotes selecionados",
|
||||
"managePackages.packageType": "Tipo de Pacote",
|
||||
"managePackages.packageCount": "{0} {1} pacotes encontrados",
|
||||
"managePackages.confirmUninstall": "Tem certeza de que deseja desinstalar os pacotes especificados?",
|
||||
"managePackages.backgroundUninstallStarted": "Desinstalando {0}",
|
||||
"managePackages.backgroundUninstallComplete": "Desinstalação concluída para {0}",
|
||||
"managePackages.backgroundUninstallFailed": "Falha ao desinstalar {0}. Erro: {1}"
|
||||
}
|
||||
11
i18n/ptb/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
11
i18n/ptb/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"managePackages.dialogName": "Gerenciar Pacotes",
|
||||
"managePackages.cancelButtonText": "Fechar"
|
||||
}
|
||||
15
i18n/ptb/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
15
i18n/ptb/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"msgSampleCodeDataFrame": "Este código de exemplo carrega o arquivo em um quadro de dados e mostra os 10 primeiros resultados.",
|
||||
"noNotebookVisible": "Não há nenhum editor de notebook ativo",
|
||||
"codeCellName": "Código",
|
||||
"textCellName": "Texto",
|
||||
"selectCellType": "Que tipo de célula você deseja adicionar?",
|
||||
"notebookFiles": "Notebooks"
|
||||
}
|
||||
12
i18n/ptb/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
12
i18n/ptb/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"notebookFileType": "Notebooks",
|
||||
"unsupportedFileType": "Somente os Notebooks .ipynb são compatíveis",
|
||||
"confirmReinstall": "Tem certeza de que deseja reinstalar?"
|
||||
}
|
||||
10
i18n/ptb/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
10
i18n/ptb/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"errNotebookUriMissing": "É necessário um caminho de notebook"
|
||||
}
|
||||
28
i18n/ptb/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
28
i18n/ptb/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"msgInstallPkgProgress": "A instalação de dependências do Notebook está em andamento",
|
||||
"msgPythonDownloadComplete": "O download do Python está concluído",
|
||||
"msgPythonDownloadError": "Erro ao baixar a configuração do Python",
|
||||
"msgPythonDownloadPending": "Baixando o pacote Python",
|
||||
"msgPythonUnpackPending": "Descompactando o pacote Python",
|
||||
"msgPythonDirectoryError": "Erro ao criar o diretório de instalação do Python",
|
||||
"msgPythonUnpackError": "Erro ao descompactar o pacote Python",
|
||||
"msgTaskName": "Instalando as dependências do Notebook",
|
||||
"msgInstallPkgStart": "Instalando as dependências do Notebook. Confira a exibição Tarefas para obter mais informações",
|
||||
"msgInstallPkgFinish": "A instalação das dependências do Notebook está concluída",
|
||||
"msgPythonRunningError": "Não é possível substituir uma instalação do Python existente enquanto o Python está em execução. Feche todos os notebooks ativos antes de prosseguir.",
|
||||
"msgSkipPythonInstall": "O Python já existe no local específico. Ignorando a instalação.",
|
||||
"msgWaitingForInstall": "Outra instalação do Python está em andamento no momento. Esperando a conclusão.",
|
||||
"msgDependenciesInstallationFailed": "Falha na instalação das dependências do Notebook com o erro: {0}",
|
||||
"msgDownloadPython": "Baixando o Python local para a plataforma: {0} a {1}",
|
||||
"confirmPackageUpgrade": "Alguns pacotes do Python instalados precisam ser atualizados. Deseja atualizá-los agora?",
|
||||
"upgradePackages.pipInstall": "Instalando {0}",
|
||||
"msgInstallStart": "Instalando os pacotes necessários para executar Notebooks...",
|
||||
"msgJupyterInstallDone": "...Instalação do Jupyter concluída."
|
||||
}
|
||||
10
i18n/ptb/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
10
i18n/ptb/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"shutdownError": "Falha no desligamento do servidor do Notebook: {0}"
|
||||
}
|
||||
11
i18n/ptb/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal file
11
i18n/ptb/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"errorStartBeforeReady": "Não é possível iniciar uma sessão. O gerente ainda não foi inicializado",
|
||||
"connectionNotValid": "Os kernels do Spark exigem uma conexão com uma instância mestra do cluster de Big Data do SQL Server."
|
||||
}
|
||||
14
i18n/ptb/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
14
i18n/ptb/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"serverStopError": "Erro ao parar o Servidor do Notebook: {0}",
|
||||
"notebookStartProcessExitPremature": "O processo do Notebook foi encerrado prematuramente com o erro: {0}, Saída de StdErr: {1}",
|
||||
"jupyterError": "Erro enviado do Jupyter: {0}",
|
||||
"jupyterOutputMsgStartSuccessful": "... O Jupyter está sendo executado em {0}",
|
||||
"jupyterOutputMsgStart": "... Iniciando o servidor do Notebook"
|
||||
}
|
||||
14
i18n/ptb/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
14
i18n/ptb/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"notebook.unsupportedAction": "Não há suporte para a ação {0} para esse manipulador",
|
||||
"unsupportedScheme": "Não é possível abrir o link {0} porque somente os links HTTP e HTTPS são compatíveis",
|
||||
"notebook.confirmOpen": "Baixar e abrir '{0}'?",
|
||||
"notebook.fileNotFound": "Não foi possível localizar o arquivo especificado",
|
||||
"notebook.fileDownloadError": "Falha na solicitação de abertura de arquivo com o erro: {0} {1}"
|
||||
}
|
||||
@@ -9,19 +9,20 @@
|
||||
"displayName": "Extensões Principais do Notebook",
|
||||
"description": "Define a contribuição do Notebook baseada em protocolo de Dados e muitos comandos e contribuições do Notebook.",
|
||||
"notebook.configuration.title": "Configuração do Notebook",
|
||||
"notebook.pythonPath.description": "Caminho local para a instalação do Python usada por notebooks.",
|
||||
"notebook.useExistingPython.description": "Caminho local para uma instalação do Python preexistente usada por notebooks.",
|
||||
"notebook.pythonPath.description": "Caminho local para a instalação do Python usada por Notebooks.",
|
||||
"notebook.useExistingPython.description": "Caminho local para uma instalação do Python preexistente usada por Notebooks.",
|
||||
"notebook.overrideEditorTheming.description": "Substitua as configurações padrão do editor no editor de Notebook. As configurações incluem a cor da tela de fundo, a cor e a borda da linha atual",
|
||||
"notebook.maxTableRows.description": "Número máximo de linhas retornadas por tabela no editor do notebook",
|
||||
"notebook.maxTableRows.description": "Número máximo de linhas retornadas por tabela no editor do Notebook",
|
||||
"notebook.maxBookSearchDepth.description": "Profundidade máxima de subdiretórios para pesquisar Books (insira 0 para infinita)",
|
||||
"notebook.command.new": "Novo Notebook",
|
||||
"notebook.command.open": "Abrir o Notebook",
|
||||
"notebook.analyzeJupyterNotebook": "Analisar no Notebook",
|
||||
"notebook.command.runactivecell": "Executar célula",
|
||||
"notebook.command.runactivecell": "Executar Célula",
|
||||
"notebook.command.clearactivecellresult": "Limpar o Resultado da Célula",
|
||||
"notebook.command.runallcells": "Executar células",
|
||||
"notebook.command.addcode": "Adicionar célula de código",
|
||||
"notebook.command.addtext": "Adicionar célula de texto",
|
||||
"notebook.command.addcell": "Adicionar célula",
|
||||
"notebook.command.runallcells": "Executar Células",
|
||||
"notebook.command.addcode": "Adicionar Célula de Código",
|
||||
"notebook.command.addtext": "Adicionar Célula de Texto",
|
||||
"notebook.command.addcell": "Adicionar Célula",
|
||||
"title.analyzeJupyterNotebook": "Analisar no Notebook",
|
||||
"title.newJupyterNotebook": "Novo Notebook",
|
||||
"title.openJupyterNotebook": "Abrir o Notebook",
|
||||
@@ -30,7 +31,13 @@
|
||||
"config.jupyter.extraKernelsTitle": "Kernels extra",
|
||||
"config.jupyter.extraKernelsDescription": "IDs dos kernels extras a serem habilitados",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Opções de configuração dos kernels do Jupyter. Isso é gerenciado automaticamente e não deve ser editado manualmente.",
|
||||
"title.reinstallNotebookDependencies": "Reinstalar as dependências do notebook",
|
||||
"title.configurePython": "Configurar o Python para notebooks",
|
||||
"title.managePackages": "Gerenciar pacotes"
|
||||
"title.reinstallNotebookDependencies": "Reinstalar as dependências do Notebook",
|
||||
"title.configurePython": "Configurar o Python para Notebooks",
|
||||
"title.managePackages": "Gerenciar Pacotes",
|
||||
"title.SQL19PreviewBook": "Guia do SQL Server 2019",
|
||||
"books-preview-category": "Jupyter Books",
|
||||
"title.saveJupyterBook": "Salvar Book",
|
||||
"title.searchJupyterBook": "Pesquisar Book",
|
||||
"title.SavedBooks": "Books Salvos",
|
||||
"title.UntitledBooks": "Books sem título"
|
||||
}
|
||||
Reference in New Issue
Block a user