Skip to content

Commit dd6d2a2

Browse files
committed
fix(adev): 翻译教程中各个步骤的标题
(cherry picked from commit d2f2576)
1 parent cba88e1 commit dd6d2a2

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
33
"type": "editor",
4-
"title": "Anatomy of a Component"
4+
"title": "组件的结构"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts", "src/app/comments.component.ts"],
3-
"title": "Deferrable views",
3+
"title": "可延迟视图",
44
"type": "editor"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/user.component.ts"],
3-
"title": "Optimizing images",
3+
"title": "优化图片",
44
"type": "editor"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.routes.ts", "src/app/app.component.ts", "src/app/app.config.ts"],
3-
"title": "Enabling routing",
3+
"title": "启用路由",
44
"type": "editor"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.routes.ts", "src/app/home/home.component.ts"],
3-
"title": "Define a route",
3+
"title": "定义路由",
44
"type": "editor"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
3-
"title": "Link to a route with RouterLink",
3+
"title": "使用 RouterLink 链接到路由",
44
"type": "editor"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/user.component.ts"],
3-
"title": "Forms",
3+
"title": "表单",
44
"type": "editor"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/user.component.ts"],
3-
"title": "Getting form control values",
3+
"title": "获取表单控件值",
44
"type": "editor"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
3-
"title": "Reactive forms",
3+
"title": "响应式表单",
44
"type": "editor"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
3-
"title": "Validating forms",
3+
"title": "表单验证",
44
"type": "editor"
55
}

0 commit comments

Comments
 (0)