diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-23 11:33:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 11:33:33 +0300 |
commit | 72768788322a74945d377831c0481b53e3aed9f8 (patch) | |
tree | 1ec79cecac096025179931b3a785148647577b40 /files/ru/tools/web_console/index.html | |
parent | 3ca809a38e141d7818fc4123b84d55adf3daccc9 (diff) | |
download | translated-content-72768788322a74945d377831c0481b53e3aed9f8.tar.gz translated-content-72768788322a74945d377831c0481b53e3aed9f8.tar.bz2 translated-content-72768788322a74945d377831c0481b53e3aed9f8.zip |
Unify Russian translation of "functionality" (#289)
* Unify Russian translation of "functionality"
* Apply suggestions from code review
Co-authored-by: Sasha Sushko <sushko@outlook.com>
* Update files/ru/learn/server-side/django/forms/index.html
Co-authored-by: Sasha Sushko <sushko@outlook.com>
Co-authored-by: Sasha Sushko <sushko@outlook.com>
Diffstat (limited to 'files/ru/tools/web_console/index.html')
-rw-r--r-- | files/ru/tools/web_console/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/tools/web_console/index.html b/files/ru/tools/web_console/index.html index d1c86476c4..42e82801e8 100644 --- a/files/ru/tools/web_console/index.html +++ b/files/ru/tools/web_console/index.html @@ -544,7 +544,7 @@ console.trace();</pre> <h3 id="Автоподстановка">Автоподстановка</h3> -<p>У командной строки есть функционал автоподстановки: начните вводить несколько начальных букв - и появится всплывающее окно с возможными вариантами завершения команды:</p> +<p>У командной строки есть функциональность автоподстановки: начните вводить несколько начальных букв - и появится всплывающее окно с возможными вариантами завершения команды:</p> <p><img alt="" src="https://mdn.mozillademos.org/files/7375/commandline-autocomplete.png" style="display: block; margin-left: auto; margin-right: auto;">Нажмите <kbd>Enter</kbd> или <kbd>Tab</kbd>, чтобы принять нужную подсказку, перемещайтесь вверх/вниз с помощью стрелок к другим вариантам подсказок или просто продолжайте набирать текст, если Вам не подходит ни один из вариантов.</p> |