forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-cn.json
221 lines (221 loc) · 18 KB
/
package.nls.zh-cn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
{
"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.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.refactorExtractVariable.title": "提取变量",
"python.command.python.refactorExtractMethod.title": "提取方法",
"python.command.python.viewOutput.title": "显示输出",
"python.command.python.viewLanguageServerOutput.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.remindMeLater": "稍后提醒",
"Pylance.pylanceNotInstalledMessage": "Pylance 扩展未安装。",
"Pylance.pylanceInstalledReloadPromptMessage": "Pylance 扩展未安装。重新加载窗口以激活?",
"Experiments.inGroup": "用户属于 '{0}' 实验组",
"Interpreters.RefreshingInterpreters": "正在刷新 Python 解释器",
"Interpreters.entireWorkspace": "完整工作区",
"Interpreters.pythonInterpreterPath": "Python 解释器路径: {0}",
"Interpreters.LoadingInterpreters": "正在加载 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.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": "- 在命令面板 (<div class=\"italics\">Shift + Command + P</div>) 中运行 \"<div class=\"link italics\" role=\"button\" onclick={0}>创建新的 笔记本</div>\" <br />- 探索 <div class=\"link\" role=\"button\" onclick={1}>示例笔记本</div> 来了解笔记本的功能",
"StartPage.createAPythonFile": "创建 Python 文件",
"StartPage.pythonFileDescription": "- 创建以 .py 为扩展名的<div class=\"link\" role=\"button\" onclick={0}>新文件</div>",
"StartPage.openInteractiveWindow": "使用交互式窗口开发 Python 脚本",
"StartPage.interactiveWindowDesc": "- 您可以在 Python 文件中输入 \"#%%\" 来创建一个单元<br /> - 使用 \"<div class=\"italics\">Shift + Enter</div>\" 来运行一个单元,输出将显示在交互式窗口中",
"StartPage.releaseNotes": "请查看 <a class=\"link\" href={0}>发行说明</a>,了解更多最新功能。",
"StartPage.tutorialAndDoc": "在 <a class=\"link\" href={0}>教程</a> 中探索更多的功能,或查看 <a class=\"link\" href={1}>文档</a> 以获得提示和排除故障。",
"StartPage.dontShowAgain": "不再显示此页面",
"StartPage.helloWorld": "Hello world",
"StartPage.sampleNotebook": "笔记本介绍",
"StartPage.openFolder": "打开文件夹或工作区",
"StartPage.folderDesc": "- 打开 <div class=\"link\" role=\"button\" onclick={0}>文件夹</div><br /> - 打开 <div class=\"link\" role=\"button\" onclick={1}>工作区</div>",
"StartPage.badWebPanelFormatString": "<html><body><h1>{0} 文件名无效</h1></body></html>",
"Jupyter.extensionRequired": "执行该任务需要 Jupyter 扩展。点击\"是 \"打开 Jupyter 扩展的安装页面。",
"TensorBoard.useCurrentWorkingDirectory": "使用当前工作目录",
"TensorBoard.currentDirectory": "当前:{0}",
"TensorBoard.logDirectoryPrompt": "选择一个日志目录来启动 TensorBoard",
"TensorBoard.progressMessage": "正在启动 TensorBoard 会话...",
"TensorBoard.failedToStartSessionError": "启动 TensorBoard 会话失败,错误:{0}",
"TensorBoard.nativeTensorBoardPrompt": "VS Code 现已集成了 TensorBoard 支持。是否启动 TensorBoard?(提示:打开命令面板并搜索 \"启动 TensorBoard\",即可随时启动 TensorBoard。)",
"TensorBoard.selectAFolder": "选择一个文件夹",
"TensorBoard.selectAnotherFolder": "选择另一个文件夹",
"TensorBoard.selectAFolderDetail": "选择一个包含 tfevent 文件的日志目录",
"TensorBoard.selectAnotherFolderDetail": "使用文件资源管理器选择另一个文件夹",
"TensorBoard.useCurrentWorkingDirectoryDetail": "TensorBoard 将在当前工作目录的所有子目录中搜索 tfevent 文件",
"TensorBoard.installPrompt": "启动 TensorBoard 会话需要安装 TensorBoard 包。是否安装?",
"TensorBoard.launchNativeTensorBoardSessionCodeAction": "启动 TensorBoard 会话",
"TensorBoard.launchNativeTensorBoardSessionCodeLens": "▶ 启动 TensorBoard 会话"
}