Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update site.json of zh-cn locale
  • Loading branch information
ovo4096 committed Aug 15, 2017
commit a8003f9bafa5b68dd8cdffe7964466373846a644
11 changes: 8 additions & 3 deletions locale/en/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,14 @@
"text": "Conduct"
}
},
"security" : { "link": "security", "text": "Security" },
"blog" : { "link": "blog", "text": "News" },

"security": {
"link": "security",
"text": "Security"
},
"blog": {
"link": "blog",
"text": "News"
},
"releases": {
"title": "Release History",
"downloads": "Downloads"
Expand Down
26 changes: 22 additions & 4 deletions locale/zh-cn/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"by": "于",
"all-downloads": "所有下载选项",
"nightly": "每日构建",
"chakracore-nightly": "Node-ChakraCore 每日构建",
"previous": "以前",
"next": "下一個",
"feeds": [
Expand Down Expand Up @@ -53,6 +54,10 @@
"trademark": {
"link": "about/trademark",
"text": "商标"
},
"privacy": {
"link": "about/privacy",
"text": "隐私政策"
}
},
"download": {
Expand All @@ -78,6 +83,10 @@
"link": "docs/es6",
"text": "ES6 相关"
},
"inspector": {
"link": "docs/inspector",
"text": "调试"
},
"api-lts": {
"link": "/dist/latest-%ver-major%/docs/api",
"subtext": "LTS",
Expand Down Expand Up @@ -118,11 +127,23 @@
"announce": {
"link": "foundation/announcements",
"text": "公告"
},
"education": {
"link": "foundation/education",
"text": "教学行动"
},
"outreachy": {
"link": "foundation/outreachy",
"text": "Outreachy + Node.js"
}
},
"getinvolved": {
"link": "get-involved",
"text": "加入我们",
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "代码与学习"
},
"contribute": {
"link": "get-involved/contribute",
"text": "贡献"
Expand All @@ -131,11 +152,8 @@
"link": "get-involved/development",
"text": "开发"
},
"code-and-learn": {
"link": "get-involved/code-and-learn",
"text": "代码与学习"
},
"conduct": {
"link": "https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#code-of-conduct",
"text": "管理"
}
},
Expand Down
Loading