summaryrefslogtreecommitdiffstats
path: root/public/help
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-03-03 13:49:10 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-03-03 13:49:10 +0000
commit4f8ecfe848e202af3b88cb7245c1697443cd5007 (patch)
tree695bacf7e0668ebc4dd1be34b4bbb39955b00e7d /public/help
parent7183e2f49e223e1c69b1da490a721cdb2551dba5 (diff)
downloadredmine-4f8ecfe848e202af3b88cb7245c1697443cd5007.tar.gz
redmine-4f8ecfe848e202af3b88cb7245c1697443cd5007.zip
Merged r15179 from trunk to 3.2-stable (#22009)
Japanese wiki syntax (Markdown) translation for 3.2-stable updated by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15181 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r--public/help/ja/wiki_syntax_detailed_markdown.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/help/ja/wiki_syntax_detailed_markdown.html b/public/help/ja/wiki_syntax_detailed_markdown.html
index a7ffe0e56..fc36822ce 100644
--- a/public/help/ja/wiki_syntax_detailed_markdown.html
+++ b/public/help/ja/wiki_syntax_detailed_markdown.html
@@ -297,9 +297,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>Default code highlightment relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, 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.</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>
~~~ ruby