forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-cn.json
198 lines (198 loc) · 16.5 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
{
"python.command.python.sortImports.title": "排序 import 语句",
"python.command.python.startREPL.title": "启动 REPL",
"python.command.python.createTerminal.title": "创建终端",
"python.command.python.execInTerminal.title": "在终端中运行 Python 文件",
"python.command.python.setInterpreter.title": "选择解释器",
"python.command.python.clearWorkspaceInterpreter.title": "清除工作区解释器设置",
"python.command.python.viewOutput.title": "显示输出",
"python.command.python.viewLanguageServerOutput.title": "显示语言服务器输出",
"python.command.python.configureTests.title": "配置单元测试",
"python.command.python.refreshTests.title": "刷新单元测试",
"python.command.python.refreshingTests.title": "正在刷新单元测试",
"python.command.python.stopRefreshingTests.title": "停止刷新单元测试",
"python.command.testing.rerunFailedTests.title": "重新进行出错的单元测试",
"python.command.python.execSelectionInTerminal.title": "在 Python 终端中运行选定内容/行",
"python.command.python.execSelectionInDjangoShell.title": "在 Django Shell 中运行选定内容/行",
"python.command.python.goToPythonObject.title": "转到 Python 对象",
"python.command.python.reportIssue.title": "报告 Issue",
"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.clearPersistentStorage.title": "清空扩展内部缓存",
"python.command.python.analysis.restartLanguageServer.title": "重启语言服务器",
"python.command.python.launchTensorBoard.title": "启动 TensorBoard",
"python.command.python.refreshTensorBoard.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 扩展已安装。重新加载窗口以激活?",
"Pylance.pylanceRevertToJediPrompt": "Pylance 扩展未安装,但 python.languageServer 的值被设为了 \"Pylance\"。是否安装 Pylance 扩展,或选择使用 Jedi?",
"Pylance.pylanceInstallPylance": "安装 Pylance",
"Pylance.pylanceRevertToJedi": "使用 Jedi",
"Experiments.inGroup": "用户属于 '{0}' 实验组",
"Experiments.optedOutOf": "用户已退出 '{0}' 实验组",
"Interpreters.RefreshingInterpreters": "正在刷新 Python 解释器",
"Interpreters.entireWorkspace": "完整工作区",
"Interpreters.pythonInterpreterPath": "Python 解释器路径: {0}",
"Interpreters.condaInheritEnvMessage": "您正在使用 conda 环境,如果您在集成终端中遇到相关问题,建议您允许 Python 扩展将用户设置中的 \"terminal.integrated.inheritEnv\" 改为 false。",
"Logging.CurrentWorkingDirectory": "cwd:",
"InterpreterQuickPickList.enterPath.label": "输入解释器路径...",
"InterpreterQuickPickList.enterPath.placeholder": "请输入 Python 解释器的路径。",
"InterpreterQuickPickList.refreshInterpreterList": "刷新解释器列表",
"InterpreterQuickPickList.browsePath.label": "浏览...",
"InterpreterQuickPickList.browsePath.detail": "浏览文件系统来选择一个 Python 解释器。",
"InterpreterQuickPickList.browsePath.title": "选择 Python 解释器",
"InterpreterQuickPickList.defaultInterpreterPath.label": "使用默认 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": "稍后提醒",
"Interpreters.environmentPromptMessage": "检测到新的虚拟环境,是否在此工作区中使用它?",
"Linter.replaceWithSelectedLinter": "设置中启用了多个代码检查器,是否用 '{0}' 替换?",
"Linter.install": "请安装一个代码检查器以获得错误报告。",
"Linter.selectLinter": "选择代码检查器",
"Installer.noCondaOrPipInstaller": "所选环境中没有可用的 Conda 或 pip 安装器。",
"Installer.noPipInstaller": "所选环境中没有可用的 pip 安装器。",
"Installer.searchForHelp": "搜索帮助",
"Installer.couldNotInstallLibrary": "无法安装 {0} 。如果 pip 不可用,请使用选择的包管理器手动将此库安装到您的 Python 环境中。",
"Installer.dataScienceInstallPrompt": "数据科学库 {0} 未安装,是否安装?",
"diagnostics.removedPythonPathFromSettings": "Python 扩展将不再使用 settings.json 中的 \"python.pythonPath\" 设置。可以将其替换为新设置 \"python.defaultInterpreterPath\"。请注意默认解释器需要手动修改,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 代码可能无法工作。是否自动更新设置?",
"diagnostics.pylanceDefaultMessage": "Python 扩展现在使用 Pylance 以改善代码补全、导航等功能并提升性能。[了解该更新的更多内容以及如何更换语言服务器](https://aka.ms/new-python-bundle)\n\n[Pylance 许可协议](https://marketplace.visualstudio.com/items/ms-python.vscode-pylance/license).",
"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.configureTests": "配置单元测试框架",
"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.startingPylance": "正在启动 Pylance 语言服务器。",
"LanguageService.startingJedi": "正在启动 Jedi Python 语言服务器。",
"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)。",
"Jupyter.extensionRequired": "执行该任务需要 Jupyter 扩展。点击\"是 \"打开 Jupyter 扩展的安装页面。",
"Jupyter.extensionNotInstalled": "该功能需要安装 Jupyter 扩展才能使用。",
"TensorBoard.missingSourceFile": "源文件缺失,请手动定位文件。",
"TensorBoard.selectMissingSourceFile": "选择文件",
"TensorBoard.selectMissingSourceFileDescription": "源文件的内容可能与记录中的原始内容不一致。",
"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.installTensorBoardAndProfilerPluginPrompt": "需要安装 TensorBoard >= 2.4.1 与 PyTorch TensorBoard 分析器扩展。是否安装这些包?",
"TensorBoard.installProfilerPluginPrompt": "建议安装 PyTorch TensorBoard 分析器扩展。是否安装此包?",
"TensorBoard.upgradePrompt": "TensorBoard 整合仅支持 TensorBoard >= 2.4.1。是否更新 TensorBoard?",
"TensorBoard.launchNativeTensorBoardSessionCodeAction": "启动 TensorBoard 会话",
"TensorBoard.launchNativeTensorBoardSessionCodeLens": "▶ 启动 TensorBoard 会话",
"TensorBoard.enterRemoteUrl": "输入远程 URL",
"TensorBoard.enterRemoteUrlDetail": "输入指向 TensorBoard 远程日志文件夹的 URL"
}