diff options
author | MDN <actions@users.noreply.github.com> | 2022-02-12 00:56:58 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-02-12 00:56:58 +0000 |
commit | 01f082cdc9c06afc6dfa7573345590ea9eec8714 (patch) | |
tree | 55430234aa4a832b625c7879916dffcd025c13f1 /files/zh-cn | |
parent | bf9c159c4b69bafea62616ab67074da0e9e96f0a (diff) | |
download | translated-content-01f082cdc9c06afc6dfa7573345590ea9eec8714.tar.gz translated-content-01f082cdc9c06afc6dfa7573345590ea9eec8714.tar.bz2 translated-content-01f082cdc9c06afc6dfa7573345590ea9eec8714.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/_redirects.txt | 2 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 26 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/document/fullscreenchange_event/index.html (renamed from files/zh-cn/web/api/document/onfullscreenchange/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/web/api/document/fullscreenerror_event/index.html (renamed from files/zh-cn/web/api/document/onfullscreenerror/index.html) | 3 |
4 files changed, 19 insertions, 15 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 3fa6160c00..84dfe0d381 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1265,6 +1265,8 @@ /zh-CN/docs/Web/API/Document/mozFullScreen /zh-CN/docs/Web/API/Document/fullscreen /zh-CN/docs/Web/API/Document/mozFullScreenElement /zh-CN/docs/Web/API/Document/fullscreenElement /zh-CN/docs/Web/API/Document/mozFullScreenEnabled /zh-CN/docs/Web/API/Document/fullscreenEnabled +/zh-CN/docs/Web/API/Document/onfullscreenchange /zh-CN/docs/conflicting/Web/API/Document/fullscreenchange_event +/zh-CN/docs/Web/API/Document/onfullscreenerror /zh-CN/docs/Web/API/Document/fullscreenerror_event /zh-CN/docs/Web/API/Document/onreadystatechange /en-US/docs/Web/API/Document/readystatechange_event /zh-CN/docs/Web/API/Document/rouchmove_event /zh-CN/docs/Web/API/Document/touchmove_event /zh-CN/docs/Web/API/DocumentOrShadowRoot/activeElement /zh-CN/docs/Web/API/Document/activeElement diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 6cbfab7e35..4589deb197 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -11097,6 +11097,12 @@ "zhaoshouxin" ] }, + "Web/API/Document/fullscreenerror_event": { + "modified": "2019-04-27T09:18:56.721Z", + "contributors": [ + "ZWkang" + ] + }, "Web/API/Document/getElementById": { "modified": "2020-10-15T21:32:38.932Z", "contributors": [ @@ -11295,19 +11301,6 @@ "zhangyaochun1987" ] }, - "Web/API/Document/onfullscreenchange": { - "modified": "2020-10-15T21:49:09.799Z", - "contributors": [ - "gentlecoder", - "libmw" - ] - }, - "Web/API/Document/onfullscreenerror": { - "modified": "2019-04-27T09:18:56.721Z", - "contributors": [ - "ZWkang" - ] - }, "Web/API/Document/onoffline": { "modified": "2019-03-23T22:24:33.524Z", "contributors": [ @@ -46843,6 +46836,13 @@ "yulifu" ] }, + "conflicting/Web/API/Document/fullscreenchange_event": { + "modified": "2020-10-15T21:49:09.799Z", + "contributors": [ + "gentlecoder", + "libmw" + ] + }, "conflicting/Web/API/Document/hasFocus": { "modified": "2019-03-23T23:31:56.410Z", "contributors": [ diff --git a/files/zh-cn/web/api/document/onfullscreenchange/index.html b/files/zh-cn/conflicting/web/api/document/fullscreenchange_event/index.html index e012de078f..278159eada 100644 --- a/files/zh-cn/web/api/document/onfullscreenchange/index.html +++ b/files/zh-cn/conflicting/web/api/document/fullscreenchange_event/index.html @@ -1,11 +1,12 @@ --- title: Document.onfullscreenchange -slug: Web/API/Document/onfullscreenchange +slug: conflicting/Web/API/Document/fullscreenchange_event tags: - API - Document - onfullscreenchange translation_of: Web/API/Document/onfullscreenchange +original_slug: Web/API/Document/onfullscreenchange --- <div>{{ApiRef("Fullscreen API")}}</div> diff --git a/files/zh-cn/web/api/document/onfullscreenerror/index.html b/files/zh-cn/web/api/document/fullscreenerror_event/index.html index 341f7b0982..acddbe6963 100644 --- a/files/zh-cn/web/api/document/onfullscreenerror/index.html +++ b/files/zh-cn/web/api/document/fullscreenerror_event/index.html @@ -1,7 +1,8 @@ --- title: Document.onfullscreenerror -slug: Web/API/Document/onfullscreenerror +slug: Web/API/Document/fullscreenerror_event translation_of: Web/API/Document/onfullscreenerror +original_slug: Web/API/Document/onfullscreenerror --- <div>{{ApiRef("Fullscreen API")}}</div> |