Commit Graph

529 Commits

Author SHA1 Message Date
Wen Sun
0c9d8a5fc5 [yaml/zh-cn]: retranslate some content 2020-07-26 17:01:53 +08:00
即使孤独依旧前行
4eb3a50309
Update qt-cn.html.markdown 2020-07-22 17:38:44 +08:00
Mr.Xu
90bf6e6643 Create qt-cn.html.markdown 2020-07-22 17:35:08 +08:00
dengzhenpeng
c3b9c3c31d Fix wrong method name in comment 2020-07-19 23:17:56 -07:00
krutik-k
d1cb424d58
YAML to JSON
You can also use https://yamlonline.com/ for the yaml validator as well as yaml converter to json,csv,xml,base64 also for beautify and minify YAML.
2020-07-18 15:34:18 +05:30
Max Schumacher
7929f15241
Merge pull request #3968 from GengchenXU/master
fix translation error for opencv-cn.html.markdown
2020-07-08 17:41:36 +02:00
即使孤独依旧前行
5f7527a6f8
Update opencv-cn.html.markdown 2020-07-08 23:24:44 +08:00
Max Schumacher
eb0fa0158b
Merge pull request #3930 from GengchenXU/master
[OpenCV/zh-cn]Add translation for opencv
2020-07-08 14:09:00 +02:00
Max Schumacher
dcb6c9c065
Merge pull request #3955 from muxueqz/patch-2
[C][zh-cn]Fix typo
2020-07-07 15:29:11 +02:00
muxueqz
83d35fb28a
Fix typo 2020-06-13 20:20:20 +08:00
sumanstats
0ecb826429 Perl6 to Raku and many more
+ As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md

+ perl6.org is now raku.org
+ change references of perl 6 to raku
+ rename file perl6-pod.html.markdown to raku-pod.html.markdown
+ Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to
  Raku, use Perl only to refer to Perl 5
+ fix links inside raku.html.markdown
2020-06-10 16:33:01 +05:45
即使孤独依旧前行
2877c63f00
Add files via upload 2020-05-19 16:43:49 +08:00
Saafo
47277693df
fix translation error for make-cn.html.markdown 2020-05-18 22:48:27 +08:00
tangxin
2f4158a7dd Translation CMake 2020-05-17 19:05:28 +08:00
but0n
4bca6a7dd4
fix translation mistake
#210
2020-04-29 15:12:28 +10:00
Max Schumacher
bdeb28ebbc
Merge pull request #3855 from kdxcxs/pyqt-cn
[pyqt/zh-cn] PyQT Chinese translation
2020-02-18 08:50:24 +01:00
kdxcxs
473b296fb5
Update pyqt-cn.html.markdown
Update translators list
2020-02-18 12:16:41 +08:00
kdxcxs
23e84fb341
Update pyqt-cn.html.markdown
Suggestions from lsvih
2020-02-18 11:58:59 +08:00
kdxcxs
4ad5bf24fc
Apply suggestions from code review
Co-Authored-By: lsvih <lsvih@qq.com>
2020-02-18 11:53:47 +08:00
kdxcxs
891061acd4
Apply suggestions from code review
完善注释

Co-Authored-By: lsvih <lsvih@qq.com>
2020-02-18 11:39:31 +08:00
kdxcxs
fb626bb078 纠正语法错误,中英文连接处加空格 2020-02-18 11:36:42 +08:00
kdxcxs
e68ea78b25 Replace tabs with spaces 2020-02-18 11:04:49 +08:00
kdxcxs
a64868904b remove a translated sentence 2020-02-18 08:20:34 +08:00
Adam Bard
0a0a40dc2d
Merge pull request #3856 from sshine/make-python3-default
[Python] Make Python 3 default
2020-02-13 22:00:05 -08:00
Leigh Brenecki
5864aba42d Purge my deadname 2020-02-13 10:38:29 +10:30
Simon Shine
ae848c481f Python 3: Use 'filename: learnpython*.py' (no '3')
Before renaming, Python 3 filenames were 'learnpython3*.py'.

