Skip to content

Commit 0fdffb0

Browse files
authored
Merge pull request #3 from yongbolv/master
Master
2 parents fbb7f87 + d60dfc6 commit 0fdffb0

Some content is hidden

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

94 files changed

+4138
-3307
lines changed

README.md

Lines changed: 147 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,161 @@
1-
# vue.js 2.0 正式版 中文翻译文档(正在进行中...) http://vuefe.cn
1+
## vue.js 2.0 中文文档 http://vuefe.cn
22

3-
> 基于 hexo && vuejs.org
4-
> 求小伙伴共同翻译,有兴趣加qq 315129552
3+
>(即将完成 - 急需校对)
54
6-
- 中文翻译分支 2.0-cn
5+
## 贡献要求
76

8-
## 开发
7+
### 参与:
98

10-
```
11-
$ npm install -g hexo-cli
12-
$ npm install
13-
$ hexo server
14-
```
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+
### 术语翻译对照
1552

16-
Start a dev server at `localhost:4000`
53+
- attribute 特性
54+
- transition 过渡
1755

18-
## merge
56+
### 不翻译的术语
1957

20-
- 翻译完 pull request 到 2.0-cn 分支 合并
58+
- getter
59+
- setter
60+
- prop(指API时)
2161

22-
## 发布
62+
### 认领说明
2363

24-
> 预先添加git ssh
64+
- 参与前,请在对应issue认领
65+
- 认领格式 :
66+
- 未完成
67+
- [ ] 我校对 + `文档序号 `
2568

69+
- markdown语法 - 示例
70+
71+
```markdown
72+
- [ ] 我xx `1`
2673
```
27-
hexo g
28-
hexo d
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 (发起的合并请求链接)
2982
```
3083

31-
## 当前说明(2016.09.26)
84+
- 支持多人协作翻译,冲突可以解决,认领过的,如果你觉着他太慢,可以再次认领,加速翻译,知道大家都是牺牲业余时间来贡献,所以慢也是可以理解的,慢就需要大家一起帮帮忙了!谢谢。
85+
86+
87+
## Guide 翻译(已全部完成)贡献
88+
89+
### Essentials 基础
90+
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) |
104+
105+
### Advanced 进阶
106+
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) |  
121+
122+
### Migration 迁移
123+
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) |
128+
129+
### Meta 更多
130+
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 |
156+
157+
## 示例翻译
158+
159+
贡献者 : [lindazhang102](https://github.com/lindazhang102)
32160

33-
* 基于hexo 和vuejs.org源码
34-
* 翻译有些滞后,刚刚更新,希望有兴趣的小伙伴直接找我,共勉
35-
* 文段中英文字母与中文用空一格做间隔,有助于阅读
36-
* 请尽量对照 vuejs 官方 1.0 中文文档进行翻译,也可以即时看出vue1和vue2直接的区别
37-
* 导航上 添加了 更新 模块,用于链接到github的 release信息,后面希望单独把changelog放到 /changelog中跟进翻译每次的版本更新内容
38-
* (畅想:加入热点标记功能 - 点击热点新建github 对应 issue ,话题链接 / 增强文档交互即时纠错)
39-
* (畅想: 首页加入弹幕交互功能)
40-
* (畅想: 添加hacknews-vue2案例解析 以及更多自定义案例解析)
161+
## 感谢所有参与翻译的朋友们!

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ subtitle:
88
description: "Reactive Components for Modern Web Interfaces"
99
author: Evan You
1010
email:
11-
language:
11+
language: zh-CN
1212

1313
# URL
1414
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'

src/about/apidoc.md

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

src/about/guide.md

Lines changed: 86 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,91 @@
11
---
2-
title: 参与教程翻译
2+
title: 参与指南
33
type: about
44
order: 1
55
---
66

7-
> 官方文档仓库:http://vuejs.org/guide/
8-
> 翻译文档仓库:https://github.com/vuefe/vuejs.org
9-
10-
- 加QQ群参与翻译: `427447379`
11-
- [翻译Guide认领](https://github.com/vuefe/vuejs.org/issues/1)
12-
- [翻译API认领](https://github.com/vuefe/vuejs.org/issues/44)
13-
- [翻译指引](https://github.com/vuefe/vuejs.org/issues/25)
14-
15-
## 教程(guide)文档翻译进度
16-
17-
> 以下所有文档所在目录为 `src/guide/xxx.md`
18-
19-
### Essentials 基础
20-
21-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
22-
----- | ------- | ------------- | --- | --- | ---
23-
1 | 是 | installation.md | 安装 | @dingyiming | @dingyiming
24-
2 | 是 | index.md | 介绍 | @hijiangtao | @dingyiming @hijiangtao
25-
3 | 是 | instance.md | 实例 | @dingyiming | @dingyiming
26-
4 | × | syntax.md | 模板语法 | | @tingtien
27-
5 | 是 | computed.md | 计算属性 | @dingyiming | @dingyiming
28-
6 | × | class-and-style.md | Class 与 Style 绑定 | | @595074187
29-
7 | 是 | conditional.md | 条件渲染 | @dingyiming | @dingyiming
30-
8 | 是 | list.md | 列表渲染 | @tingtien | @tingtien
31-
9 | 是 | events.md | 事件处理器 | @dingyiming | @dingyiming
32-
10 | 是 | forms.md | 表单控件绑定 | @dingyiming | @dingyiming
33-
11 | × | components.md | 组件 | | @ezreally
34-
35-
### Advanced 进阶
36-
37-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
38-
----- | ------- | ------------- | --- | --- | ---
39-
12 | 是 | transitions.md | 过渡: 进入, 离开, 和 列表 | @awe | @awe
40-
13 | 是 | transitioning-state.md | 过渡状态 | @awe | @awe
41-
14 | 是 | render-function.md | Render 函数 | @awe | @awe
42-
15 | x | reactivity.md | 深入响应式原理 | | @veaba
43-
16 | 是 | custom-directive.md | 自定义指令 | @harrytospring | @harrytospring
44-
17 | 是 | mixins.md | 混合 | @harrytospring | @harrytospring
45-
18 | x | plugins.md | 插件 | | @hgcoder
46-
19 | x | single-file-components.md | 单文件组件 | | @ATLgo
47-
20 | 是 | routing.md | 路由 | @dingyiming | @dingyiming
48-
21 | 是 | state-management.md | 状态管理 | @dear-lizhihua | @dear-lizhihua
49-
22 | 是 | unit-testing.md | 单元测试 | @70data | @70data
50-
23 | 是 | ssr.md | 服务端渲染 | @dingyiming | @dingyiming
51-
24 | x | migration.md | 1.x迁移 | | @harrytospring
52-
53-
### Meta 更多
54-
55-
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
56-
----- | ------- | ------------- | --- | --- | ---
57-
25 | x | comparison.md | 对比其他框架 | | @yongbolv @daix6
58-
26 | 是 | join.md | 加入Vue.js社区 | @daix6 | @daix6
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+
- 支持多人协作翻译,冲突可以解决,认领过的,如果你觉着他太慢,可以再次认领,加速翻译,知道大家都是牺牲业余时间来贡献,所以慢也是可以理解的,慢就需要大家一起帮帮忙了!谢谢。

0 commit comments

Comments
 (0)