对上次的合并查漏补缺

This commit is contained in:
Zhicheng Wang 2016-09-10 18:07:25 +08:00
parent 40523db212
commit 446acfd81b
2 changed files with 8 additions and 8 deletions

View File

@ -12,8 +12,8 @@
}, },
"ngmodule-faq": { "ngmodule-faq": {
"title": "Angular Module FAQs", "title": "Angular模块常见问题",
"intro": "Answers to frequently asked questions about @NgModule" "intro": "对@NgModule常见问题的解答"
}, },
"component-communication": { "component-communication": {
@ -44,13 +44,13 @@
}, },
"form-validation": { "form-validation": {
"title": "Form Validation", "title": "表单验证",
"intro": "Validate user's form entries" "intro": "验证用户在表单中的输入"
}, },
"rc4-to-rc5": { "rc4-to-rc5": {
"title": "RC4 to RC5 Migration", "title": "如何从RC4迁移到RC5",
"intro": "Migrate your RC4 app to RC5 in minutes." "intro": "分分钟把RC4迁移到RC5"
}, },
"set-document-title": { "set-document-title": {

View File

@ -72,8 +72,8 @@
}, },
"ngmodule": { "ngmodule": {
"title": "Angular Modules (NgModule)", "title": "Angular模块NgModule",
"intro": "Define application modules with @NgModule" "intro": "用@NgModule定义应用中的模块"
}, },
"animations": { "animations": {