Project

General

Profile

Patch #20911 » ja_textile_help_update.diff

Go MAEDA, 2015-10-06 12:32

View differences:

public/help/ja/wiki_syntax_detailed_textile.html (working copy)
120 120
        </ul>
121 121

  
122 122
        <ul>
123
            <li>Forums:
123
            <li>フォーラム:
124 124
                <ul>
125
                    <li><strong>forum#1</strong> (link to forum with id 1</li>
126
                    <li><strong>forum:Support</strong> (link to forum named Support)</li>
127
                    <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
125
                    <li><strong>forum#1</strong> (id 1のフォーラムへのリンク)</li>
126
                    <li><strong>forum:Support</strong> ("Support"という名前のフォーラムへのリンク)</li>
127
                    <li><strong>forum:"Technical Support"</strong> (フォーラム名に空白が含まれる場合はダブルクォーテーションで囲んでください)</li>
128 128
                </ul></li>
129 129
        </ul>
130 130

  
......
140 140
                <ul>
141 141
                    <li><strong>project#3</strong> (id 3のプロジェクトへのリンク)</li>
142 142
                    <li><strong>project:someproject</strong> ("someproject"という名前のプロジェクトへのリンク)</li>
143
                    <li><strong>project:"some project"</strong> (use double quotes if project name contains spaces)</li>
143
                    <li><strong>project:"some project"</strong> (プロジェクト名に空白が含まれる場合はダブルクォーテーションで囲んでください)</li>
144 144
                </ul></li>
145 145
        </ul>
146 146

  
147 147
        <ul>
148
            <li>News:
148
            <li>ニュース:
149 149
                <ul>
150
                    <li><strong>news#2</strong> (link to news item with id 2)</li>
151
                    <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
152
                    <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
150
                    <li><strong>news#2</strong> (id 2のニュースへのリンク)</li>
151
                    <li><strong>news:Greetings</strong> ("Greetings"というタイトルのニュースへのリンク)</li>
152
                    <li><strong>news:"First Release"</strong> (タイトルに空白が含まれる場合はダブルクォーテーションで囲んでください)</li>
153 153
                </ul></li>
154 154
        </ul>
155 155

  
......
301 301

  
302 302
    <h2><a name="13" class="wiki-page"></a>コードハイライト</h2>
303 303

  
304
    <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>
304
    <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>
305 305

  
306
    <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>
306
    <p>Wiki記法に対応している箇所であればどこでも以下の記述によりコードハイライトが利用できます (言語名・別名には大文字・小文字の区別はありません):</p>
307 307

  
308 308
<pre>
309 309
&lt;pre&gt;&lt;code class="ruby"&gt;
    (1-1/1)