diff options
author | MDN <actions@users.noreply.github.com> | 2022-03-17 00:12:44 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-03-17 00:12:45 +0000 |
commit | 4f4d511f3a78d7e3dc357e44481cf0a7eba99b9f (patch) | |
tree | 28270b34d9322e7f596cb231ff2b686caa651d4b /files/ru | |
parent | 59bf61868acae62ff8d28f32f7c74008997646d5 (diff) | |
download | translated-content-4f4d511f3a78d7e3dc357e44481cf0a7eba99b9f.tar.gz translated-content-4f4d511f3a78d7e3dc357e44481cf0a7eba99b9f.tar.bz2 translated-content-4f4d511f3a78d7e3dc357e44481cf0a7eba99b9f.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ru/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ru/web/api/serviceworker/statechange_event/index.html (renamed from files/ru/web/api/serviceworker/onstatechange/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index c9aa710795..1c06359a39 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -373,6 +373,7 @@ /ru/docs/Web/API/PositionError /ru/docs/Web/API/GeolocationPositionError /ru/docs/Web/API/PositionOptions /ru/docs/conflicting/Web/API/Geolocation/getCurrentPosition /ru/docs/Web/API/RandomSource/getRandomValues /ru/docs/Web/API/Crypto/getRandomValues +/ru/docs/Web/API/ServiceWorker/onstatechange /ru/docs/Web/API/ServiceWorker/statechange_event /ru/docs/Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent /ru/docs/conflicting/Web/API/Pointer_events /ru/docs/Web/API/USB/onconnect /ru/docs/Web/API/USB/connect_event /ru/docs/Web/API/USB/ondisconnect /ru/docs/Web/API/USB/disconnect_event diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 17f599b98d..1bae2b40bf 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -10111,12 +10111,6 @@ "sh7dm" ] }, - "Web/API/ServiceWorker/onstatechange": { - "modified": "2020-10-15T22:25:53.618Z", - "contributors": [ - "sh7dm" - ] - }, "Web/API/ServiceWorker/scriptURL": { "modified": "2020-10-15T22:25:53.547Z", "contributors": [ @@ -10129,6 +10123,12 @@ "sh7dm" ] }, + "Web/API/ServiceWorker/statechange_event": { + "modified": "2020-10-15T22:25:53.618Z", + "contributors": [ + "sh7dm" + ] + }, "Web/API/ServiceWorkerContainer": { "modified": "2020-04-09T10:43:47.005Z", "contributors": [ diff --git a/files/ru/web/api/serviceworker/onstatechange/index.html b/files/ru/web/api/serviceworker/statechange_event/index.html index d7b171e887..b03607e229 100644 --- a/files/ru/web/api/serviceworker/onstatechange/index.html +++ b/files/ru/web/api/serviceworker/statechange_event/index.html @@ -1,7 +1,8 @@ --- title: ServiceWorker.onstatechange -slug: Web/API/ServiceWorker/onstatechange +slug: Web/API/ServiceWorker/statechange_event translation_of: Web/API/ServiceWorker/onstatechange +original_slug: Web/API/ServiceWorker/onstatechange --- <div>{{APIRef("Service Workers API")}}</div> |