Skip to content

Commit 4426e98

Browse files
authored
Update the zh-cn translation
1 parent 7cc1d3c commit 4426e98

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.nls.zh-cn.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"python.command.python.sortImports.title": "排序 import 语句",
33
"python.command.python.startREPL.title": "启动 REPL",
4+
"python.command.python.createTerminal.title": "创建终端",
45
"python.command.python.buildWorkspaceSymbols.title": "构建工作区符号",
56
"python.command.python.runtests.title": "运行所有单元测试",
67
"python.command.python.debugtests.title": "调试所有单元测试",
@@ -15,9 +16,14 @@
1516
"python.command.python.selectAndRunTestFile.title": "运行单元测试文件...",
1617
"python.command.python.runCurrentTestFile.title": "运行当前单元测试文件",
1718
"python.command.python.runFailedTests.title": "运行失败的单元测试",
19+
"python.command.python.discoverTests.title": "检测单元测试",
1820
"python.command.python.execSelectionInTerminal.title": "在 Python 终端中运行选定内容/行",
1921
"python.command.python.execSelectionInDjangoShell.title": "在 Django Shell 中运行选定内容/行",
2022
"python.command.python.goToPythonObject.title": "转到 Python 对象",
23+
"python.command.python.setLinter.title": "选择 Linter 插件",
24+
"python.command.python.enableLinting.title": "启用 Linting",
25+
"python.command.python.runLinting.title": "运行 Linting",
26+
"python.snippet.launch.standard.label": "Python: 当前文件",
2127
"python.snippet.launch.standard.label": "Python: Current File",
2228
"python.snippet.launch.standard.description": "使用标准输出调试 Python 应用",
2329
"python.snippet.launch.pyspark.label": "Python: PySpark",
@@ -34,6 +40,8 @@
3440
"python.snippet.launch.flask.description": "调试 Flask 应用",
3541
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x 或之前)",
3642
"python.snippet.launch.flaskOld.description": "调试旧式 Flask 应用",
43+
"python.snippet.launch.gevent.label": "Python: Gevent 应用",
44+
"python.snippet.launch.gevent.description": "调试 Gevent 应用",
3745
"python.snippet.launch.pyramid.label": "Python: Pyramid 应用",
3846
"python.snippet.launch.pyramid.description": "调试 Pyramid 应用",
3947
"python.snippet.launch.watson.label": "Python: Watson 应用",

0 commit comments

Comments
 (0)