diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-21 15:34:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 15:34:50 +0300 |
commit | fc853997358a3d2b6cd756655457af317b304d48 (patch) | |
tree | c6973ccc997f39a7c28ecdc935436856863b6c13 /files/ru/web/api/mediadevices | |
parent | 8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870 (diff) | |
download | translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.gz translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.bz2 translated-content-fc853997358a3d2b6cd756655457af317b304d48.zip |
Unify Russian translation of "See also" (#255)
Diffstat (limited to 'files/ru/web/api/mediadevices')
-rw-r--r-- | files/ru/web/api/mediadevices/enumeratedevices/index.html | 4 | ||||
-rw-r--r-- | files/ru/web/api/mediadevices/getusermedia/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/mediadevices/enumeratedevices/index.html b/files/ru/web/api/mediadevices/enumeratedevices/index.html index ec2861cba5..3e62912637 100644 --- a/files/ru/web/api/mediadevices/enumeratedevices/index.html +++ b/files/ru/web/api/mediadevices/enumeratedevices/index.html @@ -66,7 +66,7 @@ audioinput: Built-in Microphone id=r2/xw1xUPIyZunfV1lGrKOma5wTOvCkWfZ368XCndm0= } }</pre> -<p>Смотри так же : <a href="/en-US/Apps/Developing/App_permissions#audio-capture">разрешение: аудио захват</a> and <a href="/en-US/Apps/Developing/App_permissions#video-capture">разрешение : видео захват</a> в продолжение темы.</p> +<p>Смотрите также : <a href="/en-US/Apps/Developing/App_permissions#audio-capture">разрешение: аудио захват</a> and <a href="/en-US/Apps/Developing/App_permissions#video-capture">разрешение : видео захват</a> в продолжение темы.</p> <h2 id="Спецификации">Спецификации</h2> @@ -153,7 +153,7 @@ audioinput: Built-in Microphone id=r2/xw1xUPIyZunfV1lGrKOma5wTOvCkWfZ368XCndm0= <li>Интерфейс доступен в Chrome и Opera через полифил <a href="https://github.com/webrtc/adapter">adapter.js</a>.</li> </ul> -<h2 id="Смотри_так_же">Смотри так же</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia" title="mediaDevices.getUserMedia">navigator.mediaDevices.getUserMedia</a></li> diff --git a/files/ru/web/api/mediadevices/getusermedia/index.html b/files/ru/web/api/mediadevices/getusermedia/index.html index 9d53d6f242..74753c8d93 100644 --- a/files/ru/web/api/mediadevices/getusermedia/index.html +++ b/files/ru/web/api/mediadevices/getusermedia/index.html @@ -334,7 +334,7 @@ var constraints = { video: { facingMode: (front? "user" : "environment") } }; <p>{{Compat("api.MediaDevices.getUserMedia")}}</p> -<h2 id="Смотри_так_же">Смотри так же</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>Предыдущее {{domxref("navigator.getUserMedia()")}} API.</li> |