Skip to content

Commit 6120a70

Browse files
dcafhemberger
authored andcommitted
nodejs-zh-TW: Add files - 6 files (#1693)
* nodejs-zh-TW: Add files - 6 files * nodejs-zh-TW: Update files - 3 files, Fix typos. * nodejs-zh-TW: Update files - 2 files, Fix typos.
1 parent e315d10 commit 6120a70

File tree

6 files changed

+261
-0
lines changed

6 files changed

+261
-0
lines changed

locale/zh-tw/404.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: page.hbs
3+
permalink: false
4+
title: 404
5+
---
6+
## 404: 找不到網頁
7+
### ENOENT: 找不到文件或目錄

locale/zh-tw/download/current.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: download-current.hbs
3+
title: 下載
4+
download: 下載
5+
downloads:
6+
headline: 下載
7+
lts: LTS
8+
current: 目前版本
9+
tagline-current: 最新功能
10+
tagline-lts: 推薦大多數使用者使用
11+
display-hint: Display downloads for
12+
intro: >
13+
在你的平台上下載 Node.js 原始碼或者安裝套件,立刻開始使用 Node.js。
14+
currentVersion: 目前版本
15+
buildInstructions: 在支援的平台上,使用原始碼建構 Node.js
16+
WindowsInstaller: Windows Installer
17+
WindowsBinary: Windows Binary
18+
MacOSInstaller: macOS Installer
19+
MacOSBinary: macOS Binary
20+
LinuxBinaries: Linux Binaries
21+
SourceCode: Source Code
22+
additional:
23+
headline: 其它平台
24+
intro: >
25+
Node.js 社群為其它平台維護非官方的建構。請注意這些構建並不受 Node.js 核心團隊技術支持且可能尚未跟 Node.js 的目前發布版本保持一致。
26+
platform: 平台
27+
provider: 提供者
28+
SunOSBinaries: SunOS Binaries
29+
DockerImage: Docker Image
30+
officialDockerImage: Official Node.js Docker Image
31+
LinuxPowerSystems: Linux on Power Systems
32+
LinuxSystemZ: Linux on System z
33+
AIXPowerSystems: AIX on Power Systems
34+
---

locale/zh-tw/download/index.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: download.hbs
3+
title: 下載
4+
download: 下載
5+
downloads:
6+
headline: 下載
7+
lts: LTS
8+
current: 目前版本
9+
tagline-current: 最新功能
10+
tagline-lts: 推薦大多數使用者使用
11+
display-hint: Display downloads for
12+
intro: >
13+
在你的平台上下載 Node.js 原始碼或者安裝套件,立刻開始使用 Node.js。
14+
currentVersion: 目前版本
15+
buildInstructions: 在支援的平台上,使用原始碼建構 Node.js
16+
WindowsInstaller: Windows Installer
17+
WindowsBinary: Windows Binary
18+
MacOSInstaller: macOS Installer
19+
MacOSBinary: macOS Binary
20+
LinuxBinaries: Linux Binaries
21+
SourceCode: Source Code
22+
additional:
23+
headline: 其它平台
24+
intro: >
25+
Node.js 社群為其它平臺維護非官方的建構。請注意這些構建並不受 Node.js 核心團隊技術支援且可能尚未跟 Node.js 的目前發布版本保持一致。
26+
platform: 平台
27+
provider: 提供者
28+
SunOSBinaries: SunOS Binaries
29+
DockerImage: Docker Image
30+
officialDockerImage: Official Node.js Docker Image
31+
LinuxPowerSystems: Linux on Power Systems
32+
LinuxSystemZ: Linux on System z
33+
AIXPowerSystems: AIX on Power Systems
34+
---

locale/zh-tw/download/releases.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: download-releases.hbs
3+
title: 過去的版本
4+
modules: "<code>NODE_MODULE_VERSION</code> 指的是 Node.js 的 ABI (application binary interface) 版本編號,用来確定編譯 Node.js 的 C++ 函式庫版本,以確定是否可以直接使用而不需重新編譯。在早期版本中其作为一位十六進位值來儲存,而現在則為一個整數。"
5+
---
6+
7+
### io.js 与 Node.js
8+
1.x 到 3.x 版本被叫做 “io.js”,因为它們屬於 io.js 的分支。從 Node.js 4.0.0 開始,之前版本的 io.js 與 Node.js 0.12.x 合併到統一的 Node.js 發行版本中。
9+
10+
<div class="highlight-box">
11+
正在尋找某個大版本的最新版?
12+
13+
<ul class="list-divider-pipe">
14+
<li><a href="https://nodejs.org/dist/latest-v8.x/">Node.js 8.x</a></li>
15+
<li><a href="https://nodejs.org/dist/latest-v6.x/">Node.js 6.x</a></li>
16+
<li><a href="https://nodejs.org/dist/latest-v5.x/">Node.js 5.x</a></li>
17+
<li><a href="https://nodejs.org/dist/latest-v0.12.x/">Node.js 0.12.x</a></li>
18+
<li><a href="https://nodejs.org/dist/latest-v0.10.x/">Node.js 0.10.x</a></li>
19+
<li><a href="https://nodejs.org/dist/">所有版本</a></li>
20+
</ul>
21+
</div>
22+

locale/zh-tw/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: index.hbs
3+
labels:
4+
banner: 重要的安全版本,請立即更新!
5+
current-version: 目前版本
6+
download: 下載
7+
download-for: 下載用於
8+
other-downloads: 其它下載
9+
other-lts-downloads: 其它 LTS 版下載
10+
other-current-downloads: 其它最新版下載
11+
current: 目前
12+
lts: LTS
13+
tagline-current: 最近更新
14+
tagline-lts: 推薦
15+
changelog: 更新紀錄
16+
api: API 文件
17+
version-schedule-prompt: 可參考
18+
version-schedule-prompt-link-text: LTS 時程
19+
newsletter: true
20+
newsletter-prefix: 訂閱
21+
newsletter-postfix: ",Node.js 官方的新聞週報。"
22+
---
23+
24+
Node.js® 是一個基於 [Chrome V8 引擎](https://developers.google.com/v8/)的 JavaScript 運作環境。
25+
Node.js 使用高效能、輕量級的事件驅動、非阻塞 I/O 模型。它的套件生態系統,[npm](https://www.npmjs.com/),是目前世界上最大的開源套件生態系統。

locale/zh-tw/site.json

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
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

Comments
 (0)