|
1 | 1 | ---
|
2 |
| -title: 参与指南 |
| 2 | +title: 贡献者 |
3 | 3 | type: about
|
4 |
| -order: 0 |
| 4 | +order: 1 |
5 | 5 | ---
|
6 | 6 |
|
7 |
| -> 目前急需校对 |
8 |
| -
|
9 |
| - |
10 |
| -## 参与要求 |
11 |
| - |
12 |
| -### 参与: |
13 |
| - |
14 |
| -- 加群参与 `42744737` |
15 |
| -- [发布网址:vuefe.cn](http://vuefe.cn/) |
16 |
| -- [翻译仓库](https://github.com/vuefe/vuejs.org) ,中文翻译分支 2.0-cn |
17 |
| -- [基础指引](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) |
18 |
| -- 参与API翻译:https://github.com/vuefe/vuejs.org/issues/44 |
19 |
| -- 参与Guide校对:https://github.com/vuefe/vuejs.org/issues/77 |
20 |
| -- 提出建议:https://github.com/vuefe/vuejs.org/issues/48 |
21 |
| -- 如果你看到错别字、漏译、错译,请直接提交 pr |
22 |
| - ([帮助](https://help.github.com/articles/using-pull-requests/))。 |
23 |
| -- 如果你看到网站问题,或者创建一个 issue,或者直接提交 pr。 |
24 |
| -- 如果你对已有翻译有异议,建议创建一个 issue 讨论。 |
25 |
| -- 如果你想修改英文内容,请去 [vuejs.org 项目][vuejs.org]。 |
26 |
| -- 如果你想求教 Vue.js 使用问题,请去[论坛][forum]。 |
27 |
| -- 如果你遇到 Vue.js 的问题,请去 [vue 项目][vue], |
28 |
| - 创建 issue 并提供演示。可以在 JSBin, JSFiddle, Codepen 等网站创建演示。 |
29 |
| - |
30 |
| -### 翻译要求 |
31 |
| - |
32 |
| -- 保持一致,清晰 |
33 |
| -- 汉字,字母,数字等之间以一个空格隔开。 |
34 |
| -- 中文使用中文符号,英文使用英文符号。 |
35 |
| -- 专有词注意大小写,如 HTML,CSS,JavaScript。 |
36 |
| -- 术语与已有译文保持一致,如果有异议请先在 issue 中讨论。 |
37 |
| -- 代码只翻译注释。 |
38 |
| -- 标题会转化为链接,文档其它地方可能会用到,所以标题应尽量简短, |
39 |
| - 在修改标题时搜索一下它是否还用在其它地方。 |
40 |
| - 同样的,在修改文档内链接时也应搜索一下。 |
41 |
| -- 校对后对应修改提交合并请求 |
42 |
| - |
43 |
| -### 统一固定词汇翻译 |
44 |
| - |
45 |
| -- Type => 类型 |
46 |
| -- See also => 另见 |
47 |
| -- Details => 详细 |
48 |
| -- Options => 选项 |
49 |
| -- Example => 示例 |
50 |
| -- Restriction => 限制 |
51 |
| -- default => 默认值 |
52 |
| -- prop => 特性(是指 一个 API 时候,不要翻译成中文) |
53 |
| -- attribute => 特性 |
54 |
| -- transition => 过渡 |
55 |
| - |
56 |
| -### 术语翻译对照 |
57 |
| - |
58 |
| -- attribute 特性 |
59 |
| -- transition 过渡 |
60 |
| - |
61 |
| -### 不翻译的术语 |
62 |
| - |
63 |
| -- getter |
64 |
| -- setter |
65 |
| -- prop(指API时) |
66 |
| - |
67 |
| -### 认领说明 |
68 |
| - |
69 |
| -- 参与前,请在对应issue认领 |
70 |
| -- 认领格式 : |
71 |
| - - 未完成 |
72 |
| - - [ ] 我校对 + `文档序号 ` |
73 |
| - |
74 |
| -- markdown语法 - 示例 |
75 |
| - |
76 |
| -```markdown |
77 |
| -- [ ] 我xx `1` |
78 |
| -``` |
79 |
| - |
80 |
| - - 完成后,打钩表示完成,并附带 发起的合并请求链接 |
81 |
| - - [x] 我校对 + `文档序号 ` + https://github.com/vuefe/vuejs.org/pull/65 (发起的合并请求链接) |
82 |
| - |
83 |
| -- markdown语法 - 示例 |
84 |
| - |
85 |
| -```markdown |
86 |
| -- [x] 我xx + `1 ` https://github.com/vuefe/vuejs.org/pull/65 (发起的合并请求链接) |
87 |
| -``` |
88 |
| - |
89 |
| -- 支持多人协作翻译,冲突可以解决,认领过的,如果你觉着他太慢,可以再次认领,加速翻译,知道大家都是牺牲业余时间来贡献,所以慢也是可以理解的,慢就需要大家一起帮帮忙了!谢谢。 |
90 |
| - |
91 |
| - |
92 | 7 | ## Guide 翻译贡献
|
93 | 8 |
|
94 | 9 | ### Essentials 基础
|
95 | 10 |
|
96 |
| -序号 | 是否完成 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对贡献者 |
97 |
| ------ | ------- | ------------- | --- | --- | --- | --- |
98 |
| -1 | 是 | installation.md | 安装 | [dingyiming](https://github.com/dingyiming) | |
99 |
| -2 | 是 | index.md | 介绍 | [hijiangtao](https://github.com/hijiangtao) | |
100 |
| -3 | 是 | instance.md | 实例 | [dingyiming](https://github.com/dingyiming) | |
101 |
| -4 | 是 | syntax.md | 模板语法 | [daix6](https://github.com/daix6) | |
102 |
| -5 | 是 | computed.md | 计算属 性 | [dingyiming](https://github.com/dingyiming) | |
103 |
| -6 | 是 | class-and-style.md | Class 与 Style 绑定 | [595074187](https://github.com/595074187) | |
104 |
| -7 | 是 | conditional.md | 条件渲染 | [dingyiming](https://github.com/dingyiming) | |
105 |
| -8 | 是 | list.md | 列表渲染 | [tingtien](https://github.com/tingtien) | |
106 |
| -9 | 是 | events.md | 事件处理器 | [dingyiming](https://github.com/dingyiming) | |
107 |
| -10 | 是 | forms.md | 表单控件绑定 | [dingyiming](https://github.com/dingyiming) | |
108 |
| -11 | 是 | components.md | 组件 | [ezreally](https://github.com/ezreally) | |
| 11 | +序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对贡献者 |
| 12 | +----- | ------------- | --- | --- | --- | --- |
| 13 | +1 | installation.md | 安装 | [dingyiming](https://github.com/dingyiming) | |
| 14 | +2 | index.md | 介绍 | [hijiangtao](https://github.com/hijiangtao) | |
| 15 | +3 | instance.md | 实例 | [dingyiming](https://github.com/dingyiming) | |
| 16 | +4 | syntax.md | 模板语法 | [daix6](https://github.com/daix6) | |
| 17 | +5 | computed.md | 计算属 性 | [dingyiming](https://github.com/dingyiming) | |
| 18 | +6 | class-and-style.md | Class 与 Style 绑定 | [595074187](https://github.com/595074187) | |
| 19 | +7 | conditional.md | 条件渲染 | [dingyiming](https://github.com/dingyiming) | |
| 20 | +8 | list.md | 列表渲染 | [tingtien](https://github.com/tingtien) | |
| 21 | +9 | events.md | 事件处理器 | [dingyiming](https://github.com/dingyiming) | |
| 22 | +10 | forms.md | 表单控件绑定 | [dingyiming](https://github.com/dingyiming) | |
| 23 | +11 | components.md | 组件 | [ezreally](https://github.com/ezreally) | |
109 | 24 |
|
110 | 25 | ### Advanced 进阶
|
111 | 26 |
|
112 |
| -序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者 |
113 |
| ------ | ------- | ------------- | --- | --- | --- |
114 |
| -12 | 是 | transitions.md | 过渡: 进入, 离开, 和 列表 | [awe](https://github.com/hilongjw) | |
115 |
| -13 | 是 | transitioning-state.md | 过渡状态 | [awe](https://github.com/hilongjw) | |
116 |
| -14 | 是 | render-function.md | Render 函数 | [awe](https://github.com/hilongjw) | |
117 |
| -15 | 是 | reactivity.md | 深入响应式原理 | [veaba](https://github.com/veaba) | |
118 |
| -16 | 是 | custom-directive.md | 自定义指令 | [harrytospring](https://github.com/harrytospring) | |
119 |
| -17 | 是 | mixins.md | 混合 | [harrytospring](https://github.com/harrytospring) | |
120 |
| -18 | 是 | plugins.md | 插件 | [hgcoder](https://github.com/hgcoder) | |
121 |
| -19 | 是 | single-file-components.md | 单文件组件 | [ATLgo](https://github.com/ATLgo) | |
122 |
| -20 | 是 | routing.md | 路由 | [dingyiming](https://github.com/dingyiming) | |
123 |
| -21 | 是 | state-management.md | 状态管理 | [dear-lizhihua](https://github.com/dear-lizhihua) | |
124 |
| -22 | 是 | unit-testing.md | 单元测试 | [70data](https://github.com/70data) | |
125 |
| -23 | 是 | ssr.md | 服务端渲染 | [dingyiming](https://github.com/dingyiming) | |
| 27 | +序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对贡献者 |
| 28 | +----- | ------------- | --- | --- | --- |
| 29 | +12 | transitions.md | 过渡: 进入, 离开, 和 列表 | [awe](https://github.com/hilongjw) | |
| 30 | +13 | transitioning-state.md | 过渡状态 | [awe](https://github.com/hilongjw) | |
| 31 | +14 | render-function.md | Render 函数 | [awe](https://github.com/hilongjw) | |
| 32 | +15 | reactivity.md | 深入响应式原理 | [veaba](https://github.com/veaba) | |
| 33 | +16 | custom-directive.md | 自定义指令 | [harrytospring](https://github.com/harrytospring) | |
| 34 | +17 | mixins.md | 混合 | [harrytospring](https://github.com/harrytospring) | |
| 35 | +18 | plugins.md | 插件 | [hgcoder](https://github.com/hgcoder) | |
| 36 | +19 | single-file-components.md | 单文件组件 | [ATLgo](https://github.com/ATLgo) | |
| 37 | +20 | routing.md | 路由 | [dingyiming](https://github.com/dingyiming) | |
| 38 | +21 | state-management.md | 状态管理 | [dear-lizhihua](https://github.com/dear-lizhihua) | |
| 39 | +22 | unit-testing.md | 单元测试 | [70data](https://github.com/70data) | |
| 40 | +23 | ssr.md | 服务端渲染 | [dingyiming](https://github.com/dingyiming) | |
126 | 41 |
|
127 | 42 | ### Migration 迁移
|
128 | 43 |
|
129 |
| -序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者 |
130 |
| ------ | ------- | ------------- | --- | --- | --- |
131 |
| -24 | 是 | migration.md | 1.x迁移 | [harrytospring](https://github.com/harrytospring) | |
132 |
| -27 | 是 | migration-vue-router.md | vue-router 0.7.x 迁移 | [forzajuve10](https://github.com/forzajuve10) | |
| 44 | +序号 | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对贡献者 |
| 45 | +----- | ------------- | --- | --- | --- |
| 46 | +24 | migration.md | 1.x迁移 | [harrytospring](https://github.com/harrytospring) | |
| 47 | +27 | migration-vue-router.md | vue-router 0.7.x 迁移 | [forzajuve10](https://github.com/forzajuve10) | |
133 | 48 |
|
134 | 49 | ### Meta 更多
|
135 | 50 |
|
136 |
| -序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者 |
137 |
| ------ | ------- | ------------- | --- | --- | --- | --- |
138 |
| -25 | 是 | comparison.md | 对比其他框架 | [yongbolv](https://github.com/yongbolv) | |
139 |
| -26 | 是 | join.md | 加入Vue.js社区 | [daix6](https://github.com/daix6) | |
| 51 | +序号 | | 对应文档文件名 | 中文标题 | 翻译贡献者 | 校对贡献者 |
| 52 | +----- | ------------- | --- | --- | --- | --- |
| 53 | +25 | comparison.md | 对比其他框架 | [yongbolv](https://github.com/yongbolv) | |
| 54 | +26 | join.md | 加入Vue.js社区 | [daix6](https://github.com/daix6) | |
140 | 55 |
|
141 | 56 | ## API翻译贡献
|
142 | 57 |
|
143 |
| -序号 | 是否完成 | 对应小节名称 | 中文标题 | 贡献者 | 校对贡献者 |
144 |
| ------ | ------- | ------------- | --- | --- | --- |
145 |
| -1 | 是 | Global Config | 全局配置 | @dear-lizhihua | |
146 |
| -2 | 是 | Global API | 全局API | @dear-lizhihua | |
147 |
| -3 | 是 | Options / Data | 选项 / 数据 | @dear-lizhihua | |
148 |
| -4 | 是 | Options / DOM | 选项 / DOM | @ATLgo | |
149 |
| -5 | 是 | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | @ATLgo | |
150 |
| -6 | 是 | Options / Assets | 选项 / 资源 | @dingyiming | |
151 |
| -7 | 是 | Options / Misc | 选项 / 杂项 | @dingyiming | |
152 |
| -8 | 是 | Instance Properties | 实例属性 | @coolzjy | |
153 |
| -9 | 是 | Instance Methods / Data | 实例方法 / 数据 | @dingyiming | |
154 |
| -10 | 是 | Instance Methods / Events | 实例方法 / 事件 | @mlyknown | |
155 |
| -11 | 是 | Instance Methods / Lifecycle | 实例方法 / 生命周期 | @mlyknown | |
156 |
| -12 | 是 | Directives | 指令| @dingyiming | |
157 |
| -13 | 是 | Special Attributes | 特殊元素 | @70data | |
158 |
| -14 | 是 | Built-In Components | 内置的组件 | @dear-lizhihua | |
159 |
| -15 | 是 | VNode Interface | VNode接口 | @70data | |
160 |
| -16 | 是 | Server-Side Rendering | 服务端渲染| @70data | |
| 58 | +序号 | 对应小节名称 | 中文标题 | 翻译贡献者 | 校对贡献者 |
| 59 | +----- | ------------- | --- | --- | --- |
| 60 | +1 | Global Config | 全局配置 | [dear-lizhihua](https://github.com/dear-lizhihua) | |
| 61 | +2 | Global API | 全局API | [dear-lizhihua](https://github.com/dear-lizhihua) | |
| 62 | +3 | Options / Data | 选项 / 数据 | [dear-lizhihua](https://github.com/dear-lizhihua) | |
| 63 | +4 | Options / DOM | 选项 / DOM | [ATLgo](https://github.com/ATLgo) | |
| 64 | +5 | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | [ATLgo](https://github.com/ATLgo) | |
| 65 | +6 | Options / Assets | 选项 / 资源 | [dingyiming](https://github.com/dingyiming) | |
| 66 | +7 | Options / Misc | 选项 / 杂项 | [dingyiming](https://github.com/dingyiming) | |
| 67 | +8 | Instance Properties | 实例属性 | [coolzjy](https://github.com/coolzjy) | |
| 68 | +9 | Instance Methods / Data | 实例方法 / 数据 | [dingyiming](https://github.com/dingyiming) | |
| 69 | +10 | Instance Methods / Events | 实例方法 / 事件 | [mlyknown](https://github.com/mlyknown) | |
| 70 | +11 | Instance Methods / Lifecycle | 实例方法 / 生命周期 | [mlyknown](https://github.com/mlyknown) | |
| 71 | +12 | Directives | 指令| [dingyiming](https://github.com/dingyiming) | |
| 72 | +13 | Special Attributes | 特殊元素 | [70data](https://github.com/70data) | |
| 73 | +14 | Built-In Components | 内置的组件 | [dear-lizhihua](https://github.com/dear-lizhihua) | |
| 74 | +15 | VNode Interface | VNode接口 | [70data](https://github.com/70data) | |
| 75 | +16 | Server-Side Rendering | 服务端渲染| [70data](https://github.com/70data)| |
161 | 76 |
|
162 | 77 | ## 示例翻译
|
163 | 78 |
|
164 |
| -贡献者 : [lindazhang102](https://github.com/lindazhang102) |
| 79 | +翻译贡献者 : [lindazhang102](https://github.com/lindazhang102) |
165 | 80 |
|
166 | 81 |
|
167 | 82 | ## 感谢所有参与翻译的朋友们!
|
0 commit comments