diff options
author | MDN <actions@users.noreply.github.com> | 2022-02-13 00:57:20 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-02-13 00:57:20 +0000 |
commit | a617ec8afec43949849163167daaf51a60d2b298 (patch) | |
tree | dee1a1dc953762fc075d0517e05278142e7faf9a /files/ja | |
parent | 45dd46e6b17e45bcb3655c53eb921119359336f7 (diff) | |
download | translated-content-a617ec8afec43949849163167daaf51a60d2b298.tar.gz translated-content-a617ec8afec43949849163167daaf51a60d2b298.tar.bz2 translated-content-a617ec8afec43949849163167daaf51a60d2b298.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/_redirects.txt | 4 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 50 | ||||
-rw-r--r-- | files/ja/conflicting/web/api/element/fullscreenchange_event/index.html (renamed from files/ja/web/api/element/onfullscreenchange/index.html) | 3 | ||||
-rw-r--r-- | files/ja/conflicting/web/api/element/fullscreenerror_event/index.html (renamed from files/ja/web/api/element/onfullscreenerror/index.html) | 3 | ||||
-rw-r--r-- | files/ja/conflicting/web/api/window/gamepadconnected_event/index.html (renamed from files/ja/web/api/window/ongamepadconnected/index.html) | 3 | ||||
-rw-r--r-- | files/ja/conflicting/web/api/window/gamepaddisconnected_event/index.html (renamed from files/ja/web/api/window/ongamepaddisconnected/index.html) | 3 |
6 files changed, 37 insertions, 29 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index bd6257cb70..60bd7befc2 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3083,6 +3083,8 @@ /ja/docs/Web/API/Element/Activate_event /ja/docs/Web/API/Element/DOMActivate_event /ja/docs/Web/API/Element/accessKey /ja/docs/Web/API/HTMLElement/accessKey /ja/docs/Web/API/Element/name /ja/docs/Web/API +/ja/docs/Web/API/Element/onfullscreenchange /ja/docs/conflicting/Web/API/Element/fullscreenchange_event +/ja/docs/Web/API/Element/onfullscreenerror /ja/docs/conflicting/Web/API/Element/fullscreenerror_event /ja/docs/Web/API/Event/button /ja/docs/Web/API/MouseEvent/button /ja/docs/Web/API/Event/createEvent /ja/docs/Web/API/Document/createEvent /ja/docs/Web/API/EventHandler /ja/docs/Web/Events/Event_handlers @@ -3328,6 +3330,8 @@ /ja/docs/Web/API/Window/onclick /ja/docs/Web/API/GlobalEventHandlers/onclick /ja/docs/Web/API/Window/ondeviceproximity /ja/docs/orphaned/Web/API/Window/ondeviceproximity /ja/docs/Web/API/Window/onfocus /ja/docs/Web/API/GlobalEventHandlers/onfocus +/ja/docs/Web/API/Window/ongamepadconnected /ja/docs/conflicting/Web/API/Window/gamepadconnected_event +/ja/docs/Web/API/Window/ongamepaddisconnected /ja/docs/conflicting/Web/API/Window/gamepaddisconnected_event /ja/docs/Web/API/Window/oninstall /ja/docs/Web/API/Window/onappinstalled /ja/docs/Web/API/Window/onkeydown /ja/docs/Web/API/GlobalEventHandlers/onkeydown /ja/docs/Web/API/Window/onkeyup /ja/docs/Web/API/GlobalEventHandlers/onkeyup diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index f8b4b6cbc4..ea6f701c76 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -14020,18 +14020,6 @@ "Taken" ] }, - "Web/API/Element/onfullscreenchange": { - "modified": "2020-10-15T22:27:05.186Z", - "contributors": [ - "mfuji09" - ] - }, - "Web/API/Element/onfullscreenerror": { - "modified": "2020-10-15T22:27:05.707Z", - "contributors": [ - "mfuji09" - ] - }, "Web/API/Element/outerHTML": { "modified": "2020-10-15T21:49:26.268Z", "contributors": [ @@ -24511,19 +24499,6 @@ "mfuji09" ] }, - "Web/API/Window/ongamepadconnected": { - "modified": "2020-10-15T22:12:53.034Z", - "contributors": [ - "T.Ukegawa" - ] - }, - "Web/API/Window/ongamepaddisconnected": { - "modified": "2020-10-15T22:12:51.410Z", - "contributors": [ - "Potappo", - "T.Ukegawa" - ] - }, "Web/API/Window/open": { "modified": "2020-10-25T23:26:28.860Z", "contributors": [ @@ -48416,6 +48391,18 @@ "yyss" ] }, + "conflicting/Web/API/Element/fullscreenchange_event": { + "modified": "2020-10-15T22:27:05.186Z", + "contributors": [ + "mfuji09" + ] + }, + "conflicting/Web/API/Element/fullscreenerror_event": { + "modified": "2020-10-15T22:27:05.707Z", + "contributors": [ + "mfuji09" + ] + }, "conflicting/Web/API/File/name": { "modified": "2020-09-25T16:45:23.436Z", "contributors": [ @@ -48517,6 +48504,19 @@ "mfuji09" ] }, + "conflicting/Web/API/Window/gamepadconnected_event": { + "modified": "2020-10-15T22:12:53.034Z", + "contributors": [ + "T.Ukegawa" + ] + }, + "conflicting/Web/API/Window/gamepaddisconnected_event": { + "modified": "2020-10-15T22:12:51.410Z", + "contributors": [ + "Potappo", + "T.Ukegawa" + ] + }, "conflicting/Web/API/Window/scroll": { "modified": "2020-10-15T22:32:16.096Z", "contributors": [ diff --git a/files/ja/web/api/element/onfullscreenchange/index.html b/files/ja/conflicting/web/api/element/fullscreenchange_event/index.html index f58e332afb..72f03279ee 100644 --- a/files/ja/web/api/element/onfullscreenchange/index.html +++ b/files/ja/conflicting/web/api/element/fullscreenchange_event/index.html @@ -1,6 +1,6 @@ --- title: Element.onfullscreenchange -slug: Web/API/Element/onfullscreenchange +slug: conflicting/Web/API/Element/fullscreenchange_event tags: - API - Element @@ -18,6 +18,7 @@ tags: - 全画面 - 全画面モード translation_of: Web/API/Element/onfullscreenchange +original_slug: Web/API/Element/onfullscreenchange --- <div>{{ApiRef("Fullscreen API")}}</div> diff --git a/files/ja/web/api/element/onfullscreenerror/index.html b/files/ja/conflicting/web/api/element/fullscreenerror_event/index.html index b1a08f41c9..95cbd0764b 100644 --- a/files/ja/web/api/element/onfullscreenerror/index.html +++ b/files/ja/conflicting/web/api/element/fullscreenerror_event/index.html @@ -1,6 +1,6 @@ --- title: Element.onfullscreenerror -slug: Web/API/Element/onfullscreenerror +slug: conflicting/Web/API/Element/fullscreenerror_event tags: - API - Element @@ -15,6 +15,7 @@ tags: - プロパティ - 全画面モード translation_of: Web/API/Element/onfullscreenerror +original_slug: Web/API/Element/onfullscreenerror --- <div>{{ApiRef("Fullscreen API")}}</div> diff --git a/files/ja/web/api/window/ongamepadconnected/index.html b/files/ja/conflicting/web/api/window/gamepadconnected_event/index.html index ce2246c3cd..228ecd4cba 100644 --- a/files/ja/web/api/window/ongamepadconnected/index.html +++ b/files/ja/conflicting/web/api/window/gamepadconnected_event/index.html @@ -1,6 +1,6 @@ --- title: Window.ongamepadconnected -slug: Web/API/Window/ongamepadconnected +slug: conflicting/Web/API/Window/gamepadconnected_event tags: - API - Event Handler @@ -11,6 +11,7 @@ tags: - Window - ongamepadconnected translation_of: Web/API/Window/ongamepadconnected +original_slug: Web/API/Window/ongamepadconnected --- <div> <div>{{DefaultAPISidebar("Gamepad API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/window/ongamepaddisconnected/index.html b/files/ja/conflicting/web/api/window/gamepaddisconnected_event/index.html index f9b33bb033..d0a42860a0 100644 --- a/files/ja/web/api/window/ongamepaddisconnected/index.html +++ b/files/ja/conflicting/web/api/window/gamepaddisconnected_event/index.html @@ -1,6 +1,6 @@ --- title: Window.ongamepaddisconnected -slug: Web/API/Window/ongamepaddisconnected +slug: conflicting/Web/API/Window/gamepaddisconnected_event tags: - API - Event Handler @@ -11,6 +11,7 @@ tags: - Window - ongamepaddisconnected translation_of: Web/API/Window/ongamepaddisconnected +original_slug: Web/API/Window/ongamepaddisconnected --- <div>{{DefaultAPISidebar("Gamepad API")}}{{SeeCompatTable}}</div> |