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/api/console | |
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/api/console')
-rw-r--r-- | files/ru/web/api/console/group/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/console/time/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/console/timeend/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/console/group/index.html b/files/ru/web/api/console/group/index.html index aab129926f..564672bc1d 100644 --- a/files/ru/web/api/console/group/index.html +++ b/files/ru/web/api/console/group/index.html @@ -140,7 +140,7 @@ console.log("Back to the outer level"); <p>[1] Реализовано в <a href="http://trac.webkit.org/changeset/35421">http://trac.webkit.org/changeset/35421</a>.</p> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li><a class="external" href="http://www.opera.com/dragonfly/documentation/console/">Opera Dragonfly documentation: Console</a></li> diff --git a/files/ru/web/api/console/time/index.html b/files/ru/web/api/console/time/index.html index fa58e27207..9a578d0446 100644 --- a/files/ru/web/api/console/time/index.html +++ b/files/ru/web/api/console/time/index.html @@ -53,7 +53,7 @@ translation_of: Web/API/Console/time <p>{{Compat("api.Console.time")}}</p> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{ domxref("Console.timeEnd()") }}</li> diff --git a/files/ru/web/api/console/timeend/index.html b/files/ru/web/api/console/timeend/index.html index 75773824ad..b25db28e60 100644 --- a/files/ru/web/api/console/timeend/index.html +++ b/files/ru/web/api/console/timeend/index.html @@ -68,7 +68,7 @@ console.timeEnd("answer time");</pre> <div id="compat-mobile"></div> -<h2 id="See_also" name="See_also">См. также</h2> +<h2 id="See_also" name="See_also">Смотрите также</h2> <ul> <li>{{domxref("Console.time")}}</li> |