mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
441 lines
20 KiB
XML
441 lines
20 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/notebook/package" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="displayName">
|
|
<source xml:lang="en">Notebook Core Extensions</source>
|
|
</trans-unit>
|
|
<trans-unit id="description">
|
|
<source xml:lang="en">Defines the Data-procotol based Notebook contribution and many Notebook commands and contributions.</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.configuration.title">
|
|
<source xml:lang="en">Notebook configuration</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.pythonPath.description">
|
|
<source xml:lang="en">Local path to python installation used by Notebooks.</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.useExistingPython.description">
|
|
<source xml:lang="en">Local path to a preexisting python installation used by Notebooks.</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.overrideEditorTheming.description">
|
|
<source xml:lang="en">Override editor default settings in the Notebook editor. Settings include background color, current line color and border</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.maxTableRows.description">
|
|
<source xml:lang="en">Maximum number of rows returned per table in the Notebook editor</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.maxBookSearchDepth.description">
|
|
<source xml:lang="en">Maximum depth of subdirectories to search for Books (Enter 0 for infinite)</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.command.new">
|
|
<source xml:lang="en">New Notebook</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.command.open">
|
|
<source xml:lang="en">Open Notebook</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.analyzeJupyterNotebook">
|
|
<source xml:lang="en">Analyze in Notebook</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.command.runactivecell">
|
|
<source xml:lang="en">Run Cell</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.command.clearactivecellresult">
|
|
<source xml:lang="en">Clear Cell Result</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.command.runallcells">
|
|
<source xml:lang="en">Run Cells</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.command.addcode">
|
|
<source xml:lang="en">Add Code Cell</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.command.addtext">
|
|
<source xml:lang="en">Add Text Cell</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.command.addcell">
|
|
<source xml:lang="en">Add Cell</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.analyzeJupyterNotebook">
|
|
<source xml:lang="en">Analyze in Notebook</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.newJupyterNotebook">
|
|
<source xml:lang="en">New Notebook</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.openJupyterNotebook">
|
|
<source xml:lang="en">Open Notebook</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.jupyter.setContext">
|
|
<source xml:lang="en">Set context for Notebook</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.jupyter.setKernel">
|
|
<source xml:lang="en">Set kernel for Notebook</source>
|
|
</trans-unit>
|
|
<trans-unit id="config.jupyter.extraKernelsTitle">
|
|
<source xml:lang="en">Extra kernels</source>
|
|
</trans-unit>
|
|
<trans-unit id="config.jupyter.extraKernelsDescription">
|
|
<source xml:lang="en">IDs of the extra kernels to enable</source>
|
|
</trans-unit>
|
|
<trans-unit id="config.jupyter.kernelConfigValuesDescription">
|
|
<source xml:lang="en">Configuration options for Jupyter kernels. This is automatically managed and not recommended to be manually edited.</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.reinstallNotebookDependencies">
|
|
<source xml:lang="en">Reinstall Notebook dependencies</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.configurePython">
|
|
<source xml:lang="en">Configure Python for Notebooks</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.managePackages">
|
|
<source xml:lang="en">Manage Packages</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.SQL19PreviewBook">
|
|
<source xml:lang="en">SQL Server 2019 Guide</source>
|
|
</trans-unit>
|
|
<trans-unit id="books-preview-category">
|
|
<source xml:lang="en">Jupyter Books</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.saveJupyterBook">
|
|
<source xml:lang="en">Save Book</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.searchJupyterBook">
|
|
<source xml:lang="en">Search Book</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.SavedBooks">
|
|
<source xml:lang="en">Saved Books</source>
|
|
</trans-unit>
|
|
<trans-unit id="title.UntitledBooks">
|
|
<source xml:lang="en">Untitled Books</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/common/utils" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="mkdirOutputMsg">
|
|
<source xml:lang="en">... Creating {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="executeCommandProcessExited">
|
|
<source xml:lang="en">Process exited with code {0}</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/common/localizedConstants" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="msgYes">
|
|
<source xml:lang="en">Yes</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgNo">
|
|
<source xml:lang="en">No</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgSampleCodeDataFrame">
|
|
<source xml:lang="en">This sample code loads the file into a data frame and shows the first 10 results.</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/jupyter/jupyterServerInstallation" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="msgInstallPkgProgress">
|
|
<source xml:lang="en">Notebook dependencies installation is in progress</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgPythonDownloadComplete">
|
|
<source xml:lang="en">Python download is complete</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgPythonDownloadError">
|
|
<source xml:lang="en">Error while downloading python setup</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgPythonDownloadPending">
|
|
<source xml:lang="en">Downloading python package</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgPythonUnpackPending">
|
|
<source xml:lang="en">Unpacking python package</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgPythonDirectoryError">
|
|
<source xml:lang="en">Error while creating python installation directory</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgPythonUnpackError">
|
|
<source xml:lang="en">Error while unpacking python bundle</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgTaskName">
|
|
<source xml:lang="en">Installing Notebook dependencies</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgInstallPkgStart">
|
|
<source xml:lang="en">Installing Notebook dependencies, see Tasks view for more information</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgInstallPkgFinish">
|
|
<source xml:lang="en">Notebook dependencies installation is complete</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgPythonRunningError">
|
|
<source xml:lang="en">Cannot overwrite an existing Python installation while python is running. Please close any active notebooks before proceeding.</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgSkipPythonInstall">
|
|
<source xml:lang="en">Python already exists at the specific location. Skipping install.</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgWaitingForInstall">
|
|
<source xml:lang="en">Another Python installation is currently in progress. Waiting for it to complete.</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgDependenciesInstallationFailed">
|
|
<source xml:lang="en">Installing Notebook dependencies failed with error: {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgDownloadPython">
|
|
<source xml:lang="en">Downloading local python for platform: {0} to {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="confirmPackageUpgrade">
|
|
<source xml:lang="en">Some installed python packages need to be upgraded. Would you like to upgrade them now?</source>
|
|
</trans-unit>
|
|
<trans-unit id="upgradePackages.pipInstall">
|
|
<source xml:lang="en">Installing {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgInstallStart">
|
|
<source xml:lang="en">Installing required packages to run Notebooks...</source>
|
|
</trans-unit>
|
|
<trans-unit id="msgJupyterInstallDone">
|
|
<source xml:lang="en">... Jupyter installation complete.</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/dialog/configurePythonDialog" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="configurePython.dialogName">
|
|
<source xml:lang="en">Configure Python for Notebooks</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.okButtonText">
|
|
<source xml:lang="en">Install</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.cancelButtonText">
|
|
<source xml:lang="en">Cancel</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.browseButtonText">
|
|
<source xml:lang="en">Browse</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.locationTextBoxText">
|
|
<source xml:lang="en">Python Install Location</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.selectFileLabel">
|
|
<source xml:lang="en">Select</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.installNote">
|
|
<source xml:lang="en">This installation will take some time. It is recommended to not close the application until the installation is complete.</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.invalidLocationMsg">
|
|
<source xml:lang="en">The specified install location is invalid.</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.pythonNotFoundMsg">
|
|
<source xml:lang="en">No python installation was found at the specified location.</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.pythonInstallDeclined">
|
|
<source xml:lang="en">Python installation was declined.</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.installationType">
|
|
<source xml:lang="en">Installation Type</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.newInstall">
|
|
<source xml:lang="en">New Python installation</source>
|
|
</trans-unit>
|
|
<trans-unit id="configurePython.existingInstall">
|
|
<source xml:lang="en">Use existing Python installation</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/extension" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="msgSampleCodeDataFrame">
|
|
<source xml:lang="en">This sample code loads the file into a data frame and shows the first 10 results.</source>
|
|
</trans-unit>
|
|
<trans-unit id="noNotebookVisible">
|
|
<source xml:lang="en">No notebook editor is active</source>
|
|
</trans-unit>
|
|
<trans-unit id="codeCellName">
|
|
<source xml:lang="en">Code</source>
|
|
</trans-unit>
|
|
<trans-unit id="textCellName">
|
|
<source xml:lang="en">Text</source>
|
|
</trans-unit>
|
|
<trans-unit id="selectCellType">
|
|
<source xml:lang="en">What type of cell do you want to add?</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebookFiles">
|
|
<source xml:lang="en">Notebooks</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/jupyter/jupyterController" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="notebookFileType">
|
|
<source xml:lang="en">Notebooks</source>
|
|
</trans-unit>
|
|
<trans-unit id="unsupportedFileType">
|
|
<source xml:lang="en">Only .ipynb Notebooks are supported</source>
|
|
</trans-unit>
|
|
<trans-unit id="confirmReinstall">
|
|
<source xml:lang="en">Are you sure you want to reinstall?</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/jupyter/jupyterServerManager" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="shutdownError">
|
|
<source xml:lang="en">Shutdown of Notebook server failed: {0}</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/jupyter/serverInstance" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="serverStopError">
|
|
<source xml:lang="en">Error stopping Notebook Server: {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebookStartProcessExitPremature">
|
|
<source xml:lang="en">Notebook process exited prematurely with error: {0}, StdErr Output: {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="jupyterError">
|
|
<source xml:lang="en">Error sent from Jupyter: {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="jupyterOutputMsgStartSuccessful">
|
|
<source xml:lang="en">... Jupyter is running at {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="jupyterOutputMsgStart">
|
|
<source xml:lang="en">... Starting Notebook server</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/jupyter/jupyterNotebookProvider" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="errNotebookUriMissing">
|
|
<source xml:lang="en">A notebook path is required</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/jupyter/jupyterSessionManager" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="errorStartBeforeReady">
|
|
<source xml:lang="en">Cannot start a session, the manager is not yet initialized</source>
|
|
</trans-unit>
|
|
<trans-unit id="connectionNotValid">
|
|
<source xml:lang="en">Spark kernels require a connection to a SQL Server Big Data Cluster master instance.</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/dialog/managePackages/managePackagesDialog" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="managePackages.dialogName">
|
|
<source xml:lang="en">Manage Packages</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.cancelButtonText">
|
|
<source xml:lang="en">Close</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/dialog/managePackages/installedPackagesTab" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="managePackages.installedTabTitle">
|
|
<source xml:lang="en">Installed</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.pkgNameColumn">
|
|
<source xml:lang="en">Name</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.newPkgVersionColumn">
|
|
<source xml:lang="en">Version</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.uninstallButtonText">
|
|
<source xml:lang="en">Uninstall selected packages</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.packageType">
|
|
<source xml:lang="en">Package Type</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.packageCount">
|
|
<source xml:lang="en">{0} {1} packages found</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.confirmUninstall">
|
|
<source xml:lang="en">Are you sure you want to uninstall the specified packages?</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.backgroundUninstallStarted">
|
|
<source xml:lang="en">Uninstalling {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.backgroundUninstallComplete">
|
|
<source xml:lang="en">Completed uninstall for {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.backgroundUninstallFailed">
|
|
<source xml:lang="en">Failed to uninstall {0}. Error: {1}</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/dialog/managePackages/addNewPackageTab" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="managePackages.invalidTextPlaceholder">
|
|
<source xml:lang="en">N/A</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.packageNotFound">
|
|
<source xml:lang="en">Could not find the specified package</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.searchBarPlaceholder">
|
|
<source xml:lang="en">Search {0} packages</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.addNewTabTitle">
|
|
<source xml:lang="en">Add new</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.searchButtonLabel">
|
|
<source xml:lang="en">Search</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.installButtonText">
|
|
<source xml:lang="en">Install</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.packageNameTitle">
|
|
<source xml:lang="en">Package Name</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.packageVersionTitle">
|
|
<source xml:lang="en">Package Version</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.packageSummaryTitle">
|
|
<source xml:lang="en">Package Summary</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.noVersionsFound">
|
|
<source xml:lang="en">Could not find any valid versions for the specified package</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.packageRequestError">
|
|
<source xml:lang="en">Package info request failed with error: {0} {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.backgroundInstallStarted">
|
|
<source xml:lang="en">Installing {0} {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.backgroundInstallComplete">
|
|
<source xml:lang="en">Completed install for {0} {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="managePackages.backgroundInstallFailed">
|
|
<source xml:lang="en">Failed to install {0} {1}. Error: {2}</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/protocol/notebookUriHandler" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="notebook.unsupportedAction">
|
|
<source xml:lang="en">Action {0} is not supported for this handler</source>
|
|
</trans-unit>
|
|
<trans-unit id="unsupportedScheme">
|
|
<source xml:lang="en">Cannot open link {0} as only HTTP and HTTPS links are supported</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.confirmOpen">
|
|
<source xml:lang="en">Download and open '{0}'?</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.fileNotFound">
|
|
<source xml:lang="en">Could not find the specified file</source>
|
|
</trans-unit>
|
|
<trans-unit id="notebook.fileDownloadError">
|
|
<source xml:lang="en">File open request failed with error: {0} {1}</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/book/bookTreeView" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="openBookError">
|
|
<source xml:lang="en">Open book {0} failed: {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="openNotebookError">
|
|
<source xml:lang="en">Open notebook {0} failed: {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="openMarkdownError">
|
|
<source xml:lang="en">Open markdown {0} failed: {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="openUntitledNotebookError">
|
|
<source xml:lang="en">Open untitled notebook {0} as untitled failed: {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="allFiles">
|
|
<source xml:lang="en">All Files</source>
|
|
</trans-unit>
|
|
<trans-unit id="labelPickFolder">
|
|
<source xml:lang="en">Pick Folder</source>
|
|
</trans-unit>
|
|
<trans-unit id="openExternalLinkError">
|
|
<source xml:lang="en">Open link {0} failed: {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="confirmReplace">
|
|
<source xml:lang="en">Folder already exists. Are you sure you want to delete and replace this folder?</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/book/bookModel" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="missingFileError">
|
|
<source xml:lang="en">Missing file : {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="InvalidError.tocFile">
|
|
<source xml:lang="en">{0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="Invalid toc.yml">
|
|
<source xml:lang="en">Error: {0} has an incorrect toc.yml file</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/notebook/dist/book/bookTreeItem" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="openNotebookCommand">
|
|
<source xml:lang="en">Open Notebook</source>
|
|
</trans-unit>
|
|
<trans-unit id="openMarkdownCommand">
|
|
<source xml:lang="en">Open Markdown</source>
|
|
</trans-unit>
|
|
<trans-unit id="openExternalLinkCommand">
|
|
<source xml:lang="en">Open External Link</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
</xliff> |