This commit removes the '3' part from the filename.

To verify that the filenames were named consistently across
translations prior to this commit, and to change this:

```
ack -H 'filename:' python.html.markdown
find . -name "python-*.markdown" -exec ack -H 'filename:' {} \;

sed -i 's/^filename: learnpython3/filename: learnpython/' \
  python.html.markdown

find . -name "python-*.markdown" -exec \
  sed -i 's/^filename: learnpython3/filename: learnpython/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
887cbee8af Change 'filename:' for Python 2 (legacy)
Before renaming, all Python 2 filenames were 'learnpython-*.py'.

This commit renames them to 'learnpythonlegacy-*.py'.

To verify that the filenames were named consistently across
translations prior to this commit, and to change this:

```
find . -name "pythonlegacy*.markdown" -exec ack filename: {} \;

find . -name "pythonlegacy*.markdown" -exec \
  sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
8f5fac9895 Python 3: 'language: Python'
Instead of listing 'language: python3' for Python 3, use

    language: Python

as #3450 does.

```
find . -iname "python-*.markdown" -exec \
  sed -i 's/language: python3/language: Python/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
95c8b24ebf Python 2 'language': Python 2 (legacy)
Instead of listing 'language: python' for Python 2, use

    language: Python 2 (legacy)

```
find . -iname "*pythonlegacy*" -exec \
  sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \;
```
2020-02-12 05:09:13 +01:00
kdxcxs
890aedaa5d Add PyQT Chinese translation 2020-02-12 12:03:24 +08:00
Simon Shine
efe00fd06e Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
The list of references is exhausted by running 'ack docs/python'.
2020-02-12 05:03:08 +01:00
kdxcxs
844029c927 Add PyQT Chinese translation 2020-02-12 11:57:05 +08:00
Simon Shine
a3b0585374 Rename Python 3 markdown files into 'python'
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
  fnew=$(echo "$f" | sed 's/python3/python/')
  git mv "$f" "$fnew"
done
2020-02-12 04:54:36 +01:00
Simon Shine
1adab9bc3f Rename Python 2 markdown files into 'pythonlegacy'
```
for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do
  flegacy=$(echo "$f" | sed 's/python/pythonlegacy/')
  git mv "$f" "$flegacy"
