diff options
author | MDN <actions@users.noreply.github.com> | 2021-05-12 00:34:15 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-05-12 00:34:15 +0000 |
commit | cc2fecdc2e9b25cee6109e8feba41716be3db231 (patch) | |
tree | c62786032682a62e25778ffb78977515398f09b1 | |
parent | a542efd79974f631ca8f170bb9a7b54dead0b9bf (diff) | |
download | translated-content-cc2fecdc2e9b25cee6109e8feba41716be3db231.tar.gz translated-content-cc2fecdc2e9b25cee6109e8feba41716be3db231.tar.bz2 translated-content-cc2fecdc2e9b25cee6109e8feba41716be3db231.zip |
[CRON] sync translated content
-rw-r--r-- | files/pl/_redirects.txt | 7 | ||||
-rw-r--r-- | files/pl/_wikihistory.json | 18 | ||||
-rw-r--r-- | files/pl/orphaned/web/api/uievent/cancelbubble/index.html (renamed from files/pl/web/api/uievent/cancelbubble/index.html) | 4 | ||||
-rw-r--r-- | files/zh-cn/_redirects.txt | 5 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 16 | ||||
-rw-r--r-- | files/zh-cn/orphaned/web/api/uievent/cancelbubble/index.html (renamed from files/zh-cn/web/api/uievent/cancelbubble/index.html) | 3 |
6 files changed, 28 insertions, 25 deletions
diff --git a/files/pl/_redirects.txt b/files/pl/_redirects.txt index 86ec53de7a..8e33087365 100644 --- a/files/pl/_redirects.txt +++ b/files/pl/_redirects.txt @@ -445,7 +445,7 @@ /pl/docs/DOM/event.altKey /pl/docs/Web/API/MouseEvent/altKey /pl/docs/DOM/event.bubbles /pl/docs/Web/API/Event/bubbles /pl/docs/DOM/event.button /pl/docs/Web/API/MouseEvent/button -/pl/docs/DOM/event.cancelBubble /pl/docs/Web/API/UIEvent/cancelBubble +/pl/docs/DOM/event.cancelBubble /pl/docs/orphaned/Web/API/UIEvent/cancelBubble /pl/docs/DOM/event.cancelable /pl/docs/Web/API/Event/cancelable /pl/docs/DOM/event.charCode /pl/docs/Web/API/KeyboardEvent/charCode /pl/docs/DOM/event.clientX /pl/docs/Web/API/MouseEvent/clientX @@ -693,7 +693,7 @@ /pl/docs/DOM:event.altKey /pl/docs/Web/API/MouseEvent/altKey /pl/docs/DOM:event.bubbles /pl/docs/Web/API/Event/bubbles /pl/docs/DOM:event.button /pl/docs/Web/API/MouseEvent/button -/pl/docs/DOM:event.cancelBubble /pl/docs/Web/API/UIEvent/cancelBubble +/pl/docs/DOM:event.cancelBubble /pl/docs/orphaned/Web/API/UIEvent/cancelBubble /pl/docs/DOM:event.cancelable /pl/docs/Web/API/Event/cancelable /pl/docs/DOM:event.charCode /pl/docs/Web/API/KeyboardEvent/charCode /pl/docs/DOM:event.clientX /pl/docs/Web/API/MouseEvent/clientX @@ -1974,7 +1974,7 @@ /pl/docs/Web/API/Element/textContent /pl/docs/Web/API/Node/textContent /pl/docs/Web/API/Event/altKey /pl/docs/Web/API/MouseEvent/altKey /pl/docs/Web/API/Event/button /pl/docs/Web/API/MouseEvent/button -/pl/docs/Web/API/Event/cancelBubble /pl/docs/Web/API/UIEvent/cancelBubble +/pl/docs/Web/API/Event/cancelBubble /pl/docs/orphaned/Web/API/UIEvent/cancelBubble /pl/docs/Web/API/Event/charCode /pl/docs/Web/API/KeyboardEvent/charCode /pl/docs/Web/API/Event/clientX /pl/docs/Web/API/MouseEvent/clientX /pl/docs/Web/API/Event/clientY /pl/docs/Web/API/MouseEvent/clientY @@ -2016,6 +2016,7 @@ /pl/docs/Web/API/Stylesheet/deleteRule /pl/docs/Web/API/CSSStyleSheet/deleteRule /pl/docs/Web/API/Stylesheet/insertRule /pl/docs/Web/API/CSSStyleSheet/insertRule /pl/docs/Web/API/Stylesheet/ownerRule /pl/docs/orphaned/Web/API/Stylesheet/ownerRule +/pl/docs/Web/API/UIEvent/cancelBubble /pl/docs/orphaned/Web/API/UIEvent/cancelBubble /pl/docs/Web/API/Uint16Array /pl/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array /pl/docs/Web/API/Window/clearInterval /pl/docs/Web/API/WindowOrWorkerGlobalScope/clearInterval /pl/docs/Web/API/Window/clearTimeout /pl/docs/Web/API/WindowOrWorkerGlobalScope/clearTimeout diff --git a/files/pl/_wikihistory.json b/files/pl/_wikihistory.json index 4a33aa0ac6..6f491c5759 100644 --- a/files/pl/_wikihistory.json +++ b/files/pl/_wikihistory.json @@ -3911,15 +3911,6 @@ "jangromko" ] }, - "Web/API/UIEvent/cancelBubble": { - "modified": "2019-03-23T23:41:11.564Z", - "contributors": [ - "teoli", - "basemnassar11", - "Jan Dudek", - "Ptak82" - ] - }, "Web/API/UIEvent/initUIEvent": { "modified": "2019-03-23T23:47:13.003Z", "contributors": [ @@ -11266,6 +11257,15 @@ "Internauta1024A" ] }, + "orphaned/Web/API/UIEvent/cancelBubble": { + "modified": "2019-03-23T23:41:11.564Z", + "contributors": [ + "teoli", + "basemnassar11", + "Jan Dudek", + "Ptak82" + ] + }, "orphaned/Web/Guide/Events/Creating_and_triggering_events": { "modified": "2019-03-23T23:50:28.341Z", "contributors": [ diff --git a/files/pl/web/api/uievent/cancelbubble/index.html b/files/pl/orphaned/web/api/uievent/cancelbubble/index.html index 51fa756278..af37387a13 100644 --- a/files/pl/web/api/uievent/cancelbubble/index.html +++ b/files/pl/orphaned/web/api/uievent/cancelbubble/index.html @@ -1,11 +1,11 @@ --- title: event.cancelBubble -slug: Web/API/UIEvent/cancelBubble +slug: orphaned/Web/API/UIEvent/cancelBubble tags: - DOM - Wszystkie_kategorie translation_of: Web/API/UIEvent/cancelBubble -original_slug: Web/API/Event/cancelBubble +original_slug: Web/API/UIEvent/cancelBubble --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 5f77179505..ceb9eba7b1 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -472,7 +472,7 @@ /zh-CN/docs/DOM/event.altKey /zh-CN/docs/conflicting/Web/API/MouseEvent/altKey /zh-CN/docs/DOM/event.bubbles /zh-CN/docs/Web/API/Event/bubbles /zh-CN/docs/DOM/event.button /zh-CN/docs/conflicting/Web/API/MouseEvent/button -/zh-CN/docs/DOM/event.cancelBubble /zh-CN/docs/Web/API/UIEvent/cancelBubble +/zh-CN/docs/DOM/event.cancelBubble /zh-CN/docs/orphaned/Web/API/UIEvent/cancelBubble /zh-CN/docs/DOM/event.cancelable /zh-CN/docs/Web/API/Event/cancelable /zh-CN/docs/DOM/event.currentTarget /zh-CN/docs/Web/API/Event/currentTarget /zh-CN/docs/DOM/event.defaultPrevented /zh-CN/docs/Web/API/Event/defaultPrevented @@ -1780,6 +1780,7 @@ /zh-CN/docs/Web/API/Touch.screenX /zh-CN/docs/Web/API/Touch/screenX /zh-CN/docs/Web/API/Touch.screenY /zh-CN/docs/Web/API/Touch/screenY /zh-CN/docs/Web/API/TouchEvent.changedTouches /zh-CN/docs/Web/API/TouchEvent/changedTouches +/zh-CN/docs/Web/API/UIEvent/cancelBubble /zh-CN/docs/orphaned/Web/API/UIEvent/cancelBubble /zh-CN/docs/Web/API/UIEvent/视图 /zh-CN/docs/Web/API/UIEvent/view /zh-CN/docs/Web/API/URL.URL /zh-CN/docs/Web/API/URL/URL /zh-CN/docs/Web/API/URL.createObjectURL /zh-CN/docs/Web/API/URL/createObjectURL @@ -1949,7 +1950,7 @@ /zh-CN/docs/Web/API/event.altKey /zh-CN/docs/conflicting/Web/API/MouseEvent/altKey /zh-CN/docs/Web/API/event.bubbles /zh-CN/docs/Web/API/Event/bubbles /zh-CN/docs/Web/API/event.button /zh-CN/docs/conflicting/Web/API/MouseEvent/button -/zh-CN/docs/Web/API/event.cancelBubble /zh-CN/docs/Web/API/UIEvent/cancelBubble +/zh-CN/docs/Web/API/event.cancelBubble /zh-CN/docs/orphaned/Web/API/UIEvent/cancelBubble /zh-CN/docs/Web/API/event.cancelable /zh-CN/docs/Web/API/Event/cancelable /zh-CN/docs/Web/API/event.currentTarget /zh-CN/docs/Web/API/Event/currentTarget /zh-CN/docs/Web/API/event.defaultPrevented /zh-CN/docs/Web/API/Event/defaultPrevented diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index cdf1cc716f..c660a12326 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -21407,14 +21407,6 @@ "csy19900206" ] }, - "Web/API/UIEvent/cancelBubble": { - "modified": "2019-03-24T00:17:23.644Z", - "contributors": [ - "ziyunfei", - "teoli", - "jsx" - ] - }, "Web/API/UIEvent/detail": { "modified": "2019-03-23T22:27:15.436Z", "contributors": [ @@ -50502,6 +50494,14 @@ "MCCF" ] }, + "orphaned/Web/API/UIEvent/cancelBubble": { + "modified": "2019-03-24T00:17:23.644Z", + "contributors": [ + "ziyunfei", + "teoli", + "jsx" + ] + }, "orphaned/Web/API/WebSockets_API/WebSocket_Server_Vb.NET": { "modified": "2019-03-18T21:29:02.340Z", "contributors": [ diff --git a/files/zh-cn/web/api/uievent/cancelbubble/index.html b/files/zh-cn/orphaned/web/api/uievent/cancelbubble/index.html index cc024ba8b6..f98af92c97 100644 --- a/files/zh-cn/web/api/uievent/cancelbubble/index.html +++ b/files/zh-cn/orphaned/web/api/uievent/cancelbubble/index.html @@ -1,7 +1,8 @@ --- title: event.cancelBubble -slug: Web/API/UIEvent/cancelBubble +slug: orphaned/Web/API/UIEvent/cancelBubble translation_of: Web/API/UIEvent/cancelBubble +original_slug: Web/API/UIEvent/cancelBubble --- <p>{{ ApiRef() }}</p> <div class="warning"> |