Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update site.json of zh-cn locale #1339

Merged
merged 2 commits into from
Aug 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
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
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