diff options
author | MDN <actions@users.noreply.github.com> | 2021-09-30 00:53:33 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-09-30 00:53:33 +0000 |
commit | 9a06d5b4a3874caa094bff06895c892914eaea93 (patch) | |
tree | 1c9549ade620e59f4af4c5ee6b6ac7640bf4fcda /files/ja | |
parent | 75e5dcce1e3c6558a3a2d3def5c08669404587c4 (diff) | |
download | translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.tar.gz translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.tar.bz2 translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ja/web/api/performance_property/index.html (renamed from files/ja/web/api/window/performance/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 6e48cc80d1..4c3a2108cd 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3299,6 +3299,7 @@ /ja/docs/Web/API/Window/onmouseup /ja/docs/Web/API/GlobalEventHandlers/onmouseup /ja/docs/Web/API/Window/onreset /ja/docs/Web/API/GlobalEventHandlers/onreset /ja/docs/Web/API/Window/onresize /ja/docs/Web/API/GlobalEventHandlers/onresize +/ja/docs/Web/API/Window/performance /ja/docs/Web/API/performance_property /ja/docs/Web/API/Window/restore /ja/docs/Web/API/Window/moveTo /ja/docs/Web/API/Window/setInterval /ja/docs/Web/API/setInterval /ja/docs/Web/API/Window/setTimeout /ja/docs/Web/API/setTimeout diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 0921037642..aac2c96cd6 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -24779,12 +24779,6 @@ "mfuji09" ] }, - "Web/API/Window/performance": { - "modified": "2020-10-15T22:08:48.553Z", - "contributors": [ - "silverskyvicto" - ] - }, "Web/API/Window/personalbar": { "modified": "2019-03-23T23:50:07.790Z", "contributors": [ @@ -26310,6 +26304,12 @@ "k-kuwahara" ] }, + "Web/API/performance_property": { + "modified": "2020-10-15T22:08:48.553Z", + "contributors": [ + "silverskyvicto" + ] + }, "Web/API/setInterval": { "modified": "2020-10-15T21:15:06.280Z", "contributors": [ diff --git a/files/ja/web/api/window/performance/index.html b/files/ja/web/api/performance_property/index.html index 2eb08da672..b0e3ece5c2 100644 --- a/files/ja/web/api/window/performance/index.html +++ b/files/ja/web/api/performance_property/index.html @@ -1,7 +1,8 @@ --- title: Window.performance -slug: Web/API/Window/performance +slug: Web/API/performance_property translation_of: Web/API/Window/performance +original_slug: Web/API/Window/performance --- <p>{{APIRef("High Resolution Time")}}</p> |