diff --git a/public/help/zh/wiki_syntax_detailed_textile.html b/public/help/zh/wiki_syntax_detailed_textile.html
index 2f56bb5..8211add 100644
--- a/public/help/zh/wiki_syntax_detailed_textile.html
+++ b/public/help/zh/wiki_syntax_detailed_textile.html
@@ -125,11 +125,11 @@
- - Forums:
+
- 论坛:
- - forum#1 (link to forum with id 1
- - forum:Support (link to forum named Support)
- - forum:"Technical Support" (use double quotes if forum name contains spaces)
+ - forum#1 (链接至id为2的论坛)
+ - forum:Support (链接至名称为"Support"的论坛)
+ - forum:"Technical Support" (论坛名称包含空格时使用双引号表示)
@@ -145,16 +145,16 @@
- project#3 (链接至id为3的项目)
- project:someproject (链接至名称为"someproject"的项目)
- - project:"Some Project" (use double quotes for project name containing spaces)
+ - project:"Some Project" (项目名称包含空格时,使用双引号来表示)
- - News:
+
- 新闻:
- - news#2 (link to news item with id 2)
- - news:Greetings (link to news item named "Greetings")
- - news:"First Release" (use double quotes if news item name contains spaces)
+ - news#2 (链接至id为1的新闻)
+ - news:Greetings (链接至名称为"Greetings"的新闻)
+ - news:"First Release" (新闻名称包含空格时,使用双引号来表示)
diff --git a/public/help/zh/wiki_syntax_textile.html b/public/help/zh/wiki_syntax_textile.html
index d3de760..c077f75 100644
--- a/public/help/zh/wiki_syntax_textile.html
+++ b/public/help/zh/wiki_syntax_textile.html
@@ -37,9 +37,9 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
-Lists |
- | * Item 1 ** Sub * Item 2 | |
- | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
+列表 |
+ | * 列表项 1 ** Sub * 列表项 2 | |
+ | # 列表项 1 ## Sub # 列表项 2 | - 列表项 1
- 子项
- 列表项 2
|
标题 |
 | h1. 标题 1 | 标题 1 |
@@ -57,11 +57,11 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
| commit:f30e13e43 | 提交: f30e13e4 |
| source:some/file | 代码:source:some/file |
-Inline images |
+内嵌图片 |
 | !image_url! | |
| !attached_image! | |
-Tables |
+表格 |
|
|_. A |_. B |_. C | | A | B | C | |/2. row span | B | C | |\2. col span | |
@@ -70,8 +70,8 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
A | B | C |
A | B | C |
- row span | B | C |
- col span |
+ 行合并 | B | C |
+ 列合并 |