Fix all _data.json

This commit is contained in:
Yang Lin 2016-12-01 10:54:43 +08:00
parent 2040b6ecd2
commit 625ce82a6c
5 changed files with 26 additions and 26 deletions

View File

@ -1,7 +1,7 @@
{ {
"index": { "index": {
"title": "Angular中文文档", "title": "Angular 中文文档",
"subtitle": "选择Angular的语种", "subtitle": "选择 Angular 的语种",
"layout": "../_layout" "layout": "../_layout"
} }
} }

View File

@ -1,17 +1,17 @@
{ {
"index": { "index": {
"icon": "home", "icon": "home",
"title": "Angular中文文档", "title": "Angular 中文文档",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"menuTitle": "文档首页", "menuTitle": "文档首页",
"banner": "当前的Angular版本是<b>2.2</b>。请查看<a href='guide/change-log.html' title='文档更新记录'>文档更新记录</a>. 参见<a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank' title='Angular产品更新'>Angular更新记录</a> 了解Angular产品的最新的增强、修复和破环性变更。" "banner": "当前的 Angular 版本是 <b>2.2</b>。请查看<a href='guide/change-log.html' title='文档更新记录'>文档更新记录</a>. 参见<a href='https://github.com/angular/angular/blob/master/CHANGELOG.md' target='_blank' title='Angular 产品更新'> Angular 更新记录</a> 了解 Angular 产品的最新的增强、修复和破环性变更。"
}, },
"cli-quickstart": { "cli-quickstart": {
"icon": "query-builder", "icon": "query-builder",
"title": "CLI 快速起步", "title": "CLI 快速起步",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"description": "使用CLI快速构建Angular应用", "description": "使用 CLI 快速构建 Angular 应用",
"hide": true "hide": true
}, },
@ -43,28 +43,28 @@
"api/": { "api/": {
"icon": "book", "icon": "book",
"title": "API参考手册", "title": "API 参考手册",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"reference": true "reference": true
}, },
"cheatsheet": { "cheatsheet": {
"title": "Angular小抄", "title": "Angular 速查表",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"intro": "关于Angular语法的快速指南内容可能会更改", "intro": "关于 Angular 语法的快速指南(内容可能会更改)",
"reference": false "reference": false
}, },
"glossary": { "glossary": {
"title": "词汇表", "title": "词汇表",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"intro": "Angular 2中那些最重要的词汇的简短定义", "intro": "Angular 中那些最重要的词汇的简短定义",
"reference": false "reference": false
}, },
"resources": { "resources": {
"icon": "play-circle-fill", "icon": "play-circle-fill",
"title": "Angular资源", "title": "Angular 资源",
"subtitle": "TypeScript", "subtitle": "TypeScript",
"resources": true "resources": true
}, },

View File

@ -2,23 +2,23 @@
"index": { "index": {
"title": "烹饪宝典", "title": "烹饪宝典",
"navTitle": "概览", "navTitle": "概览",
"intro": "一组常见Angular应用场景的“烹饪宝典”" "intro": "一组常见 Angular 应用场景的“烹饪宝典”"
}, },
"aot-compiler": { "aot-compiler": {
"title": "预AoT编译器", "title": "预 (AoT) 编译器",
"intro": "学习如何使用预编译器" "intro": "学习如何使用预编译器"
}, },
"a1-a2-quick-reference": { "a1-a2-quick-reference": {
"title": "Angular从1到2快速参考", "title": "Angular 1 2 快速参考",
"navTitle": "Angular从1到2快速参考", "navTitle": "Angular 1 2 快速参考",
"intro": "学习如何把Angular 1中的概念和技术对应到Angular 2中" "intro": "学习如何把 Angular 1 中的概念和技术对应到 Angular 2 中"
}, },
"ngmodule-faq": { "ngmodule-faq": {
"title": "Angular模块常见问题", "title": "Angular 模块常见问题",
"intro": "对@NgModule常见问题的解答" "intro": "对 @NgModule 常见问题的解答"
}, },
"component-communication": { "component-communication": {
@ -38,7 +38,7 @@
"dynamic-form": { "dynamic-form": {
"title": "动态表单", "title": "动态表单",
"intro": "用FormGroup渲染动态表单" "intro": "用 FormGroup 渲染动态表单"
}, },
"form-validation": { "form-validation": {
@ -47,13 +47,13 @@
}, },
"i18n": { "i18n": {
"title": "国际化(i18n)", "title": "国际化 (i18n)",
"intro": "把应用的模板文本翻译成多种语言" "intro": "把应用的模板文本翻译成多种语言"
}, },
"set-document-title": { "set-document-title": {
"title": "设置文档标题", "title": "设置文档标题",
"intro": "使用Title服务来设置文档标题或窗口标题" "intro": "使用 Title 服务来设置文档标题或窗口标题"
}, },
"ts-to-js": { "ts-to-js": {
@ -62,7 +62,7 @@
}, },
"visual-studio-2015": { "visual-studio-2015": {
"title": "Visual Studio 2015快速起步", "title": "Visual Studio 2015 快速起步",
"intro": "使用Visual Studio 2015快速起步" "intro": "使用 Visual Studio 2015 快速起步"
} }
} }

View File

@ -103,7 +103,7 @@
"ngmodule": { "ngmodule": {
"title": "Angular模块 (NgModule)", "title": "Angular模块 (NgModule)",
"intro": "用@NgModule定义应用中的模块" "intro": "用 @NgModule 定义应用中的模块"
}, },
"animations": { "animations": {
@ -129,7 +129,7 @@
"hierarchical-dependency-injection": { "hierarchical-dependency-injection": {
"title": "多级依赖注入器", "title": "多级依赖注入器",
"navTitle": "多级注入器", "navTitle": "多级注入器",
"intro": "Angular的多级依赖注入系统支持与组件树并行的嵌套式注入器。" "intro": "Angular 的多级依赖注入系统支持与组件树并行的嵌套式注入器。"
}, },
"server-communication": { "server-communication": {

View File

@ -27,13 +27,13 @@
}, },
"toh-pt5": { "toh-pt5": {
"title": "路由", "title": "路由",
"intro": "我们添加Angular路由并且学习在视图之间导航", "intro": "我们添加 Angular 路由,并且学习在视图之间导航",
"nextable": true "nextable": true
}, },
"toh-pt6": { "toh-pt6": {
"title": "HTTP", "title": "HTTP",
"subtitle": "获取和保存数据", "subtitle": "获取和保存数据",
"intro": "把服务和组件改为用Angular的HTTP服务实现", "intro": "把服务和组件改为用 Angular HTTP 服务实现",
"nextable": true "nextable": true
} }
} }