Skip to content

Commit 513497c

Browse files
committed
添加翻译指南
1 parent 9da82a6 commit 513497c

File tree

3 files changed

+76
-27
lines changed

3 files changed

+76
-27
lines changed

src/about/api.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: 参与API翻译
3+
type: about
4+
order: 2
5+
---
6+
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+
## API文档翻译进度
16+

src/about/guide.md

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,35 @@
11
---
2-
title: 参与指南
2+
title: 参与教程翻译
33
type: about
4-
order: 2
4+
order: 1
55
---
66

7-
- 加QQ群参与翻译: `427447379`
8-
- [翻译Guide认领](https://github.com/vuefe/vuejs.org/issues/1)
9-
- [翻译指引](https://github.com/vuefe/vuejs.org/issues/25)
10-
11-
## 翻译进度
12-
137
> 原文地址:http://vuejs.org/guide/
148
> 仓库:https://github.com/vuefe/vuejs.org
159
16-
### 说明
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)
1714

18-
- 翻译前,请在此回复认领
19-
- 认领格式 :` 我翻译 + 文档序号` 即可
15+
## 教程(guide)文档翻译进度
2016

21-
## 以下所有文档所在目录为 `src/guide/xxx.md`
17+
> 以下所有文档所在目录为 `src/guide/xxx.md`
2218
2319
### Essentials 基础
2420

2521
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
2622
----- | ------- | ------------- | --- | --- | ---
27-
1 | 是 | installation.md | 安装 | @dingyiming | -
28-
2 | 否 | index.md | 介绍 | | @dingyiming
29-
3 | 是 | instance.md | 实例 | @dingyiming | -
30-
4 | × | syntax.md | 模板语法 | | |
31-
5 | 是 | computed.md | 计算属性 | @dingyiming | -
32-
6 | × | class-and-style.md | Class 与 Style 绑定 | |
33-
7 | 是 | conditional.md | 条件渲染 | @dingyiming | -
23+
1 | 是 | installation.md | 安装 | @dingyiming | @dingyiming
24+
2 | 否 | index.md | 介绍 | | @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
3430
8 | 是 | list.md | 列表渲染 | @tingtien | @tingtien
35-
9 | 是 | events.md | 事件处理器 | @dingyiming | -
36-
10 | 是 | forms.md | 表单控件绑定 | @dingyiming | -
31+
9 | 是 | events.md | 事件处理器 | @dingyiming | @dingyiming
32+
10 | 是 | forms.md | 表单控件绑定 | @dingyiming | @dingyiming
3733
11 | × | components.md | 组件 | | @ezreally
3834

3935
### Advanced 进阶
@@ -47,9 +43,9 @@ order: 2
4743
16 | 是 | custom-directive.md | 自定义指令 | @harrytospring | @harrytospring
4844
17 | 是 | mixins.md | 混合 | @harrytospring | @harrytospring
4945
18 | x | plugins.md | 插件 | | @hgcoder
50-
19 | x | single-file-components.md | 单文件组件 | |
46+
19 | x | single-file-components.md | 单文件组件 | | @ATLgo
5147
20 | 是 | routing.md | 路由 | @dingyiming | @dingyiming
52-
21 | x | state-management.md | 状态管理 | |
48+
21 | x | state-management.md | 状态管理 | | @dear-lizhihua
5349
22 | x | unit-testing.md | 单元测试 | | @70data
5450
23 | 是 | ssr.md | 服务端渲染 | @dingyiming | @dingyiming
5551
24 | x | migration.md | 1.x迁移 | | @harrytospring
@@ -59,4 +55,4 @@ order: 2
5955
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
6056
----- | ------- | ------------- | --- | --- | ---
6157
25 | x | comparison.md | 对比其他框架 | | @yongbolv @daix6
62-
26 | x | join.md | 加入Vue.js社区 | | @daix6
58+
26 | x | join.md | 加入Vue.js社区 | | @daix6

src/about/index.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,45 @@
11
---
2-
title: 关于翻译
2+
title: 参与指南
33
type: about
4-
order: 1
4+
order: 0
55
---
66

7+
> 原文地址:http://vuejs.org/guide/
8+
> 仓库:https://github.com/vuefe/vuejs.org
9+
710
- 加QQ群参与翻译: `427447379`
8-
- [翻译Guide认领](https://github.com/vuefe/vuejs.org/issues/1)
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+
16+
## 说明
17+
18+
- 翻译前,请在对应 issue 回复认领
19+
- 认领格式 :` 我翻译 + 文档序号` 即可
20+
- 支持多人协作翻译,冲突可以解决,认领过的,如果你觉着他太慢,可以再次认领,加速翻译,知道大家都是牺牲业余时间来贡献,所以慢也是可以理解的,慢就需要大家一起帮帮忙了!谢谢。
21+
22+
## 基础指引
23+
24+
## 基础环境
25+
26+
- `node lastest`
27+
- `npm lastest`
28+
- `npm i -g hexo`
29+
- `git bash`
30+
31+
## 主要步骤
32+
33+
- `github fork` 仓库代码到自己的账号下
34+
- `git clone fork` 的仓库代码到本地
35+
- 进入项目目录 ,`npm install` 安装依赖
36+
- `hexo s` 启动项目,浏览器打开 `localhost:4000` 查看当前文档情况,已支持browsersync热加载 ,可边改边看
37+
- 然后用自己喜欢的编辑器,比如`sublime text 3` 打开项目目录,找到 `src/guide` 目录 , 也就是当前文档翻译的目录,根据github 仓库中,认领issue中对照文件名.md ,认领自己打算翻译的内容,然后打开该文件就可以进行翻译了!
38+
![image](https://cloud.githubusercontent.com/assets/12537013/18859543/b6e3d724-84a7-11e6-9bb6-812c45c16782.png)
39+
40+
- 翻译完后,使用git 提交更新到自己的仓库,后,在`https://github.com/vuefe/vuejs.org/pulls` 提交合并请求
41+
![image](https://cloud.githubusercontent.com/assets/12537013/19106938/68c786fa-8b1c-11e6-8ea0-30f97cf1a83b.png)
42+
43+
- 在QQ群里呼叫群主,合并请求
44+
- 群主合并内容,并记录贡献, 更新在线静态站内容
45+

0 commit comments

Comments
 (0)