Skip to content

Commit 4403ac2

Browse files
committed
update readme.md
1 parent 4b5231d commit 4403ac2

File tree

1 file changed

+57
-59
lines changed

1 file changed

+57
-59
lines changed

README.md

Lines changed: 57 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -84,80 +84,78 @@
8484
- 支持多人协作翻译,冲突可以解决,认领过的,如果你觉着他太慢,可以再次认领,加速翻译,知道大家都是牺牲业余时间来贡献,所以慢也是可以理解的,慢就需要大家一起帮帮忙了!谢谢。
8585

8686

87-
## Guide 翻译贡献
87+
## Guide 翻译(已全部完成)贡献
8888

8989
### Essentials 基础
9090

91-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对贡献者
92-
----- | ------- | ------------- | --- | --- | --- | ---
93-
1 | 是 | installation.md | 安装 | [dingyiming](https://github.com/dingyiming) |
94-
2 | 是 | index.md | 介绍 | [hijiangtao](https://github.com/hijiangtao) |
95-
3 | 是 | instance.md | 实例 | [dingyiming](https://github.com/dingyiming) |
96-
4 | 是 | syntax.md | 模板语法 | [daix6](https://github.com/daix6) |
97-
5 | 是 | computed.md | 计算属 性 | [dingyiming](https://github.com/dingyiming) |
98-
6 | 是 | class-and-style.md | Class 与 Style 绑定 | [595074187](https://github.com/595074187) |
99-
7 | 是 | conditional.md | 条件渲染 | [dingyiming](https://github.com/dingyiming) |
100-
8 | 是 | list.md | 列表渲染 | [tingtien](https://github.com/tingtien) |
101-
9 | 是 | events.md | 事件处理器 | [dingyiming](https://github.com/dingyiming) |
102-
10 | 是 | forms.md | 表单控件绑定 | [dingyiming](https://github.com/dingyiming) |
103-
11 | 是 | components.md | 组件 | [ezreally](https://github.com/ezreally) |
91+
序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对贡献者
92+
----- | ------------- | --- | --- | --- | ---
93+
1 | installation.md | 安装 | [dingyiming](https://github.com/dingyiming) |
94+
2 | index.md | 介绍 | [hijiangtao](https://github.com/hijiangtao) |
95+
3 | instance.md | 实例 | [dingyiming](https://github.com/dingyiming) |
96+
4 | syntax.md | 模板语法 | [daix6](https://github.com/daix6) |
97+
5 | computed.md | 计算属 性 | [dingyiming](https://github.com/dingyiming) |
98+
6 | class-and-style.md | Class 与 Style 绑定 | [595074187](https://github.com/595074187) |
99+
7 | conditional.md | 条件渲染 | [dingyiming](https://github.com/dingyiming) |
100+
8 | list.md | 列表渲染 | [tingtien](https://github.com/tingtien) |
101+
9 | events.md | 事件处理器 | [dingyiming](https://github.com/dingyiming) |
102+
10 | forms.md | 表单控件绑定 | [dingyiming](https://github.com/dingyiming) |
103+
11 | components.md | 组件 | [ezreally](https://github.com/ezreally) |
104104

105105
### Advanced 进阶
106106

107-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
108-
----- | ------- | ------------- | --- | --- | --- | ---
109-
12 | 是 | transitions.md | 过渡: 进入, 离开, 和 列表 | [awe](https://github.com/hilongjw) |
110-
13 | 是 | transitioning-state.md | 过渡状态 | [awe](https://github.com/hilongjw) |
111-
14 | 是 | render-function.md | Render 函数 | [awe](https://github.com/hilongjw) |
112-
15 | 是 | reactivity.md | 深入响应式原理 | [veaba](https://github.com/veaba) |
113-
16 | 是 | custom-directive.md | 自定义指令 | [harrytospring](https://github.com/harrytospring) |
114-
17 | 是 | mixins.md | 混合 | [harrytospring](https://github.com/harrytospring) |
115-
18 | 是 | plugins.md | 插件 | [hgcoder](https://github.com/hgcoder) |
116-
19 | 是 | single-file-components.md | 单文件组件 | [ATLgo](https://github.com/ATLgo) |
117-
20 | 是 | routing.md | 路由 | [dingyiming](https://github.com/dingyiming) |
118-
21 | 是 | state-management.md | 状态管理 | [dear-lizhihua](https://github.com/dear-lizhihua) |
119-
22 | 是 | unit-testing.md | 单元测试 | [70data](https://github.com/70data) |
120-
23 | 是 | ssr.md | 服务端渲染 | [dingyiming](https://github.com/dingyiming) 
107+
序号 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
108+
----- | ------------- | --- | --- | ---
109+
12 | transitions.md | 过渡: 进入, 离开, 和 列表 | [awe](https://github.com/hilongjw) |
110+
13 | transitioning-state.md | 过渡状态 | [awe](https://github.com/hilongjw) |
111+
14 | render-function.md | Render 函数 | [awe](https://github.com/hilongjw) |
112+
15 | reactivity.md | 深入响应式原理 | [veaba](https://github.com/veaba) |
113+
16 | custom-directive.md | 自定义指令 | [harrytospring](https://github.com/harrytospring) |
114+
17 | mixins.md | 混合 | [harrytospring](https://github.com/harrytospring) |
115+
18 | plugins.md | 插件 | [hgcoder](https://github.com/hgcoder) |
116+
19 | single-file-components.md | 单文件组件 | [ATLgo](https://github.com/ATLgo) |
117+
20 | routing.md | 路由 | [dingyiming](https://github.com/dingyiming) |
118+
21 | state-management.md | 状态管理 | [dear-lizhihua](https://github.com/dear-lizhihua) |
119+
22 | unit-testing.md | 单元测试 | [70data](https://github.com/70data) |
120+
23 | ssr.md | 服务端渲染 | [dingyiming](https://github.com/dingyiming) |  
121121

122122
### Migration 迁移
123123

124-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
125-
----- | ------- | ------------- | --- | --- | ---
126-
24 | 是 | migration.md | 1.x迁移 | [harrytospring](https://github.com/harrytospring) |
127-
27 | 是 | migration-vue-router.md | vue-router 0.7.x 迁移 | [forzajuve10](https://github.com/forzajuve10) |
124+
序号 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
125+
----- | ------- | ------------- | --- | ---
126+
24 | migration.md | 1.x迁移 | [harrytospring](https://github.com/harrytospring) |
127+
27 | migration-vue-router.md | vue-router 0.7.x 迁移 | [forzajuve10](https://github.com/forzajuve10) |
128128

129129
### Meta 更多
130130

131-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
132-
----- | ------- | ------------- | --- | --- | ---
133-
25 | 是 | comparison.md | 对比其他框架 | [yongbolv](https://github.com/yongbolv) |
134-
26 | 是 | join.md | 加入Vue.js社区 | [daix6](https://github.com/daix6) |
135-
136-
137-
## API翻译贡献
138-
139-
序号 | 是否完成 | 对应小节名称 | 中文标题 | 贡献者 | 校对贡献者
140-
----- | ------- | ------------- | --- | --- | ---
141-
1 | 是 | Global Config | 全局配置 | @dear-lizhihua |
142-
2 | 是 | Global API | 全局API | @dear-lizhihua |
143-
3 | 是 | Options / Data | 选项 / 数据 | @dear-lizhihua |
144-
4 | 是 | Options / DOM | 选项 / DOM | @ATLgo |
145-
5 | 是 | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | @ATLgo |
146-
6 | 是 | Options / Assets | 选项 / 资源 | @dingyiming |
147-
7 | 是 | Options / Misc | 选项 / 杂项 | @dingyiming |
148-
8 | 是 | Instance Properties | 实例属性 | @coolzjy |
149-
9 | 是 | Instance Methods / Data | 实例方法 / 数据 | @dingyiming |
150-
10 | 是 | Instance Methods / Events | 实例方法 / 事件 | @mlyknown |
151-
11 | 是 | Instance Methods / Lifecycle | 实例方法 / 生命周期 | @mlyknown |
152-
12 | 是 | Directives | 指令| @dingyiming |
153-
13 | 是 | Special Attributes | 特殊元素 | @70data |
154-
14 | 是 | Built-In Components | 内置的组件 | @dear-lizhihua |
155-
15 | 是 | VNode Interface | VNode接口 | @70data |
156-
16 | 是 | Server-Side Rendering | 服务端渲染| @70data |
131+
序号 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
132+
----- | ------- | ------------- | --- | ---
133+
25 | comparison.md | 对比其他框架 | [yongbolv](https://github.com/yongbolv) |
134+
26 | join.md | 加入Vue.js社区 | [daix6](https://github.com/daix6) |
135+
136+
## API翻译(已全部完成)贡献
137+
138+
序号 | 对应小节名称 | 中文标题 | 贡献者 | 校对贡献者
139+
----- | ------------- | --- | --- | ---
140+
1 | Global Config | 全局配置 | @dear-lizhihua |
141+
2 | Global API | 全局API | @dear-lizhihua |
142+
3 | Options / Data | 选项 / 数据 | @dear-lizhihua |
143+
4 | Options / DOM | 选项 / DOM | @ATLgo |
144+
5 | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | @ATLgo |
145+
6 | Options / Assets | 选项 / 资源 | @dingyiming |
146+
7 | Options / Misc | 选项 / 杂项 | @dingyiming |
147+
8 | Instance Properties | 实例属性 | @coolzjy |
148+
9 | Instance Methods / Data | 实例方法 / 数据 | @dingyiming |
149+
10 | Instance Methods / Events | 实例方法 / 事件 | @mlyknown |
150+
11 | Instance Methods / Lifecycle | 实例方法 / 生命周期 | @mlyknown |
151+
12 | Directives | 指令| @dingyiming |
152+
13 | Special Attributes | 特殊元素 | @70data |
153+
14 | Built-In Components | 内置的组件 | @dear-lizhihua |
154+
15 | VNode Interface | VNode接口 | @70data |
155+
16 | Server-Side Rendering | 服务端渲染| @70data |
157156

158157
## 示例翻译
159158

160159
贡献者 : [lindazhang102](https://github.com/lindazhang102)
161160

162-
163161
## 感谢所有参与翻译的朋友们!

0 commit comments

Comments
 (0)