修改了一些错误和未翻译的地方

This commit is contained in:
Zhicheng Wang 2016-05-19 16:47:48 +08:00
parent 15110fa926
commit 4840597b5f
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
//- Use #{_decorator} whereever the word "decorator" is expected, provided it is not //- Use #{_decorator} whereever the word "decorator" is expected, provided it is not
//- preceded by the article "a". (E.g., will be "annotation" for Dart) //- preceded by the article "a". (E.g., will be "annotation" for Dart)
- var _decorator = 'decorator'; - var _decorator = 'decorator';
- var _decoratorCn = '装饰器';
//- Articles (which toggle between 'a' and 'an'). Used for, e.g., //- Articles (which toggle between 'a' and 'an'). Used for, e.g.,
//- array vs. list; decorator vs. annotation. //- array vs. list; decorator vs. annotation.

View File

@ -107,7 +107,7 @@
"router": { "router": {
"title": "路由与导航", "title": "路由与导航",
"intro": "揭示通过Angular 2路由在屏幕上导航的基本原理。" "intro": "揭示通过Angular 2路由在屏幕上导航的基本原理。",
"hide": true "hide": true
}, },