diff options
author | Alexey Istomin <webistomin@gmail.com> | 2021-03-21 10:47:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 10:47:18 +0300 |
commit | 0e03ba431ff64f6203db81de570dae6c84cddf49 (patch) | |
tree | fd4506e45f4435a917bf62e34cd87af7af06b96d /files/ru/web | |
parent | 8d87119846f37d1002f73b0301706c3bfd9eef19 (diff) | |
download | translated-content-0e03ba431ff64f6203db81de570dae6c84cddf49.tar.gz translated-content-0e03ba431ff64f6203db81de570dae6c84cddf49.tar.bz2 translated-content-0e03ba431ff64f6203db81de570dae6c84cddf49.zip |
docs(ru): restore "API" translation (#263)
Diffstat (limited to 'files/ru/web')
-rw-r--r-- | files/ru/web/api/body/arraybuffer/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/console/profile/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/crypto/getrandomvalues/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/presentation/index.html | 4 | ||||
-rw-r--r-- | files/ru/web/api/streams_api/index.html | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/files/ru/web/api/body/arraybuffer/index.html b/files/ru/web/api/body/arraybuffer/index.html index 2c5151239e..a9dbd21162 100644 --- a/files/ru/web/api/body/arraybuffer/index.html +++ b/files/ru/web/api/body/arraybuffer/index.html @@ -2,7 +2,7 @@ title: Body.arrayBuffer() slug: Web/API/Body/arrayBuffer tags: - - АПИ + - API - Экспериментальный - справочник translation_of: Web/API/Body/arrayBuffer diff --git a/files/ru/web/api/console/profile/index.html b/files/ru/web/api/console/profile/index.html index 7474ed345c..d0b31a157f 100644 --- a/files/ru/web/api/console/profile/index.html +++ b/files/ru/web/api/console/profile/index.html @@ -2,7 +2,7 @@ title: Console.profile() slug: Web/API/Console/profile tags: - - АПИ + - API - Профайлер - дебаггинг - профилировщик diff --git a/files/ru/web/api/crypto/getrandomvalues/index.html b/files/ru/web/api/crypto/getrandomvalues/index.html index 20f900e9bb..570b842994 100644 --- a/files/ru/web/api/crypto/getrandomvalues/index.html +++ b/files/ru/web/api/crypto/getrandomvalues/index.html @@ -2,7 +2,7 @@ title: RandomSource.getRandomValues() slug: Web/API/Crypto/getRandomValues tags: - - АПИ + - API - Криптография - Справка - метод diff --git a/files/ru/web/api/presentation/index.html b/files/ru/web/api/presentation/index.html index 6e5666bf7a..12b784c389 100644 --- a/files/ru/web/api/presentation/index.html +++ b/files/ru/web/api/presentation/index.html @@ -2,10 +2,10 @@ title: Presentation slug: Web/API/Presentation tags: - - АПИ + - API - Интерфейс - Презентация - - Презентация АПИ + - Презентация API - Ссылка - Экспериментальный translation_of: Web/API/Presentation diff --git a/files/ru/web/api/streams_api/index.html b/files/ru/web/api/streams_api/index.html index 6f0decb53b..163bb9cfae 100644 --- a/files/ru/web/api/streams_api/index.html +++ b/files/ru/web/api/streams_api/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Streams_API --- <div>{{SeeCompatTable}}{{APIRef("Streams")}}</div> -<p class="summary">Streams API (АПИ обработки потоков) позволяет программно получить доступ с помощью JavaScript к полученным по сети потокам данных и обработать их по желанию разработчика.</p> +<p class="summary">Streams API (API обработки потоков) позволяет программно получить доступ с помощью JavaScript к полученным по сети потокам данных и обработать их по желанию разработчика.</p> <h2 id="Концепция_и_использование">Концепция и использование</h2> |