From e2bc9a12a68bd713a2a49de5315649b9d660e54a Mon Sep 17 00:00:00 2001 From: Maxim Postautov <54762420+mpstv@users.noreply.github.com> Date: Thu, 13 May 2021 20:05:41 +0300 Subject: Change glossary word translation (#742) * change glossary word translation ru * Update files/ru/glossary/callback_function/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/callback_function/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/compile/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/compile/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/high-level_programming_language/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/html/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/css/@font-face/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/ietf/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/method/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/request_header/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/learn/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/learn/javascript/building_blocks/looping_code/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/mdn/contribute/howto/add_or_update_browser_compatibility_data/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/mdn/contribute/howto/write_a_new_entry_in_the_glossary/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/mozilla/add-ons/webextensions/manifest.json/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/canvas_api/tutorial/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/xmlhttprequest/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/guide/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/html/element/title/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/javascript/reference/global_objects/symbol/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/xml/xml_introduction/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * review changes * links changes Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> --- files/ru/web/api/canvas_api/tutorial/index.html | 2 +- files/ru/web/api/xmlhttprequest/index.html | 2 +- files/ru/web/css/@font-face/index.html | 2 +- files/ru/web/css/css_box_alignment/box_alignment_in_flexbox/index.html | 2 +- files/ru/web/guide/index.html | 2 +- files/ru/web/html/element/image/index.html | 2 +- files/ru/web/http/cors/errors/corsdidnotsucceed/index.html | 2 +- files/ru/web/http/cors/errors/corsdisabled/index.html | 2 +- files/ru/web/http/cors/errors/corsmissingalloworigin/index.html | 2 +- files/ru/web/javascript/reference/global_objects/symbol/index.html | 2 +- files/ru/web/xml/xml_introduction/index.html | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'files/ru/web') diff --git a/files/ru/web/api/canvas_api/tutorial/index.html b/files/ru/web/api/canvas_api/tutorial/index.html index 3a01a141e0..0027029c08 100644 --- a/files/ru/web/api/canvas_api/tutorial/index.html +++ b/files/ru/web/api/canvas_api/tutorial/index.html @@ -8,7 +8,7 @@ translation_of: Web/API/Canvas_API/Tutorial ---

{{CanvasSidebar}}

-

<canvas> — это HTML элемент, использующийся для рисования графики средствами языков программирования (обычно это JavaScript). Он может, к примеру, использоваться для рисования графов, создания коллажей или простой (и не очень) анимации.
+

<canvas> — это HTML элемент, использующийся для рисования графики средствами языков программирования (обычно это JavaScript). Он может, к примеру, использоваться для рисования графов, создания коллажей или простой (и не очень) анимации.
Изображения в правой части статьи являются примерами использования <canvas>.
Примеры их создания приводятся в этой статье. 

diff --git a/files/ru/web/api/xmlhttprequest/index.html b/files/ru/web/api/xmlhttprequest/index.html index ad4b1b2090..9a0ccbad3d 100644 --- a/files/ru/web/api/xmlhttprequest/index.html +++ b/files/ru/web/api/xmlhttprequest/index.html @@ -19,7 +19,7 @@ translation_of: Web/API/XMLHttpRequest

XMLHttpRequest это API, который предоставляет клиенту функциональность для обмена данными между клиентом и сервером. Данный API предоставляет простой способ получения данных по ссылке без перезагрузки страницы. Это позволяет обновлять только часть веб-страницы не прерывая пользователя.  XMLHttpRequest используется в AJAX запросах и особенно в single-page приложениях.

-

XMLHttpRequest изначально был разработан Microsoft и позже заимствован Mozilla, Apple, и Google. Сейчас он стандартизирован WHATWG. Несмотря на своё название, XMLHttpRequest может быть использован для получения любых типов данных, не только XML, и поддерживает протоколы помимо HTTP (включая file и ftp).

+

XMLHttpRequest изначально был разработан Microsoft и позже заимствован Mozilla, Apple, и Google. Сейчас он стандартизирован WHATWG. Несмотря на своё название, XMLHttpRequest может быть использован для получения любых типов данных, не только XML, и поддерживает протоколы помимо HTTP (включая file и ftp).

Чтобы начать работать с XMLHttpRequest, выполните этот код:

diff --git a/files/ru/web/css/@font-face/index.html b/files/ru/web/css/@font-face/index.html index 29220ecf3c..0923e413a3 100644 --- a/files/ru/web/css/@font-face/index.html +++ b/files/ru/web/css/@font-face/index.html @@ -144,7 +144,7 @@ translation_of: Web/CSS/@font-face

Примечания

-

Словарь терминов

+

Глоссарий терминов

diff --git a/files/ru/web/html/element/image/index.html b/files/ru/web/html/element/image/index.html index d8279494f3..a74343abaf 100644 --- a/files/ru/web/html/element/image/index.html +++ b/files/ru/web/html/element/image/index.html @@ -8,7 +8,7 @@ translation_of: Web/HTML/Element/image ---
{{non-standard_header}}
-

Словарь

+

Глоссарий

Элемент HTML <image> был экспериментальным элементом, предназначенный для отображения изображений. Он никогда не был реализован, вместо него должен использоваться стандартный элемент {{HTMLElement("img")}}.

diff --git a/files/ru/web/http/cors/errors/corsdidnotsucceed/index.html b/files/ru/web/http/cors/errors/corsdidnotsucceed/index.html index 9a22daaa31..65507bfa15 100644 --- a/files/ru/web/http/cors/errors/corsdidnotsucceed/index.html +++ b/files/ru/web/http/cors/errors/corsdidnotsucceed/index.html @@ -23,6 +23,6 @@ translation_of: Web/HTTP/CORS/Errors/CORSDidNotSucceed diff --git a/files/ru/web/http/cors/errors/corsdisabled/index.html b/files/ru/web/http/cors/errors/corsdisabled/index.html index 0c5d69b7c3..776d289799 100644 --- a/files/ru/web/http/cors/errors/corsdisabled/index.html +++ b/files/ru/web/http/cors/errors/corsdisabled/index.html @@ -19,6 +19,6 @@ translation_of: Web/HTTP/CORS/Errors/CORSDisabled diff --git a/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html b/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html index 282ac8e1ce..c7a46da112 100644 --- a/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html +++ b/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html @@ -39,7 +39,7 @@ translation_of: Web/HTTP/CORS/Errors/CORSMissingAllowOrigin diff --git a/files/ru/web/javascript/reference/global_objects/symbol/index.html b/files/ru/web/javascript/reference/global_objects/symbol/index.html index 009707ec87..9cc2be3a41 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/index.html @@ -220,7 +220,7 @@ obj[Object(sym)]; // снова 1

Смотрите также