Skip to content

Commit 115a98d

Browse files
authored
Merge pull request #8 from vuefe/2.0-cn
update
2 parents 9aee634 + 091c03c commit 115a98d

20 files changed

+323
-245
lines changed

README.md

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

3-
> 求小伙伴共同翻译,有兴趣加qq 315129552
4-
> 目前急需校对人员
84+
- 支持多人协作翻译,冲突可以解决,认领过的,如果你觉着他太慢,可以再次认领,加速翻译,知道大家都是牺牲业余时间来贡献,所以慢也是可以理解的,慢就需要大家一起帮帮忙了!谢谢。
585

6-
- 中文翻译分支 2.0-cn
786

8-
## Guide 翻译进度
87+
## Guide 翻译贡献
988

1089
### Essentials 基础
1190

12-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
13-
----- | ------- | ------------- | --- | --- | ---
14-
1 | 是 | installation.md | 安装 | @dingyiming | @dingyiming
15-
2 | 是 | index.md | 介绍 | @hijiangtao | @dingyiming @hijiangtao
16-
3 | 是 | instance.md | 实例 | @dingyiming | @dingyiming
17-
4 | 是 | syntax.md | 模板语法 | @daix6 | @tingtien @daix6
18-
5 | 是 | computed.md | 计算属 性 | @dingyiming | @dingyiming
19-
6 | 是 | class-and-style.md | Class 与 Style 绑定 | @595074187 | @595074187
20-
7 | 是 | conditional.md | 条件渲染 | @dingyiming | @dingyiming
21-
8 | 是 | list.md | 列表渲染 | @tingtien | @tingtien
22-
9 | 是 | events.md | 事件处理器 | @dingyiming | @dingyiming
23-
10 | 是 | forms.md | 表单控件绑定 | @dingyiming | @dingyiming
24-
11 | 是 | components.md | 组件 | @ezreally | @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) |
25104

26105
### Advanced 进阶
27106

28-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
29-
----- | ------- | ------------- | --- | --- | ---
30-
12 | 是 | transitions.md | 过渡: 进入, 离开, 和 列表 | @awe | @awe
31-
13 | 是 | transitioning-state.md | 过渡状态 | @awe | @awe
32-
14 | 是 | render-function.md | Render 函数 | @awe | @awe
33-
15 | x | reactivity.md | 深入响应式原理 | | @veaba
34-
16 | 是 | custom-directive.md | 自定义指令 | @harrytospring | @harrytospring
35-
17 | 是 | mixins.md | 混合 | @harrytospring | @harrytospring
36-
18 | x | plugins.md | 插件 | | @hgcoder
37-
19 | 是 | single-file-components.md | 单文件组件 | @ATLgo | @ATLgo
38-
20 | 是 | routing.md | 路由 | @dingyiming | @dingyiming
39-
21 | 是 | state-management.md | 状态管理 | @dear-lizhihua | @dear-lizhihua
40-
22 | 是 | unit-testing.md | 单元测试 | @70data | @70data
41-
23 | 是 | ssr.md | 服务端渲染 | @dingyiming | @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)| 
42121

43122
### Migration 迁移
44123

45-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
124+
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
46125
----- | ------- | ------------- | --- | --- | ---
47-
24 | 是 | migration.md | 1.x迁移 | @harrytospring | @harrytospring
48-
27 | 是 | migration-vue-router.md | vue-router 0.7.x 迁移 | @forzajuve10 | @forzajuve10
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) |
49128

50129
### Meta 更多
51130

52-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
131+
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
53132
----- | ------- | ------------- | --- | --- | ---
54-
25 | 是 | comparison.md | 对比其他框架 | @yongbolv | @yongbolv @daix6
55-
26 | 是 | join.md | 加入Vue.js社区 | @daix6 | @daix6
56-
133+
25 | 是 | comparison.md | 对比其他框架 | [yongbolv](https://github.com/yongbolv) |
134+
26 | 是 | join.md | 加入Vue.js社区 | [daix6](https://github.com/daix6) |
57135

58136
## API 翻译
59137

60-
### 关于 API 翻译说明
61-
62-
- 文中多次使用的几个词,请大家保持一致的翻译,参考了 `vue1.x` 翻译
63-
- `Type` => 类型
64-
- `See also` => 另见
65-
- `Details` => 详细
66-
- `Options` => 选项
67-
- `Example` => 示例
68-
- `Restriction` => 限制
69-
- `default` => 默认值
70-
- `Props` => 特性
71-
- `prop` => 特性 (在 `props` 是指 一个 API 时候,不要翻译成中文)
72-
![image](https://cloud.githubusercontent.com/assets/12537013/19184185/85c11e0e-8cae-11e6-9c86-25907a65e8b4.png)
138+
### API翻译贡献
73139

74-
- 冒号 使用中文输入法下的,之前如有问题的,可以修改下。
75-
76-
> 以下小节均在 `src/api/index.md` 一个文档中
77-
78-
## API翻译进度
79-
80-
序号 | 是否完成 | 对应小节名称 | 中文标题 | 贡献者 | 认领者
140+
序号 | 是否完成 | 对应小节名称 | 中文标题 | 贡献者
81141
----- | ------- | ------------- | --- | --- | ---
82142
1 | 是 | Global Config | 全局配置 | @dear-lizhihua | @dear-lizhihua
83143
2 | 是 | Global API | 全局API | @dear-lizhihua | @dear-lizhihua
@@ -96,25 +156,9 @@
96156
15 | 是 | VNode Interface | VNode接口 | @70data | @70data
97157
16 | 是 | Server-Side Rendering | 服务端渲染| @70data | @70data
98158

99-
## 开发
100-
101-
```
102-
$ npm install -g hexo-cli
103-
$ npm install
104-
$ hexo server
105-
```
159+
## 示例翻译
106160

107-
Start a dev server at `localhost:4000`
161+
贡献者 : [lindazhang102](https://github.com/lindazhang102)
108162

109-
## merge
110163

111-
- 翻译完 pull request 到 2.0-cn 分支 合并
112-
113-
## 发布
114-
115-
> 预先添加git ssh
116-
117-
```
118-
hexo g
119-
hexo d
120-
```
164+
## 感谢所有参与翻译的朋友们!

src/about/apidoc.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/about/guide.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)