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/de | |
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/de')
-rw-r--r-- | files/de/_redirects.txt | 1 | ||||
-rw-r--r-- | files/de/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/de/web/api/performance_property/index.html (renamed from files/de/web/api/window/performance/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/de/_redirects.txt b/files/de/_redirects.txt index 337bc6522a..774cfd74b9 100644 --- a/files/de/_redirects.txt +++ b/files/de/_redirects.txt @@ -449,6 +449,7 @@ /de/docs/Web/API/WebGL_API/Tutorial/Objekte_mit_WebGL_animieren /de/docs/Web/API/WebGL_API/Tutorial/Animating_objects_with_WebGL /de/docs/Web/API/WebGL_API/Tutorial/Texturen_in_WebGL_verwenden /de/docs/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL /de/docs/Web/API/Window.alert /de/docs/Web/API/Window/alert +/de/docs/Web/API/Window/performance /de/docs/Web/API/performance_property /de/docs/Web/API/Window/setTimeout /de/docs/Web/API/setTimeout /de/docs/Web/API/WindowBase64 /de/docs/Web/API/WindowOrWorkerGlobalScope /de/docs/Web/API/WindowBase64/btoa /de/docs/Web/API/btoa diff --git a/files/de/_wikihistory.json b/files/de/_wikihistory.json index 8a0840e847..8d59c2dc6f 100644 --- a/files/de/_wikihistory.json +++ b/files/de/_wikihistory.json @@ -4099,12 +4099,6 @@ "frickth" ] }, - "Web/API/Window/performance": { - "modified": "2019-03-23T22:07:15.480Z", - "contributors": [ - "amelzer" - ] - }, "Web/API/Window/print": { "modified": "2020-10-15T21:39:45.899Z", "contributors": [ @@ -4226,6 +4220,12 @@ "mwsh2005" ] }, + "Web/API/performance_property": { + "modified": "2019-03-23T22:07:15.480Z", + "contributors": [ + "amelzer" + ] + }, "Web/API/setTimeout": { "modified": "2019-03-23T23:36:28.621Z", "contributors": [ diff --git a/files/de/web/api/window/performance/index.html b/files/de/web/api/performance_property/index.html index 7805b7b019..33c3459cea 100644 --- a/files/de/web/api/window/performance/index.html +++ b/files/de/web/api/performance_property/index.html @@ -1,10 +1,11 @@ --- title: Window.performance -slug: Web/API/Window/performance +slug: Web/API/performance_property tags: - Performanz - Timing translation_of: Web/API/Window/performance +original_slug: Web/API/Window/performance --- <div>{{APIRef("High Resolution Time")}}</div> |