diff options
author | MDN <actions@users.noreply.github.com> | 2021-10-11 00:51:25 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-10-11 00:51:25 +0000 |
commit | a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18 (patch) | |
tree | 344ac9b4f45a5fd982e3a3d2f05c060d3d2e2d43 /files/zh-tw | |
parent | b6580b050e7aaea273d6b41f0cda0fc3077afae2 (diff) | |
download | translated-content-a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18.tar.gz translated-content-a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18.tar.bz2 translated-content-a101c2f3857be9d799b0ee5b2c7d04b61f9e2f18.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-tw')
-rw-r--r-- | files/zh-tw/_redirects.txt | 4 | ||||
-rw-r--r-- | files/zh-tw/_wikihistory.json | 56 | ||||
-rw-r--r-- | files/zh-tw/conflicting/web/api/geolocation/getcurrentposition/index.html (renamed from files/zh-tw/web/api/positionoptions/enablehighaccuracy/index.html) | 3 | ||||
-rw-r--r-- | files/zh-tw/conflicting/web/api/geolocation/getcurrentposition_058087067b28ad25fff974fd59827fb6/index.html (renamed from files/zh-tw/web/api/positionoptions/timeout/index.html) | 4 | ||||
-rw-r--r-- | files/zh-tw/conflicting/web/api/geolocation/getcurrentposition_5852407122355d2ab39863042583c266/index.html (renamed from files/zh-tw/web/api/positionoptions/index.html) | 4 | ||||
-rw-r--r-- | files/zh-tw/conflicting/web/api/geolocation/getcurrentposition_c2c285f72be001586cb95d7989ba1b54/index.html (renamed from files/zh-tw/web/api/positionoptions/maximumage/index.html) | 4 |
6 files changed, 43 insertions, 32 deletions
diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt index 15d6d7d893..69b77abb4b 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -565,6 +565,10 @@ /zh-TW/docs/Web/API/PositionError /zh-TW/docs/Web/API/GeolocationPositionError /zh-TW/docs/Web/API/PositionError/code /zh-TW/docs/Web/API/GeolocationPositionError/code /zh-TW/docs/Web/API/PositionError/message /zh-TW/docs/Web/API/GeolocationPositionError/message +/zh-TW/docs/Web/API/PositionOptions /zh-TW/docs/conflicting/Web/API/Geolocation/getCurrentPosition_5852407122355d2ab39863042583c266 +/zh-TW/docs/Web/API/PositionOptions/enableHighAccuracy /zh-TW/docs/conflicting/Web/API/Geolocation/getCurrentPosition +/zh-TW/docs/Web/API/PositionOptions/maximumAge /zh-TW/docs/conflicting/Web/API/Geolocation/getCurrentPosition_c2c285f72be001586cb95d7989ba1b54 +/zh-TW/docs/Web/API/PositionOptions/timeout /zh-TW/docs/conflicting/Web/API/Geolocation/getCurrentPosition_058087067b28ad25fff974fd59827fb6 /zh-TW/docs/Web/API/WebGL_API/Tutorial/WebGL入門 /zh-TW/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL /zh-TW/docs/Web/API/Web_Video_Text_Tracks_Format /zh-TW/docs/Web/API/WebVTT_API /zh-TW/docs/Web/API/Window.history /zh-TW/docs/Web/API/Window/history diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json index 1185efe0ba..3b23303592 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -4325,34 +4325,6 @@ "MashKao" ] }, - "Web/API/PositionOptions": { - "modified": "2019-03-23T22:36:10.505Z", - "contributors": [ - "alphan_chen", - "yachiehwu" - ] - }, - "Web/API/PositionOptions/enableHighAccuracy": { - "modified": "2019-03-23T22:36:14.585Z", - "contributors": [ - "alphan_chen", - "yachiehwu" - ] - }, - "Web/API/PositionOptions/maximumAge": { - "modified": "2019-03-23T22:36:18.389Z", - "contributors": [ - "alphan_chen", - "yachiehwu" - ] - }, - "Web/API/PositionOptions/timeout": { - "modified": "2019-03-23T22:36:20.985Z", - "contributors": [ - "alphan_chen", - "yachiehwu" - ] - }, "Web/API/ProgressEvent": { "modified": "2019-03-23T22:23:49.095Z", "contributors": [ @@ -8041,6 +8013,34 @@ "jackblackevo" ] }, + "conflicting/Web/API/Geolocation/getCurrentPosition": { + "modified": "2019-03-23T22:36:14.585Z", + "contributors": [ + "alphan_chen", + "yachiehwu" + ] + }, + "conflicting/Web/API/Geolocation/getCurrentPosition_058087067b28ad25fff974fd59827fb6": { + "modified": "2019-03-23T22:36:20.985Z", + "contributors": [ + "alphan_chen", + "yachiehwu" + ] + }, + "conflicting/Web/API/Geolocation/getCurrentPosition_5852407122355d2ab39863042583c266": { + "modified": "2019-03-23T22:36:10.505Z", + "contributors": [ + "alphan_chen", + "yachiehwu" + ] + }, + "conflicting/Web/API/Geolocation/getCurrentPosition_c2c285f72be001586cb95d7989ba1b54": { + "modified": "2019-03-23T22:36:18.389Z", + "contributors": [ + "alphan_chen", + "yachiehwu" + ] + }, "conflicting/Web/API/HTML_Drag_and_Drop_API": { "modified": "2019-01-16T13:26:51.358Z", "contributors": [ diff --git a/files/zh-tw/web/api/positionoptions/enablehighaccuracy/index.html b/files/zh-tw/conflicting/web/api/geolocation/getcurrentposition/index.html index 8437f37fe6..41ac18ef05 100644 --- a/files/zh-tw/web/api/positionoptions/enablehighaccuracy/index.html +++ b/files/zh-tw/conflicting/web/api/geolocation/getcurrentposition/index.html @@ -1,7 +1,8 @@ --- title: PositionOptions.enableHighAccuracy -slug: Web/API/PositionOptions/enableHighAccuracy +slug: conflicting/Web/API/Geolocation/getCurrentPosition translation_of: Web/API/PositionOptions/enableHighAccuracy +original_slug: Web/API/PositionOptions/enableHighAccuracy --- <div>{{APIRef("Geolocation API")}}</div> diff --git a/files/zh-tw/web/api/positionoptions/timeout/index.html b/files/zh-tw/conflicting/web/api/geolocation/getcurrentposition_058087067b28ad25fff974fd59827fb6/index.html index f963a28764..59c5619cef 100644 --- a/files/zh-tw/web/api/positionoptions/timeout/index.html +++ b/files/zh-tw/conflicting/web/api/geolocation/getcurrentposition_058087067b28ad25fff974fd59827fb6/index.html @@ -1,7 +1,9 @@ --- title: PositionOptions.timeout -slug: Web/API/PositionOptions/timeout +slug: >- + conflicting/Web/API/Geolocation/getCurrentPosition_058087067b28ad25fff974fd59827fb6 translation_of: Web/API/PositionOptions/timeout +original_slug: Web/API/PositionOptions/timeout --- <div>{{APIRef("Geolocation API")}}</div> diff --git a/files/zh-tw/web/api/positionoptions/index.html b/files/zh-tw/conflicting/web/api/geolocation/getcurrentposition_5852407122355d2ab39863042583c266/index.html index fc27485e65..33f1d52aca 100644 --- a/files/zh-tw/web/api/positionoptions/index.html +++ b/files/zh-tw/conflicting/web/api/geolocation/getcurrentposition_5852407122355d2ab39863042583c266/index.html @@ -1,7 +1,9 @@ --- title: PositionOptions -slug: Web/API/PositionOptions +slug: >- + conflicting/Web/API/Geolocation/getCurrentPosition_5852407122355d2ab39863042583c266 translation_of: Web/API/PositionOptions +original_slug: Web/API/PositionOptions --- <div>{{APIRef("Geolocation API")}}</div> diff --git a/files/zh-tw/web/api/positionoptions/maximumage/index.html b/files/zh-tw/conflicting/web/api/geolocation/getcurrentposition_c2c285f72be001586cb95d7989ba1b54/index.html index 2f9d1cf48e..f0d16410bc 100644 --- a/files/zh-tw/web/api/positionoptions/maximumage/index.html +++ b/files/zh-tw/conflicting/web/api/geolocation/getcurrentposition_c2c285f72be001586cb95d7989ba1b54/index.html @@ -1,7 +1,9 @@ --- title: PositionOptions.maximumAge -slug: Web/API/PositionOptions/maximumAge +slug: >- + conflicting/Web/API/Geolocation/getCurrentPosition_c2c285f72be001586cb95d7989ba1b54 translation_of: Web/API/PositionOptions/maximumAge +original_slug: Web/API/PositionOptions/maximumAge --- <div>{{APIRef("Geolocation API")}}</div> |