aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/javascript
Commit message (Collapse)AuthorAge
* [RU] Fix typo on Learn/JavaScript/Building_blocks/conditionals (#1398)Yuri Chernyshev2021-07-05
| | | | | | | | | * Ошибка Возможно имелось ввиду: не "наруШает", а "наруГает". * Update index.html Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
* [RU] Improve wording on JavaScript/First_steps/Strings (#1384)Yuri Chernyshev2021-07-04
|
* Update index.html (#1371)Yuri Chernyshev2021-07-04
|
* Возможная ошибка (#1356)Yuri Chernyshev2021-07-02
| | | | | Замените ваше текущий элемент {{htmlelement("script")}} на следующий: Правильным будет не: "Замените ВАШЕ текущий элемент", а "Замените ВАШ текущий элемент"
* Fix live samples ID for macros (#1088)Maxim Postautov2021-06-04
|
* RU: Fix a small typo on the learn async and await page (#959)Oleksii Novikov2021-05-26
| | | There's just a small typo on the "Making asynchronous programming easier with async and await" page on the "Rewriting promise code with async/await" section.
* fixed incorect links (#870)Maxim Postautov2021-05-15
|
* Change glossary word translation (#742)Maxim Postautov2021-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Unify Russian translation of "promise" (#319)Alexey Pyltsyn2021-04-10
| | | | | | | | | | | * Unify Russian translation of "promise" * Apply suggestions from code review Co-authored-by: Artem Shibakov <shibakow@gmail.com> Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com> Co-authored-by: Artem Shibakov <shibakow@gmail.com> Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Unify Russian translation of "notes" (#302)Alexey Pyltsyn2021-03-25
| | | | | | | | | | * Remove all mentions of EmbedTest262ReportResultsTable Part of #297 * Unify Russian translation of "notes" Co-authored-by: Peter Bengtsson <mail@peterbe.com> Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* Fix capitalization of Russian pronouns (#294)Alexey Pyltsyn2021-03-23
| | | | | | | | | | | | | * Fix capitalization of Russian pronouns * Apply suggestions from code review Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com> * Update files/ru/web/mathml/element/math/index.html Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com> Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Unify Russian translation of "functionality" (#289)Alexey Pyltsyn2021-03-23
| | | | | | | | | | | | | * 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>
* Unify Russian translation of "offline" (#269)Alexey Pyltsyn2021-03-22
| | | | | | | * Unify Russian translation of "offline" * Update files/ru/learn/javascript/client-side_web_apis/client-side_storage/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com>
* Unify Russian translation of "See also" (#255)Alexey Pyltsyn2021-03-21
|
* Uniqy "cache" word in Russian translation (#261)Alexey Istomin2021-03-21
| | | | | * docs(ru): uniqy cache word * revert(redirects): revert redirects
* Deeper yofication of Russian translation (#251)Alexey Pyltsyn2021-03-21
|
* Restore "ё" letter in Russian translation (#239)Alexey Istomin2021-03-20
| | | | | | | * docs(ru): restore ё letter * docs(ru): resolve conflicts * refactor(idea): remove ide folder
* Fix various typos in Russian translation (#238)Alexey Istomin2021-03-20
| | | | | | | * docs(ru): fix typos * Update index.html Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
* Unify Russian translation for callback word (#226)Alexey Pyltsyn2021-03-20
| | | | | | | | | | | * Unify Russian translation for callback word * Apply suggestions from code review Co-authored-by: Sasha Sushko <sushko@outlook.com> * Fixes Co-authored-by: Sasha Sushko <sushko@outlook.com>
* Unify translation of "слушатель" (#207)Alexey Pyltsyn2021-03-18
| | | | | * Unify translation of "слушатель" * Fixes after review
* Fix various typos (#203)Alexey Pyltsyn2021-03-18
| | | | | | | | | | | | | | | * Fix various typos * Auto fixes * Apply suggestions from code review Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Apply suggestions from code review Co-authored-by: Artem Shibakov <shibakow@gmail.com> Co-authored-by: Artem Shibakov <shibakow@gmail.com>
* Fix mistranslation and spelling issuesAlexey Pyltsyn2021-03-16
|
* Auto fixesAlexey Pyltsyn2021-03-15
|
* Fix typosAlexey Pyltsyn2021-03-15
|
* unslug ru: modifyFlorian Merz2021-02-11
|
* unslug ru: moveFlorian Merz2021-02-11
|
* dump 2020-12-11Peter Bengtsson2020-12-11
|
* dump 2020-12-10Peter Bengtsson2020-12-10
|
* initial commitPeter Bengtsson2020-12-08