| 
 | 1 | +{  | 
 | 2 | +  "title": "Node.js",  | 
 | 3 | +  "author": "Node.js 基金會",  | 
 | 4 | +  "url": "https://nodejs.org/zh-tw/",  | 
 | 5 | +  "locale": "zh-tw",  | 
 | 6 | +  "scrollToTop": "回到頁首",  | 
 | 7 | +  "reportNodeIssue": "回報 Node.js 問題 ",  | 
 | 8 | +  "reportWebsiteIssue": "回報 Node.js 網站問題",  | 
 | 9 | +  "getHelpIssue": "獲取幫助",  | 
 | 10 | +  "by": "by",  | 
 | 11 | +  "all-downloads": "所有下載選項",  | 
 | 12 | +  "nightly": "每日構建",  | 
 | 13 | +  "chakracore-nightly": "Node-ChakraCore 每日構建",  | 
 | 14 | +  "previous": "前一個",  | 
 | 15 | +  "next": "下一個",  | 
 | 16 | +  "feeds": [  | 
 | 17 | +    {  | 
 | 18 | +      "link": "feed/blog.xml",  | 
 | 19 | +      "text": "Node.js 部落格"  | 
 | 20 | +    },  | 
 | 21 | +    {  | 
 | 22 | +      "link": "feed/releases.xml",  | 
 | 23 | +      "text": "Node.js 部落格: 發佈"  | 
 | 24 | +    },  | 
 | 25 | +    {  | 
 | 26 | +      "link": "feed/vulnerability.xml",  | 
 | 27 | +      "text": "Node.js 部落格: 安全報告"  | 
 | 28 | +    }  | 
 | 29 | +  ],  | 
 | 30 | +  "home": {  | 
 | 31 | +    "text": "首頁"  | 
 | 32 | +  },  | 
 | 33 | +  "about": {  | 
 | 34 | +    "link": "about",  | 
 | 35 | +    "text": "關於我們",  | 
 | 36 | +    "governance": {  | 
 | 37 | +      "link": "about/governance",  | 
 | 38 | +      "text": "管理規則"  | 
 | 39 | +    },  | 
 | 40 | +    "workinggroups": {  | 
 | 41 | +      "link": "about/working-groups",  | 
 | 42 | +      "text": "工作組"  | 
 | 43 | +    },  | 
 | 44 | +    "releases": {  | 
 | 45 | +      "link": "about/releases",  | 
 | 46 | +      "text": "發佈"  | 
 | 47 | +    },  | 
 | 48 | +    "resources": {  | 
 | 49 | +      "link": "about/resources",  | 
 | 50 | +      "text": "資源"  | 
 | 51 | +    },  | 
 | 52 | +    "trademark": {  | 
 | 53 | +      "link": "about/trademark",  | 
 | 54 | +      "text": "商標"  | 
 | 55 | +    },  | 
 | 56 | +    "privacy": {  | 
 | 57 | +      "link": "about/privacy",  | 
 | 58 | +      "text": "隱私權政策"  | 
 | 59 | +    }  | 
 | 60 | +  },  | 
 | 61 | +  "download": {  | 
 | 62 | +    "link": "download",  | 
 | 63 | +    "text": "下載",  | 
 | 64 | +    "releases": {  | 
 | 65 | +      "link": "download/releases",  | 
 | 66 | +      "text": "以往的版本"  | 
 | 67 | +    },  | 
 | 68 | +    "package-manager": {  | 
 | 69 | +      "link": "download/package-manager",  | 
 | 70 | +      "text": "使用套件管理器安裝 Node.js"  | 
 | 71 | +    },  | 
 | 72 | +    "shasums": {  | 
 | 73 | +      "link": "SHASUMS256.txt.asc",  | 
 | 74 | +      "text": "發佈文件的 SHASUM 簽名"  | 
 | 75 | +    }  | 
 | 76 | +  },  | 
 | 77 | +  "docs": {  | 
 | 78 | +    "link": "docs",  | 
 | 79 | +    "text": "文件",  | 
 | 80 | +    "es6": {  | 
 | 81 | +      "link": "docs/es6",  | 
 | 82 | +      "text": "ES6 相關"  | 
 | 83 | +    },  | 
 | 84 | +    "inspector": {  | 
 | 85 | +      "link": "docs/inspector",  | 
 | 86 | +      "text": "inspector"  | 
 | 87 | +    },  | 
 | 88 | +    "api-lts": {  | 
 | 89 | +      "link": "/dist/latest-%ver-major%/docs/api",  | 
 | 90 | +      "subtext": "LTS",  | 
 | 91 | +      "text": "%ver% API"  | 
 | 92 | +    },  | 
 | 93 | +    "api-current": {  | 
 | 94 | +      "link": "/dist/latest-%ver-major%/docs/api",  | 
 | 95 | +      "text": "%ver% API"  | 
 | 96 | +    },  | 
 | 97 | +    "guides": {  | 
 | 98 | +      "link": "docs/guides",  | 
 | 99 | +      "text": "教學"  | 
 | 100 | +    }  | 
 | 101 | +  },  | 
 | 102 | +  "getinvolved": {  | 
 | 103 | +    "link": "get-involved",  | 
 | 104 | +    "text": "加入我們",  | 
 | 105 | +    "code-and-learn": {  | 
 | 106 | +      "link": "get-involved/code-and-learn",  | 
 | 107 | +      "text": "程式碼與學習"  | 
 | 108 | +    },  | 
 | 109 | +    "contribute": {  | 
 | 110 | +      "link": "get-involved/contribute",  | 
 | 111 | +      "text": "貢獻"  | 
 | 112 | +    },  | 
 | 113 | +    "conduct": {  | 
 | 114 | +      "link": "https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#code-of-conduct",  | 
 | 115 | +      "text": "管理"  | 
 | 116 | +    }  | 
 | 117 | +  },  | 
 | 118 | +  "security": {  | 
 | 119 | +    "link": "security",  | 
 | 120 | +    "text": "安全"  | 
 | 121 | +  },  | 
 | 122 | +  "blog": {  | 
 | 123 | +    "link": "blog",  | 
 | 124 | +    "text": "部落格"  | 
 | 125 | +  },  | 
 | 126 | +  "foundation": {  | 
 | 127 | +    "link": "https://foundation.nodejs.org/",  | 
 | 128 | +    "text": "基金會"  | 
 | 129 | +  },  | 
 | 130 | +  "releases": {  | 
 | 131 | +    "title": "發佈歷史",  | 
 | 132 | +    "downloads": "下載"  | 
 | 133 | +  },  | 
 | 134 | +  "links": {  | 
 | 135 | +    "pages": {  | 
 | 136 | +      "changelog": "更新紀錄"  | 
 | 137 | +    }  | 
 | 138 | +  }  | 
 | 139 | +}  | 
0 commit comments