-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.nls.zh-cn.json
63 lines (61 loc) · 6.14 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
{
"displayName": "Python 预览",
"description": "为 Python 执行提供预览效果。",
"pythonPreview.showPreview.title": "打开预览",
"pythonPreview.showPreviewToSide.title": "在侧边打开预览",
"pythonPreview.showLockedPreviewToSide.title": "在侧边打开锁定的预览",
"pythonPreview.showSource.title": "显示源",
"pythonPreview.refresh.title": "刷新预览",
"pythonPreview.toggleLock.title": "切换预览的锁定状态",
"pythonPreview.disableHeapNesting.desc": "设置堆对象的渲染方式。\"true\" 在顶层渲染所有的堆对象。否则, 嵌套堆对象。",
"pythonPreview.textualMemoryLabels.desc": "使用文本内存标签而不是jsPlumb箭头渲染引用。",
"pythonPreview.compactFuncLabels.desc": "使用 \"func\" 前缀渲染函数类型标签。",
"pythonPreview.showAllFrameLabels.desc": "显示所有函数的栈帧以及父栈帧标签。",
"pythonPreview.hideCode.desc": "隐藏代码显示。",
"pythonPreview.codAndNavWidth": "设置代码和导航区域宽度。",
"pythonPreview.allowAllModules.desc": "设置是否可以导入所有模块。",
"pythonPreview.maxExecutedLines.desc": "设置执行行数的最大值,以防无限的循环。",
"pythonPreview.cumulativeMode.desc": "显示所有已退出的栈帧,而不仅是当前栈帧。",
"pythonPreview.trace.desc": "对 python-preview 启用调试日志记录。",
"pythonPreview.fontFamily.desc": "控制 python 预览中使用的字体系列。",
"pythonPreview.fontSize.desc": "控制 python 预览中使用的字号(以像素为单位)。",
"pythonPreview.langDisplay.fontFamily.desc": "控制语言显示区域中使用的字体系列。",
"pythonPreview.langDisplay.fontSize.desc": "控制语言显示区域中使用的字号(以像素为单位)。",
"pythonPreview.code.fontFamily.desc": "控制代码显示区域中使用的字体系列。",
"pythonPreview.code.fontSize.desc": "控制代码显示区域中使用的字号(以像素为单位)。",
"pythonPreview.code.lineHeight.desc": "控制代码显示区域中使用的行高。",
"pythonPreview.legend.fontFamily.desc": "控制箭头图例中使用的字体系列。",
"pythonPreview.legend.fontSize.desc": "控制箭头图例中使用的字号(以像素为单位)。",
"pythonPreview.codeFooterDocs.fontFamily.desc": "控制代码页脚文档中使用的字体系列。",
"pythonPreview.codeFooterDocs.fontSize.desc": "控制代码页脚文档中使用的字号(以像素为单位)。",
"pythonPreview.printOutputDocs.fontFamily.desc": "控制打印输出文档中使用的字体系列。",
"pythonPreview.printOutoutDocs.fontSize.desc": "控制打印输出文档中使用的字号(以像素為单位)。",
"pythonPreview.pyStdout.fontFamily.desc": "控制 python 标准输出窗口中使用的字体系列。",
"pythonPreview.pyStdout.fontSize.desc": "控制 python 标准输出窗口中使用的字号(以像素为单位)。",
"pythonPreview.stackAndHeapHeader.fontFamily.desc": "控制栈头部和堆头部中使用的字体系列。",
"pythonPreview.stackAndHeapHeader.fontSize.desc": "控制栈头部和堆头部中使用的字号(以像素为单位)。",
"pythonPreview.stackFrame.fontFamily.desc": "控制栈帧中使用的字体系列。",
"pythonPreview.stackFrame.fontSize.desc": "控制栈帧中使用的字号(以像素为单位)。",
"pythonPreview.retVal.fontSize.desc": "控制函数返回值中使用的字号(以像素为单位)。",
"pythonPreview.stackFrameHeader.fontFamily.desc": "控制栈帧头部中使用的字体系列。",
"pythonPreview.stackFrameHeader.fontSize.desc": "控制栈帧头部中使用的字号(以像素为单位)。",
"pythonPreview.heapObject.fontFamily.desc": "控制堆对象中使用的字体系列。",
"pythonPreview.heapObject.fontSize.desc": "控制堆对象中使用的字号(以像素为单位)。",
"pythonPreview.typeLabel.fontFamily.desc": "控制堆对象的类型标签中使用的字体系列。",
"pythonPreview.typeLabel.fontSize.desc": "控制堆对象的类型标签中使用的字号(以像素为单位)。",
"pythonPreview.light.highlightedArrow.color.desc": "控制 vscode 浅色主题下高亮箭头中使用的颜色。",
"pythonPreview.light.highlightedStackFrame.bgColor.desc": "控制 vscode 浅色主题中高亮堆栈使用的背景色。",
"pythonPreview.light.list-tuple-setTbl.bgColor.desc": "控制 vscode 浅色主题下列表、元祖和集合使用的背景色。",
"pythonPreview.light.dict-class-instKey.bgColor.desc": "控制 vscode 浅色主题下字典、类和实例中键使用的背景色。",
"pythonPreview.light.dict-class-instVal.bgColor.desc": "控制 vscode 浅色主题下字典、类和实例中值使用的背景色。",
"pythonPreview.dark.highlightedArrow.color.desc": "控制 vscode 深色主题下高亮箭头中使用的颜色。",
"pythonPreview.dark.highlightedStackFrame.bgColor.desc": "控制 vscode 深色主题中高亮堆栈使用的背景色。",
"pythonPreview.dark.list-tuple-setTbl.bgColor.desc": "控制 vscode 深色主题下列表、元祖和集合使用的背景色。",
"pythonPreview.dark.dict-class-instKey.bgColor.desc": "控制 vscode 深色主题下字典、类和实例中键使用的背景色。",
"pythonPreview.dark.dict-class-instVal.bgColor.desc": "控制 vscode 深色主题下字典、类和实例中值使用的背景色。",
"pythonPreview.high-contrast.highlightedArrow.color.desc": "控制 vscode 高对比度主题下高亮箭头中使用的颜色。",
"pythonPreview.high-contrast.highlightedStackFrame.bgColor.desc": "控制 vscode 高对比度主题中高亮堆栈使用的背景色。",
"pythonPreview.high-contrast.list-tuple-setTbl.bgColor.desc": "控制 vscode 高对比度主题下列表、元祖和集合使用的背景色。",
"pythonPreview.high-contrast.dict-class-instKey.bgColor.desc": "控制 vscode 高对比度主题下字典、类和实例中键使用的背景色。",
"pythonPreview.high-contrast.dict-class-instVal.bgColor.desc": "控制 vscode 高对比度主题下字典、类和实例中值使用的背景色。"
}