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/performance | |
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/performance')
5 files changed, 6 insertions, 6 deletions
diff --git a/files/ru/web/performance/how_browsers_work/index.html b/files/ru/web/performance/how_browsers_work/index.html index d917c30251..27820e7dc2 100644 --- a/files/ru/web/performance/how_browsers_work/index.html +++ b/files/ru/web/performance/how_browsers_work/index.html @@ -211,7 +211,7 @@ translation_of: Web/Performance/How_browsers_work <p>В примере выше загрузка содержимого DOM заняла около 1.5 секунд. Все это время основной поток процесса был полностью загружен и не был способен обработать пользовательский ввод.</p> -<h2 id="См._также">См. также:</h2> +<h2 id="Смотрите_также">Смотрите также:</h2> <ul> <li><a href="/ru/docs/Web/Performance">Производительность Web</a></li> diff --git a/files/ru/web/performance/lazy_loading/index.html b/files/ru/web/performance/lazy_loading/index.html index 8a2c64b57c..408bce571e 100644 --- a/files/ru/web/performance/lazy_loading/index.html +++ b/files/ru/web/performance/lazy_loading/index.html @@ -52,7 +52,7 @@ translation_of: Web/Performance/Lazy_loading <p>Вы можете переопределить такое поведение и загрузить шрифты заранее, используя <code><link rel="preload"></code>, <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display">CSS font-display свойство</a> или <a href="https://developer.mozilla.org/en-US/docs/Web/API/CSS_Font_Loading_API">Font Loading API</a>.<br> <br> - Смотри также: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link">Element Link</a></p> + Смотрите также: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link">Element Link</a></p> <h3 id="Изображения"> Изображения</h3> @@ -82,7 +82,7 @@ translation_of: Web/Performance/Lazy_loading <li>вы можете вычислять, находится ли элемент во viewport каждый раз при срабатывании событий scroll, resize или orientation change.</li> </ul> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a href="https://developers.google.com/web/fundamentals/performance/critical-rendering-path/render-blocking-css">Render blocking CSS</a></li> diff --git a/files/ru/web/performance/navigation_and_resource_timings/index.html b/files/ru/web/performance/navigation_and_resource_timings/index.html index 8628f79877..f23cc96290 100644 --- a/files/ru/web/performance/navigation_and_resource_timings/index.html +++ b/files/ru/web/performance/navigation_and_resource_timings/index.html @@ -310,7 +310,7 @@ performance.getEntriesByType('frame').forEach((frame) => { <pre class="syntaxbox"><code><span class="message-body-wrapper"><span class="message-flex-body"><span class="devtools-monospace message-body"><span class="cm-variable">performance</span>.<span class="cm-property">getEntriesByType</span>(<span class="cm-string">"resource"</span>)</span></span></span></code></pre> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{domxref("PerformanceNavigationTiming")}}</li> diff --git a/files/ru/web/performance/optimizing_startup_performance/index.html b/files/ru/web/performance/optimizing_startup_performance/index.html index bbec4006e4..b8fc4c242b 100644 --- a/files/ru/web/performance/optimizing_startup_performance/index.html +++ b/files/ru/web/performance/optimizing_startup_performance/index.html @@ -68,7 +68,7 @@ translation_of: Web/Performance/Optimizing_startup_performance <dd>Любая вещь, которую вы предлагаете пользователю во время запуска приложения и с которой он может взаимодействовать, заставляет время течь быстрее. Это забавно, но прогресс-бар, который показывается 3 секунды ощущается более быстрым, чем пустая страница в течение 1 секунды. Добавляйте подсказки к вашему приложению, рассказывайте интересные факты или просто показывайте что-то красивое - это уже улучшит восприятие.</dd> </dl> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a href="/en-US/docs/Apps" title="/en-US/docs/Apps">Apps</a></li> diff --git a/files/ru/web/performance/performance_budgets/index.html b/files/ru/web/performance/performance_budgets/index.html index 8cb841d20d..3c976ccf91 100644 --- a/files/ru/web/performance/performance_budgets/index.html +++ b/files/ru/web/performance/performance_budgets/index.html @@ -65,7 +65,7 @@ translation_of: Web/Performance/Performance_budgets <p>Бюджет помогает вам сохранить оптимальное поведение ваших текущих пользователей, когда вы пытаетесь выйти на новые рынки или привнести что-то новое в ваше приложение.</p> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a href="https://addyosmani.com/blog/performance-budgets/">Start Performance Budgeting</a> by Addy Osmani</li> |