diff options
author | Maxim Postautov <54762420+mpstv@users.noreply.github.com> | 2021-05-13 20:05:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 20:05:41 +0300 |
commit | e2bc9a12a68bd713a2a49de5315649b9d660e54a (patch) | |
tree | deaf3e5f296d4d8b7c7ec2896c5dfa75f35ba151 /files/ru/web/css | |
parent | 3dbe797113213b95ab33955cea50ad7d3a58e5df (diff) | |
download | translated-content-e2bc9a12a68bd713a2a49de5315649b9d660e54a.tar.gz translated-content-e2bc9a12a68bd713a2a49de5315649b9d660e54a.tar.bz2 translated-content-e2bc9a12a68bd713a2a49de5315649b9d660e54a.zip |
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>
Diffstat (limited to 'files/ru/web/css')
-rw-r--r-- | files/ru/web/css/@font-face/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/css/css_box_alignment/box_alignment_in_flexbox/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
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 <h2 id="Примечания">Примечания</h2> <ul> - <li>Веб шрифты попадают под правило ограничения домена (файлы шрифтов должны находиться на том же самом домене, что и использующая их страница), если это ограничение не снимается с помощью <a href="/ru/docs/Словарь/CORS">CORS</a>.</li> + <li>Веб шрифты попадают под правило ограничения домена (файлы шрифтов должны находиться на том же самом домене, что и использующая их страница), если это ограничение не снимается с помощью <a href="/ru/docs/Glossary/CORS">CORS</a>.</li> <li>@font-face не может быть объявлен внутри CSS-селектора. Следующий пример не будет работать: <pre class="brush: css; example-bad">.className { @font-face { diff --git a/files/ru/web/css/css_box_alignment/box_alignment_in_flexbox/index.html b/files/ru/web/css/css_box_alignment/box_alignment_in_flexbox/index.html index b59b71c446..70fb085bc8 100644 --- a/files/ru/web/css/css_box_alignment/box_alignment_in_flexbox/index.html +++ b/files/ru/web/css/css_box_alignment/box_alignment_in_flexbox/index.html @@ -95,7 +95,7 @@ translation_of: Web/CSS/CSS_Box_Alignment/Box_Alignment_in_Flexbox </ul> </div> -<h3 id="Словарь_терминов">Словарь терминов</h3> +<h3 id="Глоссарий_терминов">Глоссарий терминов</h3> <div class="index"> <ul> |