修改了一些错误和未翻译的地方
This commit is contained in:
parent
15110fa926
commit
4840597b5f
|
@ -14,6 +14,7 @@
|
|||
//- Use #{_decorator} whereever the word "decorator" is expected, provided it is not
|
||||
//- preceded by the article "a". (E.g., will be "annotation" for Dart)
|
||||
- var _decorator = 'decorator';
|
||||
- var _decoratorCn = '装饰器';
|
||||
|
||||
//- Articles (which toggle between 'a' and 'an'). Used for, e.g.,
|
||||
//- array vs. list; decorator vs. annotation.
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
|
||||
"router": {
|
||||
"title": "路由与导航",
|
||||
"intro": "揭示通过Angular 2路由在屏幕上导航的基本原理。"
|
||||
"intro": "揭示通过Angular 2路由在屏幕上导航的基本原理。",
|
||||
"hide": true
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue