Skip to content

Commit d2f2576

Browse files
committed
fix(adev): 翻译教程中各个步骤的标题
1 parent 879a520 commit d2f2576

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed
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
}
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
}
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
}
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
}
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
}
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
}
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
}
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
}
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
}
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
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/car.service.ts", "src/app/app.component.ts"],
3-
"title": "Creating an injectable service",
3+
"title": "创建可注入服务",
44
"type": "editor"
55
}
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": "Updating the component"
4+
"title": "更新组件"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/car.service.ts", "src/app/app.component.ts"],
3-
"title": "Inject-based dependency injection",
3+
"title": "基于 Inject 的依赖注入",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/car.service.ts", "src/app/app.component.ts"],
3-
"title": "Constructor-based dependency injection",
3+
"title": "基于构造函数的依赖注入",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
3-
"title": "Pipes",
3+
"title": "管道",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
3-
"title": "Formatting data with pipes",
3+
"title": "使用管道格式化数据",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts", "src/app/reverse.pipe.ts"],
3-
"title": "Create a pipe",
3+
"title": "创建管道",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"title": "Next steps"
2+
"title": "下一步"
33
}
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": "Component composition"
4+
"title": "组件组合"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
3-
"title": "Control flow in components - @if",
3+
"title": "组件中的控制流 - @if",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
3-
"title": "Control flow - @for",
3+
"title": "控制流 - @for",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
3-
"title": "Property Binding",
3+
"title": "属性绑定",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/app.component.ts"],
3-
"title": "Event handling",
3+
"title": "事件处理",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/user.component.ts", "src/app/app.component.ts"],
3-
"title": "Communicating with @Input",
3+
"title": "使用 @Input 进行通信",
44
"type": "editor"
55
}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"openFiles": ["src/app/child.component.ts", "src/app/app.component.ts"],
3-
"title": "Communicating with @Output",
3+
"title": "使用 @Output 进行通信",
44
"type": "editor"
55
}

0 commit comments

Comments
 (0)