diff options
author | MDN <actions@users.noreply.github.com> | 2021-08-27 00:49:43 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-08-27 00:49:43 +0000 |
commit | 5d18c06cf65a281de4d382e124140f1557e67637 (patch) | |
tree | 3985c9164ff853305254cd7966188c61d6138d43 | |
parent | 06cc44fd40dcbe1218c55703ccd7628ac700242f (diff) | |
download | translated-content-5d18c06cf65a281de4d382e124140f1557e67637.tar.gz translated-content-5d18c06cf65a281de4d382e124140f1557e67637.tar.bz2 translated-content-5d18c06cf65a281de4d382e124140f1557e67637.zip |
[CRON] sync translated content
-rw-r--r-- | files/es/_redirects.txt | 5 | ||||
-rw-r--r-- | files/es/_wikihistory.json | 18 | ||||
-rw-r--r-- | files/es/web/api/mouseevent/pagex/index.html (renamed from files/es/web/api/uievent/pagex/index.html) | 3 | ||||
-rw-r--r-- | files/pl/_redirects.txt | 14 | ||||
-rw-r--r-- | files/pl/_wikihistory.json | 38 | ||||
-rw-r--r-- | files/pl/web/api/mouseevent/pagex/index.html (renamed from files/pl/web/api/uievent/pagex/index.html) | 4 | ||||
-rw-r--r-- | files/pl/web/api/mouseevent/pagey/index.html (renamed from files/pl/web/api/uievent/pagey/index.html) | 4 | ||||
-rw-r--r-- | files/zh-cn/_redirects.txt | 8 | ||||
-rw-r--r-- | files/zh-cn/_wikihistory.json | 28 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/mouseevent/pagex/index.html (renamed from files/zh-cn/web/api/uievent/pagex/index.html) | 3 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/mouseevent/pagey/index.html (renamed from files/zh-cn/web/api/uievent/pagey/index.html) | 3 |
11 files changed, 68 insertions, 60 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index 76616b14f5..422cc4e36c 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -293,7 +293,7 @@ /es/docs/DOM/event.cancelable /es/docs/Web/API/Event/cancelable /es/docs/DOM/event.initEvent /es/docs/Web/API/Event/initEvent /es/docs/DOM/event.initMouseEvent /es/docs/Web/API/MouseEvent/initMouseEvent -/es/docs/DOM/event.pageX /es/docs/Web/API/UIEvent/pageX +/es/docs/DOM/event.pageX /es/docs/Web/API/MouseEvent/pageX /es/docs/DOM/event.preventDefault /es/docs/Web/API/Event/preventDefault /es/docs/DOM/event.type /es/docs/Web/API/Event/type /es/docs/DOM/form /es/docs/Web/API/HTMLFormElement @@ -360,7 +360,7 @@ /es/docs/DOM:event.cancelable /es/docs/Web/API/Event/cancelable /es/docs/DOM:event.initEvent /es/docs/Web/API/Event/initEvent /es/docs/DOM:event.initMouseEvent /es/docs/Web/API/MouseEvent/initMouseEvent -/es/docs/DOM:event.pageX /es/docs/Web/API/UIEvent/pageX +/es/docs/DOM:event.pageX /es/docs/Web/API/MouseEvent/pageX /es/docs/DOM:event.preventDefault /es/docs/Web/API/Event/preventDefault /es/docs/DOM:form /es/docs/Web/API/HTMLFormElement /es/docs/DOM:range /es/docs/Web/API/Range @@ -1566,6 +1566,7 @@ /es/docs/Web/API/Position /es/docs/Web/API/GeolocationPosition /es/docs/Web/API/RandomSource/Obtenervaloresaleatorios /es/docs/Web/API/Crypto/getRandomValues /es/docs/Web/API/SubtleCrypto/encrypt /es/docs/Web/HTTP/Headers/Digest +/es/docs/Web/API/UIEvent/pageX /es/docs/Web/API/MouseEvent/pageX /es/docs/Web/API/WebGL_API/Getting_started_with_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Objetos_3D_utilizando_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Creating_3D_objects_using_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Wtilizando_texturas_en_WebGL /es/docs/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index 1b9437479b..535a52b77e 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -7568,6 +7568,15 @@ "Mgjbot" ] }, + "Web/API/MouseEvent/pageX": { + "modified": "2019-03-23T23:12:56.756Z", + "contributors": [ + "fscholz", + "khalid32", + "Nathymig", + "Julgon" + ] + }, "Web/API/MouseEvent/shiftKey": { "modified": "2019-03-23T22:05:24.832Z", "contributors": [ @@ -8431,15 +8440,6 @@ "fscholz" ] }, - "Web/API/UIEvent/pageX": { - "modified": "2019-03-23T23:12:56.756Z", - "contributors": [ - "fscholz", - "khalid32", - "Nathymig", - "Julgon" - ] - }, "Web/API/URL": { "modified": "2019-03-23T22:19:12.735Z", "contributors": [ diff --git a/files/es/web/api/uievent/pagex/index.html b/files/es/web/api/mouseevent/pagex/index.html index fbd75e26f8..7eca1c67bb 100644 --- a/files/es/web/api/uievent/pagex/index.html +++ b/files/es/web/api/mouseevent/pagex/index.html @@ -1,11 +1,12 @@ --- title: event.pageX -slug: Web/API/UIEvent/pageX +slug: Web/API/MouseEvent/pageX tags: - DOM - Referencia_DOM_de_Gecko - Todas_las_Categorías translation_of: Web/API/UIEvent/pageX +original_slug: Web/API/UIEvent/pageX --- <p>{{ ApiRef() }}</p> <h3 id="Sumario" name="Sumario">Sumario</h3> diff --git a/files/pl/_redirects.txt b/files/pl/_redirects.txt index e993e7fb5d..22537b5644 100644 --- a/files/pl/_redirects.txt +++ b/files/pl/_redirects.txt @@ -399,8 +399,8 @@ /pl/docs/DOM/event.layerX /pl/docs/Web/API/UIEvent/layerX /pl/docs/DOM/event.layerY /pl/docs/Web/API/UIEvent/layerY /pl/docs/DOM/event.metaKey /pl/docs/Web/API/MouseEvent/metaKey -/pl/docs/DOM/event.pageX /pl/docs/Web/API/UIEvent/pageX -/pl/docs/DOM/event.pageY /pl/docs/Web/API/UIEvent/pageY +/pl/docs/DOM/event.pageX /pl/docs/Web/API/MouseEvent/pageX +/pl/docs/DOM/event.pageY /pl/docs/Web/API/MouseEvent/pageY /pl/docs/DOM/event.relatedTarget /pl/docs/Web/API/MouseEvent/relatedTarget /pl/docs/DOM/event.screenX /pl/docs/Web/API/MouseEvent/screenX /pl/docs/DOM/event.screenY /pl/docs/Web/API/MouseEvent/screenY @@ -633,8 +633,8 @@ /pl/docs/DOM:event.layerX /pl/docs/Web/API/UIEvent/layerX /pl/docs/DOM:event.layerY /pl/docs/Web/API/UIEvent/layerY /pl/docs/DOM:event.metaKey /pl/docs/Web/API/MouseEvent/metaKey -/pl/docs/DOM:event.pageX /pl/docs/Web/API/UIEvent/pageX -/pl/docs/DOM:event.pageY /pl/docs/Web/API/UIEvent/pageY +/pl/docs/DOM:event.pageX /pl/docs/Web/API/MouseEvent/pageX +/pl/docs/DOM:event.pageY /pl/docs/Web/API/MouseEvent/pageY /pl/docs/DOM:event.relatedTarget /pl/docs/Web/API/MouseEvent/relatedTarget /pl/docs/DOM:event.screenX /pl/docs/Web/API/MouseEvent/screenX /pl/docs/DOM:event.screenY /pl/docs/Web/API/MouseEvent/screenY @@ -1456,8 +1456,8 @@ /pl/docs/Web/API/Event/layerX /pl/docs/Web/API/UIEvent/layerX /pl/docs/Web/API/Event/layerY /pl/docs/Web/API/UIEvent/layerY /pl/docs/Web/API/Event/metaKey /pl/docs/Web/API/MouseEvent/metaKey -/pl/docs/Web/API/Event/pageX /pl/docs/Web/API/UIEvent/pageX -/pl/docs/Web/API/Event/pageY /pl/docs/Web/API/UIEvent/pageY +/pl/docs/Web/API/Event/pageX /pl/docs/Web/API/MouseEvent/pageX +/pl/docs/Web/API/Event/pageY /pl/docs/Web/API/MouseEvent/pageY /pl/docs/Web/API/Event/relatedTarget /pl/docs/Web/API/MouseEvent/relatedTarget /pl/docs/Web/API/Event/screenX /pl/docs/Web/API/MouseEvent/screenX /pl/docs/Web/API/Event/screenY /pl/docs/Web/API/MouseEvent/screenY @@ -1499,6 +1499,8 @@ /pl/docs/Web/API/Stylesheet/cssRules /pl/docs/Web/API/CSSRuleList /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/UIEvent/pageX /pl/docs/Web/API/MouseEvent/pageX +/pl/docs/Web/API/UIEvent/pageY /pl/docs/Web/API/MouseEvent/pageY /pl/docs/Web/API/Window/clearInterval /pl/docs/Web/API/WindowOrWorkerGlobalScope/clearInterval /pl/docs/Web/API/Window/clearTimeout /pl/docs/Web/API/WindowOrWorkerGlobalScope/clearTimeout /pl/docs/Web/API/Window/onload /pl/docs/Web/API/GlobalEventHandlers/onload diff --git a/files/pl/_wikihistory.json b/files/pl/_wikihistory.json index 6ca2ddb0bc..e9f31f291a 100644 --- a/files/pl/_wikihistory.json +++ b/files/pl/_wikihistory.json @@ -2916,6 +2916,25 @@ "Ptak82" ] }, + "Web/API/MouseEvent/pageX": { + "modified": "2019-03-23T23:42:37.418Z", + "contributors": [ + "teoli", + "khalid32", + "Mgjbot", + "Jan Dudek", + "Ptak82" + ] + }, + "Web/API/MouseEvent/pageY": { + "modified": "2019-03-23T23:41:13.568Z", + "contributors": [ + "teoli", + "khalid32", + "Jan Dudek", + "Ptak82" + ] + }, "Web/API/MouseEvent/relatedTarget": { "modified": "2019-03-23T23:41:15.246Z", "contributors": [ @@ -3535,25 +3554,6 @@ "Ptak82" ] }, - "Web/API/UIEvent/pageX": { - "modified": "2019-03-23T23:42:37.418Z", - "contributors": [ - "teoli", - "khalid32", - "Mgjbot", - "Jan Dudek", - "Ptak82" - ] - }, - "Web/API/UIEvent/pageY": { - "modified": "2019-03-23T23:41:13.568Z", - "contributors": [ - "teoli", - "khalid32", - "Jan Dudek", - "Ptak82" - ] - }, "Web/API/UIEvent/view": { "modified": "2019-03-23T23:41:50.711Z", "contributors": [ diff --git a/files/pl/web/api/uievent/pagex/index.html b/files/pl/web/api/mouseevent/pagex/index.html index 05b33b7b84..85e5636964 100644 --- a/files/pl/web/api/uievent/pagex/index.html +++ b/files/pl/web/api/mouseevent/pagex/index.html @@ -1,13 +1,13 @@ --- title: event.pageX -slug: Web/API/UIEvent/pageX +slug: Web/API/MouseEvent/pageX tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/UIEvent/pageX -original_slug: Web/API/Event/pageX +original_slug: Web/API/UIEvent/pageX --- <p>{{ ApiRef() }}</p> <h3 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h3> diff --git a/files/pl/web/api/uievent/pagey/index.html b/files/pl/web/api/mouseevent/pagey/index.html index e1749273da..a001ec316d 100644 --- a/files/pl/web/api/uievent/pagey/index.html +++ b/files/pl/web/api/mouseevent/pagey/index.html @@ -1,11 +1,11 @@ --- title: event.pageY -slug: Web/API/UIEvent/pageY +slug: Web/API/MouseEvent/pageY tags: - DOM - Wszystkie_kategorie translation_of: Web/API/UIEvent/pageY -original_slug: Web/API/Event/pageY +original_slug: Web/API/UIEvent/pageY --- <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 f89f0c699c..3e3a29ee8d 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -412,7 +412,7 @@ /zh-CN/docs/DOM/event.defaultPrevented /zh-CN/docs/Web/API/Event/defaultPrevented /zh-CN/docs/DOM/event.isChar /zh-CN/docs/Web/API/UIEvent/isChar /zh-CN/docs/DOM/event.isTrusted /zh-CN/docs/Web/API/Event/isTrusted -/zh-CN/docs/DOM/event.pageY /zh-CN/docs/Web/API/UIEvent/pageY +/zh-CN/docs/DOM/event.pageY /zh-CN/docs/conflicting/Web/API/MouseEvent/pageY /zh-CN/docs/DOM/event.preventDefault /zh-CN/docs/Web/API/Event/preventDefault /zh-CN/docs/DOM/event.stopImmediatePropagation /zh-CN/docs/Web/API/Event/stopImmediatePropagation /zh-CN/docs/DOM/event.stopPropagation /zh-CN/docs/Web/API/Event/stopPropagation @@ -1309,7 +1309,7 @@ /zh-CN/docs/Web/API/Element/removeAttributre /zh-CN/docs/Web/API/Element/removeAttribute /zh-CN/docs/Web/API/Event/CustomEvent /zh-CN/docs/Web/API/CustomEvent /zh-CN/docs/Web/API/Event/isChar /zh-CN/docs/Web/API/UIEvent/isChar -/zh-CN/docs/Web/API/Event/pageY /zh-CN/docs/Web/API/UIEvent/pageY +/zh-CN/docs/Web/API/Event/pageY /zh-CN/docs/conflicting/Web/API/MouseEvent/pageY /zh-CN/docs/Web/API/Event/禁用时间冒泡 /zh-CN/docs/Web/API/Event/cancelBubble /zh-CN/docs/Web/API/EventTarget.dispatchEvent /zh-CN/docs/Web/API/EventTarget/dispatchEvent /zh-CN/docs/Web/API/EventTarget.removeEventListener /zh-CN/docs/Web/API/EventTarget/removeEventListener @@ -1476,6 +1476,8 @@ /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/pageX /zh-CN/docs/conflicting/Web/API/MouseEvent/pageX +/zh-CN/docs/Web/API/UIEvent/pageY /zh-CN/docs/conflicting/Web/API/MouseEvent/pageY /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 @@ -1629,7 +1631,7 @@ /zh-CN/docs/Web/API/event.defaultPrevented /zh-CN/docs/Web/API/Event/defaultPrevented /zh-CN/docs/Web/API/event.isChar /zh-CN/docs/Web/API/UIEvent/isChar /zh-CN/docs/Web/API/event.isTrusted /zh-CN/docs/Web/API/Event/isTrusted -/zh-CN/docs/Web/API/event.pageY /zh-CN/docs/Web/API/UIEvent/pageY +/zh-CN/docs/Web/API/event.pageY /zh-CN/docs/conflicting/Web/API/MouseEvent/pageY /zh-CN/docs/Web/API/event.preventDefault /zh-CN/docs/Web/API/Event/preventDefault /zh-CN/docs/Web/API/event.stopImmediatePropagation /zh-CN/docs/Web/API/Event/stopImmediatePropagation /zh-CN/docs/Web/API/event.stopPropagation /zh-CN/docs/Web/API/Event/stopPropagation diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 5b8e48f2d8..fe36d86467 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -20815,20 +20815,6 @@ "jsx" ] }, - "Web/API/UIEvent/pageX": { - "modified": "2019-03-23T22:51:51.935Z", - "contributors": [ - "Tienyz" - ] - }, - "Web/API/UIEvent/pageY": { - "modified": "2019-03-24T00:16:10.292Z", - "contributors": [ - "ziyunfei", - "teoli", - "khalid32" - ] - }, "Web/API/UIEvent/view": { "modified": "2020-10-15T22:25:09.871Z", "contributors": [ @@ -47261,6 +47247,20 @@ "AshfaqHossain" ] }, + "conflicting/Web/API/MouseEvent/pageX": { + "modified": "2019-03-23T22:51:51.935Z", + "contributors": [ + "Tienyz" + ] + }, + "conflicting/Web/API/MouseEvent/pageY": { + "modified": "2019-03-24T00:16:10.292Z", + "contributors": [ + "ziyunfei", + "teoli", + "khalid32" + ] + }, "conflicting/Web/API/MouseEvent/relatedTarget": { "modified": "2019-03-23T23:09:12.340Z", "contributors": [ diff --git a/files/zh-cn/web/api/uievent/pagex/index.html b/files/zh-cn/conflicting/web/api/mouseevent/pagex/index.html index b4a7f812f7..7089c102a8 100644 --- a/files/zh-cn/web/api/uievent/pagex/index.html +++ b/files/zh-cn/conflicting/web/api/mouseevent/pagex/index.html @@ -1,7 +1,8 @@ --- title: UIEvent.pageX -slug: Web/API/UIEvent/pageX +slug: conflicting/Web/API/MouseEvent/pageX translation_of: Web/API/UIEvent/pageX +original_slug: Web/API/UIEvent/pageX --- <p>{{APIRef("DOM Events")}} {{Non-standard_header}}</p> diff --git a/files/zh-cn/web/api/uievent/pagey/index.html b/files/zh-cn/conflicting/web/api/mouseevent/pagey/index.html index 6c504d3f52..f4c92daa4e 100644 --- a/files/zh-cn/web/api/uievent/pagey/index.html +++ b/files/zh-cn/conflicting/web/api/mouseevent/pagey/index.html @@ -1,7 +1,8 @@ --- title: event.pageY -slug: Web/API/UIEvent/pageY +slug: conflicting/Web/API/MouseEvent/pageY translation_of: Web/API/UIEvent/pageY +original_slug: Web/API/UIEvent/pageY --- <p>{{ ApiRef() }}</p> <h3 id="Summary" name="Summary">概述</h3> |