to learn about notebook features",
- "StartPage.createAPythonFile": "Create a Python File",
- "StartPage.pythonFileDescription": "- Create a
new file
with a .py extension",
- "StartPage.openInteractiveWindow": "Use the Interactive Window to develop Python Scripts",
- "StartPage.interactiveWindowDesc": "- You can create cells on a Python file by typing \"#%%\" - Use \"
Shift + Enter
\" to run a cell, the output will be shown in the interactive window",
- "StartPage.releaseNotes": "Take a look at our Release Notes to learn more about the latest features.",
- "StartPage.mailingList": "Sign up for tips and tutorials through our mailing list.",
- "StartPage.tutorialAndDoc": "Explore more features in our Tutorials or check Documentation for tips and troubleshooting.",
- "StartPage.dontShowAgain": "Don't show this page again",
- "StartPage.helloWorld": "Hello world",
- "StartPage.sampleNotebook": "Notebooks intro",
- "StartPage.openFolder": "Open a Folder or Workspace",
- "StartPage.folderDesc": "- Open a
Folder
- Open a
Workspace
",
- "StartPage.badWebPanelFormatString": "
{0} is not a valid file name
",
- "Jupyter.extensionRequired": "The Jupyter extension is required to perform that task. Click Yes to open the Jupyter extension installation page.",
- "TensorBoard.missingSourceFile": "We could not locate the requested source file on disk. Please manually specify the file.",
- "TensorBoard.selectMissingSourceFile": "Choose File",
- "TensorBoard.selectMissingSourceFileDescription": "The source file's contents may not match the original contents in the trace.",
- "TensorBoard.useCurrentWorkingDirectory": "Use current working directory",
- "TensorBoard.currentDirectory": "Current: {0}",
- "TensorBoard.logDirectoryPrompt": "Select a log directory to start TensorBoard with",
- "TensorBoard.progressMessage": "Starting TensorBoard session...",
- "TensorBoard.failedToStartSessionError": "We failed to start a TensorBoard session due to the following error: {0}",
- "TensorBoard.nativeTensorBoardPrompt": "VS Code now has integrated TensorBoard support. Would you like to launch TensorBoard? (Tip: Launch TensorBoard anytime by opening the command palette and searching for \"Launch TensorBoard\".)",
- "TensorBoard.selectAFolder": "Select a folder",
- "TensorBoard.selectAnotherFolder": "Select another folder",
- "TensorBoard.selectAFolderDetail": "Select a log directory containing tfevent files",
- "TensorBoard.selectAnotherFolderDetail": "Use the file explorer to select another folder",
- "TensorBoard.useCurrentWorkingDirectoryDetail": "TensorBoard will search for tfevent files in all subdirectories of the current working directory",
- "TensorBoard.installPrompt": "The package TensorBoard is required to launch a TensorBoard session. Would you like to install it?",
- "TensorBoard.installTensorBoardAndProfilerPluginPrompt": "TensorBoard >= 2.4.1 and the PyTorch Profiler TensorBoard Plugin are required. Would you like to install these packages?",
- "TensorBoard.installProfilerPluginPrompt": "We recommend installing the PyTorch Profiler TensorBoard plugin. Would you like to install the package?",
- "TensorBoard.upgradePrompt": "Integrated TensorBoard support is only available for TensorBoard >= 2.4.1. Would you like to upgrade your copy of TensorBoard?",
- "TensorBoard.launchNativeTensorBoardSessionCodeAction": "Launch TensorBoard session",
- "TensorBoard.launchNativeTensorBoardSessionCodeLens": "▶ Launch TensorBoard Session"
+ "python.command.python.refreshTensorBoard.title": "Refresh TensorBoard",
+ "python.command.python.testing.copyTestId.title": "Copy Test Id",
+ "python.createEnvironment.contentButton.description": "Show or hide Create Environment button in the editor for `requirements.txt` or other dependency files.",
+ "python.createEnvironment.trigger.description": "Detect if environment creation is required for the current project",
+ "python.menu.createNewFile.title": "Python File",
+ "python.editor.context.submenu.runPython": "Run Python",
+ "python.editor.context.submenu.runPythonInteractive": "Run in Interactive window",
+ "python.activeStateToolPath.description": "Path to the State Tool executable for ActiveState runtimes (version 0.36+).",
+ "python.autoComplete.extraPaths.description": "List of paths to libraries and the like that need to be imported by auto complete engine. E.g. when using Google App SDK, the paths are not in system path, hence need to be added into this list.",
+ "python.condaPath.description": "Path to the conda executable to use for activation (version 4.4+).",
+ "python.debugger.deprecatedMessage": "This configuration will be deprecated soon. Please replace `python` with `debugpy` to use the new Python Debugger extension.",
+ "python.defaultInterpreterPath.description": "Path to default Python to use when extension loads up for the first time, no longer used once an interpreter is selected for the workspace. See [here](https://aka.ms/AAfekmf) to understand when this is used",
+ "python.envFile.description": "Absolute path to a file containing environment variable definitions.",
+ "python.useEnvironmentsExtension.description": "Enables the Python Environments extension. Requires window reload on change.",
+ "python.experiments.enabled.description": "Enables A/B tests experiments in the Python extension. If enabled, you may get included in proposed enhancements and/or features.",
+ "python.experiments.optInto.description": "List of experiments to opt into. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.",
+ "python.experiments.optOutFrom.description": "List of experiments to opt out of. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.",
+ "python.experiments.All.description": "Combined list of all experiments.",
+ "python.experiments.pythonSurveyNotification.description": "Denotes the Python Survey Notification experiment.",
+ "python.experiments.pythonPromptNewToolsExt.description": "Denotes the Python Prompt New Tools Extension experiment.",
+ "python.experiments.pythonTerminalEnvVarActivation.description": "Enables use of environment variables to activate terminals instead of sending activation commands.",
+ "python.experiments.pythonDiscoveryUsingWorkers.description": "Enables use of worker threads to do heavy computation when discovering interpreters.",
+ "python.experiments.pythonTestAdapter.description": "Denotes the Python Test Adapter experiment.",
+ "python.experiments.pythonRecommendTensorboardExt.description": "Denotes the Tensorboard Extension recommendation experiment.",
+ "python.globalModuleInstallation.description": "Whether to install Python modules globally when not using an environment.",
+ "python.languageServer.description": "Defines type of the language server.",
+ "python.languageServer.defaultDescription": "Automatically select a language server: Pylance if installed and available, otherwise fallback to Jedi.",
+ "python.languageServer.jediDescription": "Use Jedi behind the Language Server Protocol (LSP) as a language server.",
+ "python.languageServer.pylanceDescription": "Use Pylance as a language server.",
+ "python.languageServer.noneDescription": "Disable language server capabilities.",
+ "python.interpreter.infoVisibility.description": "Controls when to display information of selected interpreter in the status bar.",
+ "python.interpreter.infoVisibility.never.description": "Never display information.",
+ "python.interpreter.infoVisibility.onPythonRelated.description": "Only display information if Python-related files are opened.",
+ "python.interpreter.infoVisibility.always.description": "Always display information.",
+ "python.logging.level.description": "The logging level the extension logs at, defaults to 'error'",
+ "python.logging.level.deprecation": "This setting is deprecated. Please use command `Developer: Set Log Level...` to set logging level.",
+ "python.missingPackage.severity.description": "Set severity of missing packages in requirements.txt or pyproject.toml",
+ "python.locator.description": "[Experimental] Select implementation of environment locators. This is an experimental setting while we test native environment location.",
+ "python.pipenvPath.description": "Path to the pipenv executable to use for activation.",
+ "python.poetryPath.description": "Path to the poetry executable.",
+ "python.pixiToolPath.description": "Path to the pixi executable.",
+ "python.EnableREPLSmartSend.description": "Toggle Smart Send for the Python REPL. Smart Send enables sending the smallest runnable block of code to the REPL on Shift+Enter and moves the cursor accordingly.",
+ "python.REPL.sendToNativeREPL.description": "Toggle to send code to Python REPL instead of the terminal on execution. Turning this on will change the behavior for both Smart Send and Run Selection/Line in the Context Menu.",
+ "python.REPL.provideVariables.description": "Toggle to provide variables for the REPL variable view for the native REPL.",
+ "python.tensorBoard.logDirectory.description": "Set this setting to your preferred TensorBoard log directory to skip log directory prompt when starting TensorBoard.",
+ "python.tensorBoard.logDirectory.markdownDeprecationMessage": "Tensorboard support has been moved to the extension [Tensorboard extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.tensorboard). Instead use the setting `tensorBoard.logDirectory`.",
+ "python.tensorBoard.logDirectory.deprecationMessage": "Tensorboard support has been moved to the extension Tensorboard extension. Instead use the setting `tensorBoard.logDirectory`.",
+ "python.terminal.shellIntegration.enabled.description": "Enable [shell integration](https://code.visualstudio.com/docs/terminal/shell-integration) for the terminals running python. Shell integration enhances the terminal experience by enabling command decorations, run recent command, improving accessibility among other things. Note: PyREPL (available in Python 3.13+) is automatically disabled when shell integration is enabled to avoid cursor indentation issues.",
+ "python.terminal.activateEnvInCurrentTerminal.description": "Activate Python Environment in the current Terminal on load of the Extension.",
+ "python.terminal.activateEnvironment.description": "Activate Python Environment in all Terminals created.",
+ "python.terminal.executeInFileDir.description": "When executing a file in the terminal, whether to use execute in the file's directory, instead of the current open folder.",
+ "python.terminal.focusAfterLaunch.description": "When launching a python terminal, whether to focus the cursor on the terminal.",
+ "python.terminal.launchArgs.description": "Python launch arguments to use when executing a file in the terminal.",
+ "python.testing.autoTestDiscoverOnSaveEnabled.description": "Enable auto run test discovery when saving a test file.",
+ "python.testing.autoTestDiscoverOnSavePattern.description": "Glob pattern used to determine which files are used by autoTestDiscoverOnSaveEnabled.",
+ "python.testing.cwd.description": "Optional working directory for tests.",
+ "python.testing.debugPort.description": "Port number used for debugging of tests.",
+ "python.testing.promptToConfigure.description": "Prompt to configure a test framework if potential tests directories are discovered.",
+ "python.testing.pytestArgs.description": "Arguments passed in. Each argument is a separate item in the array.",
+ "python.testing.pytestEnabled.description": "Enable testing using pytest.",
+ "python.testing.pytestPath.description": "Path to pytest. You can use a custom version of pytest by modifying this setting to include the full path.",
+ "python.testing.unittestArgs.description": "Arguments passed in. Each argument is a separate item in the array.",
+ "python.testing.unittestEnabled.description": "Enable testing using unittest.",
+ "python.venvFolders.description": "Folders in your home directory to look into for virtual environments (supports pyenv, direnv and virtualenvwrapper by default).",
+ "python.venvPath.description": "Path to folder with a list of Virtual Environments (e.g. ~/.pyenv, ~/Envs, ~/.virtualenvs).",
+ "walkthrough.pythonWelcome.title": "Get Started with Python Development",
+ "walkthrough.pythonWelcome.description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!",
+ "walkthrough.step.python.createPythonFile.title": "Create a Python file",
+ "walkthrough.step.python.createPythonFolder.title": "Open a Python project folder",
+ "walkthrough.step.python.createPythonFile.description": {
+ "message": "[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)",
+ "comment": [
+ "{Locked='](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D'}",
+ "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
+ "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
+ ]
+ },
+ "walkthrough.step.python.createPythonFolder.description": {
+ "message": "[Open](command:workbench.action.files.openFolder) or create a project folder.\n[Open Project Folder](command:workbench.action.files.openFolder)",
+ "comment": [
+ "{Locked='](command:workbench.action.files.openFolder'}",
+ "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
+ "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
+ ]
+ },
+ "walkthrough.step.python.installPythonWin8.title": "Install Python",
+ "walkthrough.step.python.installPythonWin8.description": "The Python Extension requires Python to be installed. Install Python [from python.org](https://www.python.org/downloads).\n\n[Install Python](https://www.python.org/downloads)\n",
+ "walkthrough.step.python.installPythonMac.title": "Install Python",
+ "walkthrough.step.python.installPythonMac.description": {
+ "message": "The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via Brew](command:python.installPythonOnMac)\n",
+ "comment": [
+ "{Locked='](command:python.installPythonOnMac'}",
+ "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
+ "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
+ ]
+ },
+ "walkthrough.step.python.installPythonLinux.title": "Install Python",
+ "walkthrough.step.python.installPythonLinux.description": {
+ "message": "The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via terminal](command:python.installPythonOnLinux)\n",
+ "comment": [
+ "{Locked='](command:python.installPythonOnLinux'}",
+ "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
+ "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
+ ]
+ },
+ "walkthrough.step.python.selectInterpreter.title": "Select a Python Interpreter",
+ "walkthrough.step.python.createEnvironment.title": "Select or create a Python environment",
+ "walkthrough.step.python.createEnvironment.description": {
+ "message": "Create an environment for your Python project or use [Select Python Interpreter](command:python.setInterpreter) to select an existing one.\n[Create Environment](command:python.createEnvironment)\n**Tip**: Run the ``Python: Create Environment`` command in the [Command Palette](command:workbench.action.showCommands).",
+ "comment": [
+ "{Locked='](command:python.createEnvironment'}",
+ "{Locked='](command:workbench.action.showCommands'}",
+ "{Locked='](command:python.setInterpreter'}",
+ "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
+ "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
+ ]
+ },
+ "walkthrough.step.python.runAndDebug.title": "Run and debug your Python file",
+ "walkthrough.step.python.runAndDebug.description": "Open your Python file and click on the play button on the top right of the editor, or press F5 when on the file and select \"Python File\" to run with the debugger. \n \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)",
+ "walkthrough.step.python.learnMoreWithDS.title": "Keep exploring!",
+ "walkthrough.step.python.learnMoreWithDS.description": {
+ "message": "🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with [data science](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) in Python. \n ✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \n \n[Follow along with the Python Tutorial](https://aka.ms/AA8dqti)",
+ "comment": [
+ "{Locked='](command:workbench.action.showCommands'}",
+ "{Locked='](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D'}",
+ "Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code",
+ "Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links"
+ ]
+ },
+ "walkthrough.pythonDataScienceWelcome.title": "Get Started with Python for Data Science",
+ "walkthrough.pythonDataScienceWelcome.description": "Your first steps to getting started with a Data Science project with Python!",
+ "walkthrough.step.python.installJupyterExt.title": "Install Jupyter extension",
+ "walkthrough.step.python.installJupyterExt.description": "If you haven't already, install the [Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\") to take full advantage of notebooks experiences in VS Code!\n \n[Search Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\")",
+ "walkthrough.step.python.createNewNotebook.title": "Create or open a Jupyter Notebook",
+ "walkthrough.step.python.createNewNotebook.description": "Right click in the file explorer and create a new file with an .ipynb extension. Or, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create New Blank Notebook``.\n[Create new Jupyter Notebook](command:toSide:jupyter.createnewnotebook)\n If you have an existing project, you can also [open a folder](command:workbench.action.files.openFolder) and/or clone a project from GitHub: [clone a Git repository](command:git.clone).",
+ "walkthrough.step.python.openInteractiveWindow.title": "Open the Python Interactive Window",
+ "walkthrough.step.python.openInteractiveWindow.description": "The Python Interactive Window is a Python shell where you can execute and view the results of your Python code. You can create cells on a Python file by typing ``#%%``.\n \nTo open the interactive window anytime, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create Interactive Window``.\n[Open Interactive Window](command:jupyter.createnewinteractive)",
+ "walkthrough.step.python.dataScienceLearnMore.title": "Find out more!",
+ "walkthrough.step.python.dataScienceLearnMore.description": "📒 Take a look into the [Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\") features, by looking for \"Jupyter\" in the [Command Palette](command:workbench.action.showCommands). \n 🏃🏻 Find out more features in our [Tutorials](https://aka.ms/AAdjzpd). \n[Learn more](https://aka.ms/AAdar6q)",
+ "walkthrough.step.python.createPythonFile.altText": "Open a Python file or a folder with a Python project.",
+ "walkthrough.step.python.selectInterpreter.altText": "Selecting a Python interpreter from the status bar",
+ "walkthrough.step.python.createEnvironment.altText": "Creating a Python environment from the Command Palette",
+ "walkthrough.step.python.runAndDebug.altText": "How to run and debug in VS Code with F5 or the play button on the top right.",
+ "walkthrough.step.python.learnMoreWithDS.altText": "Image representing our documentation page and mailing list resources.",
+ "walkthrough.step.python.installJupyterExt.altText": "Creating a new Jupyter notebook",
+ "walkthrough.step.python.createNewNotebook.altText": "Creating a new Jupyter notebook",
+ "walkthrough.step.python.openInteractiveWindow.altText": "Opening Python interactive window",
+ "walkthrough.step.python.dataScienceLearnMore.altText": "Image representing our documentation page and mailing list resources."
}
diff --git a/package.nls.ko-kr.json b/package.nls.ko-kr.json
deleted file mode 100644
index 5309a9b07b81..000000000000
--- a/package.nls.ko-kr.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "python.command.python.sortImports.title": "Import문 정렬",
- "python.command.python.startREPL.title": "REPL 시작",
- "python.command.python.buildWorkspaceSymbols.title": "작업 영역 기호 빌드",
- "python.command.python.runtests.title": "모든 단위 테스트 실행",
- "python.command.python.debugtests.title": "모든 단위 테스트 디버그",
- "python.command.python.execInTerminal.title": "터미널에서 Python 파일 실행",
- "python.command.python.setInterpreter.title": "인터프리터 선택",
- "python.command.python.refactorExtractVariable.title": "변수 추출",
- "python.command.python.refactorExtractMethod.title": "메서드 추출",
- "python.command.python.viewTestOutput.title": "단위 테스트 결과 보기",
- "python.command.python.selectAndRunTestMethod.title": "단위 테스트 메서드 실행 ...",
- "python.command.python.selectAndDebugTestMethod.title": "단위 테스트 메서드 디버그 ...",
- "python.command.python.selectAndRunTestFile.title": "단위 테스트 파일 실행 ...",
- "python.command.python.runCurrentTestFile.title": "현재 단위 테스트 파일 실행",
- "python.command.python.runFailedTests.title": "실패한 단위 테스트 실행",
- "python.command.python.execSelectionInTerminal.title": "Python 터미널에서 선택 영역/줄 실행",
- "python.command.python.execSelectionInDjangoShell.title": "Django 셸에서 선택 영역/줄 실행",
- "python.command.python.goToPythonObject.title": " Python 객체로 이동",
- "python.snippet.launch.standard.label": "Python: Current File",
- "python.snippet.launch.module.label": "Python: 모듈",
- "python.snippet.launch.django.label": "Python: Django",
- "python.snippet.launch.flask.label": "Python: Flask",
- "python.snippet.launch.pyramid.label": "Python: Pyramid 응용 프로그램",
- "python.snippet.launch.attach.label": "Python: 연결"
-}
diff --git a/package.nls.nl.json b/package.nls.nl.json
deleted file mode 100644
index 08c9534dc962..000000000000
--- a/package.nls.nl.json
+++ /dev/null
@@ -1,83 +0,0 @@
-{
- "python.command.python.sortImports.title": "Import sorteren",
- "python.command.python.startREPL.title": "REPL starten",
- "python.command.python.createTerminal.title": "Terminal aanmaken",
- "python.command.python.buildWorkspaceSymbols.title": "Werkruimte-symbolen aanmaken",
- "python.command.python.runtests.title": "Alle unittests uitvoeren",
- "python.command.python.debugtests.title": "Alle unittests debuggen",
- "python.command.python.execInTerminal.title": "Python-bestand in terminal uitvoeren",
- "python.command.python.setInterpreter.title": "Interpreter selecteren",
- "python.command.python.refactorExtractVariable.title": "Variabelen selecteren",
- "python.command.python.refactorExtractMethod.title": "Methode selecteren",
- "python.command.python.viewTestOutput.title": "Unittest-resultaat laten zien",
- "python.command.python.selectAndRunTestMethod.title": "Unittest-methode uitvoeren ...",
- "python.command.python.selectAndDebugTestMethod.title": "Unittest-methode debuggen ...",
- "python.command.python.selectAndRunTestFile.title": "Unittest-bestand uitvoeren ...",
- "python.command.python.runCurrentTestFile.title": "Huidige unittest-bestand uitvoeren",
- "python.command.python.runFailedTests.title": "Gefaalde unittests uitvoeren",
- "python.command.python.discoverTests.title": "Unittests doorzoeken",
- "python.command.python.execSelectionInTerminal.title": "Selectie/rij in Python-terminal uitvoeren",
- "python.command.python.execSelectionInDjangoShell.title": "Selectie/rij in Django-shell uitvoeren",
- "python.command.python.goToPythonObject.title": "Naar Python-object gaan",
- "python.command.python.setLinter.title": "Linter selecteren",
- "python.command.python.enableLinting.title": "Linting activeren",
- "python.command.python.runLinting.title": "Linting uitvoeren",
- "python.command.python.enableSourceMapSupport.title": "Bronkaartondersteuning voor extensie-debugging inschakelen",
- "python.snippet.launch.standard.label": "Python: Huidige bestand",
- "python.snippet.launch.module.label": "Python: Module",
- "python.snippet.launch.django.label": "Python: Django",
- "python.snippet.launch.flask.label": "Python: Flask",
- "python.snippet.launch.pyramid.label": "Python: Pyramid-applicatie",
- "python.snippet.launch.attach.label": "Python: aankoppelen",
- "ExtensionSurveyBanner.bannerLabelYes": "Ja, neem nu deel aan het onderzoek",
- "ExtensionSurveyBanner.bannerLabelNo": "Nee, bedankt",
- "LanguageService.lsFailedToStart": "We zijn een probleem tegengekomen bij het starten van de language server. Aan het terugschakelen naar het alternatief, Jedi. Bekijk het weergavepaneel voor details.",
- "LanguageService.lsFailedToDownload": "We zijn een probleem tegengekomen bij het downloaden van de language server. Aan het terugschakelen naar het alternatief, Jedi. Bekijk het weergavepaneel voor details.",
- "LanguageService.lsFailedToExtract": "We zijn een probleem tegengekomen bij het uitpakken van de language server. Aan het terugschakelen naar het alternatief, Jedi. Bekijk het weergavepaneel voor details.",
- "Interpreters.RefreshingInterpreters": "Python-Interpreters verversen",
- "Interpreters.LoadingInterpreters": "Python-Interpreters laden",
- "Linter.InstalledButNotEnabled": "Linter {0} is geinstalleerd maar niet ingeschakeld.",
- "Linter.replaceWithSelectedLinter": "Meerdere linters zijn ingeschakeld in de instellingen. Vervangen met '{0}'?",
- "diagnostics.warnSourceMaps": "Bronkaartondersteuning is ingeschakeld in de Python-extensie, dit zal een ongunstige impact hebben op de uitvoering van de extensie.",
- "diagnostics.disableSourceMaps": "Bronkaartondersteuning uitschakelen",
- "diagnostics.warnBeforeEnablingSourceMaps": "Bronkaartondersteuning inschakelen in de Python-extensie zal een ongunstige impact hebben op de uitvoering van de extensie.",
- "diagnostics.enableSourceMapsAndReloadVSC": "Venster inschakelen en herladen",
- "diagnostics.lsNotSupported": "Uw besturingssysteem voldoet niet aan de minimumeisen van de language server. Aan het terugschakelen naar het alternatief, Jedi.",
- "Common.canceled": "Geannuleerd",
- "Common.loadingPythonExtension": "Python-extensie aan het laden...",
- "debug.selectConfigurationTitle": "Een debug-configuratie selecteren",
- "debug.selectConfigurationPlaceholder": "Debug-configuratie",
- "debug.debugFileConfigurationLabel": "Python-bestand",
- "debug.debugFileConfigurationDescription": "Python-bestand debuggen",
- "debug.debugModuleConfigurationLabel": "Module",
- "debug.debugModuleConfigurationDescription": "Python module/package debuggen",
- "debug.remoteAttachConfigurationLabel": "Extern aankoppelen",
- "debug.remoteAttachConfigurationDescription": "Een externe Python-applicatie debuggen",
- "debug.debugDjangoConfigurationLabel": "Django",
- "debug.debugDjangoConfigurationDescription": "Web-applicatie",
- "debug.debugFlaskConfigurationLabel": "Flask",
- "debug.debugFlaskConfigurationDescription": "Web-applicatie",
- "debug.debugPyramidConfigurationLabel": "Pyramid",
- "debug.debugPyramidConfigurationDescription": "Web-applicatie",
- "debug.djangoEnterManagePyPathTitle": "Django debuggen",
- "debug.djangoEnterManagePyPathPrompt": "Voer een pad in naar manage.py ('${workspaceFolderToken}' verwijzen naar de root van de huidige werkruimtemap)",
- "debug.djangoEnterManagePyPathInvalidFilePathError": "Voer een geldig Python-bestandspad in",
- "debug.flaskEnterAppPathOrNamePathTitle": "Flask debuggen",
- "debug.flaskEnterAppPathOrNamePathPrompt": "Voer een pad in naar een applicatie, bijvoorbeeld 'app.py' of 'app'",
- "debug.flaskEnterAppPathOrNamePathInvalidNameError": "Voer een geldige naam in",
- "debug.moduleEnterModuleTitle": "Module debuggen",
- "debug.moduleEnterModulePrompt": "Voer Python module/package naam in",
- "debug.moduleEnterModuleInvalidNameError": "Voer een geldige naam in",
- "debug.pyramidEnterDevelopmentIniPathTitle": "Pyramid debuggen",
- "debug.pyramidEnterDevelopmentIniPathPrompt": "`Voer een pad in naar development.ini ('${workspaceFolderToken}' verwijzen naar de root van de huidige werkruimtemap)`",
- "debug.pyramidEnterDevelopmentIniPathInvalidFilePathError": "Voer een geldig bestandspad in",
- "debug.attachRemotePortTitle": "Extern debuggen",
- "debug.attachRemotePortPrompt": "Voer een port-nummer in",
- "debug.attachRemotePortValidationError": "Voer een geldig port-nummer in",
- "debug.attachRemoteHostTitle": "Extern debuggen",
- "debug.attachRemoteHostPrompt": "Voer een hostname of IP-adres in",
- "debug.attachRemoteHostValidationError": "Voer een geldige hostname of IP-adres in",
- "Testing.testErrorDiagnosticMessage": "Error",
- "Testing.testFailDiagnosticMessage": "Mislukt",
- "Testing.testSkippedDiagnosticMessage": "Overgeslagen"
-}
diff --git a/package.nls.pl.json b/package.nls.pl.json
deleted file mode 100644
index 00f186f2ebab..000000000000
--- a/package.nls.pl.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "python.command.python.sortImports.title": "Sortuj importy",
- "python.command.python.startREPL.title": "Uruchom REPL",
- "python.command.python.createTerminal.title": "Otwórz Terminal",
- "python.command.python.buildWorkspaceSymbols.title": "Zbuduj symbole dla przestrzeni roboczej",
- "python.command.python.runtests.title": "Uruchom wszystkie testy jednostkowe",
- "python.command.python.debugtests.title": "Debuguj wszystkie testy jednostkowe",
- "python.command.python.execInTerminal.title": "Uruchom plik pythonowy w terminalu",
- "python.command.python.setInterpreter.title": "Wybierz wersję interpretera",
- "python.command.python.refactorExtractVariable.title": "Wyodrębnij zmienną",
- "python.command.python.refactorExtractMethod.title": "Wyodrębnij metodę",
- "python.command.python.viewOutput.title": "Pokaż wyniki",
- "python.command.python.viewTestOutput.title": "Pokaż wyniki testów jednostkowych",
- "python.command.python.selectAndRunTestMethod.title": "Uruchom metodę testów jednostkowych ...",
- "python.command.python.selectAndDebugTestMethod.title": "Debuguj metodę testów jednostkowych ...",
- "python.command.python.selectAndRunTestFile.title": "Uruchom plik z testami jednostkowymi ...",
- "python.command.python.runCurrentTestFile.title": "Uruchom bieżący plik z testami jednostkowymi",
- "python.command.python.runFailedTests.title": "Uruchom testy jednostkowe, które się nie powiodły",
- "python.command.python.discoverTests.title": "Wyszukaj testy jednostkowe",
- "python.command.python.configureTests.title": "Konfiguruj testy jednostkowe",
- "python.command.python.execSelectionInTerminal.title": "Uruchom zaznaczony obszar w interpreterze Pythona",
- "python.command.python.execSelectionInDjangoShell.title": "Uruchom zaznaczony obszar w powłoce Django",
- "python.command.python.goToPythonObject.title": "Idź do obiektu pythonowego",
- "python.command.python.setLinter.title": "Wybierz linter",
- "python.command.python.enableLinting.title": "Włącz linting",
- "python.command.python.runLinting.title": "Uruchom linting",
- "python.command.python.enableSourceMapSupport.title": "Włącz obsługę map źródłowych do debugowania rozszerzeń"
-}
diff --git a/package.nls.pt-br.json b/package.nls.pt-br.json
deleted file mode 100644
index 1acc94053ca0..000000000000
--- a/package.nls.pt-br.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "python.command.python.sortImports.title": "Ordenar Importações",
- "python.command.python.startREPL.title": "Iniciar REPL",
- "python.command.python.createTerminal.title": "Criar Terminal",
- "python.command.python.buildWorkspaceSymbols.title": "Construir Símbolos da Área de Trabalho",
- "python.command.python.runtests.title": "Executar Todos os Testes Unitários",
- "python.command.python.debugtests.title": "Depurar Todos os Testes Unitários",
- "python.command.python.execInTerminal.title": "Executar Arquivo no Terminal",
- "python.command.python.setInterpreter.title": "Selecionar Interpretador",
- "python.command.python.refactorExtractVariable.title": "Extrair Variável",
- "python.command.python.refactorExtractMethod.title": "Extrair Método",
- "python.command.python.viewTestOutput.title": "Exibir Resultados dos Testes Unitários",
- "python.command.python.selectAndRunTestMethod.title": "Executar Testes Unitários do Método ...",
- "python.command.python.selectAndDebugTestMethod.title": "Depurar Testes Unitários do Método ...",
- "python.command.python.selectAndRunTestFile.title": "Executar Arquivo de Testes Unitários ...",
- "python.command.python.runCurrentTestFile.title": "Executar o Arquivo de Testes Unitários Atual",
- "python.command.python.runFailedTests.title": "Executar Testes Unitários com Falhas",
- "python.command.python.discoverTests.title": "Descobrir Testes Unitários",
- "python.command.python.execSelectionInTerminal.title": "Executar Seleção/Linha no Terminal",
- "python.command.python.execSelectionInDjangoShell.title": "Executar Seleção/Linha no Django Shell",
- "python.command.python.goToPythonObject.title": "Ir para Objeto Python",
- "python.command.python.setLinter.title": "Selecionar Linter",
- "python.command.python.enableLinting.title": "Habilitar Linting",
- "python.command.python.runLinting.title": "Executar Linting",
- "python.snippet.launch.standard.label": "Python: Arquivo Atual",
- "python.snippet.launch.module.label": "Python: Módulo",
- "python.snippet.launch.django.label": "Python: Django",
- "python.snippet.launch.flask.label": "Python: Flask",
- "python.snippet.launch.pyramid.label": "Python: Aplicação Pyramid",
- "python.snippet.launch.attach.label": "Python: Anexar"
-}
diff --git a/package.nls.ru.json b/package.nls.ru.json
deleted file mode 100644
index 0a80260e6644..000000000000
--- a/package.nls.ru.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "python.command.python.sortImports.title": "Отсортировать Imports",
- "python.command.python.startREPL.title": "Открыть REPL",
- "python.command.python.buildWorkspaceSymbols.title": "Собрать символы рабочего пространства",
- "python.command.python.runtests.title": "Запустить все тесты",
- "python.command.python.debugtests.title": "Запустить все тесты под отладчиком",
- "python.command.python.execInTerminal.title": "Выполнить файл в консоли",
- "python.command.python.setInterpreter.title": "Выбрать интерпретатор",
- "python.command.python.refactorExtractVariable.title": "Извлечь в переменную",
- "python.command.python.refactorExtractMethod.title": "Извлечь в метод",
- "python.command.python.viewTestOutput.title": "Показать вывод теста",
- "python.command.python.selectAndRunTestMethod.title": "Запусть тестовый метод...",
- "python.command.python.selectAndDebugTestMethod.title": "Отладить тестовый метод...",
- "python.command.python.selectAndRunTestFile.title": "Запустить тестовый файл...",
- "python.command.python.runCurrentTestFile.title": "Запустить текущий тестовый файл",
- "python.command.python.runFailedTests.title": "Запустить непрошедшие тесты",
- "python.command.python.discoverTests.title": "Обнаружить тесты",
- "python.command.python.execSelectionInTerminal.title": "Выполнить выбранный текст или текущую строку в консоли",
- "python.command.python.execSelectionInDjangoShell.title": "Выполнить выбранный текст или текущую строку в оболочке Django",
- "python.command.python.goToPythonObject.title": "Перейти к объекту Python",
- "python.command.python.setLinter.title": "Выбрать анализатор кода",
- "python.command.python.enableLinting.title": "Включить анализатор кода",
- "python.command.python.runLinting.title": "Выполнить анализ кода",
- "python.snippet.launch.standard.label": "Python: Текущий файл",
- "python.snippet.launch.module.label": "Python: Модуль",
- "python.snippet.launch.django.label": "Python: Django",
- "python.snippet.launch.flask.label": "Python: Flask",
- "python.snippet.launch.pyramid.label": "Python: Приложение Pyramid",
- "python.snippet.launch.attach.label": "Python: Подключить отладчик",
- "ExtensionSurveyBanner.bannerLabelYes": "Да, открыть опрос сейчас",
- "ExtensionSurveyBanner.bannerLabelNo": "Нет, спасибо",
- "ExtensionSurveyBanner.maybeLater": "Может быть, позже",
- "ExtensionSurveyBanner.bannerMessage": "Не могли бы вы потратить пару минут на опрос о языковом сервере Pylance?",
- "Pylance.proposePylanceMessage": "Попробуйте новый языковый сервер для Python от Microsoft: Pylance! Установите расширение Pylance.",
- "Pylance.tryItNow": "Да, хочу",
- "Pylance.remindMeLater": "Напомните позже",
- "Pylance.pylanceNotInstalledMessage": "Расширение Pylance не установлено.",
- "Pylance.pylanceInstalledReloadPromptMessage": "Расширение Pylance установлено. Перезагрузить окно для его активации?",
- "LanguageService.reloadAfterLanguageServerChange": "Пожалуйста, перезагрузите окно после смены типа языкового сервера."
-}
diff --git a/package.nls.tr.json b/package.nls.tr.json
deleted file mode 100644
index 0e648bb38fdf..000000000000
--- a/package.nls.tr.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "python.command.python.sortImports.title": "Import İfadelerini Sırala",
- "python.command.python.startREPL.title": "REPL Başlat",
- "python.command.python.createTerminal.title": "Terminal Oluştur",
- "python.command.python.buildWorkspaceSymbols.title": "Çalışma Alanındaki Sembolleri Derle",
- "python.command.python.runtests.title": "Testleri Çalıştır",
- "python.command.python.debugtests.title": "Testleri Debug Et",
- "python.command.python.execInTerminal.title": "Terminalde Çalıştır",
- "python.command.python.setInterpreter.title": "Bir Interpreter Seçin",
- "python.command.python.refactorExtractVariable.title": "Değişken Çıkar",
- "python.command.python.refactorExtractMethod.title": "Metot Çıkar",
- "python.command.python.viewTestOutput.title": "Test Çıktısını Görüntüle",
- "python.command.python.selectAndRunTestMethod.title": "Test Metodu Çalıştır",
- "python.command.python.selectAndDebugTestMethod.title": "Test Metodu Debug Et",
- "python.command.python.selectAndRunTestFile.title": "Bir Test Dosyası Seç ve Çalıştır",
- "python.command.python.runCurrentTestFile.title": "Aktif Test Dosyasını Çalıştır",
- "python.command.python.runFailedTests.title": "Başarısız Testleri Çalıştır",
- "python.command.python.discoverTests.title": "Testleri Keşfet",
- "python.command.python.discoveringTests.title": "Testler Keşfediliyor...",
- "python.command.python.execSelectionInTerminal.title": "Seçimi/Satırı Terminalde Çalıştır",
- "python.command.python.execSelectionInDjangoShell.title": "Seçimi/Satırı Django Shell'inde Çalıştır",
- "python.command.python.goToPythonObject.title": "Python Nesnesine Git",
- "python.command.python.setLinter.title": "Bir Linter Seç",
- "python.command.python.enableLinting.title": "Linting'i Aktifleştir",
- "python.command.python.runLinting.title": "Linter Çalıştır",
- "python.snippet.launch.standard.label": "Python: Geçerli Dosya",
- "python.snippet.launch.module.label": "Python: Modül",
- "python.snippet.launch.module.default": "modül-adını-yazın",
- "python.snippet.launch.attach.label": "Python: Remote Attach",
- "python.snippet.launch.django.label": "Python: Django",
- "python.snippet.launch.flask.label": "Python: Flask",
- "python.snippet.launch.pyramid.label": "Python: Pyramid Uygulaması"
-}
diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json
deleted file mode 100644
index a645a0ae600c..000000000000
--- a/package.nls.zh-cn.json
+++ /dev/null
@@ -1,237 +0,0 @@
-{
- "python.command.python.sortImports.title": "排序 import 语句",
- "python.command.python.startREPL.title": "启动 REPL",
- "python.command.python.createTerminal.title": "创建终端",
- "python.command.python.buildWorkspaceSymbols.title": "构建工作区符号",
- "python.command.python.runtests.title": "运行所有单元测试",
- "python.command.python.debugtests.title": "调试所有单元测试",
- "python.command.python.execInTerminal.title": "在终端中运行 Python 文件",
- "python.command.python.setInterpreter.title": "选择解释器",
- "python.command.python.switchOffInsidersChannel.title": "切换到默认版本",
- "python.command.python.switchToDailyChannel.title": "切换到每日预览版本",
- "python.command.python.switchToWeeklyChannel.title": "切换到每周预览版本",
- "python.command.python.clearWorkspaceInterpreter.title": "清除工作区解释器设置",
- "python.command.python.resetInterpreterSecurityStorage.title": "重置已存储的未受信任解释器的信息",
- "python.command.python.refactorExtractVariable.title": "提取变量",
- "python.command.python.refactorExtractMethod.title": "提取方法",
- "python.command.python.viewOutput.title": "显示输出",
- "python.command.python.viewTestOutput.title": "显示单元测试输出",
- "python.command.python.viewLanguageServerOutput.title": "显示语言服务器输出",
- "python.command.python.selectAndRunTestMethod.title": "运行单元测试方法...",
- "python.command.python.selectAndDebugTestMethod.title": "调试单元测试方法...",
- "python.command.python.selectAndRunTestFile.title": "运行单元测试文件...",
- "python.command.python.runCurrentTestFile.title": "运行当前单元测试文件",
- "python.command.python.runFailedTests.title": "运行失败的单元测试",
- "python.command.python.discoverTests.title": "检测单元测试",
- "python.command.python.discoveringTests.title": "检测中...",
- "python.command.python.stopTests.title": "停止",
- "python.command.python.configureTests.title": "配置单元测试",
- "python.command.python.execSelectionInTerminal.title": "在 Python 终端中运行选定内容/行",
- "python.command.python.execSelectionInDjangoShell.title": "在 Django Shell 中运行选定内容/行",
- "python.command.python.goToPythonObject.title": "转到 Python 对象",
- "python.command.python.setLinter.title": "选择代码检查器",
- "python.command.python.enableLinting.title": "启用代码检查",
- "python.command.python.runLinting.title": "执行代码检查",
- "python.command.python.enableSourceMapSupport.title": "为扩展调试启用 Source Map 支持",
- "python.command.python.startPage.open.title": "打开起始页",
- "python.command.python.analysis.clearCache.title": "清除模块分析缓存",
- "python.command.python.analysis.restartLanguageServer.title": "重启语言服务器",
- "python.command.python.launchTensorBoard.title": "启动 TensorBoard",
- "python.snippet.launch.standard.label": "Python: 当前文件",
- "python.snippet.launch.module.label": "Python: 模块",
- "python.snippet.launch.module.default": "请输入模块名称",
- "python.snippet.launch.attach.label": "Python: 远程连接",
- "python.snippet.launch.attachpid.label": "Python: 使用 PID 连接",
- "python.snippet.launch.django.label": "Python: Django",
- "python.snippet.launch.fastapi.label": "Python: FastAPI",
- "python.snippet.launch.flask.label": "Python: Flask",
- "python.snippet.launch.pyramid.label": "Python: Pyramid 应用",
- "Pylance.proposePylanceMessage": "试试微软新的更快的、功能丰富的语言服务器 Pylance! ",
- "Pylance.tryItNow": "立即安装",
- "Pylance.remindMeLater": "稍后提醒",
- "Pylance.pylanceNotInstalledMessage": "Pylance 扩展未安装。",
- "Pylance.pylanceInstalledReloadPromptMessage": "Pylance 扩展未安装。重新加载窗口以激活?",
- "Experiments.inGroup": "用户属于 '{0}' 实验组",
- "Interpreters.RefreshingInterpreters": "正在刷新 Python 解释器",
- "Interpreters.entireWorkspace": "完整工作区",
- "Interpreters.pythonInterpreterPath": "Python 解释器路径: {0}",
- "Interpreters.LoadingInterpreters": "正在加载 Python 解释器",
- "Interpreters.unsafeInterpreterMessage": "此工作区中有一个 Python 环境,是否启用它来激活扩展中的功能?请在信任此环境时启用。",
- "Interpreters.condaInheritEnvMessage": "您正在使用 conda 环境,如果您在集成终端中遇到相关问题,建议您允许 Python 扩展将用户设置中的 \"terminal.integrated.inheritEnv\" 改为 false。",
- "Logging.CurrentWorkingDirectory": "cwd:",
- "InterpreterQuickPickList.quickPickListPlaceholder": "当前: {0}",
- "InterpreterQuickPickList.enterPath.detail": "输入路径或选择一个现有的解释器",
- "InterpreterQuickPickList.enterPath.label": "输入解释器路径...",
- "InterpreterQuickPickList.enterPath.placeholder": "请输入 Python 解释器的路径。",
- "InterpreterQuickPickList.browsePath.label": "浏览...",
- "InterpreterQuickPickList.browsePath.detail": "浏览文件系统来选择一个 Python 解释器。",
- "InterpreterQuickPickList.browsePath.title": "选择 Python 解释器",
- "diagnostics.upgradeCodeRunner": "请更新 Code Runner 扩展,使其与 Python 扩展兼容。",
- "Common.bannerLabelYes": "是",
- "Common.bannerLabelNo": "否",
- "Common.doNotShowAgain": "不再提示",
- "Common.reload": "重新加载",
- "Common.moreInfo": "更多信息",
- "Common.and": "和",
- "Common.ok": "好的",
- "Common.install": "安装",
- "Common.learnMore": "了解更多",
- "Common.reportThisIssue": "反馈此问题",
- "CommonSurvey.remindMeLaterLabel": "稍后提醒",
- "CommonSurvey.yesLabel": "是的,现在接受调查",
- "CommonSurvey.noLabel": "不,谢谢",
- "OutputChannelNames.languageServer": "Python 语言服务器",
- "OutputChannelNames.python": "Python",
- "OutputChannelNames.pythonTest": "Python 测试日志",
- "ExtensionSurveyBanner.bannerMessage": "请您花两分钟的时间告诉我们 Python 扩展是否正常工作?",
- "ExtensionSurveyBanner.bannerLabelYes": "是的,现在接受调查",
- "ExtensionSurveyBanner.bannerLabelNo": "不,谢谢",
- "ExtensionSurveyBanner.maybeLater": "稍后提醒",
- "ExtensionChannels.installingInsidersMessage": "正在安装预览版... ",
- "ExtensionChannels.installingStableMessage": "正在安装稳定版... ",
- "ExtensionChannels.installationCompleteMessage": "完成。",
- "ExtensionChannels.downloadingInsidersMessage": "正在下载预览版... ",
- "ExtensionChannels.yesWeekly": "是,每周版",
- "ExtensionChannels.yesDaily": "是,每日版",
- "ExtensionChannels.promptMessage": "您正在使用 Visual Studio Code 预览版,是否安装 Python 扩展的预览版?",
- "ExtensionChannels.reloadToUseInsidersMessage": "请重新加载 Visual Studio Code 以使用 Python 扩展的预览版。",
- "ExtensionChannels.downloadCompletedOutputMessage": "预览版下载完成。",
- "ExtensionChannels.startingDownloadOutputMessage": "开始下载预览版。",
- "Interpreters.environmentPromptMessage": "检测到新的虚拟环境,是否在此工作区中使用它?",
- "Linter.enableLinter": "启用 {0}",
- "Linter.enablePylint": "该工作区有一个 pylintrc 文件,是否启用 pylint?",
- "Linter.replaceWithSelectedLinter": "设置中启用了多个代码检查器,是否用 '{0}' 替换?",
- "Linter.install": "请安装一个代码检查器以获得错误报告。",
- "Linter.installPylint": "安装 pylint",
- "Linter.installFlake8": "安装 flake8",
- "Linter.selectLinter": "选择代码检查器",
- "Installer.noCondaOrPipInstaller": "所选环境中没有可用的 Conda 或 pip 安装器。",
- "Installer.noPipInstaller": "所选环境中没有可用的 pip 安装器。",
- "Installer.searchForHelp": "搜索帮助",
- "Installer.couldNotInstallLibrary": "无法安装 {0} 。如果 pip 不可用,请使用选择的包管理器手动将此库安装到您的 Python 环境中。",
- "Installer.dataScienceInstallPrompt": "数据科学库 {0} 未安装,是否安装?",
- "diagnostics.removedPythonPathFromSettings": "已在 settings.json 文件中删除了 \"python.pythonPath\" ,因为 Python 扩展不再使用该设置。您可以在 Python 输出中获取所选解释器的路径。[了解更多](https://aka.ms/AA7jfor).",
- "diagnostics.warnSourceMaps": "已启用 Source Map 支持,这会影响 Python 扩展的性能。",
- "diagnostics.disableSourceMaps": "禁用 Source Map 支持",
- "diagnostics.warnBeforeEnablingSourceMaps": "启用 Source Map 支持将影响 Python 扩展的性能。",
- "diagnostics.enableSourceMapsAndReloadVSC": "启用并重新加载窗口",
- "diagnostics.lsNotSupported": "该操作系统不符合 Python 语言服务器的最低要求,正在恢复替代的自动补全器 Jedi。",
- "diagnostics.invalidPythonPathInDebuggerSettings": "您需要在开始调试前选择一个 Python 解释器。\n\n提示: 点击状态栏中的 \"选择解释器\"。",
- "diagnostics.invalidPythonPathInDebuggerLaunch": "调试设置中的 Python 路径无效。",
- "diagnostics.invalidDebuggerTypeDiagnostic": "您的 launch.json 文件需要更新,以将 \"pythonExperimental\" 调试设置设为使用 \"python\" 调试器,否则 Python 调试器可能无法工作。立即自动更新 launch.json?",
- "diagnostics.consoleTypeDiagnostic": "您的 launch.json 文件需要更新,以将控制台类型字符串从 \"none\" 改为 \"internalConsole\",否则 Python 调试器可能无法工作。立即自动更新 launch.json?",
- "diagnostics.justMyCodeDiagnostic": "不再支持 launch.json 中的配置 \"debugStdLib\",建议用 \"justMyCode\" 代替,这与使用 \"debugStdLib\" 完全相反。是否自动更新 launch.json?",
- "diagnostics.checkIsort5UpgradeGuide": "此工作区的排序 import 语句配置已过时。查看 [isort 升级指南](https://aka.ms/AA9j5x4) 来更新设置。",
- "diagnostics.yesUpdateLaunch": "是,更新 launch.json",
- "diagnostics.invalidTestSettings": "您的设置需要更新,以将设置 \"python.unitTest.\" 改为 \"python.testing.\",否则使用该扩展测试 Python 代码可能无法工作。是否自动更新设置?",
- "Common.canceled": "已取消",
- "Common.cancel": "取消",
- "Common.yesPlease": "好的",
- "Common.loadingPythonExtension": "Python 扩展正在加载...",
- "debug.selectConfigurationTitle": "选择调试配置",
- "debug.selectConfigurationPlaceholder": "调试配置",
- "debug.launchJsonConfigurationsCompletionLabel": "Python",
- "debug.launchJsonConfigurationsCompletionDescription": "选择 Python 调试配置",
- "debug.debugFileConfigurationLabel": "Python 文件",
- "debug.debugFileConfigurationDescription": "调试打开的 Python 文件",
- "debug.debugModuleConfigurationLabel": "模块",
- "debug.debugModuleConfigurationDescription": "用'-m'调用 Python 模块进行调试",
- "debug.moduleEnterModuleTitle": "调试模块",
- "debug.moduleEnterModulePrompt": "请输入 Python 模块/包名",
- "debug.moduleEnterModuleDefault": "请输入模块名称",
- "debug.moduleEnterModuleInvalidNameError": "请输入有效的模块名称",
- "debug.remoteAttachConfigurationLabel": "远程连接",
- "debug.remoteAttachConfigurationDescription": "连接到远程调试服务器",
- "debug.attachRemoteHostTitle": "远程连接",
- "debug.attachRemoteHostPrompt": "请输入主机名",
- "debug.attachRemoteHostValidationError": "请输入有效的主机名或 IP 地址",
- "debug.attachRemotePortTitle": "远程调试",
- "debug.attachRemotePortPrompt": "请输入调试服务器的监听端口号",
- "debug.attachRemotePortValidationError": "请输入有效的端口号",
- "debug.attachPidConfigurationLabel": "使用 PID 连接",
- "debug.attachPidConfigurationDescription": "连接到本地进程",
- "debug.debugDjangoConfigurationLabel": "Django",
- "debug.debugDjangoConfigurationDescription": "启动并调试 Django Web 应用",
- "debug.djangoEnterManagePyPathTitle": "调试 Django",
- "debug.djangoEnterManagePyPathPrompt": "请输入 manage.py 的路径('${workspaceFolderToken}'指向当前工作区文件夹的根目录)",
- "debug.djangoEnterManagePyPathInvalidFilePathError": "请输入有效的 Python 文件路径",
- "debug.debugFastAPIConfigurationLabel": "FastAPI",
- "debug.debugFastAPIConfigurationDescription": "启动并调试 FastAPI Web 应用",
- "debug.fastapiEnterAppPathOrNamePathTitle": "调试 FastAPI",
- "debug.fastapiEnterAppPathOrNamePathPrompt": "请输入应用路径,例如 'main.py' 或 'main'",
- "debug.fastapiEnterAppPathOrNamePathInvalidNameError": "请输入有效的名称",
- "debug.debugFlaskConfigurationLabel": "Flask",
- "debug.debugFlaskConfigurationDescription": "启动并调试 Flask Web 应用",
- "debug.flaskEnterAppPathOrNamePathTitle": "调试 Flask",
- "debug.flaskEnterAppPathOrNamePathPrompt": "请输入应用路径,例如 'app.py' 或 'app'",
- "debug.flaskEnterAppPathOrNamePathInvalidNameError": "请输入有效的名称",
- "debug.debugPyramidConfigurationLabel": "Pyramid",
- "debug.debugPyramidConfigurationDescription": "Web 应用",
- "debug.pyramidEnterDevelopmentIniPathTitle": "调试 Pyramid",
- "debug.pyramidEnterDevelopmentIniPathPrompt": "`请输入development.ini的路径('${workspaceFolderToken}'指向当前工作区文件夹的根目录)`",
- "debug.pyramidEnterDevelopmentIniPathInvalidFilePathError": "请输入有效的文件路径",
- "Testing.testErrorDiagnosticMessage": "Error",
- "Testing.testFailDiagnosticMessage": "Fail",
- "Testing.testSkippedDiagnosticMessage": "Skipped",
- "Testing.configureTests": "配置单元测试框架",
- "Testing.disableTests": "禁用单元测试",
- "Common.openOutputPanel": "显示输出",
- "LanguageService.lsFailedToStart": "启动语言服务器时出错,正在恢复到 Jedi 语言引擎。查看 Python 输出面板了解详情。",
- "LanguageService.lsFailedToDownload": "下载语言服务器时出错,正在恢复到 Jedi 语言引擎。查看 Python 输出面板了解详情。",
- "LanguageService.lsFailedToExtract": "提取语言服务器时出错,正在恢复到 Jedi 语言引擎。查看 Python 输出面板了解详情。",
- "LanguageService.downloadFailedOutputMessage": "语言服务器下载失败",
- "LanguageService.extractionFailedOutputMessage": "语言服务器提取失败",
- "LanguageService.extractionCompletedOutputMessage": "语言服务器下载完成",
- "LanguageService.extractionDoneOutputMessage": "完成",
- "LanguageService.reloadVSCodeIfSeachPathHasChanged": "该 Python 解释器的搜索路径已改变,请重新加载扩展以确保 IntelliSense 正常工作。",
- "LanguageService.startingJedi": "正在启动 Jedi Python 语言引擎。",
- "LanguageService.startingMicrosoft": "正在启动 Microsoft Python 语言服务器。",
- "LanguageService.startingPylance": "正在启动 Pylance 语言服务器。",
- "LanguageService.startingNone": "由于语言服务器设置为空,编辑器支持处于非活动状态。",
- "LanguageService.reloadAfterLanguageServerChange": "切换语言服务器后请重新加载窗口。",
- "AttachProcess.unsupportedOS": "不支持 '{0}' 操作系统。",
- "AttachProcess.attachTitle": "连接到进程",
- "AttachProcess.selectProcessPlaceholder": "选择要连接的流程",
- "AttachProcess.noProcessSelected": "未选择进程",
- "AttachProcess.refreshList": "刷新进程列表",
- "diagnostics.updateSettings": "是,更新设置",
- "Common.noIWillDoItLater": "稍后再做",
- "Common.notNow": "稍后提醒",
- "Common.gotIt": "好的!",
- "Interpreters.selectInterpreterTip": "提示:您可以通过点击状态栏中的 Python 版本来更改 Python 扩展所使用的 Python 解释器",
- "downloading.file": "正在下载 {0}...",
- "downloading.file.progress": "{2} 中的 {0}{1} KB ({3}%)",
- "products.installingModule": "正在安装 {0}",
- "OutdatedDebugger.updateDebuggerMessage": "您正在连接至 ptvsd (Python 调试器),而 ptvsd 已于2020年5月1日停止更新。请切换至 [debugpy](https://aka.ms/migrateToDebugpy)。",
- "StartPage.getStarted": "Python - 开始",
- "StartPage.pythonExtensionTitle": "Python 扩展",
- "StartPage.createJupyterNotebook": "创建 Jupyter 笔记本",
- "StartPage.notebookDescription": "- 在命令面板 (