diff options
author | MDN <actions@users.noreply.github.com> | 2022-02-15 01:01:01 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-02-15 01:01:01 +0000 |
commit | e7754b8a0961a10a33c34819dbded4147c8aa1cc (patch) | |
tree | 8314b9c4ad8592ef4886d3085909c10ac54fed66 /files/zh-cn | |
parent | a9eb67a3fafdfddd34fe6a7a33cc59ba7dfe9b60 (diff) | |
download | translated-content-e7754b8a0961a10a33c34819dbded4147c8aa1cc.tar.gz translated-content-e7754b8a0961a10a33c34819dbded4147c8aa1cc.tar.bz2 translated-content-e7754b8a0961a10a33c34819dbded4147c8aa1cc.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 | 24 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/broadcastchannel/message_event/index.html (renamed from files/zh-cn/web/api/broadcastchannel/onmessage/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/broadcastchannel/messageerror_event/index.html (renamed from files/zh-cn/web/api/broadcastchannel/onmessageerror/index.html) | 3 |
4 files changed, 18 insertions, 14 deletions
diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index b1214b6ed1..b348f3966c 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1240,6 +1240,8 @@ /zh-CN/docs/Web/API/Blob.size /zh-CN/docs/Web/API/Blob/size /zh-CN/docs/Web/API/Blob.slice /zh-CN/docs/Web/API/Blob/slice /zh-CN/docs/Web/API/Blob.type /zh-CN/docs/Web/API/Blob/type +/zh-CN/docs/Web/API/BroadcastChannel/onmessage /zh-CN/docs/conflicting/Web/API/BroadcastChannel/message_event +/zh-CN/docs/Web/API/BroadcastChannel/onmessageerror /zh-CN/docs/conflicting/Web/API/BroadcastChannel/messageerror_event /zh-CN/docs/Web/API/ByteString /zh-CN/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String /zh-CN/docs/Web/API/CSSStyleSheet.insertRule /zh-CN/docs/Web/API/CSSStyleSheet/insertRule /zh-CN/docs/Web/API/CSS分页规则 /zh-CN/docs/Web/API/CSSPageRule diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 6de70e3d52..5a3f634ea5 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -8217,18 +8217,6 @@ "Spikef" ] }, - "Web/API/BroadcastChannel/onmessage": { - "modified": "2020-10-15T22:26:22.393Z", - "contributors": [ - "Spikef" - ] - }, - "Web/API/BroadcastChannel/onmessageerror": { - "modified": "2020-10-15T22:26:22.343Z", - "contributors": [ - "Spikef" - ] - }, "Web/API/BroadcastChannel/postMessage": { "modified": "2020-10-15T22:26:23.239Z", "contributors": [ @@ -46795,6 +46783,18 @@ "levo2165" ] }, + "conflicting/Web/API/BroadcastChannel/message_event": { + "modified": "2020-10-15T22:26:22.393Z", + "contributors": [ + "Spikef" + ] + }, + "conflicting/Web/API/BroadcastChannel/messageerror_event": { + "modified": "2020-10-15T22:26:22.343Z", + "contributors": [ + "Spikef" + ] + }, "conflicting/Web/API/Canvas_API/Tutorial": { "modified": "2019-03-23T23:20:14.159Z", "contributors": [ diff --git a/files/zh-cn/web/api/broadcastchannel/onmessage/index.html b/files/zh-cn/conflicting/web/api/broadcastchannel/message_event/index.html index ffea7d9825..c5475fd880 100644 --- a/files/zh-cn/web/api/broadcastchannel/onmessage/index.html +++ b/files/zh-cn/conflicting/web/api/broadcastchannel/message_event/index.html @@ -1,7 +1,8 @@ --- title: BroadcastChannel.onmessage -slug: Web/API/BroadcastChannel/onmessage +slug: conflicting/Web/API/BroadcastChannel/message_event translation_of: Web/API/BroadcastChannel/onmessage +original_slug: Web/API/BroadcastChannel/onmessage --- <p>{{APIRef("BroadCastChannel API")}}</p> diff --git a/files/zh-cn/web/api/broadcastchannel/onmessageerror/index.html b/files/zh-cn/conflicting/web/api/broadcastchannel/messageerror_event/index.html index 01c0e9ca2a..a87c54522e 100644 --- a/files/zh-cn/web/api/broadcastchannel/onmessageerror/index.html +++ b/files/zh-cn/conflicting/web/api/broadcastchannel/messageerror_event/index.html @@ -1,7 +1,8 @@ --- title: BroadcastChannel.onmessageerror -slug: Web/API/BroadcastChannel/onmessageerror +slug: conflicting/Web/API/BroadcastChannel/messageerror_event translation_of: Web/API/BroadcastChannel/onmessageerror +original_slug: Web/API/BroadcastChannel/onmessageerror --- <div>{{APIRef("HTML DOM")}}</div> |