diff options
author | MDN <actions@users.noreply.github.com> | 2021-07-01 00:37:12 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-07-01 00:37:12 +0000 |
commit | b0a393384aa4021c915e6a650c75ff328a054cb2 (patch) | |
tree | 5f049f0db1c3b87c9d8ea12564cf7bc43b0e8f07 /files/zh-tw | |
parent | 3f2eea0abf998516fe98d64da8da53a03d36c3ee (diff) | |
download | translated-content-b0a393384aa4021c915e6a650c75ff328a054cb2.tar.gz translated-content-b0a393384aa4021c915e6a650c75ff328a054cb2.tar.bz2 translated-content-b0a393384aa4021c915e6a650c75ff328a054cb2.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 | 26 | ||||
-rw-r--r-- | files/zh-tw/orphaned/web/api/body/index.html (renamed from files/zh-tw/web/api/body/index.html) | 3 | ||||
-rw-r--r-- | files/zh-tw/orphaned/web/api/body/json/index.html (renamed from files/zh-tw/web/api/body/json/index.html) | 3 |
4 files changed, 19 insertions, 15 deletions
diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt index 3a3feb0fb4..b3d83e932c 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -543,6 +543,8 @@ /zh-TW/docs/Using_files_from_web_applications /zh-TW/docs/Web/API/File/Using_files_from_web_applications /zh-TW/docs/Using_geolocation /zh-TW/docs/Web/API/Geolocation_API /zh-TW/docs/Web/API/Ambient_Light_Events /zh-TW/docs/orphaned/Web/API/Ambient_Light_Events +/zh-TW/docs/Web/API/Body /zh-TW/docs/orphaned/Web/API/Body +/zh-TW/docs/Web/API/Body/json /zh-TW/docs/orphaned/Web/API/Body/json /zh-TW/docs/Web/API/Canvas_API/Drawing_graphics_with_canvas /zh-TW/docs/conflicting/Web/API/Canvas_API/Tutorial /zh-TW/docs/Web/API/Canvas_API/Tutorial/基礎動畫 /zh-TW/docs/Web/API/Canvas_API/Tutorial/Basic_animations /zh-TW/docs/Web/API/Canvas_API/Tutorial/最佳化_canvas /zh-TW/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json index eadfe8d04c..b02f83fe11 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -2922,19 +2922,6 @@ "flyinglimao" ] }, - "Web/API/Body": { - "modified": "2020-10-15T22:10:19.507Z", - "contributors": [ - "RickBrown" - ] - }, - "Web/API/Body/json": { - "modified": "2020-10-15T22:10:18.425Z", - "contributors": [ - "xstar", - "eyeccc" - ] - }, "Web/API/CSSStyleDeclaration": { "modified": "2019-03-23T22:30:39.103Z", "contributors": [ @@ -8638,6 +8625,19 @@ "MashKao" ] }, + "orphaned/Web/API/Body": { + "modified": "2020-10-15T22:10:19.507Z", + "contributors": [ + "RickBrown" + ] + }, + "orphaned/Web/API/Body/json": { + "modified": "2020-10-15T22:10:18.425Z", + "contributors": [ + "xstar", + "eyeccc" + ] + }, "orphaned/Web/API/ChildNode": { "modified": "2019-03-23T22:30:29.724Z", "contributors": [ diff --git a/files/zh-tw/web/api/body/index.html b/files/zh-tw/orphaned/web/api/body/index.html index 82ba54e53d..0794ac997e 100644 --- a/files/zh-tw/web/api/body/index.html +++ b/files/zh-tw/orphaned/web/api/body/index.html @@ -1,6 +1,6 @@ --- title: Body -slug: Web/API/Body +slug: orphaned/Web/API/Body tags: - API - BODY @@ -13,6 +13,7 @@ tags: - TopicStub - request translation_of: Web/API/Body +original_slug: Web/API/Body --- <div>{{ APIRef("Fetch") }}</div> diff --git a/files/zh-tw/web/api/body/json/index.html b/files/zh-tw/orphaned/web/api/body/json/index.html index 70085afff7..44d12f70fa 100644 --- a/files/zh-tw/web/api/body/json/index.html +++ b/files/zh-tw/orphaned/web/api/body/json/index.html @@ -1,7 +1,8 @@ --- title: Body.json() -slug: Web/API/Body/json +slug: orphaned/Web/API/Body/json translation_of: Web/API/Body/json +original_slug: Web/API/Body/json --- <div>{{APIRef("Fetch")}}</div> |