translate: guide/_data.json

This commit is contained in:
rexebin 2016-11-27 10:28:32 +00:00
parent 1b3f40425d
commit 0945f5ddce
1 changed files with 11 additions and 25 deletions

View File

@ -8,18 +8,18 @@
}, },
"setup": { "setup": {
"title": "Setup for local development", "title": "构建本地开发环境",
"navTitle": "Setup", "navTitle": "构建",
"intro": "Install the Angular QuickStart seed for faster, more efficient development on your machine", "intro": "安装 Angular 《快速开始》种子,更快更有效地在本地开发应用",
"nextable": true, "nextable": true,
"hideNextPage": true, "hideNextPage": true,
"basics": true "basics": true
}, },
"learning-angular": { "learning-angular": {
"title": "Learning Angular", "title": "学习 Angular",
"navTitle": "Learning Angular", "navTitle": "学习 Angular",
"intro": "A suggested path through the documentation for Angular newcomers", "intro": "Angular 初学者的推荐学习路径",
"nextable": true, "nextable": true,
"hideNextPage": true, "hideNextPage": true,
"basics": true "basics": true
@ -35,18 +35,9 @@
"appmodule": { "appmodule": {
"title": "AppModule: the root module", "title": "AppModule: 根模块",
"navTitle": "The Root Module", "navTitle": "根模块",
"intro": "Tell Angular how to construct and bootstrap the app in the root \"AppModule\".", "intro": "如何在根\"AppModule\"中构建和启动应用。",
"nextable": true,
"basics": true
},
"appmodule": {
"title": "AppModule: the root module",
"navTitle": "The Root Module",
"intro": "Tell Angular how to construct and bootstrap the app in the root \"AppModule\".",
"nextable": true, "nextable": true,
"basics": true "basics": true
}, },
@ -173,13 +164,8 @@
}, },
"setup-systemjs-anatomy": { "setup-systemjs-anatomy": {
"title": "Setup Anatomy", "title": "构建剖析",
"intro": "Inside the local development environment for SystemJS" "intro": "解析 SystemJS 本地开发环境"
},
"setup-systemjs-anatomy": {
"title": "Setup Anatomy",
"intro": "Inside the local development environment for SystemJS"
}, },
"structural-directives": { "structural-directives": {