diff options
author | MDN <actions@users.noreply.github.com> | 2022-03-16 00:12:44 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2022-03-16 00:12:44 +0000 |
commit | 2a0848dfc98c2f04fe5c72a627e2b3be281fc3df (patch) | |
tree | 8a22612627a2642445d86e7742b52f3cdd833600 /files/ru | |
parent | 310f9d126ee841807f15a8620da5a9de6a9da4ec (diff) | |
download | translated-content-2a0848dfc98c2f04fe5c72a627e2b3be281fc3df.tar.gz translated-content-2a0848dfc98c2f04fe5c72a627e2b3be281fc3df.tar.bz2 translated-content-2a0848dfc98c2f04fe5c72a627e2b3be281fc3df.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 | 2 | ||||
-rw-r--r-- | files/ru/web/api/mediarecorder/dataavailable_event/index.html (renamed from files/ru/web/api/mediarecorder/ondataavailable/index.html) | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 076f9409bb..c9aa710795 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -353,6 +353,7 @@ /ru/docs/Web/API/HTMLHyperlinkElementUtils/username /ru/docs/Web/API/HTMLAnchorElement/username /ru/docs/Web/API/HTMLImageElement.Image /ru/docs/Web/API/HTMLImageElement/Image /ru/docs/Web/API/KeyboardEvent/which /ru/docs/Web/API/UIEvent/which +/ru/docs/Web/API/MediaRecorder/ondataavailable /ru/docs/Web/API/MediaRecorder/dataavailable_event /ru/docs/Web/API/MouseEvent/which /ru/docs/conflicting/Web/API/UIEvent/which /ru/docs/Web/API/NetworkInformation/connection /ru/docs/Web/API/Navigator/connection /ru/docs/Web/API/Node.appendChild /ru/docs/Web/API/Node/appendChild diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index a348d4fe1e..17f599b98d 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -9269,7 +9269,7 @@ "draedful" ] }, - "Web/API/MediaRecorder/ondataavailable": { + "Web/API/MediaRecorder/dataavailable_event": { "modified": "2020-10-15T21:52:00.316Z", "contributors": [ "mechtool", diff --git a/files/ru/web/api/mediarecorder/ondataavailable/index.html b/files/ru/web/api/mediarecorder/dataavailable_event/index.html index a111bdaacd..ef0a2f9cdb 100644 --- a/files/ru/web/api/mediarecorder/ondataavailable/index.html +++ b/files/ru/web/api/mediarecorder/dataavailable_event/index.html @@ -1,7 +1,8 @@ --- title: MediaRecorder.ondataavailable -slug: Web/API/MediaRecorder/ondataavailable +slug: Web/API/MediaRecorder/dataavailable_event translation_of: Web/API/MediaRecorder/ondataavailable +original_slug: Web/API/MediaRecorder/ondataavailable --- <p>{{APIRef("MediaStream Recording")}}</p> |