Skip to content

Commit e36d42a

Browse files
authored
Update index.xml
Translate some English sentences to Chinese sentences.
1 parent 2f5ec17 commit e36d42a

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

src/site/zh/xdoc/index.xml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ MyBatis 数据映射器和 SqlSession 到业务层的 bean 中。
6161
这两个框架还有和它们有关的术语,本手册中不会提供二者的基本内容,安装和配置教程。
6262
</p>
6363
<p>
64-
MyBatis-Spring requires Java 5 or higher and the following MyBatis and Spring versions:
64+
MyBatis-Spring要求Java5及以上版本还有下面列出的MyBatis和Spring版本:
6565
</p>
6666
<table>
6767
<thead>
@@ -80,13 +80,13 @@ MyBatis 数据映射器和 SqlSession 到业务层的 bean 中。
8080
<tbody>
8181
<tr>
8282
<td>
83-
1.0.0 and 1.0.1
83+
1.0.0 1.0.1
8484
</td>
8585
<td>
86-
3.0.1 to 3.0.5
86+
3.0.1 3.0.5
8787
</td>
8888
<td>
89-
3.0.0 or higher
89+
3.0.0 或以上
9090
</td>
9191
</tr>
9292
<tr>
@@ -97,18 +97,18 @@ MyBatis 数据映射器和 SqlSession 到业务层的 bean 中。
9797
3.0.6
9898
</td>
9999
<td>
100-
3.0.0 or higher
100+
3.0.0 或以上
101101
</td>
102102
</tr>
103103
<tr>
104104
<td>
105105
1.1.0
106106
</td>
107107
<td>
108-
3.1.0 or higher
108+
3.1.0 或以上
109109
</td>
110110
<td>
111-
3.0.0 or higher
111+
3.0.0 或以上
112112
</td>
113113
</tr>
114114
</tbody>
@@ -128,18 +128,16 @@ Giovanni Cuccu,Raj Nagappan和Tomas Pinos的贡献;而Simone Tripodi发现了这
128128

129129
<subsection name="Help make this documentation better…">
130130
<p>
131-
If you find this documentation lacking in any way, or missing
132-
documentation for a feature, then the best thing to do is learn
133-
about it and then write the documentation yourself!
131+
如果你以任何方式发现文档的缺失,或者文档缺少某一个功能点,最好的方式是你学习它
132+
并自己写文档!
134133
</p>
135134
<p>
136-
Sources of this manual are available in xdoc format at
135+
手册的xdoc方式的来源可用地址:
137136
<a href="https://github.com/mybatis/spring/tree/master/src/site">project's Git </a>
138-
Fork the repository, update them and send a pull request.
137+
Fork仓库,更新它并提交合并的请求吧。
139138
</p>
140139
<p>
141-
You’re the best author of this documentation, people like you have
142-
to read it!
140+
你是该文档最好的作者,像你一样大家都要阅读它!
143141
</p>
144142
</subsection>
145143
</section>

0 commit comments

Comments
 (0)