forked from labex-labs/python-cheatsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzh.json
More file actions
151 lines (151 loc) · 5.3 KB
/
zh.json
File metadata and controls
151 lines (151 loc) · 5.3 KB
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
{
"sidebar": {
"introduction": "简介",
"cheatsheet": "速查表",
"standardLibrary": "标准库",
"builtinFunctions": "内置函数",
"gettingStarted": "入门指南"
},
"navbar": {
"blog": "博客",
"pythonCheatsheetPdf": "Python 速查表 PDF",
"repositoryLink": "Python 速查表仓库",
"login": "登录"
},
"footer": {
"moreCheatsheets": "更多速查表"
},
"mobile": {
"openNavigation": "打开导航",
"closeNavigation": "关闭导航",
"navigation": "导航"
},
"common": {
"language": "语言",
"practiceInLabexVm": "在 LabEx VM 中练习",
"previousPage": "上一页",
"nextPage": "下一页",
"localeNames": {
"en": "English",
"zh": "中文",
"es": "Español",
"fr": "Français",
"de": "Deutsch",
"ja": "日本語",
"ru": "Русский",
"ko": "한국어",
"pt": "Português"
}
},
"error404": {
"title": "404 未找到",
"error": "404 错误",
"pageNotFound": "页面未找到。",
"description": "抱歉,我们找不到您要查找的页面。",
"goBackHome": "返回首页"
},
"home": {
"title": "Python 速查表",
"anyoneCanForget": "任何人都可能忘记如何",
"makeCharacterClasses": "为正则表达式创建字符类",
"forRegex": ",",
"sliceAList": "切片列表",
"orDoA": "或执行",
"forLoop": "for 循环",
"description": "这个 Python 速查表试图为初学者和高级开发者提供基本参考,降低新手的入门门槛,并帮助老手重温旧技巧。查看所有",
"contributors": "贡献者",
"onGithub": "在 GitHub 上。",
"cardLinks": {
"viewOnGithub": "在 GitHub 上查看",
"viewOnGithubDesc": "如果您觉得这个项目有用,请在 GitHub 上点个星标。",
"pythonPlayground": "Python Playground",
"pythonPlaygroundDesc": "在交互式在线环境中尝试 Python 代码。",
"pythonCourse": "Python 课程",
"pythonCourseDesc": "通过交互式实践实验室学习 Python,掌握 Python 编程。",
"contribute": "贡献",
"contributeDesc": "了解为 Python 速查表做贡献是多么容易。",
"blog": "博客",
"blogDesc": "阅读关于 Python 及其生态系统的详细文章。",
"changelog": "更新日志",
"changelogDesc": "查看新功能、修复内容和即将推出的内容。"
},
"disclaimer": {
"title": "Python 速查表现在已成为 LabEx 的一部分!",
"content": "现已推出交互式实验室、PDF 下载、内置函数模块、测验题目和多语言支持(🇨🇳 🇯🇵 🇪🇸 🇩🇪 🇫🇷 🇵🇹 🇰🇷 🇷🇺),同时保持一如既往的开源和免费。"
}
},
"blog": {
"previous": "上一页",
"newerPosts": "更新的文章",
"next": "下一页",
"olderPosts": "更早的文章",
"readArticle": "阅读文章",
"title": "博客 - Python 速查表",
"description": "这些文章深入探讨了 Python 速查表的内容。"
},
"navigation": {
"cheatsheet": {
"basics": "基础",
"built-in-functions": "内置函数",
"control-flow": "控制流",
"functions": "函数",
"lists-and-tuples": "列表和元组",
"dictionaries": "字典",
"sets": "集合",
"comprehensions": "推导式",
"manipulating-strings": "字符串操作",
"string-formatting": "字符串格式化",
"regular-expressions": "正则表达式",
"file-directory-path": "文件和目录路径",
"reading-and-writing-files": "读写文件",
"json-yaml": "JSON 和 YAML",
"exception-handling": "异常处理",
"debugging": "调试",
"args-and-kwargs": "Args 和 kwargs",
"decorators": "装饰器",
"context-manager": "上下文管理器",
"oop-basics": "面向对象编程",
"dataclasses": "数据类",
"setup-py": "setup.py",
"main": "主程序:顶层脚本",
"virtual-environments": "虚拟环境"
},
"modules": {
"copy-module": "Copy",
"csv-module": "CSV",
"datetime-module": "Datetime",
"itertools-module": "Itertools",
"json-module": "JSON",
"os-module": "OS",
"pathlib-module": "Pathlib",
"random-module": "Random",
"shelve-module": "Shelve",
"zipfile-module": "Zipfile"
}
},
"codeBlock": {
"copy": "复制",
"copied": "已复制",
"expand": "展开",
"collapse": "折叠"
},
"quiz": {
"label": "测验",
"correct": "正确",
"wrong": "错误",
"correctAnswer": "正确答案",
"completions": "次完成",
"completion": "次完成",
"totalCompletions": "总完成次数",
"completed": "已完成",
"notCompleted": "未完成",
"loginToUnlockDesc": "登录后即可答题并追踪学习进度",
"loginRefreshDesc": "登录后请刷新当前页面以继续",
"refresh": "刷新"
},
"meta": {
"title": "Python 速查表 – Python 初学者基础",
"description": "最完整的在线 Python 速查表。通过交互式实验逐步学习,下载免费 PDF 速查表,探索适合初学者的 Python 指南。",
"keywords": "python 速查表,python cheatsheet, python 基础,python 语法指南,python 参考,学习 python, python pdf 速查表"
}
}