diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-10-29 16:51:35 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-10-29 16:51:35 +0000 |
commit | 202fe0b86b0f50bcdb2b7985ae8d67b2f8c0a54c (patch) | |
tree | b8fc3bcb164345ed6c4e88577cfa0cf52d30e064 /public/help | |
parent | 8a86d8107cae984aeab8c047d9866ea8bb006c3e (diff) | |
download | redmine-202fe0b86b0f50bcdb2b7985ae8d67b2f8c0a54c.tar.gz redmine-202fe0b86b0f50bcdb2b7985ae8d67b2f8c0a54c.zip |
Japanese wiki_syntax_detailed_textile.html translation for trunk updated by Go MAEDA (#20911)
git-svn-id: http://svn.redmine.org/redmine/trunk@14765 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r-- | public/help/ja/wiki_syntax_detailed_textile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/help/ja/wiki_syntax_detailed_textile.html b/public/help/ja/wiki_syntax_detailed_textile.html index 7493f2679..562d1dad8 100644 --- a/public/help/ja/wiki_syntax_detailed_textile.html +++ b/public/help/ja/wiki_syntax_detailed_textile.html @@ -301,9 +301,9 @@ To go live, all you need to add is a database and a web server. <h2><a name="13" class="wiki-page"></a>コードハイライト</h2> - <p>Redmineのコードハイライトは <a href="http://coderay.rubychan.de/" class="external">CodeRay</a> という、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.</p> + <p>Redmineのコードハイライトは <a href="http://coderay.rubychan.de/" class="external">CodeRay</a> という、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, yaml (yml) に対応しています。括弧内の名前はコードハイライトの指定時に利用できる別名です。</p> - <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p> + <p>Wiki記法に対応している箇所であればどこでも以下の記述によりコードハイライトが利用できます (言語名・別名には大文字・小文字の区別はありません):</p> <pre> <pre><code class="ruby"> |