diff --git a/aio/tools/translator/dict-latest.json b/aio/tools/translator/dict-latest.json
index 53b3808ec6..14b4e32f0e 100644
--- a/aio/tools/translator/dict-latest.json
+++ b/aio/tools/translator/dict-latest.json
@@ -106,7 +106,7 @@
},
{
"original": "This example filters the `title` property to uppercase.",
- "translation": "在这个例子中,我们把`title`属性过滤成了大写形式。",
+ "translation": "这个例子中把`title`属性过滤成了大写形式。",
"sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/guide/ajs-quick-reference.md"
},
{
@@ -141,7 +141,7 @@
},
{
"original": "Angular has true template input variables that are explicitly defined using the `let` keyword.",
- "translation": "在Angular中,我们有了真正的模板输入变量,它需要使用`let`关键字进行明确定义。",
+ "translation": "Angular 有了真正的模板输入变量,它需要使用`let`关键字进行明确定义。",
"sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/guide/ajs-quick-reference.md"
},
{
@@ -176,7 +176,7 @@
},
{
"original": "Angular doesn't have a bootstrap directive.\n To launch the app in code, explicitly bootstrap the application's root module (`AppModule`)\n in `main.ts`\n and the application's root component (`AppComponent`) in `app.module.ts`.",
- "translation": "Angular 没有引导指令。\n 我们总是通过显式调用一个`bootstrap`函数,并传入应用模块的名字(`AppComponent`)来启动应用。",
+ "translation": "Angular 没有引导指令。\n 总是要通过显式调用一个`bootstrap`函数,并传入应用模块的名字(`AppComponent`)来启动应用。",
"sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/guide/ajs-quick-reference.md"
},
{
@@ -701,7 +701,7 @@
},
{
"original": "For more information on modules, see [NgModules](guide/ngmodules).",
- "translation": "要了解关于模块的更多知识,参见[NgModules](guide/ngmodule)。",
+ "translation": "要了解关于模块的更多知识,参见[NgModules](guide/ngmodules)。",
"sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/guide/ajs-quick-reference.md"
},
{
@@ -1551,7 +1551,7 @@
},
{
"original": "NgModules are a big deal.\nThis page introduces modules; the [NgModules](guide/ngmodules) pages \nrelating to NgModules covers them in detail.",
- "translation": "NgModules 很重要。这里只是简单介绍,在 [NgModules](guide/ngmodule)中会做深入讲解。",
+ "translation": "NgModules 很重要。这里只是简单介绍,在 [NgModules](guide/ngmodules)中会做深入讲解。",
"sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/guide/architecture.md"
},
{
@@ -1696,7 +1696,7 @@
},
{
"original": "Learn more from the [NgModules](guide/ngmodules) page.",
- "translation": "更多信息,参见 [NgModules](guide/ngmodule)。",
+ "translation": "更多信息,参见 [NgModules](guide/ngmodules)。",
"sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/guide/architecture.md"
},
{
@@ -2376,7 +2376,7 @@
},
{
"original": "_Directives_ must be declared in [Angular Modules](guide/ngmodules) in the same manner as _components_.",
- "translation": "和**组件**一样,这些**指令**也必须在[Angular模块](guide/ngmodule)中进行声明。",
+ "translation": "和**组件**一样,这些**指令**也必须在[Angular模块](guide/ngmodules)中进行声明。",
"sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/guide/attribute-directives.md"
},
{
@@ -3271,7 +3271,7 @@
},
{
"original": "Added two plunkers that each test _one simple component_ so you can write a component test plunker of your own:
A quick look at an Angular \"hello world\" application.
", + "translation": "快速体验 Angular 的 \"hello world\" 应用。
", + "sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/marketing/docs.md" + }, + { + "original": " ", + "translation": " ", + "sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/marketing/docs.md" + }, + { + "original": "Get going on your own environment with the Quickstart.
", + "translation": "跟随\"快速上手\"构建你的开发环境
", + "sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/marketing/docs.md" + }, + { + "original": " ", + "translation": " ", + "sourceFile": "/Users/twer/private/GDE/angular-cn/aio/content/marketing/docs.md" + }, + { + "original": "Learn Angular application fundamentals, starting with an architecture overview.
", + "translation": "学习 Angular 应用的基本原理。
从架构概览开始。