From 47c1e77209aad68cc92a4ad855f398a2d68d252e Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 8 Sep 2016 15:15:24 +0000 Subject: [PATCH] Merged r15826 from trunk to 3.2-stable (#23387) Traditional Chinese textile and markdown detailed help translation for 3.2-stable by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15833 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/zh-tw/wiki_syntax_detailed_markdown.html | 4 ++-- public/help/zh-tw/wiki_syntax_detailed_textile.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/help/zh-tw/wiki_syntax_detailed_markdown.html b/public/help/zh-tw/wiki_syntax_detailed_markdown.html index 9a8127c39..b0fe73ea7 100644 --- a/public/help/zh-tw/wiki_syntax_detailed_markdown.html +++ b/public/help/zh-tw/wiki_syntax_detailed_markdown.html @@ -297,9 +297,9 @@ It can be expanded by clicking a link.

程式碼醒目提示

-

Default code highlightment relies on CodeRay, a fast syntax highlighting library written completely in Ruby. It currently supports c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) languages, where the names inside parentheses are aliases.

+

預設使用 CodeRay作為程式碼醒目提示的機制,它是一個使用 Ruby 撰寫的語法醒目提示函式庫。 目前支援 c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) 等語言,括弧中的名稱是該語言的別名。

-

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

+

您可載任何支援 Wiki 格式設定的地方,使用這個語法來醒目提示程式碼 (注意語言與其別名的名稱不須區分大小寫):

 ~~~ ruby
diff --git a/public/help/zh-tw/wiki_syntax_detailed_textile.html b/public/help/zh-tw/wiki_syntax_detailed_textile.html
index 0d4e45bfc..8a2458901 100644
--- a/public/help/zh-tw/wiki_syntax_detailed_textile.html
+++ b/public/help/zh-tw/wiki_syntax_detailed_textile.html
@@ -301,9 +301,9 @@ It can be expanded by clicking a link.
 
     

程式碼醒目提示

-

預設使用 CodeRay 作為程式碼醒目提示的機制,它是一個使用 Ruby 撰寫的語法醒目提示函式庫。It currently supports c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) languages, where the names inside parentheses are aliases.

+

預設使用 CodeRay 作為程式碼醒目提示的機制,它是一個使用 Ruby 撰寫的語法醒目提示函式庫。目前支援 c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) 等語言,括弧中的名稱是該語言的別名。

-

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

+

您可載任何支援 Wiki 格式設定的地方,使用這個語法來醒目提示程式碼 (注意語言與其別名的名稱不須區分大小寫):

 <pre><code class="ruby">
-- 
2.39.5