-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathzh-cn.json
More file actions
298 lines (298 loc) · 10.4 KB
/
zh-cn.json
File metadata and controls
298 lines (298 loc) · 10.4 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
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
{
"components": {
"containers": {
"footer": {
"links": {
"trademarkPolicy": "商标政策",
"privacyPolicy": "隐私政策",
"versionSupport": "版本支持",
"codeOfConduct": "行为准则",
"security": "安全政策"
}
},
"navBar": {
"controls": {
"toggle": "切换导航菜单"
},
"links": {
"about": "关于",
"download": "下载",
"docs": "文档",
"guides": "指南",
"learn": "学习",
"security": "安全",
"certification": "认证",
"blog": "博客",
"contribute": "贡献"
}
}
},
"navigation": {
"learn": {
"gettingStarted": {
"links": {
"gettingStarted": "快速上手",
"introductionToNodejs": "Node.js 介绍",
"howMuchJavascriptDoYouNeedToKnowToUseNodejs": "使用Node.js需要了解多少JavaScript?",
"differencesBetweenNodejsAndTheBrowser": "Node.js 与浏览器的区别",
"theV8JavascriptEngine": "JavaScript V8 引擎",
"anIntroductionToTheNpmPackageManager": "Npm 包管理器简介",
"ecmascript2015Es6AndBeyond": "ECMAScript 2015 (ES6) 与未来",
"nodejsTheDifferenceBetweenDevelopmentAndProduction": "Node.js 在开发与生产环境中的区别",
"nodejsWithWebassembly": "使用WebAssembly的Node.js",
"debugging": "调试 Node.js",
"profiling": "分析 Node.js 应用程序",
"fetch": "使用 Node.js 获取数据",
"websocket": "使用 Node.js 的 WebSocket 客户端",
"securityBestPractices": "安全最佳实践"
}
},
"typescript": {
"links": {
"typescript": "TypeScript",
"introduction": "TypeScript 简介",
"transpile": "使用转译技术运行 TypeScript 代码",
"run": "使用运行程序运行 TypeScript",
"runNatively": "以原生方式运行 TypeScript",
"publishingTSPackage": "发布一个 TypeScript 包"
}
},
"asynchronousWork": {
"links": {
"asynchronousWork": "异步工作",
"asynchronousFlowControl": "异步流控制",
"overviewOfBlockingVsNonBlocking": "概述:阻塞与非阻塞",
"javascriptAsynchronousProgrammingAndCallbacks": "JavaScript 中的异步编程与回调",
"discoverJavascriptTimers": "了解 JavaScript 定时器",
"eventLoopTimersAndNexttick": "Node.js 事件循环",
"theNodejsEventEmitter": "Node.js 事件发射器",
"understandingProcessnexttick": "掌握 process.nextTick()",
"understandingSetimmediate": "掌握 setImmediate()",
"dontBlockTheEventLoop": "请勿阻塞事件循环"
}
},
"manipulatingFiles": {
"links": {
"manipulatingFiles": "文件操作",
"nodejsFileStats": "Node.js 中的文件状态",
"nodejsFilePaths": "Node.js 中的文件路径",
"workingWithFileDescriptorsInNodejs": "在 Node.js 中使用文件描述符",
"readingFilesWithNodejs": "使用 Node.js 读取文件",
"writingFilesWithNodejs": "使用 Node.js 写入文件",
"workingWithFoldersInNodejs": "在 Node.js 中处理文件夹",
"workingWithDifferentFilesystems": "如何使用不同的文件系统"
}
},
"commandLine": {
"links": {
"commandLine": "命令行",
"runNodejsScriptsFromTheCommandLine": "从命令行运行 Node.js 脚本",
"howToReadEnvironmentVariablesFromNodejs": "如何从 Node.js 中读取环境变量",
"howToUseTheNodejsRepl": "如何使用 Node.js REPL",
"outputToTheCommandLineUsingNodejs": "使用 Node.js 向命令行输出",
"acceptInputFromTheCommandLineInNodejs": "在 Node.js 中接受命令行输入"
}
},
"modules": {
"links": {
"modules": "模块",
"publishingAPackage": "发布包",
"publishingNodeApiModules": "如何发布一个 Node-API 包",
"anatomyOfAnHttpTransaction": "HTTP 事务剖析",
"abiStability": "ABI 稳定性",
"howToUseStreams": "如何使用流",
"backpressuringInStreams": "流处理中的反压机制"
}
},
"diagnostics": {
"links": {
"diagnostics": "诊断",
"userJourney": "用户旅程",
"memory": "内存",
"liveDebugging": "实时调试",
"poorPerformance": "性能分析",
"flameGraphs": "火焰图"
}
},
"testRunner": {
"links": {
"testRunner": "测试运行程序",
"introduction": "了解 Node.js 测试运行程序",
"usingTestRunner": "使用 Node.js 测试运行程序",
"mocking": "在测试中进行模拟",
"collectingCodeCoverage": "在 Node.js 中收集代码覆盖率"
}
}
},
"about": {
"links": {
"about": "关于 Node.js",
"aboutSide": "关于 Node.js®",
"branding": "Node.js 的品牌化",
"governance": "项目管理",
"releases": "Node.js 版本",
"security": "安全报告"
}
},
"getInvolved": {
"links": {
"getInvolved": "参与贡献",
"collabSummit": "协作者峰会",
"upcomingEvents": "近期活动",
"contribute": "为Node.js做出贡献",
"codeOfConduct": "行为准则"
}
}
},
"downloadReleasesTable": {
"version": "Node.js",
"nApiVersion": "N-API",
"npmVersion": "npm",
"codename": "代号",
"releaseDate": "发布日期",
"actions": {
"changelog": "更新日志",
"releases": "发行版",
"docs": "文档"
}
},
"pagination": {
"next": "下一页",
"previous": "上一页"
},
"common": {
"alertBox": {
"info": "提示",
"warning": "警告",
"danger": "危险"
},
"breadcrumbs": {
"navigateToHome": "导航到首页"
},
"crossLink": {
"previous": "上一个",
"next": "下一个"
},
"codebox": {
"copy": "复制到剪贴板",
"copied": "已复制到剪贴板!"
},
"pagination": {
"prev": "上一页",
"prevAriaLabel": "上一页",
"next": "下一页",
"nextAriaLabel": "下一页",
"defaultLabel": "分页",
"pageLabel": "跳转到第 {pageNumber} 页"
},
"sidebar": {
"title": "更改页面"
},
"languageDropdown": {
"label": "选择语言"
},
"themeToggle": {
"label": "切换深色模式"
}
},
"metabar": {
"lastUpdated": "最后更新",
"readingTime": "阅读时间",
"addedIn": "添加于",
"author": "作者",
"authors": "作者",
"contribute": "贡献",
"contributeText": "编辑此页",
"viewAs": "查看为",
"tableOfContents": "目录"
},
"search": {
"searchBox": {
"placeholder": "请开始输入..."
}
},
"blog": {
"blogHeader": {
"subtitle": "最新的 Node.js 新闻、研究案例、教程和资源。",
"rssLink": "RSS订阅"
}
}
},
"layouts": {
"blogPost": {
"author": {
"byLine": "{author, select, null {} other {By {author}, }}"
}
},
"blogIndex": {
"categoryName": "{category, select, all {Blog} other {{category} Blog Posts}}"
},
"blog": {
"title": "博客",
"selectCategory": "分类",
"categories": {
"all": "所有内容",
"announcements": "公告",
"release": "版本发布",
"vulnerability": "漏洞",
"advisory-board": "管理咨询",
"community": "社区",
"feature": "功能",
"module": "模块",
"npm": "npm",
"uncategorized": "未分类",
"video": "视频",
"weekly": "每周构建",
"wg": "工作组",
"events": "活动"
}
},
"error": {
"notFound": {
"title": "未找到页面",
"description": "抱歉,我们无法找到您要找的页面!请返回首页重试。"
},
"internalServerError": {
"title": "服务器内部错误",
"description": "该页面出现了不可恢复的错误。"
},
"backToHome": "回到首页"
},
"download": {
"buttons": {
"installer": "{os} 安装程序(.{extension})",
"binary": "独立文件(.{extension})"
},
"dropdown": {
"platform": "平台",
"os": "操作系统",
"version": "版本",
"installMethod": "选择安装方法",
"packageManager": "包管理器",
"unknown": "未知",
"platformGroups": {
"official": "推荐(官方)",
"unofficial": "社区(非官方)"
}
},
"codeBox": {
"unsupportedVersionWarning": "该版本已停止维护。请使用当前支持的版本。<link>了解 EOL.</link>",
"communityPlatformInfo": "涉及社区软件的安装方法由维护该软件的团队提供支持。",
"externalSupportInfo": "如果遇到任何问题,请访问 <link>{platform}的网站</link>",
"noScriptDetected": "本页面需要 JavaScript。您可以直接访问<link>发布页面</link>在无需 JavaScript 的条件下下载 Node.js。",
"platformInfo": {
"default": "Node.js 项目不维护 {platform} 及其安装脚本。",
"nvm": "\"nvm\" 是一个跨平台的 Node.js 版本管理器。",
"fnm": "\"fnm\" 是一个跨平台的 Node.js 版本管理器。",
"brew": "Homebrew 是一款适用于 macOS 和 Linux 的软件包管理器。",
"choco": "Chocolatey 是一款 Windows 软件包管理器。",
"devbox": "Devbox 可创建隔离、可重现的开发环境。",
"docker": "Docker 是一个容器化平台。",
"n": "\"n\" 是一个跨平台的 Node.js 版本管理器。",
"volta": "\"Volta\" 是一个跨平台的 Node.js 版本管理器。"
}
}
},
"logo": "Node.js 徽标"
}
}