done
```
2020-02-12 04:53:08 +01:00
kdxcxs
34f6aa1c5a Add PyQT Chinese translation 2020-02-12 11:53:07 +08:00
Max Schumacher
89e1f40165
Merge pull request #3810 from imba-tjd/patch-2
[markdown/zh-cn] Fix typo
2020-01-29 16:27:20 +01:00
Max Schumacher
98e4f1c0fd
Merge pull request #3815 from Fotia5230/patch-1
[CSS/zh-cn] Fixed typo
2020-01-29 16:26:37 +01:00
Max Schumacher
7e9c52d4fd
Merge pull request #3809 from imba-tjd/patch-1
[yaml/zh-cn] Fix typo and minor sync
2020-01-29 10:56:40 +01:00
Max Schumacher
5f8e47a460
Merge pull request #3799 from infancy/master
[racket/zh-cn] fix typo
2020-01-28 19:01:00 +01:00
Max Schumacher
48160226d8
Merge pull request #3816 from Fotia5230/patch-2
[Git/zh-CN] Fixed typo
2020-01-28 11:41:38 +01:00
Divay Prakash
529883d578
Merge pull request #3670 from gaufung/powershell-zh-cn
[powershell/zh-cn] Add poweshell Simplified Chinsese version
2020-01-24 19:36:08 +05:30
Divay Prakash
d8516eed65
Update powershell-cn.html.markdown
Add lang code
2020-01-24 19:28:45 +05:30
谭九鼎
0f6291c0b2
Update yaml-cn.html.markdown 2020-01-23 11:00:44 +08:00
谭九鼎
51e6618535
Update zh-cn/yaml-cn.html.markdown
Co-Authored-By: woclass <inkydragon@users.noreply.github.com>
2020-01-23 10:59:04 +08:00
Fotia5230
e56ce64385
Update git-cn.html.markdown 2020-01-13 14:32:00 +08:00
Fotia5230
7f34c0c699
Update css-cn.html.markdown 2020-01-13 14:06:49 +08:00
谭九鼎
a230a6d863
[markdown/zh-cn] Fix typo 2020-01-12 12:16:31 +08:00
谭九鼎
56ee9f7971
Update yaml-cn.html.markdown 2020-01-12 11:05:11 +08:00
Divay Prakash
1d00814fb7
Merge pull request #3683 from heitorPB/c-update-book-link
[C/en,es,tr,pt-br,zh-cn,ru-ru] update book link
2020-01-11 14:06:52 +05:30
yihong wu
8ff31e56ad
[racket/zh-cn] fix typo 2019-12-23 21:38:19 +08:00
谭九鼎
4f933f88a6 [yaml/zh-cn] Sync with en-us (#3775) 2019-11-18 12:18:39 -05:00
Heitor Pascoal de Bittencourt
4c879a928d
[c/zh-ch] Fix book link 2019-10-08 21:30:56 -03:00
gaufung
93fba1ffae [powershell/zh-cn] Add poweshell Simplified Chinsese version 2019-10-03 19:21:28 +08:00
WeJie
6d38bf6af9
[yaml/zh-cn]Update yaml-cn.html.markdown 2019-09-04 12:25:38 +08:00
Divay Prakash
2f0b904f6f
[sql/zh-cn] Update Chinese version of SQL (#3589)
[sql/zh-cn] Update Chinese version of SQL
2019-08-05 20:23:02 +05:30
Psalm46
89b4388a88 Translate the 'sql.html.markdown' into Chinese. 2019-08-03 20:01:18 +08:00
孙茂胤
a38fac6a84 [Lambda calculus/zh-cn] Add Chinese translation of lambda calculus. (#3532)
* Add Chinese translation of lambda calculus.

* Update zh-cn/lambda-calculus-cn.html.markdown

Co-Authored-By: woclass <inkydragon@users.noreply.github.com>

* Update zh-cn/lambda-calculus-cn.html.markdown

Co-Authored-By: woclass <inkydragon@users.noreply.github.com>

* Update zh-cn/lambda-calculus-cn.html.markdown

Co-Authored-By: woclass <inkydragon@users.noreply.github.com>

* add language attribute for lambda-calculus-cn.html.markdown
2019-08-03 14:15:25 +05:30
Divay Prakash
0ad160aba6
Merge pull request #3531 from smallg0at/patch-1
[Markdown/zh-cn] More Examples and visualization
2019-08-02 23:43:47 +05:30
Adam Bard
4e38da9b3d
Merge pull request #3542 from inkydragon/ruby2.5.5
[ruby/zh-cn] sync with english version
2019-07-16 14:32:21 -07:00
woclass
b702586ff4 [ruby/zh-cn] sync with english version
- sync code, result andcontributors
2019-06-01 15:27:37 +08:00
YC L
0c12bfb20c
[Markdown/zh-cn] More Examples and visualization
Known issue: "HTML标签"的目录链接不工作
2019-05-11 20:48:14 +08:00
ent_explode
158c896c2a
Update make-cn.html.markdown
fix typo and gramma mistakes
2019-05-06 09:17:20 +08:00
Persevere Von
b46b1f7175
fix: typo 2019-04-29 10:59:30 +08:00
Pierre-François Clement
0a3207587d
Move "make" articles to the "tool" category 2019-03-08 17:21:53 +01:00
Pierre-François Clement
ed100434e3
Move "awk" articles to the "tool" category 2019-03-08 17:19:27 +01:00
Anindya Srivastava
9b5b5f6d31 Type correction for the output of math.sqrt() propagated across versions and languages 2019-02-06 07:31:34 +05:30
shooter
84f9aa47fc update chinese version content 2018-12-25 15:08:20 +08:00
Bob Jiang
065e461168 update based on inkydragon comments 2018-12-03 22:37:05 +08:00
Bob Jiang
b63153acbd translate for zh-cn 2018-12-03 15:53:56 +08:00
OKry
a54b3879ca
[dart/zh-cn]Fix bool convert of chinese version.
Same to my last commit of english version, fix bool implicit conversions support of chinese version.
2018-11-18 17:17:50 +08:00
Tin Unkai
134efd6647 Fix wrong Chinese character 2018-11-16 11:14:50 +09:00
Divay Prakash
4eddf0c696
Merge pull request #3152 from mengzhongshi/master
[markdown/zh-cn] Update Chinese translation
2018-11-02 05:12:30 +05:30
Divay Prakash
2c6ec2ba23
Update markdown-cn.html.markdown
Convert HTML tags to markdown syntax
2018-11-02 05:04:53 +05:30
fnscoder
ce92551a34 [clojure-macros/zh-cn] Fixed links 2018-10-31 14:20:02 -03:00
Divay Prakash
99618d394e Add new link from 2242ad7 2018-10-14 05:51:14 +05:30
Divay Prakash
8425ef3313 Fix links and list styling 2018-10-14 05:38:53 +05:30
Divay Prakash
9db9ba309d
Merge pull request #3153 from tianzhipeng-git/patch-2
[awk/zh-cn] translate awk to Chinese(zh-cn)
2018-09-15 20:44:54 +05:30
tianzhipeng
4c3ea2021d
wrap some line 2018-09-14 16:55:28 +08:00
Divay Prakash
c28e97fe90
Merge pull request #3211 from LeonardoLiuXD/master
[typescript/zh-cn] Fix space style and little content
2018-09-13 17:47:12 +05:30
Divay Prakash
d5e97c1ceb
Merge pull request #3203 from muxueqz/patch-1
[C/zh-cn] Fix typos
2018-09-12 19:46:56 +05:30
Divay Prakash
73a5e522f4
Merge pull request #3129 from shuliang/master
[Swift/zh-cn] update to swift 4.1
2018-09-12 13:03:51 +05:30
Divay Prakash
957d3ebf89
Merge pull request #3202 from inkydragon/Julia-zh-cn
[Julia/zh-cn] Update from english version & update for Julia 1.0
2018-09-11 23:22:06 +05:30
Divay Prakash
a15ad34efc
Merge pull request #3196 from inkydragon/py3-zh-cn-fix
[Python3/zh-cn] fix typo
2018-09-11 23:19:44 +05:30
Liu Hao
619f97a1d2 Fix space style and little content 2018-09-06 14:09:24 +08:00
muxueqz
e8ff91c87a
Update c-cn.html.markdown 2018-08-31 14:35:24 +08:00
0u0
4f8f1d0a5d Uniform output symbol 2018-08-31 11:57:12 +08:00
0u0
5f1439e561 Keep a line 80 chars 2018-08-31 11:56:34 +08:00
0u0
edf7a9818a Update localized links 2018-08-31 11:46:24 +08:00
0u0
246922fc25 Keep a line 80 chars 2018-08-31 11:45:47 +08:00
0u0
7b773b9164 Using Chinese square brackets 2018-08-31 10:48:19 +08:00
0u0
5c3a6d1f5a Using Intel asm syntax 2018-08-31 10:47:50 +08:00
0u0
639c56cc75 Polish translation 2018-08-31 10:47:16 +08:00
0u0
6353b66f8a update Statements outside of code 2018-08-31 10:10:45 +08:00
0u0
207e16a931 Update to Julia 1.0 (Finish 6/6) 2018-08-31 07:55:10 +08:00
0u0
efd37d9695 Correct contributors 2018-08-30 20:42:42 +08:00
0u0
3a76acef98 Update to Julia 1.0 (Finish 3/6) 2018-08-30 20:32:12 +08:00
0u0
b0d4255a80 fix #2672 2018-08-30 00:12:41 +08:00
0u0
8f87b52741 fix #3176 2018-08-29 22:00:37 +08:00
0u0
3a5c47af61 fix #3054 2018-08-29 21:57:26 +08:00
Adam Bard
79bcf8ce5b
Merge pull request #3187 from divayprakash/fix-build-issues
Fix build errors, closes #2753
2018-08-23 21:59:33 -07:00
muxueqz
f213984791
Update c-cn.html.markdown 2018-08-23 17:54:55 +08:00
Divay Prakash
00e1aeb16b Fix build error in 'build/docs/zh-cn/visualbasic-cn/index.html' 2018-08-15 17:31:38 +05:30
Corvus
2ddbf5b73d Adding a missing translation 2018-07-25 12:35:00 +08:00
Corvus
42a4ed848a Bug fixes and words retouching 2018-07-25 12:21:56 +08:00
Corvus
1b630b37cb [Fortran/zh-cn] Simplified Chinese Translation for Fortran 95 2018-07-25 11:07:44 +08:00
Corvus
bf16388ffa [Fortran/zh-cn] Simplified Chinese Translation for Fortran 95 2018-07-24 17:28:52 +08:00
tianzhipeng
72ab89ea9a
translate awk to zh-cn 2018-07-04 21:56:04 +08:00
luffy_zhong
5ffd3c8359
Update translation
Update translation
2018-07-04 17:45:21 +08:00
luffy_zhong
7bc6fc5179
Update markdown-cn.html.markdown 2018-07-04 17:16:23 +08:00
luffy_zhong
6261f85b2f
Update the translation
The translation is outdated, so I try to update it.
2018-07-04 17:10:32 +08:00
tianzhipeng
626af76c4d
create learnawk-cn.awk 2018-07-04 17:08:23 +08:00
ShuLiang
198df4779b update to swift 4.1 2018-05-25 15:28:37 +08:00
Rholais Lii
e5422acf9b
Reorder confusing comments 2018-03-13 11:38:43 +08:00
Adam Bard
caa8993076 Assorted fixes 2018-03-04 19:48:44 -08:00
Huiz
4d49a48d6c
[typescript/zh-cn] fix reference (#3040) 2018-02-28 22:57:32 +08:00
Pratik Karki
02524e046e
Fix URLs 2018-02-28 20:19:58 +05:45
Pratik Karki
0a9fe08b27
Merge pull request #3063 from xtyxtyx/crystal-cn
[crystal/zh-cn] New Chinese translation
2018-02-28 16:47:45 +05:45
Pratik Karki
c11335a6c7
Merge pull request #2870 from jcouyang/make-cn
[make/zh-cn] Chinese Version of GNU Make
2018-02-28 14:46:24 +05:45
Pratik Karki
960cf9866f
Update make-cn.html.markdown 2018-02-28 14:44:42 +05:45
xuty
daa8e8e695 Translate 2018-02-17 21:03:51 +08:00
saplf
05f090fba4 More idiomaticallywq 2018-02-06 13:44:31 +08:00
pimgeek
8d09ffb070
Update javascript-cn.html.markdown
建议修改概要部分的文字翻译。
2017-11-30 12:57:29 +08:00
Harry Sun
a01402b7b1 Update go-cn.html.markdown 2017-10-22 21:44:54 -05:00
Damian Rzeszot
e8ee66c854 swift | fix style guidelines 2017-10-09 08:04:01 +02:00
Damian Rzeszot
9a9e52b54b swift | fix style guidelines 2017-10-09 08:04:01 +02:00
Damian Rzeszot
d01e5242e1 swift | fix style guidelines 2017-10-09 08:04:01 +02:00
Kamil Łopuszański
9afd4fd1bd [groovy] small fix in iteration over a map 2017-10-04 16:15:38 +02:00
Jichao Ouyang
386c4882c8
gnu make zh_cn 2017-09-24 21:05:34 +08:00
Pratik Karki
e4496d10d0 Merge pull request #2771 from spacegoing/spacegoing_elisp_cn
[elisp/zh-cn] Fix translation
2017-09-06 01:05:15 +05:45
Pratik Karki
d612115857 Merge pull request #2811 from saplf/master
[Red/zh-cn] Add Chinese translation of Red
2017-08-25 15:51:43 +05:45
Pratik Karki
123763d51f Update red-cn.html.markdown 2017-08-25 15:48:01 +05:45
Pratik Karki
75ab04d1c8 fix language code suffix(#2832) 2017-08-25 14:20:36 +05:45
Pratik Karki
bd11722e83 fix language code suffix(#2832) 2017-08-25 14:19:41 +05:45
Pratik Karki
271db5c7c6 Add filename(#2832) 2017-08-25 14:19:20 +05:45
HairyFotr
985d23a52b
Fix a bunch of typos 2017-08-23 10:14:39 +02:00
saplf
4be98c519f Add translation of Red language with Chinese. 2017-07-26 15:50:03 +08:00
bugsnail
341d7b3c66 fix wrongly written (#2797) 2017-07-13 09:50:58 +02:00
spacegoing
d8688223c4 [zh-cn/elisp] Fix transation
The English version has a typo and is fixed by my previous PR
This changes Chinese translation accordingly
2017-06-24 11:10:37 +08:00
zhengbuqian
0567c07764 [sml/zh-cn] Chinese Translation for Standard ML (#2750)
* translate sml to chinese to line 105

* finish translation of sml into chinese
2017-06-08 19:37:27 +02:00
Yan Zhang
a2ee84b201 fix broken URL for vim (#2744) 2017-06-01 11:31:14 +02:00
João Vitor Verona Biazibetti
d30d6f69ca [Kotlin/all] Remove whitespace in variable declaration with explicit type (#2733)
* Removed whitespace in variable declaration with explicit type (Kotlin)

* Removed whitespace in variable declaration with explicit type (Kotlin translations)
2017-05-19 23:34:27 +02:00
zxyqwe
18aea74881 [jquery/zh-cn]add zh-cn for jquery (#2728)
* add zh-cn header for jquery

* add zh-cn desc for jquery

* add zh-cn detail for jquery
2017-05-18 15:31:22 +02:00
zhysan
b2cb352885 Update vim-cn.html.markdown (#2726)
fix description error of "w", "b", "e"
2017-05-18 09:56:40 +02:00
zxyqwe
6a1ce1d98a add zh-cn for html (#2725) 2017-05-17 17:16:31 +02:00
Tim Zhang
bec5b2b879 [go/zh-cn] Update content from English fork (#2722)
* A manual diff with latest English version

* Translation for updated parts

* Translate string literals
2017-05-04 19:47:32 +02:00
Ryan
67953779e8 update zh-cn version to latest (#2709)
as shown
2017-04-18 11:44:22 +02:00
Andy
63a6eb1182 [haskell] Updating second headline (#2695)
* Haskell: Updating second headline

* Haskell: Updating second headline (es)

* Haskell: Updating second headline (fr)

* Haskell: Updating second headline (pl)

* Haskell: Updating second headline (pt)

* Haskell: Updating second headline (ro)

* Haskell: Updating second headline (ru)

* Haskell: Updating second headline (cn)
2017-04-01 22:19:58 +02:00
Pablo Najt
c1d773eab7 [kotlin/all] Rename variable fooMutableDate to fooMutableData (#2688) (#2689) 2017-03-24 18:53:41 +01:00
EtaoinWu
dc34cd25a9 [dynamic-programming/cn]Add Translation (#2663)
* [dynamic-programming/cn]Add Translation

* Update dynamic-programming-cn.html.markdown
2017-02-21 10:07:10 +01:00
c4605
7afc3bc59e [zh-cn/common-lisp] when describe return values of gethash, 两个值是t -> 第二个值是t (#2614) 2017-02-09 16:35:04 +01:00