diff options
author | MDN <actions@users.noreply.github.com> | 2021-06-10 00:38:43 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-06-10 00:38:43 +0000 |
commit | 77835841639ac5dfa31fc45395e3c3bf0caba0c1 (patch) | |
tree | df49cc2560f6f3946cb22c2b03f29b18153015b9 /files/zh-tw | |
parent | 4a997b94a59b43b9bbcfd3425ae37886f954314d (diff) | |
download | translated-content-77835841639ac5dfa31fc45395e3c3bf0caba0c1.tar.gz translated-content-77835841639ac5dfa31fc45395e3c3bf0caba0c1.tar.bz2 translated-content-77835841639ac5dfa31fc45395e3c3bf0caba0c1.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-tw')
-rw-r--r-- | files/zh-tw/_redirects.txt | 2 | ||||
-rw-r--r-- | files/zh-tw/_wikihistory.json | 30 | ||||
-rw-r--r-- | files/zh-tw/orphaned/web/reference/api/index.html (renamed from files/zh-tw/web/reference/api/index.html) | 3 | ||||
-rw-r--r-- | files/zh-tw/orphaned/web/reference/index.html (renamed from files/zh-tw/web/reference/index.html) | 3 |
4 files changed, 21 insertions, 17 deletions
diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt index 544beaf499..8cb3891190 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -819,6 +819,8 @@ /zh-TW/docs/Web/JavaScript/Typed_arrays/ArrayBuffer/prototype /zh-TW/docs/conflicting/Web/JavaScript/Reference/Global_Objects/ArrayBuffer /zh-TW/docs/Web/JavaScript/資料結構 /zh-TW/docs/Web/JavaScript/Data_structures /zh-TW/docs/Web/JavaScript/重新介紹_JavaScript /zh-TW/docs/Web/JavaScript/A_re-introduction_to_JavaScript +/zh-TW/docs/Web/Reference /zh-TW/docs/orphaned/Web/Reference +/zh-TW/docs/Web/Reference/API /zh-TW/docs/orphaned/Web/Reference/API /zh-TW/docs/Web/Reference/Events /zh-TW/docs/Web/Events /zh-TW/docs/Web/Reference/Events/DOMContentLoaded /zh-TW/docs/Web/API/Window/DOMContentLoaded_event /zh-TW/docs/Web/Reference/Events/DOMContentLoaded_(event) /zh-TW/docs/Web/API/Window/DOMContentLoaded_event diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json index 719f51e035..be2ddcd06f 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -7893,21 +7893,6 @@ "iigmir" ] }, - "Web/Reference": { - "modified": "2019-03-23T23:29:16.937Z", - "contributors": [ - "jackblackevo", - "Somnlent", - "Sheppy" - ] - }, - "Web/Reference/API": { - "modified": "2019-03-23T23:05:52.036Z", - "contributors": [ - "jackblackevo", - "wildsky" - ] - }, "Web/SVG": { "modified": "2019-01-16T17:22:30.480Z", "contributors": [ @@ -9098,6 +9083,21 @@ "happysadman" ] }, + "orphaned/Web/Reference": { + "modified": "2019-03-23T23:29:16.937Z", + "contributors": [ + "jackblackevo", + "Somnlent", + "Sheppy" + ] + }, + "orphaned/Web/Reference/API": { + "modified": "2019-03-23T23:05:52.036Z", + "contributors": [ + "jackblackevo", + "wildsky" + ] + }, "orphaned/Web/SVG/教學": { "modified": "2019-01-16T14:42:54.040Z", "contributors": [ diff --git a/files/zh-tw/web/reference/api/index.html b/files/zh-tw/orphaned/web/reference/api/index.html index 91b88f5643..cfe523e1e6 100644 --- a/files/zh-tw/web/reference/api/index.html +++ b/files/zh-tw/orphaned/web/reference/api/index.html @@ -1,7 +1,8 @@ --- title: Web API 參考資料 -slug: Web/Reference/API +slug: orphaned/Web/Reference/API translation_of: Web/Reference/API +original_slug: Web/Reference/API --- <p><span class="seoSummary">Web 提供了各種各樣完成不同任務的 API,而這可藉著使用 JavaScript 達成</span>,小到對任何 {{domxref("window")}} 或 {{domxref("element")}} 做細微調整,大到使用像是 <a href="https://developer.mozilla.org/zh-TW/docs/Web/WebGL">WebGL</a> <span style="line-height: 1.5;">和 </span><a href="/docs/Web_Audio_API">Web Audio</a> <span style="line-height: 1.5;">介面製作複雜的圖形和音效。</span></p> diff --git a/files/zh-tw/web/reference/index.html b/files/zh-tw/orphaned/web/reference/index.html index 11792ad50f..263cef7d49 100644 --- a/files/zh-tw/web/reference/index.html +++ b/files/zh-tw/orphaned/web/reference/index.html @@ -1,6 +1,6 @@ --- title: 網頁技術參考資料 -slug: Web/Reference +slug: orphaned/Web/Reference tags: - Landing - NeedsTranslation @@ -8,6 +8,7 @@ tags: - TopicStub - Web translation_of: Web/Reference +original_slug: Web/Reference --- <p>{{draft()}}<br> The open Web is built using a number of technologies that require an adequate knowledge in order to use them. Below you'll find the links to our reference material for each of them.</p> |