Commit Graph

139 Commits (0b44bb7faefbaa48a06892e668b5211044c0fab8)

Author SHA1 Message Date
Xin 86641b4ad7 Fixed this page to match its English version (#31571) 2018-11-29 10:29:04 -08:00
Xin 80da0734e9 Changed this Chinese page to match its English one. (#31536) 2018-11-29 10:26:35 -08:00
Xin d0a32a61e6 Updated this page to match its English version. (#31600) 2018-11-29 10:21:15 -08:00
superTO 8b74dfb1ee Add learning recourse in chinese angular (#31618)
Add Angular learning resoure in index.md of chinese angular-resources
2018-11-29 10:19:31 -08:00
superTO 0c30465ad4 Add angular version in index.md of angular guide (#31567) 2018-11-29 10:13:52 -08:00
DrakonDarquesse f3884d0d2b Add conditon to use case structure (#32367)
Only char or int
2018-11-29 10:11:12 -08:00
Xin 6200599e20 Updated this page to match its English version (#31585)
* Updated this page to match its English version

* Fix markdown syntax errors and invalid resource URL
2018-11-29 10:02:57 -08:00
superTO 6c403e37d3 Add and fix index.md in chinese angular (#31611)
* Add and fix index.md in chinese angular

Fix Key Commands and add ng add in index.md of chinese  guide angular-cli

* fix ng add to ng new
2018-11-28 15:28:04 -08:00
Skipper 495892a71d fixed: fixed translating problem. (#30930)
Changed some word's translation.
2018-11-28 15:27:33 -08:00
imdonnie d4b85d4008 Re-write the whole Doc (#31526) 2018-11-28 15:17:28 -08:00
Xin 3c5b76a9d3 Updated this page to match its English version (#31616) 2018-11-28 15:07:07 -08:00
yves1011 7237cb45a6 Change "储存" to "只读存储器" & "记忆" to "随机存取存储器" (#29144) 2018-11-27 13:18:52 -08:00
yves1011 c405e55ea1 Change "为程序员阅读的书籍" to "程序员书单" (#29148) 2018-11-27 13:17:50 -08:00
nightsurfer7 6e58cbea78 Minor typo correction (#29484)
The spelling of response had a typo.
2018-11-27 13:16:44 -08:00
RichardLimSpring e889e4e5d1 Edit on few texts (#29621)
* Edit on few texts

The first sort() function title was initially in Chinese, translated to the actual name of the function. 
The asort() function title was initially in uppercase, might confuse reader whether uppercase or lowercase to be user, converted to lowercase.

* Add New Book

Added Learning PHP, MySQL & JavaScript: With jQuery, CSS & HTML5 (Learning PHP, MYSQL, Javascript, CSS & HTML5) to the list.
2018-11-27 13:12:20 -08:00
Wilfred 13523c5cfa helping improve the translation quality in index.md (#34202)
* helping improve the translation quality in index.md

Rephrased the second sentence at the start of the first paragraph to help improve the translation quality. Still a couple of changes I will suggest in the future.

* fix some translation
2018-11-26 12:05:50 -08:00
Leo fa1ba1b5b4 Change some improper translations. (#31176)
And also remove junk code between each lifecycle method. Then add index number before each method to help the reader understand the running order better.
2018-11-26 11:35:51 -08:00
Adrian Chira 9a13212e2f Changed var to const (#22486)
Changed var to const to resemble the English version of the file
2018-11-26 15:00:59 +09:00
Skipper 5b8387b4db fix:fixed translating problem (#30898)
I'm a Chinese programmer.
The do while loop we always call it "do while 循环“, we don't translate the "do while" part generally.
And,fixed a word order problem at line 16.
2018-11-25 18:09:01 -08:00
Johnson f6d8d01ed3 add new method (#34136)
* add new method

* fix comment
2018-11-25 18:07:52 -08:00
Johnson 1859bc2eab fix some translate error (#34139)
* fix some translate error

* Update index.md
2018-11-24 18:08:43 -08:00
范鼎 0fbbfc993a Update code format (#21779)
* 格式调整

* fix: correct Mozilla link for Chinese version
2018-11-23 16:52:39 -08:00
viggo111 4d064b8bd3 Modified text "#FFFFF" to "#FFFFFF". (#21308) 2018-11-09 22:28:59 +09:00
S.Hale 3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
Nabagata Saha 9ae4b3ac08 Add Angular logo (#20446)
* Add Angular logo

* removed unnecessary line
2018-11-03 09:46:12 +05:30
Shane e1fc7c15d6 change functions example (#21190)
just by calling function won't print out the result and since the input name is Chinese and the output should also be chinese.
2018-10-29 17:59:52 -04:00
Jack 53d9d7f3e3 Fix the Chinese Document of Java (#20539)
Remove some words "的" which would make the description more fluent.
2018-10-29 17:32:14 -04:00
Locour 34b35ed0b1 fix angular version number in index.md of angular guide (#20009) 2018-10-27 08:35:27 -05:00
suruihuang 2cfcd3c2df Update index.md (#23394)
rephrase some expression
2018-10-26 13:46:06 -04:00
suruihuang 81422b67cb Update index.md (#23355)
I have rephrase some of the expressions and translate the part for implicit casting.
2018-10-26 13:13:35 -04:00
Owais Ali 9f46e39960 fix broken link to hint (#28143)
Closes #28143
2018-10-26 13:34:23 +04:00
eliberator d14ec72fb8 typo - update value of a to 100 (#27853) 2018-10-26 03:24:34 -06:00
clizano 1c863eb91f Capitalisation of the word api #28446 (#28735) 2018-10-26 00:43:44 -07:00
Pablo Rubianes 5c2bd53d5c fixes the Advanced Code Solution to make it work when run tests in the Convert HTML Entities exercise (#24930)
* fix in the Advanced Code Solution to make it work when run tests

* making htmlEntities a const to fix the example
2018-10-25 13:41:36 -07:00
chingchinglcc 4af041973f adds detail (#26661) 2018-10-23 18:01:13 -04:00
Kristofer Koishigawa a7a409a96e fix(guide): Lowercased the Tableau and Talend directories in all languages (#24240) 2018-10-20 19:28:21 +05:30
Bouncey 6d511c558a fix(guide): Fix all frontmatter 2018-10-19 16:28:34 +01:00
Bouncey b1a785c87d fix(guide): Fix directory structure 2018-10-19 16:28:34 +01:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30