Commit Graph

312 Commits (5ff9e00151d1668dd943c4c2069812ce0902d30a)

Author SHA1 Message Date
Lipis 5818b277c4 Replace Jquery -> jQuery (#35184)
* Replace Jquery -> jQuery

* JQuery

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>
2019-02-14 06:59:19 -08:00
ghukahr dcc1397c0c Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676)
* Fix code not passing on challenge tests

The code was not passing the challenge tests because we must sum only odd numbers. Cince we didn't provided an initial value for reduce, it would use the first element of the array, and if it was an odd number, it would skip our validation and add it to the final result.

[https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058](https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058)

* Same English fixed for Arabic

* Same English fix for Chinese

* Same English fix for Portuguese

* Same English fix for Russian

* Same English fix for Spanish
2019-02-12 15:54:53 -08:00
Lipis e85a60515e Replace Github -> GitHub (Russian) (#35170) 2019-02-12 10:25:19 -08:00
Mariya 1b897a26c0 improve translation of key terms, sentences (#27805)
changed some key terms to more appropriate terms in Russian, rewrote sentence structure
2019-02-08 18:07:19 +04:00
Mariya 67477731b1 improve translation (#27787)
changed key terms on more appropriate analogues, improved sentence structure
2019-02-08 18:06:22 +04:00
Vladyslav Dvorak a4567aaa8b Update index.md (#27760)
Structure and grammatic changes
2019-02-08 18:04:29 +04:00
Vladyslav Dvorak 5ecf5431cf Update index.md (#27755)
ctructure changes
2019-02-08 18:03:42 +04:00
j-frow 2242699f8a Add summary of commands in russian. Fix various sentences (#27318) 2019-02-01 21:58:30 +04:00
Lipis d349399e47 fix: replace Linkedin with LinkedIn (#34972) 2019-02-01 16:42:53 +05:30
j-frow 8208b04af5 Add explicit instructions for command mode. Improve style (#27289) 2019-01-27 22:58:11 +04:00
j-frow 254de79ac1 Fix sentences with double meaning and wording style (#27255) 2019-01-25 20:41:51 +04:00
Vladyslav Dvorak 03f441a16b Update index.md (#27161)
structure updates
2019-01-25 20:40:07 +04:00
Vladyslav Dvorak fe47cc6560 Update index.md (#27153)
grammatic changes
2019-01-23 20:47:53 +04:00
Vladyslav Dvorak aeaee966fa updated index.md (#27141)
grammatic changes
2019-01-23 20:47:34 +04:00
Vladyslav Dvorak 2d7c97feb2 structure updates index.md (#27128)
Structure updates in index.md
Needs grammatic changes
2019-01-23 20:46:22 +04:00
Stanislava cba8bcdd04 Make some corrections to the translation (#27035) 2019-01-23 20:44:53 +04:00
Stanislava 3794484e0b Add some corrections to the translation (#26959) 2019-01-23 20:44:29 +04:00
Stanislava dd45e34083 Add some corrections to the translation (#26936) 2019-01-23 20:42:27 +04:00
ShkiperMe e1617308c3 Update Russian translation for 'composer' documentation (#26847) 2019-01-23 20:41:29 +04:00
ShkiperMe dfad151db0 Update Russian translation for 'basic-linux-commands' documentation (#26734) 2019-01-18 14:03:33 +04:00
Alexandra 445b619515 Add the text "необходимо" instead of "должен" (#26788)
The changes make the translation more easier to read and understand.
2019-01-18 13:37:40 +04:00
Nathan Hannig f5f08191fb fix: remove duplicate angularjs guide as their is already an angular guide (#26365) 2019-01-17 17:27:27 -07:00
Dhruv Singh 1107893fc3 Fix gitter href for chat rooms link (#26668) 2019-01-17 21:07:22 +04:00
aidilumarov 8e9c422644 Исправил, и удалил ненужное (#26330)
* Добавил информацию о __init__()

Также удалил неправильно отформатированную информацию

* Update index.md

* Удалил непонятные части
2018-12-28 23:18:06 +04:00
Dmitri Sim dc3e9958c1 Added 'cat' command (#26311) 2018-12-26 23:05:48 +04:00
olgagais 7813be1429 Correct translation (#26292)
Fixed translation of some parts of the text
2018-12-26 23:04:56 +04:00
aidilumarov 1308122836 Исправление некоторых ошибок в артикле for-loop-statements (#25982)
* Обновить index.md

Исправление некоторых ошибок, и удаление частей которые don't make any sense.

* Update index.md
2018-12-25 22:08:39 +04:00
Sergii 1d37edb8ba Russian translation fixes (#25805)
Translation fixes for javascript section index file in Russian
2018-12-21 23:08:30 +04:00
Vorkonolic dd620bd7cb changes (#25560)
Correct translation in Russian.
2018-12-17 22:47:18 +04:00
Vorkonolic 7f034d5305 Changes (#25550)
It sounds better so in Russian.
2018-12-17 22:45:50 +04:00
Dmitry 61164fe628 improved the translation of this article (#25480) 2018-12-17 22:44:46 +04:00
Alexey Yashin 733695a20d Fixed translation (#25459) 2018-12-17 22:44:33 +04:00
eliberator dcceee67fc typo guide c more-math rightshift (#31663)
* add output missing line; 'for' C guide in Spanish

* typo - update the right-shift variable from c to b

* typo - ES change var of right-shift from c to b

* typo - AR change the right-shift oper from c to b

* typo - CN update var of rightshift from 'c' to 'b'

* typo - PT update var of right-shift 'c' -> 'b'

* typo - RU update var of right-shift from 'c' to 'b'
2018-12-17 10:48:36 -07:00
ShkiperMe f9e9cb6dff Update Russian translation for 'git-checkout' documentation (#25493) 2018-12-16 19:07:48 +04:00
Dmitry 19e2c8fc1a improved the translation of this article (#25486) 2018-12-16 19:07:23 +04:00
Dmitry 16819a7041 improved the translation of this article (#25483) 2018-12-16 19:06:52 +04:00
Dmitry 862a3ff961 Translated some comments into Russian (#25474) 2018-12-15 21:46:43 +04:00
Alexey Yashin e424445c56 Fixed translation (#25446) 2018-12-15 21:45:51 +04:00
NailRusty 1770d671e1 Change title (#25433) 2018-12-15 21:45:24 +04:00
NailRusty 6ccaf07a6e Change some typos (#25427) 2018-12-15 21:10:07 +04:00
Merenoel 088d61537c Corrected several machine translation mistakes (#25392) 2018-12-15 21:09:28 +04:00
Alexey Yashin 697b2a6a5c Fixed translation (#25426) 2018-12-14 23:49:45 +04:00
Merenoel 57e692e59c Corrected several machine translation mistakes (#25415)
Translated two more paragraphs from the original article
2018-12-14 23:49:11 +04:00
Alexey Yashin 84306022a6 Update index.md (#25373) 2018-12-13 23:26:05 +04:00
Fred Battle cb2f76e1b2 fix: update guide hint to properly declare regex (#34625) 2018-12-12 15:48:22 -08:00
NailRusty 3b282caddb Update translate (#25350) 2018-12-12 23:40:30 +04:00
NailRusty bc3268de39 Fix some translation errors (#25282) 2018-12-12 23:40:15 +04:00
Nikita Rudenko 3446bc3ffc Fixed translation and typos (#25228) 2018-12-12 23:40:01 +04:00
Nikita Rudenko b15a2c3471 Fixed translation and typos (#25300) 2018-12-12 21:37:30 +04:00
Nikita Rudenko d9d1776a84 Fixed translation and typos (#25283)
* Fixed translation and typos

* Update index.md
2018-12-11 23:36:41 +04:00
Qalas 4eab66a15f Correction of grammatic and speech errors (#25235) 2018-12-10 23:08:49 +04:00
Nikolay 816278a8ec completely changed the article (#25215)
A full view of smart contracts is given in this article!
2018-12-09 19:17:42 +04:00
Qalas 9dfab39c60 Correction of grammatic and speech errors (#25209) 2018-12-09 19:17:04 +04:00
Nikolay 3ece5fbdb4 Update index.md (#25204) 2018-12-09 19:16:02 +04:00
Nikolay e8485a7293 fixed description + implementation in pseudocode (#25192)
corrected the description and added the implementation in pseudocode
2018-12-06 20:55:34 +04:00
Nikolay 1896b5c977 some language corrections (#25160) 2018-12-06 20:54:24 +04:00
Maxim c073e72b0a Rfactor and translate English parts of the text (#25153) 2018-12-06 20:54:10 +04:00
Stuart Taylor 2d3c2efa2a Feat: Ensure markdown formatting (#34547)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.

Closes #34535
2018-12-06 16:48:56 +05:30
Alexander Dervish 4e9c48349f Correct translation (#25175) 2018-12-04 17:54:25 +04:00
Dmitri Sim c7a8f3e4f6 Added '-r' option description for 'shutdwon' command (#25154) 2018-12-04 17:51:55 +04:00
Alexander Dervish 08504f9123 Correct translation (#25112) 2018-12-04 17:49:54 +04:00
Maxim 3905945ab9 Added some stuff (#25102) 2018-12-04 17:49:05 +04:00
Merenoel 0e3fd453af Translated, corrected (#25053) 2018-12-04 17:48:32 +04:00
Maxim db1303ea4b Corrected semantic errors. Changed hyperlinks to Russian resources (#25074) 2018-12-01 22:45:50 +04:00
Maxim e66e6beebb Made the text more readable. Corrected semantic and stylistic mistakes. (#25062) 2018-12-01 22:44:27 +04:00
Grigory 1a4bdd52dd index.md (#25059)
* index.md

Components translated

* index.md updated

added localeTitle
2018-12-01 22:42:29 +04:00
Randell Dawson dfba4e3835 fix: deleted all the book-recommendations folders (#34498) 2018-12-01 19:08:07 +08:00
spetriuk 430fd0eb1c Improvements to translation (#25013)
Changes to make translation make more sense in Russian language
2018-11-30 09:51:46 +04:00
spetriuk 3f570746a0 Improvements to translation (#25008)
Changes to make translation make more sense in Russian language
2018-11-30 09:40:36 +04:00
spetriuk da9b8b434e Improvements to translation (#25002)
Changes to make translation make more sense in Russian language
2018-11-30 09:39:18 +04:00
Alexey Yashin 9d2924af3e Made it more readable in russian. Corrected table. (#25049) 2018-11-30 09:31:24 +04:00
Grigory 8d8e66d854 index.md (#25045)
Complite translation
2018-11-30 09:30:46 +04:00
Grigory fd89b4a813 index.md (#24998)
Fixed some typos
2018-11-28 21:39:01 +04:00
Viktor 1f71de1b45 Перевел часть текста (#24323) 2018-11-28 21:36:52 +04:00
Shamil Uzdenov 27b3e77639 Line 56 (#24697)
Change text on line 56
2018-11-28 21:36:30 +04:00
Dhiraj Kanchan 54ac1ea02e Fix if statement to use equal to operator instead of assignment operator. (#24523)
Fix if statement to use Double equals (==)  instead of Single equal  (=) which would overwrite the value of $_GET['name'] variable.
2018-11-28 21:32:38 +04:00
IITigroKII 260576c235 Improved russian translation in guide/russian/java/comments-in-java/index.md (#24431)
* Improved russian translation

* Update index.md
2018-11-28 21:31:56 +04:00
sergiofnt 63baf8ce20 Translate correction (#24310) 2018-11-27 23:39:49 +04:00
sergiofnt 82d79fb02b Corrected translation and code indentations (#24302)
* Corrected translation and code indentations

* Corrected the markdown in lines 63-96
2018-11-27 23:38:23 +04:00
serg-t 827b3d8194 index.md (#22966)
* rename to variables_php.md

Added basic info about PHP variables.

* Added Guide About PHP Variables (Russian)

* Rename variables_php.md to index.md

* Rename guide/russian/php/PHP Variables to guide/russian/php/php-variables/index

* Delete index

* fix: fixed foldernames

* update index.md

added example from 8th line;
added markdown for highlighting code.

* ch
2018-11-26 09:36:55 -08:00
sergiofnt 405a1fea85 Fixed source link, corrected translation (#24297) 2018-11-26 20:54:22 +04:00
Vitaly Romaniv 7b299ee178 Fix angularjs index.md for the russian locale (#24253) 2018-11-26 20:53:23 +04:00
ASubjectPro d4cab4c40c Translation correction (#24213) 2018-11-26 20:52:28 +04:00
andrhua 1f310220e2 fixed machine translation (#23779)
* fixed machine translation

* Update guide/russian/typescript/getters-setters/index.md

грамотей
2018-11-26 20:50:43 +04:00
Vitaly Romaniv bc80c00563 Fix broken HTML versions table (#24267) 2018-11-24 22:38:24 +04:00
ASubjectPro 56b6cd4dc7 Translation correction (#24258) 2018-11-24 22:37:53 +04:00
sergiofnt 81d09bb6a0 Translation correction (#24257) 2018-11-24 22:37:24 +04:00
ASubjectPro b608d734fe Translation correction (#24227) 2018-11-24 22:35:31 +04:00
Vlad Putnikov d12ea3a198 Add the text "Критерии приёмки...". (#24002)
Критерии приёмки - это не то же самое, что приёмочные тесты.
2018-11-24 22:23:06 +04:00
ASubjectPro d9521fc948 Translation correction (#24156) 2018-11-23 22:59:32 +04:00
ShkiperMe 364fd799f5 Update Russian translation for 'git-merge' documentation (#24055) 2018-11-23 22:58:05 +04:00
Sneerbol 4f56f7238c Add text "Данная команда перечислит" (#23651) 2018-11-23 17:20:51 +04:00
Sneerbol 47e5799968 Some grammar fixes (#23661) 2018-11-23 17:20:39 +04:00
Sneerbol 24a58a712d Add some interesting information about crypto.. (#23670) 2018-11-23 17:20:26 +04:00
Egor 346b0a7ce1 docs: update Russian translation for the whole React guide (#23636)
* docs: update translation for React guide in Russian

* fix: removed extra line before frontmatter block

* fix: removed extra line in frontmatter block

* fix: corrected frontmatter block

* fix: corrected localeTitle in frontmatter block

* Update index.md

* fix: corrected localeTitle for Installation

* Update index.md

* Update index.md
2018-11-22 22:49:48 +04:00
andrhua 71587402e1 fixed machine translation (#23766)
not ideal though
2018-11-22 18:02:11 +04:00
andrhua 89f0fb411a fixed machine translation (#23733) 2018-11-22 18:01:38 +04:00
andrhua 9caa600ea7 fixed machine translation (#23727) 2018-11-22 18:00:37 +04:00
andrhua e797661997 fixed machine translation (#23721) 2018-11-22 18:00:26 +04:00
andrhua f90a95ac0c fixed machine translation (#23717) 2018-11-22 18:00:16 +04:00