Skip to content

Commit 1c76477

Browse files
authored
Merge pull request #10 from vuefe/2.0-cn
update
2 parents 8caffa9 + 15ed410 commit 1c76477

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2067
-1336
lines changed

README.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## vue.js 2.0 中文文档 http://vuefe.cn
22

3-
>(即将完成 - 急需校对人员
3+
>(即将完成 - 急需校对
44
55
## 贡献要求
66

@@ -133,28 +133,27 @@
133133
25 | 是 | comparison.md | 对比其他框架 | [yongbolv](https://github.com/yongbolv) |
134134
26 | 是 | join.md | 加入Vue.js社区 | [daix6](https://github.com/daix6) |
135135

136-
## API 翻译
137136

138-
### API翻译贡献
139-
140-
序号 | 是否完成 | 对应小节名称 | 中文标题 | 贡献者
141-
----- | ------- | ------------- | --- | --- | ---
142-
1 | 是 | Global Config | 全局配置 | @dear-lizhihua | @dear-lizhihua
143-
2 | 是 | Global API | 全局API | @dear-lizhihua | @dear-lizhihua
144-
3 | 是 | Options / Data | 选项 / 数据 | @dear-lizhihua | @dear-lizhihua
145-
4 | 是 | Options / DOM | 选项 / DOM | @ATLgo | @ATLgo
146-
5 | 是 | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | @ATLgo | @ATLgo
147-
6 | 是 | Options / Assets | 选项 / 资源 | @dingyiming | @dingyiming
148-
7 | x | Options / Misc | 选项 / 杂项 | | @dingyiming
149-
8 | 是 | Instance Properties | 实例属性 | @coolzjy | @coolzjy
150-
9 | x | Instance Methods / Data | 实例方法 / 数据 | | @dingyiming
151-
10 | x | Instance Methods / Events | 实例方法 / 事件 | | @mlyknown
152-
11 | x | Instance Methods / Lifecycle | 实例方法 / 生命周期 | | @mlyknown
153-
12 | x | Directives | 指令| | @tingtien
154-
13 | 是 | Special Attributes | 特殊元素 | @70data | @70data
155-
14 | x | Built-In Components | 内置的组件 | | @dear-lizhihua
156-
15 | 是 | VNode Interface | VNode接口 | @70data | @70data
157-
16 | 是 | Server-Side Rendering | 服务端渲染| @70data | @70data
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 |
158157

159158
## 示例翻译
160159

src/about/guide.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
title: 参与指南
3+
type: about
4+
order: 1
5+
---
6+
7+
> 目前急需校对
8+
9+
10+
## 参与要求
11+
12+
### 参与:
13+
14+
> 参与请阅读 [翻译规范](https://github.com/vuefe/vuejs.org/wiki/%E7%BF%BB%E8%AF%91%E8%A7%84%E8%8C%83)
15+
16+
- 加群参与 `42744737`
17+
- [发布网址:vuefe.cn](http://vuefe.cn/)
18+
- [翻译仓库](https://github.com/vuefe/vuejs.org) ,中文翻译分支 2.0-cn
19+
- [基础指引](https://github.com/vuefe/vuejs.org/wiki/%E5%85%B3%E4%BA%8E%E7%BF%BB%E8%AF%91---%E5%9F%BA%E7%A1%80%E6%8C%87%E5%BC%95)
20+
- 参与API翻译:https://github.com/vuefe/vuejs.org/issues/44
21+
- 参与Guide校对:https://github.com/vuefe/vuejs.org/issues/77
22+
- 提出建议:https://github.com/vuefe/vuejs.org/issues/48
23+
- 如果你看到错别字、漏译、错译,请直接提交 pr
24+
[帮助](https://help.github.com/articles/using-pull-requests/))。
25+
- 如果你看到网站问题,或者创建一个 issue,或者直接提交 pr。
26+
- 如果你对已有翻译有异议,建议创建一个 issue 讨论。
27+
- 如果你想修改英文内容,请去 [vuejs.org 项目][vuejs.org]
28+
- 如果你想求教 Vue.js 使用问题,请去[论坛][forum]
29+
- 如果你遇到 Vue.js 的问题,请去 [vue 项目][vue]
30+
创建 issue 并提供演示。可以在 JSBin, JSFiddle, Codepen 等网站创建演示。
31+
32+
### 翻译要求
33+
34+
- 保持一致,清晰
35+
- 汉字,字母,数字等之间以一个空格隔开。
36+
- 中文使用中文符号,英文使用英文符号。
37+
- 专有词注意大小写,如 HTML,CSS,JavaScript。
38+
- 术语与已有译文保持一致,如果有异议请先在 issue 中讨论。
39+
- 代码只翻译注释。
40+
- 标题会转化为链接,文档其它地方可能会用到,所以标题应尽量简短,
41+
在修改标题时搜索一下它是否还用在其它地方。
42+
同样的,在修改文档内链接时也应搜索一下。
43+
- 校对后对应修改提交合并请求
44+
45+
### 统一固定词汇翻译
46+
47+
- Type => 类型
48+
- See also => 另见
49+
- Details => 详细
50+
- Options => 选项
51+
- Example => 示例
52+
- Restriction => 限制
53+
- default => 默认值
54+
- prop => 特性(是指 一个 API 时候,不要翻译成中文)
55+
- attribute => 特性
56+
- transition => 过渡
57+
58+
### 术语翻译对照
59+
60+
- attribute 特性
61+
- transition 过渡
62+
63+
### 不翻译的术语
64+
65+
- getter
66+
- setter
67+
- prop(指API时)
68+
69+
### 认领说明
70+
71+
- 参与前,请在对应issue认领
72+
- 认领格式 :
73+
- 未完成
74+
- [ ] 我校对 + `文档序号 `
75+
76+
- markdown语法 - 示例
77+
78+
```markdown
79+
- [ ] 我xx `1`
80+
```
81+
82+
- 完成后,打钩表示完成,并附带 发起的合并请求链接
83+
- [x] 我校对 + `文档序号 ` + https://github.com/vuefe/vuejs.org/pull/65 (发起的合并请求链接)
84+
85+
- markdown语法 - 示例
86+
87+
```markdown
88+
- [x] 我xx + `1 ` https://github.com/vuefe/vuejs.org/pull/65 (发起的合并请求链接)
89+
```
90+
91+
- 支持多人协作翻译,冲突可以解决,认领过的,如果你觉着他太慢,可以再次认领,加速翻译,知道大家都是牺牲业余时间来贡献,所以慢也是可以理解的,慢就需要大家一起帮帮忙了!谢谢。

src/about/index.md

Lines changed: 62 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -1,168 +1,88 @@
11
---
2-
title: 参与指南
2+
title: 贡献者
33
type: about
44
order: 0
55
---
66

7-
> 目前急需人员校对翻译
8-
9-
## 参与要求
10-
11-
### 参与:
12-
13-
- 加群参与 `42744737`
14-
- [发布网址:vuefe.cn](http://vuefe.cn/)
15-
- [翻译仓库](https://github.com/vuefe/vuejs.org) ,中文翻译分支 2.0-cn
16-
- [基础指引](https://github.com/vuefe/vuejs.org/wiki/%E5%85%B3%E4%BA%8E%E7%BF%BB%E8%AF%91---%E5%9F%BA%E7%A1%80%E6%8C%87%E5%BC%95)
17-
- 参与API翻译:https://github.com/vuefe/vuejs.org/issues/44
18-
- 参与Guide校对:https://github.com/vuefe/vuejs.org/issues/77
19-
- 提出建议:https://github.com/vuefe/vuejs.org/issues/48
20-
- 如果你看到错别字、漏译、错译,请直接提交 pr
21-
[帮助](https://help.github.com/articles/using-pull-requests/))。
22-
- 如果你看到网站问题,或者创建一个 issue,或者直接提交 pr。
23-
- 如果你对已有翻译有异议,建议创建一个 issue 讨论。
24-
- 如果你想修改英文内容,请去 [vuejs.org 项目][vuejs.org]
25-
- 如果你想求教 Vue.js 使用问题,请去[论坛][forum]
26-
- 如果你遇到 Vue.js 的问题,请去 [vue 项目][vue]
27-
创建 issue 并提供演示。可以在 JSBin, JSFiddle, Codepen 等网站创建演示。
28-
29-
### 翻译要求
30-
31-
- 保持一致,清晰
32-
- 汉字,字母,数字等之间以一个空格隔开。
33-
- 中文使用中文符号,英文使用英文符号。
34-
- 专有词注意大小写,如 HTML,CSS,JavaScript。
35-
- 术语与已有译文保持一致,如果有异议请先在 issue 中讨论。
36-
- 代码只翻译注释。
37-
- 标题会转化为链接,文档其它地方可能会用到,所以标题应尽量简短,
38-
在修改标题时搜索一下它是否还用在其它地方。
39-
同样的,在修改文档内链接时也应搜索一下。
40-
- 校对后对应修改提交合并请求
41-
42-
### 统一固定词汇翻译
43-
44-
- Type => 类型
45-
- See also => 另见
46-
- Details => 详细
47-
- Options => 选项
48-
- Example => 示例
49-
- Restriction => 限制
50-
- default => 默认值
51-
- prop => 特性(是指 一个 API 时候,不要翻译成中文)
52-
- attribute => 特性
53-
- transition => 过渡
54-
55-
### 术语翻译对照
56-
57-
- attribute 特性
58-
- transition 过渡
59-
60-
### 不翻译的术语
61-
62-
- getter
63-
- setter
64-
- prop(指API时)
65-
66-
### 认领说明
67-
68-
- 参与前,请在对应issue认领
69-
- 认领格式 :
70-
- 未完成
71-
- [ ] 我校对 + `文档序号 `
72-
73-
- markdown语法 - 示例
74-
75-
```markdown
76-
- [ ] 我xx `1`
77-
```
78-
79-
- 完成后,打钩表示完成,并附带 发起的合并请求链接
80-
- [x] 我校对 + `文档序号 ` + https://github.com/vuefe/vuejs.org/pull/65 (发起的合并请求链接)
81-
82-
- markdown语法 - 示例
83-
84-
```markdown
85-
- [x] 我xx + `1 ` https://github.com/vuefe/vuejs.org/pull/65 (发起的合并请求链接)
86-
```
87-
88-
- 支持多人协作翻译,冲突可以解决,认领过的,如果你觉着他太慢,可以再次认领,加速翻译,知道大家都是牺牲业余时间来贡献,所以慢也是可以理解的,慢就需要大家一起帮帮忙了!谢谢。
7+
## 目前任务
898

9+
- [vue 2.0 - Guide 翻译校对 (进度 / 认领)](https://github.com/vuefe/vuejs.org/issues/77)
10+
- [vue 2.0 - API 翻译校对 (进度 / 认领)](https://github.com/vuefe/vuejs.org/issues/119)
11+
- [vuex 2.0 - 文档翻译 (进度 / 认领)](https://github.com/vuefe/vuejs.org/issues/124)
9012

9113
## Guide 翻译贡献
9214

9315
### Essentials 基础
9416

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

10931
### Advanced 进阶
11032

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

12648
### Migration 迁移
12749

128-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
129-
----- | ------- | ------------- | --- | --- | ---
130-
24 | 是 | migration.md | 1.x迁移 | [harrytospring](https://github.com/harrytospring) |
131-
27 | 是 | migration-vue-router.md | vue-router 0.7.x 迁移 | [forzajuve10](https://github.com/forzajuve10) |
50+
序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对贡献者
51+
----- | ------------- | --- | --- | ---
52+
24 | migration.md | 1.x迁移 | [harrytospring](https://github.com/harrytospring) |
53+
27 | migration-vue-router.md | vue-router 0.7.x 迁移 | [forzajuve10](https://github.com/forzajuve10) |
13254

13355
### Meta 更多
13456

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

16383
## 示例翻译
16484

165-
贡献者[lindazhang102](https://github.com/lindazhang102)
85+
翻译贡献者[lindazhang102](https://github.com/lindazhang102)
16686

16787

16888
## 感谢所有参与翻译的朋友们!

0 commit comments

Comments
 (0)