File tree Expand file tree Collapse file tree 4 files changed +1141
-1139
lines changed Expand file tree Collapse file tree 4 files changed +1141
-1139
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,23 @@ downloads:
11
11
display-hint : Display downloads for
12
12
intro : >
13
13
在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。
14
- currentVersion : 当前版本
14
+ currentVersion : 当前最新版本
15
15
buildInstructions : 在支持的平台上,使用源代码构建 Node.js
16
- WindowsInstaller : Windows Installer
17
- WindowsBinary : Windows Binary
18
- MacOSInstaller : macOS Installer
19
- MacOSBinary : macOS Binary
20
- LinuxBinaries : Linux Binaries
21
- SourceCode : Source Code
16
+ WindowsInstaller : Windows 安装包
17
+ WindowsBinary : Windows 二进制文件
18
+ MacOSInstaller : macOS 安装包
19
+ MacOSBinary : macOS 二进制文件
20
+ LinuxBinaries : Linux 二进制文件
21
+ SourceCode : 源码
22
22
additional :
23
23
headline : 其他平台
24
24
intro : >
25
25
Node.js 社区为其他平台维护非官方的构建。请注意这些构建并不受 Node.js 核心团队技术支持且可能尚未跟 Node.js 的当前发布版本保持一致。
26
26
platform : 平台
27
27
provider : 提供者
28
- SunOSBinaries : SunOS Binaries
29
- DockerImage : Docker Image
30
- officialDockerImage : Official Node.js Docker Image
28
+ SunOSBinaries : SunOS 二进制文件
29
+ DockerImage : Docker 镜像
30
+ officialDockerImage : 官方 Node.js Docker 镜像
31
31
LinuxPowerSystems : Linux on Power Systems
32
32
LinuxSystemZ : Linux on System z
33
33
AIXPowerSystems : AIX on Power Systems
Original file line number Diff line number Diff line change @@ -11,23 +11,23 @@ downloads:
11
11
display-hint : Display downloads for
12
12
intro : >
13
13
在你的平台上下载 Node.js 源码或预编译安装包,然后即可马上进行开发。
14
- currentVersion : 当前版本
14
+ currentVersion : 当前长期支持版本
15
15
buildInstructions : 在支持的平台上,使用源代码构建 Node.js
16
- WindowsInstaller : Windows Installer
17
- WindowsBinary : Windows Binary
18
- MacOSInstaller : macOS Installer
19
- MacOSBinary : macOS Binary
20
- LinuxBinaries : Linux Binaries
21
- SourceCode : Source Code
16
+ WindowsInstaller : Windows 安装包
17
+ WindowsBinary : Windows 二进制文件
18
+ MacOSInstaller : macOS 安装包
19
+ MacOSBinary : macOS 二进制文件
20
+ LinuxBinaries : Linux 二进制文件
21
+ SourceCode : 源码
22
22
additional :
23
23
headline : 其他平台
24
24
intro : >
25
25
Node.js 社区为其他平台维护非官方的构建。请注意这些构建并不受 Node.js 核心团队技术支持且可能尚未跟 Node.js 的当前发布版本保持一致。
26
26
platform : 平台
27
27
provider : 提供者
28
- SunOSBinaries : SunOS Binaries
29
- DockerImage : Docker Image
30
- officialDockerImage : Official Node.js Docker Image
28
+ SunOSBinaries : SunOS 二进制文件
29
+ DockerImage : Docker 镜像
30
+ officialDockerImage : 官方 Node.js Docker 镜像
31
31
LinuxPowerSystems : Linux on Power Systems
32
32
LinuxSystemZ : Linux on System z
33
33
AIXPowerSystems : AIX on Power Systems
Original file line number Diff line number Diff line change 5
5
"locale" : " zh-cn" ,
6
6
"scrollToTop" : " 回到页顶" ,
7
7
"reportNodeIssue" : " 报告 Node.js 问题 " ,
8
- "reportWebsiteIssue" : " 报告 Node.js 网站问题 " ,
8
+ "reportWebsiteIssue" : " 报告网站问题 " ,
9
9
"getHelpIssue" : " 获取帮助" ,
10
10
"by" : " 于" ,
11
11
"all-downloads" : " 所有下载选项" ,
32
32
},
33
33
"about" : {
34
34
"link" : " about" ,
35
- "text" : " 关于我们 " ,
35
+ "text" : " 关于 " ,
36
36
"governance" : {
37
37
"link" : " about/governance" ,
38
38
"text" : " 管理规则"
71
71
},
72
72
"shasums" : {
73
73
"link" : " SHASUMS256.txt.asc" ,
74
- "text" : " 查看发布文件的 SHASUM 签名"
74
+ "text" : " 查看发布文件的 SHASUM 签名" ,
75
+ "verify-link" : " https://github.com/nodejs/node#verifying-binaries" ,
76
+ "verify-text" : " 如何校验"
75
77
}
76
78
},
77
79
"docs" : {
78
80
"link" : " docs" ,
79
81
"text" : " 文档" ,
80
82
"es6" : {
81
83
"link" : " docs/es6" ,
82
- "text" : " ES6 相关 "
84
+ "text" : " ES6 及更高 "
83
85
},
84
86
"inspector" : {
85
87
"link" : " docs/inspector" ,
121
123
},
122
124
"blog" : {
123
125
"link" : " blog" ,
124
- "text" : " 博客 "
126
+ "text" : " 新闻 "
125
127
},
126
128
"foundation" : {
127
129
"link" : " https://foundation.nodejs.org/" ,
You can’t perform that action at this time.
0 commit comments