diff --git a/locale/en/site.json b/locale/en/site.json index 92da74e8b0d5c..75f38bd64cc1c 100644 --- a/locale/en/site.json +++ b/locale/en/site.json @@ -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" diff --git a/locale/zh-cn/site.json b/locale/zh-cn/site.json index 64ef0fd24a27d..1389b099001b1 100644 --- a/locale/zh-cn/site.json +++ b/locale/zh-cn/site.json @@ -10,6 +10,7 @@ "by": "于", "all-downloads": "所有下载选项", "nightly": "每日构建", + "chakracore-nightly": "Node-ChakraCore 每日构建", "previous": "以前", "next": "下一個", "feeds": [ @@ -53,6 +54,10 @@ "trademark": { "link": "about/trademark", "text": "商标" + }, + "privacy": { + "link": "about/privacy", + "text": "隐私政策" } }, "download": { @@ -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", @@ -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": "贡献" @@ -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": "管理" } },