Skip to content

Commit e37a7bd

Browse files
authored
Merge pull request #17 from vuefe/2.0-cn
update
2 parents 05e074f + 88fea97 commit e37a7bd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
- [发布网址:vuefe.cn](http://vuefe.cn/)
1111
- [翻译仓库](https://github.com/vuefe/vuejs.org),中文翻译分支 2.0-cn
1212
- [基础指引](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
13+
- 参与API校对https://github.com/vuefe/vuejs.org/issues/44
1414
- 参与Guide校对:https://github.com/vuefe/vuejs.org/issues/77
1515
- 提出建议:https://github.com/vuefe/vuejs.org/issues/48
1616
- 如果你看到错别字、漏译、错译,请直接提交 pr
1717
[帮助](https://help.github.com/articles/using-pull-requests/))。
18-
- 如果你看到网站问题,或者创建一个 issue,或者直接提交 pr。
18+
- 如果你看到网站问题,或者创建一个 issue ,或者直接提交 pr
1919
- 如果你对已有翻译有异议,建议创建一个 issue 讨论。
2020
- 如果你想修改英文内容,请去 [vuejs.org 项目][vuejs.org]
2121
- 如果你想求教 Vue.js 使用问题,请去[论坛][forum]
2222
- 如果你遇到 Vue.js 的问题,请去 [vue 项目][vue]
23-
创建 issue 并提供演示。可以在 JSBin, JSFiddle, Codepen 等网站创建演示。
23+
   创建 issue 并提供演示。可以在 JSBinJSFiddle Codepen 等网站创建演示。
2424

2525
### 翻译要求
2626

2727
- 保持一致,清晰
2828
- 汉字,字母,数字等之间以一个空格隔开。
2929
- 中文使用中文符号,英文使用英文符号。
30-
- 专有词注意大小写,如 HTML,CSS,JavaScript。
30+
- 专有词注意大小写,如 HTML ,CSS ,JavaScript
3131
- 术语与已有译文保持一致,如果有异议请先在 issue 中讨论。
3232
- 代码只翻译注释。
33-
- 标题会转化为链接,文档其它地方可能会用到,所以标题应尽量简短
33+
- 标题会转化为链接,文档其它地方可能会用到,所以标题应尽量简短
3434
在修改标题时搜索一下它是否还用在其它地方。
3535
同样的,在修改文档内链接时也应搜索一下。
3636
- 校对后对应修改提交合并请求
@@ -57,7 +57,7 @@
5757

5858
- getter
5959
- setter
60-
- prop(指API时
60+
- prop(指 API 时
6161

6262
### 认领说明
6363

@@ -94,7 +94,7 @@
9494
2 | index.md | 介绍 | [hijiangtao](https://github.com/hijiangtao) |
9595
3 | instance.md | 实例 | [dingyiming](https://github.com/dingyiming) |
9696
4 | syntax.md | 模板语法 | [daix6](https://github.com/daix6) |
97-
5 | computed.md | 计算属 性 | [dingyiming](https://github.com/dingyiming) |
97+
5 | computed.md | 计算属性 | [dingyiming](https://github.com/dingyiming) |
9898
6 | class-and-style.md | Class 与 Style 绑定 | [595074187](https://github.com/595074187) |
9999
7 | conditional.md | 条件渲染 | [dingyiming](https://github.com/dingyiming) |
100100
8 | list.md | 列表渲染 | [tingtien](https://github.com/tingtien) |
@@ -106,7 +106,7 @@
106106

107107
序号 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
108108
----- | ------------- | --- | --- | ---
109-
12 | transitions.md | 过渡: 进入, 离开, 和 列表 | [awe](https://github.com/hilongjw) |
109+
12 | transitions.md | 过渡:进入,离开,和列表 | [awe](https://github.com/hilongjw) |
110110
13 | transitioning-state.md | 过渡状态 | [awe](https://github.com/hilongjw) |
111111
14 | render-function.md | Render 函数 | [awe](https://github.com/hilongjw) |
112112
15 | reactivity.md | 深入响应式原理 | [veaba](https://github.com/veaba) |
@@ -123,22 +123,22 @@
123123

124124
序号 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
125125
----- | ------- | ------------- | --- | ---
126-
24 | migration.md | 1.x迁移 | [harrytospring](https://github.com/harrytospring) |
126+
24 | migration.md | 1.x 迁移 | [harrytospring](https://github.com/harrytospring) |
127127
27 | migration-vue-router.md | vue-router 0.7.x 迁移 | [forzajuve10](https://github.com/forzajuve10) |
128128

129129
### Meta 更多
130130

131131
序号 | 对应文档文件名 | 中文标题 | 贡献者 | 校对贡献者
132132
----- | ------- | ------------- | --- | ---
133133
25 | comparison.md | 对比其他框架 | [yongbolv](https://github.com/yongbolv) |
134-
26 | join.md | 加入Vue.js社区 | [daix6](https://github.com/daix6) |
134+
26 | join.md | 加入 Vue.js 社区 | [daix6](https://github.com/daix6) |
135135

136136
## API翻译(已全部完成)贡献
137137

138138
序号 | 对应小节名称 | 中文标题 | 贡献者 | 校对贡献者
139139
----- | ------------- | --- | --- | ---
140140
1 | Global Config | 全局配置 | @dear-lizhihua |
141-
2 | Global API | 全局API | @dear-lizhihua |
141+
2 | Global API | 全局 API | @dear-lizhihua |
142142
3 | Options / Data | 选项 / 数据 | @dear-lizhihua |
143143
4 | Options / DOM | 选项 / DOM | @ATLgo |
144144
5 | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | @ATLgo |
@@ -151,7 +151,7 @@
151151
12 | Directives | 指令| @dingyiming |
152152
13 | Special Attributes | 特殊元素 | @70data |
153153
14 | Built-In Components | 内置的组件 | @dear-lizhihua |
154-
15 | VNode Interface | VNode接口 | @70data |
154+
15 | VNode Interface | VNode 接口 | @70data |
155155
16 | Server-Side Rendering | 服务端渲染| @70data |
156156

157157
## 示例翻译

0 commit comments

Comments
 (0)