mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 15:20:30 -04:00
* updated langpacks to be pushed in * bumped version number to 1.29.0 * patched german lang pack * patched spanish langpack * patched french langpack * italian langpack patched * Japanese langpack patched * Korean langpack patched * portuguese langpack patched * russian langpack patched * patched chinese simplified langpack and fixed changelog for ru and pt * patched chinese traditional langpack
279 lines
16 KiB
JSON
279 lines
16 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"package": {
|
|
"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.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.trustedBooks.description": "Notebooks contained in these books will automatically be trusted.",
|
|
"notebook.maxBookSearchDepth.description": "Profundidade máxima de subdiretórios para pesquisar Books (insira 0 para infinita)",
|
|
"notebook.collapseBookItems.description": "Collapse Book items at root level in the Notebooks Viewlet",
|
|
"notebook.remoteBookDownloadTimeout.description": "Download timeout in milliseconds for GitHub books",
|
|
"notebook.pinnedNotebooks.description": "Notebooks that are pinned by the user for the current workspace",
|
|
"notebook.command.new": "Novo Notebook",
|
|
"notebook.command.open": "Abrir o Notebook",
|
|
"notebook.analyzeJupyterNotebook": "Analisar no Notebook",
|
|
"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",
|
|
"title.analyzeJupyterNotebook": "Analisar no Notebook",
|
|
"title.newJupyterNotebook": "Novo Notebook",
|
|
"title.openJupyterNotebook": "Abrir o Notebook",
|
|
"title.jupyter.setContext": "Definir o contexto do Notebook",
|
|
"title.jupyter.setKernel": "Definir o kernel do Notebook",
|
|
"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.SQL19PreviewBook": "Guia do SQL Server 2019",
|
|
"books-preview-category": "Jupyter Books",
|
|
"title.saveJupyterBook": "Salvar Book",
|
|
"title.trustBook": "Trust Book",
|
|
"title.searchJupyterBook": "Pesquisar Book",
|
|
"title.SavedBooks": "Notebooks",
|
|
"title.ProvidedBooks": "Provided Books",
|
|
"title.PinnedBooks": "Pinned notebooks",
|
|
"title.PreviewLocalizedBook": "Get localized SQL Server 2019 guide",
|
|
"title.openJupyterBook": "Open Jupyter Book",
|
|
"title.closeJupyterBook": "Close Jupyter Book",
|
|
"title.closeJupyterNotebook": "Close Jupyter Notebook",
|
|
"title.revealInBooksViewlet": "Reveal in Books",
|
|
"title.createJupyterBook": "Create Book (Preview)",
|
|
"title.openNotebookFolder": "Open Notebooks in Folder",
|
|
"title.openRemoteJupyterBook": "Add Remote Jupyter Book",
|
|
"title.pinNotebook": "Pin Notebook",
|
|
"title.unpinNotebook": "Unpin Notebook",
|
|
"title.moveTo": "Move to ..."
|
|
},
|
|
"dist/common/utils": {
|
|
"ensureDirOutputMsg": "... Ensuring {0} exists",
|
|
"executeCommandProcessExited": "Process exited with error code: {0}. StdErr Output: {1}"
|
|
},
|
|
"dist/common/constants": {
|
|
"managePackages.localhost": "localhost",
|
|
"managePackages.packageNotFound": "Could not find the specified package"
|
|
},
|
|
"dist/common/localizedConstants": {
|
|
"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.",
|
|
"noBDCConnectionError": "Spark kernels require a connection to a SQL Server Big Data Cluster master instance.",
|
|
"providerNotValidError": "Non-MSSQL providers are not supported for spark kernels.",
|
|
"allFiles": "All Files",
|
|
"labelSelectFolder": "Select Folder",
|
|
"labelBookFolder": "Select Book",
|
|
"confirmReplace": "Folder already exists. Are you sure you want to delete and replace this folder?",
|
|
"openNotebookCommand": "Open Notebook",
|
|
"openMarkdownCommand": "Open Markdown",
|
|
"openExternalLinkCommand": "Open External Link",
|
|
"msgBookTrusted": "Book is now trusted in the workspace.",
|
|
"msgBookAlreadyTrusted": "Book is already trusted in this workspace.",
|
|
"msgBookUntrusted": "Book is no longer trusted in this workspace",
|
|
"msgBookAlreadyUntrusted": "Book is already untrusted in this workspace.",
|
|
"msgBookPinned": "Book {0} is now pinned in the workspace.",
|
|
"msgBookUnpinned": "Book {0} is no longer pinned in this workspace",
|
|
"bookInitializeFailed": "Failed to find a Table of Contents file in the specified book.",
|
|
"noBooksSelected": "No books are currently selected in the viewlet.",
|
|
"labelBookSection": "Select Book Section",
|
|
"labelAddToLevel": "Add to this level",
|
|
"missingFileError": "Missing file : {0} from {1}",
|
|
"InvalidError.tocFile": "Invalid toc file",
|
|
"Invalid toc.yml": "Error: {0} has an incorrect toc.yml file",
|
|
"configFileError": "Configuration file missing",
|
|
"openBookError": "Open book {0} failed: {1}",
|
|
"readBookError": "Failed to read book {0}: {1}",
|
|
"openNotebookError": "Open notebook {0} failed: {1}",
|
|
"openMarkdownError": "Open markdown {0} failed: {1}",
|
|
"openUntitledNotebookError": "Open untitled notebook {0} as untitled failed: {1}",
|
|
"openExternalLinkError": "Open link {0} failed: {1}",
|
|
"closeBookError": "Close book {0} failed: {1}",
|
|
"duplicateFileError": "File {0} already exists in the destination folder {1} \r\n The file has been renamed to {2} to prevent data loss.",
|
|
"editBookError": "Error while editing book {0}: {1}",
|
|
"selectBookError": "Error while selecting a book or a section to edit: {0}",
|
|
"url": "URL",
|
|
"repoUrl": "Repository URL",
|
|
"location": "Location",
|
|
"addRemoteBook": "Add Remote Book",
|
|
"onGitHub": "GitHub",
|
|
"onsharedFile": "Shared File",
|
|
"releases": "Releases",
|
|
"book": "Book",
|
|
"version": "Version",
|
|
"language": "Language",
|
|
"booksNotFound": "No books are currently available on the provided link",
|
|
"urlGithubError": "The url provided is not a Github release url",
|
|
"search": "Search",
|
|
"add": "Add",
|
|
"close": "Close",
|
|
"invalidTextPlaceholder": "-",
|
|
"msgRemoteBookDownloadProgress": "Remote Book download is in progress",
|
|
"msgRemoteBookDownloadComplete": "Remote Book download is complete",
|
|
"msgRemoteBookDownloadError": "Error while downloading remote Book",
|
|
"msgRemoteBookUnpackingError": "Error while decompressing remote Book",
|
|
"msgRemoteBookDirectoryError": "Error while creating remote Book directory",
|
|
"msgTaskName": "Downloading Remote Book",
|
|
"msgResourceNotFound": "Resource not Found",
|
|
"msgBookNotFound": "Books not Found",
|
|
"msgReleaseNotFound": "Releases not Found",
|
|
"msgUndefinedAssetError": "The selected book is not valid",
|
|
"httpRequestError": "Http Request failed with error: {0} {1}",
|
|
"msgDownloadLocation": "Downloading to {0}",
|
|
"newGroup": "New Group",
|
|
"groupDescription": "Groups are used to organize Notebooks.",
|
|
"locationBrowser": "Browse locations...",
|
|
"selectContentFolder": "Select content folder",
|
|
"browse": "Browse",
|
|
"create": "Create",
|
|
"name": "Name",
|
|
"saveLocation": "Save location",
|
|
"contentFolder": "Content folder (Optional)",
|
|
"msgContentFolderError": "Content folder path does not exist",
|
|
"msgSaveFolderError": "Save location path does not exist"
|
|
},
|
|
"dist/jupyter/jupyterServerInstallation": {
|
|
"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.",
|
|
"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}",
|
|
"msgPackageRetrievalFailed": "Encountered an error when trying to retrieve list of installed packages: {0}",
|
|
"msgGetPythonUserDirFailed": "Encountered an error when getting Python user path: {0}"
|
|
},
|
|
"dist/dialog/configurePython/configurePythonWizard": {
|
|
"configurePython.okButtonText": "Install",
|
|
"configurePython.invalidLocationMsg": "The specified install location is invalid.",
|
|
"configurePython.pythonNotFoundMsg": "No Python installation was found at the specified location.",
|
|
"configurePython.wizardNameWithKernel": "Configure Python to run {0} kernel",
|
|
"configurePython.wizardNameWithoutKernel": "Configure Python to run kernels",
|
|
"configurePython.page0Name": "Configure Python Runtime",
|
|
"configurePython.page1Name": "Install Dependencies",
|
|
"configurePython.pythonInstallDeclined": "Python installation was declined."
|
|
},
|
|
"dist/extension": {
|
|
"codeCellName": "Código",
|
|
"textCellName": "Texto",
|
|
"selectCellType": "Que tipo de célula você deseja adicionar?"
|
|
},
|
|
"dist/jupyter/jupyterController": {
|
|
"notebookFileType": "Notebooks",
|
|
"unsupportedFileType": "Somente os Notebooks .ipynb são compatíveis",
|
|
"confirmReinstall": "Tem certeza de que deseja reinstalar?"
|
|
},
|
|
"dist/dialog/configurePython/configurePathPage": {
|
|
"configurePython.browseButtonText": "Browse",
|
|
"configurePython.selectFileLabel": "Select",
|
|
"configurePython.descriptionWithKernel": "The {0} kernel requires a Python runtime to be configured and dependencies to be installed.",
|
|
"configurePython.descriptionWithoutKernel": "Notebook kernels require a Python runtime to be configured and dependencies to be installed.",
|
|
"configurePython.installationType": "Installation Type",
|
|
"configurePython.locationTextBoxText": "Python Install Location",
|
|
"configurePython.pythonConfigured": "Python runtime configured!",
|
|
"configurePythyon.dropdownPathLabel": "{0} (Python {1})",
|
|
"configurePythyon.noVersionsFound": "No supported Python versions found.",
|
|
"configurePythyon.defaultPathLabel": "{0} (Default)",
|
|
"configurePython.newInstall": "New Python installation",
|
|
"configurePython.existingInstall": "Use existing Python installation",
|
|
"configurePythyon.customPathLabel": "{0} (Custom)"
|
|
},
|
|
"dist/dialog/configurePython/pickPackagesPage": {
|
|
"configurePython.pkgNameColumn": "Name",
|
|
"configurePython.existingVersionColumn": "Existing Version",
|
|
"configurePython.requiredVersionColumn": "Required Version",
|
|
"configurePython.kernelLabel": "Kernel",
|
|
"configurePython.requiredDependencies": "Install required kernel dependencies",
|
|
"msgUnsupportedKernel": "Could not retrieve packages for kernel {0}"
|
|
},
|
|
"dist/jupyter/jupyterServerManager": {
|
|
"shutdownError": "Falha no desligamento do servidor do Notebook: {0}"
|
|
},
|
|
"dist/jupyter/serverInstance": {
|
|
"serverStopError": "Erro ao parar o Servidor do Notebook: {0}",
|
|
"notebookStartProcessExitPremature": "Notebook process exited prematurely with error code: {0}. StdErr Output: {1}",
|
|
"jupyterError": "Erro enviado do Jupyter: {0}",
|
|
"jupyterOutputMsgStartSuccessful": "... O Jupyter está sendo executado em {0}",
|
|
"jupyterOutputMsgStart": "... Iniciando o servidor do Notebook"
|
|
},
|
|
"dist/jupyter/jupyterNotebookProvider": {
|
|
"errNotebookUriMissing": "É necessário um caminho de notebook"
|
|
},
|
|
"dist/jupyter/jupyterSessionManager": {
|
|
"errorStartBeforeReady": "Não é possível iniciar uma sessão. O gerente ainda não foi inicializado",
|
|
"notebook.couldNotFindKnoxGateway": "Could not find Knox gateway endpoint",
|
|
"promptBDCUsername": "{0}Please provide the username to connect to the BDC Controller:",
|
|
"promptBDCPassword": "Please provide the password to connect to the BDC Controller",
|
|
"bdcConnectError": "Error: {0}. ",
|
|
"clusterControllerConnectionRequired": "A connection to the cluster controller is required to run Spark jobs"
|
|
},
|
|
"dist/dialog/managePackages/managePackagesDialog": {
|
|
"managePackages.dialogName": "Gerenciar Pacotes",
|
|
"managePackages.cancelButtonText": "Fechar"
|
|
},
|
|
"dist/dialog/managePackages/installedPackagesTab": {
|
|
"managePackages.installedTabTitle": "Instalado",
|
|
"managePackages.pkgNameColumn": "Nome",
|
|
"managePackages.newPkgVersionColumn": "Versão",
|
|
"managePackages.deleteColumn": "Delete",
|
|
"managePackages.uninstallButtonText": "Desinstalar os pacotes selecionados",
|
|
"managePackages.packageType": "Tipo de Pacote",
|
|
"managePackages.location": "Location",
|
|
"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}"
|
|
},
|
|
"dist/dialog/managePackages/addNewPackageTab": {
|
|
"managePackages.invalidTextPlaceholder": "N/D",
|
|
"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.backgroundInstallStarted": "Instalando {0} {1}",
|
|
"managePackages.backgroundInstallComplete": "Instalação concluída para {0} {1}",
|
|
"managePackages.backgroundInstallFailed": "Falha ao instalar {0} {1}. Erro: {2}"
|
|
},
|
|
"dist/jupyter/pypiClient": {
|
|
"managePackages.packageRequestError": "Package info request failed with error: {0} {1}"
|
|
},
|
|
"dist/common/notebookUtils": {
|
|
"msgSampleCodeDataFrame": "This sample code loads the file into a data frame and shows the first 10 results.",
|
|
"noNotebookVisible": "No notebook editor is active",
|
|
"notebookFiles": "Notebooks"
|
|
},
|
|
"dist/protocol/notebookUriHandler": {
|
|
"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}"
|
|
}
|
|
}
|
|
} |