Skip to content

Commit 19a0262

Browse files
ovo4096lpinca
authored andcommitted
Update site.json of zh-cn locale (#1339)
1 parent 4499b3d commit 19a0262

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

locale/en/site.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,14 @@
157157
"text": "Conduct"
158158
}
159159
},
160-
"security" : { "link": "security", "text": "Security" },
161-
"blog" : { "link": "blog", "text": "News" },
162-
160+
"security": {
161+
"link": "security",
162+
"text": "Security"
163+
},
164+
"blog": {
165+
"link": "blog",
166+
"text": "News"
167+
},
163168
"releases": {
164169
"title": "Release History",
165170
"downloads": "Downloads"

locale/zh-cn/site.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"by": "",
1111
"all-downloads": "所有下载选项",
1212
"nightly": "每日构建",
13+
"chakracore-nightly": "Node-ChakraCore 每日构建",
1314
"previous": "以前",
1415
"next": "下一個",
1516
"feeds": [
@@ -53,6 +54,10 @@
5354
"trademark": {
5455
"link": "about/trademark",
5556
"text": "商标"
57+
},
58+
"privacy": {
59+
"link": "about/privacy",
60+
"text": "隐私政策"
5661
}
5762
},
5863
"download": {
@@ -78,6 +83,10 @@
7883
"link": "docs/es6",
7984
"text": "ES6 相关"
8085
},
86+
"inspector": {
87+
"link": "docs/inspector",
88+
"text": "调试"
89+
},
8190
"api-lts": {
8291
"link": "/dist/latest-%ver-major%/docs/api",
8392
"subtext": "LTS",
@@ -118,11 +127,23 @@
118127
"announce": {
119128
"link": "foundation/announcements",
120129
"text": "公告"
130+
},
131+
"education": {
132+
"link": "foundation/education",
133+
"text": "教学行动"
134+
},
135+
"outreachy": {
136+
"link": "foundation/outreachy",
137+
"text": "Outreachy + Node.js"
121138
}
122139
},
123140
"getinvolved": {
124141
"link": "get-involved",
125142
"text": "加入我们",
143+
"code-and-learn": {
144+
"link": "get-involved/code-and-learn",
145+
"text": "代码与学习"
146+
},
126147
"contribute": {
127148
"link": "get-involved/contribute",
128149
"text": "贡献"
@@ -131,11 +152,8 @@
131152
"link": "get-involved/development",
132153
"text": "开发"
133154
},
134-
"code-and-learn": {
135-
"link": "get-involved/code-and-learn",
136-
"text": "代码与学习"
137-
},
138155
"conduct": {
156+
"link": "https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#code-of-conduct",
139157
"text": "管理"
140158
}
141159
},

0 commit comments

Comments
 (0)