Skip to content

Commit 0a0346a

Browse files
committed
Change readme to zh version
1 parent 2585420 commit 0a0346a

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

README.md

+26-21
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
1-
JavaScript Garden
1+
JavaScript 秘密花园
22
=================
33

4-
**JavaScript Garden** is a growing collection of documentation about the most
5-
quirky parts of the JavaScript programming language. It gives advice to
6-
avoid common mistakes, subtle bugs, as well as performance issues and bad
7-
practices that non-expert JavaScript programmers may encounter on their
8-
endeavours into the depths of the language.
4+
**JavaScript 秘密花园**是一个不断更新的文档,主要关心 JavaScript 一些古怪用法。
5+
对于如何避免常见的错误,难以发现的问题,以及性能问题和不好的实践给出建议,
6+
初学者可以籍此深入了解 JavaScript 的语言特性。
97

10-
JavaScript Garden does **not** aim to teach you JavaScript. Former knowledge
11-
of the language is strongly recommended in order to understand the topics covered
12-
in this guide. In order to learn the basics of the language, please head over to
13-
the excellent [guide][1] on the Mozilla Developer Network.
8+
JavaScript 秘密花园**不是**用来教你 JavaScript。为了更好的理解这篇文章的内容,
9+
你需要事先学习 JavaScript 的基础知识。在 Mozilla 开发者网络中有一系列非常棒的 JavaScript 学习[向导][1]
1410

15-
### The authors
11+
### 关于作者
1612

17-
This guide is the work of two lovely Stack Overflow users, [Ivo Wetzel][6]
18-
(Writing) and [Zhang Yi Jiang][5] (Design).
13+
这篇文章的作者是两位 Stack Overflow 的用户, [Ivo Wetzel][6] (写作) 和 [Zhang Yi Jiang][5] (设计)。
1914

20-
### Contributors
2115

22-
- [Caio Romão][8] (Spelling corrections)
23-
- [Andreas Blixt][9] (Language corrections)
16+
### 贡献者
2417

25-
### License
18+
- [Caio Romão][8] (拼写检查)
19+
- [Andreas Blixt][9] (语言修正)
20+
21+
## 中文翻译
22+
- [三生石上][29]
23+
24+
此中文翻译由[三生石上][29]独立完成,[博客园][30]首发,转载请注明出处。
25+
26+
27+
### 许可
28+
29+
JavaScript 秘密花园在 [MIT license][2] 许可协议下发布,并存放在开源社区 [GitHub][4]
30+
如果你发现错误或者打字错误,请 [file an issue][3] 或者 pull request。
31+
你也可以在 Stack Overflow 的聊天室 [JavaScript room][10] 找到我们。
2632

27-
JavaScript Garden is published under the [MIT license][2] and hosted on
28-
[GitHub][4]. If you find errors or typos please [file an issue][3] or a pull
29-
request on the repository. You can also find us in the [JavaScript room][10] on
30-
Stack Overflow chat.
3133

3234
[1]: https://developer.mozilla.org/en/JavaScript/Guide
3335
[2]: https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE
@@ -39,3 +41,6 @@ Stack Overflow chat.
3941
[9]: https://github.com/blixt
4042
[10]: http://chat.stackoverflow.com/rooms/17/javascript
4143

44+
[29]: http://sanshi.me/
45+
[30]: http://cnblogs.com/sanshi/
46+

0 commit comments

Comments
 (0)