Skip to content

Commit d52477c

Browse files
committed
更新翻译贡献文档
1 parent 4850ebe commit d52477c

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

src/about/apidoc.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ order: 2
1919
1 | 是 | Global Config | 全局配置 | dear-lizhihua | @dear-lizhihua
2020
2 | x | Global API | 全局API | | @dear-lizhihua
2121
3 | x | Options / Data | 选项 / 数据 | | @dear-lizhihua
22-
4 | x | Options / DOM | 选项 / DOM | |
23-
5 | x | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | |
22+
4 | x | Options / DOM | 选项 / DOM | | @ATLgo
23+
5 | x | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | | @ATLgo
2424
6 | x | Options / Assets | 选项 / 资源 | |
2525
7 | x | Options / Misc | 选项 / 杂项 | |
2626
8 | x | Instance Properties | 实例属性 | |
2727
9 | x | Instance Methods / Data | 实例方法 / 数据 | |
28-
10 | x | Instance Methods / Events | 实例方法 / 事件 | |
29-
11 | x | Instance Methods / Lifecycle | 实例方法 / 生命周期 | |
28+
10 | x | Instance Methods / Events | 实例方法 / 事件 | | @mlyknown
29+
11 | x | Instance Methods / Lifecycle | 实例方法 / 生命周期 | | @mlyknown
3030
12 | x | Directives | 指令| | @tingtien
31-
13 | x | Special Attributes | 特殊元素 | |
31+
13 | x | Special Attributes | 特殊元素 | | @70data
3232
14 | x | Built-In Components | 内置的组件 | |
33-
15 | x | VNode Interface | VNode接口 | |
34-
16 | x | Server-Side Rendering | 服务端渲染| | |
33+
15 | | VNode Interface | VNode接口 | @70data | @70data
34+
16 | | Server-Side Rendering | 服务端渲染| @70data | @70data

src/about/guide.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ order: 1
2525
3 | 是 | instance.md | 实例 | @dingyiming | @dingyiming
2626
4 | × | syntax.md | 模板语法 | | @tingtien
2727
5 | 是 | computed.md | 计算属性 | @dingyiming | @dingyiming
28-
6 | × | class-and-style.md | Class 与 Style 绑定 | | @595074187
28+
6 | | class-and-style.md | Class 与 Style 绑定 | @595074187 | @595074187
2929
7 | 是 | conditional.md | 条件渲染 | @dingyiming | @dingyiming
3030
8 | 是 | list.md | 列表渲染 | @tingtien | @tingtien
3131
9 | 是 | events.md | 事件处理器 | @dingyiming | @dingyiming
3232
10 | 是 | forms.md | 表单控件绑定 | @dingyiming | @dingyiming
33-
11 | × | components.md | 组件 | | @ezreally
33+
11 | | components.md | 组件 | @ezreally | @ezreally
3434

3535
### Advanced 进阶
3636

@@ -43,16 +43,22 @@ order: 1
4343
16 | 是 | custom-directive.md | 自定义指令 | @harrytospring | @harrytospring
4444
17 | 是 | mixins.md | 混合 | @harrytospring | @harrytospring
4545
18 | x | plugins.md | 插件 | | @hgcoder
46-
19 | x | single-file-components.md | 单文件组件 | | @ATLgo
46+
19 | | single-file-components.md | 单文件组件 | @ATLgo | @ATLgo
4747
20 | 是 | routing.md | 路由 | @dingyiming | @dingyiming
4848
21 | 是 | state-management.md | 状态管理 | @dear-lizhihua | @dear-lizhihua
49-
22 | 是 | unit-testing.md | 单元测试 | @70data | @70data
49+
22 | 是 | unit-testing.md | 单元测试 | @70data | @70data
5050
23 | 是 | ssr.md | 服务端渲染 | @dingyiming | @dingyiming
51+
52+
### Migration 迁移
53+
54+
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
55+
----- | ------- | ------------- | --- | --- | ---
5156
24 | x | migration.md | 1.x迁移 | | @harrytospring
57+
27 | x | migration-vue-router.md | vue-router 0.7.x 迁移 | | @forzajuve10
5258

5359
### Meta 更多
5460

5561
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
5662
----- | ------- | ------------- | --- | --- | ---
5763
25 | x | comparison.md | 对比其他框架 | | @yongbolv @daix6
58-
26 | 是 | join.md | 加入Vue.js社区 | @daix6 | @daix6
64+
26 | 是 | join.md | 加入Vue.js社区 | @daix6 | @daix6

src/about/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ order: 0
4040
- 翻译完后,使用git 提交更新到自己的仓库,后,在`https://github.com/vuefe/vuejs.org/pulls` 提交合并请求
4141
![image](https://cloud.githubusercontent.com/assets/12537013/19106938/68c786fa-8b1c-11e6-8ea0-30f97cf1a83b.png)
4242

43+
- 希望大家看清楚需要合并的分支,为`vuefe vuejs.org/2.0-cn` 分支,不要向`vuejs` 官方分支发起合并请求,也不要向 `vuefe vuejs.org/master` 分支发起合并请求,谢谢。
44+
4345
- 在QQ群里呼叫群主,合并请求
4446
- 群主合并内容,并记录贡献, 更新在线静态站内容
4547

0 commit comments

Comments
 (0)