diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-22 11:22:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 11:22:14 +0300 |
commit | 382abab7f1c10ba64cf69fa4a2c30cf1df964523 (patch) | |
tree | f0e29fd14265548053e87a854b5e0e8ec3b9fd86 /files/ru/web/api/web_speech_api | |
parent | b3286b12e22623fed038ceff6356d48e07b6d917 (diff) | |
download | translated-content-382abab7f1c10ba64cf69fa4a2c30cf1df964523.tar.gz translated-content-382abab7f1c10ba64cf69fa4a2c30cf1df964523.tar.bz2 translated-content-382abab7f1c10ba64cf69fa4a2c30cf1df964523.zip |
Unify Russian translation of "offline" (#269)
* Unify Russian translation of "offline"
* Update files/ru/learn/javascript/client-side_web_apis/client-side_storage/index.html
Co-authored-by: Artem Shibakov <shibakow@gmail.com>
Diffstat (limited to 'files/ru/web/api/web_speech_api')
-rw-r--r-- | files/ru/web/api/web_speech_api/using_the_web_speech_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/web_speech_api/using_the_web_speech_api/index.html b/files/ru/web/api/web_speech_api/using_the_web_speech_api/index.html index c20696432a..e5d5ab4ee5 100644 --- a/files/ru/web/api/web_speech_api/using_the_web_speech_api/index.html +++ b/files/ru/web/api/web_speech_api/using_the_web_speech_api/index.html @@ -18,7 +18,7 @@ translation_of: Web/API/Web_Speech_API/Using_the_Web_Speech_API <p>После того, как пользовательская речь была распознана, алгоритм возвращает результат (список результатов) в качестве текстовой строки, с которой мы можем продолжить работу.</p> <div class="note"> -<p><strong>Внимание:</strong> В Chrome распознавание речи на веб-странице завязано на взаимодействие с сервером. Ваш звук отправляется на веб-службу для обработки распознавания, поэтому приложение не будет работать в оффлайн-режиме.</p> +<p><strong>Внимание:</strong> В Chrome распознавание речи на веб-странице завязано на взаимодействие с сервером. Ваш звук отправляется на веб-службу для обработки распознавания, поэтому приложение не будет работать в офлайн-режиме.</p> </div> <h3 id="Демо">Демо</h3> |