diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-10-29 16:35:46 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-10-29 16:35:46 +0000 |
commit | 8a86d8107cae984aeab8c047d9866ea8bb006c3e (patch) | |
tree | 6eb4978f82fcd296df6a1a509f1d75d514dace8d /public/help | |
parent | 5dc21bdd718cf50210ad613de15e2d27058818f2 (diff) | |
download | redmine-8a86d8107cae984aeab8c047d9866ea8bb006c3e.tar.gz redmine-8a86d8107cae984aeab8c047d9866ea8bb006c3e.zip |
Japanese wiki_syntax_detailed_textile.html translation for 3.0-stable updated by Go MAEDA (#20911, #21105)
git-svn-id: http://svn.redmine.org/redmine/trunk@14761 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r-- | public/help/ja/wiki_syntax_detailed_textile.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/public/help/ja/wiki_syntax_detailed_textile.html b/public/help/ja/wiki_syntax_detailed_textile.html index 05b17819a..7493f2679 100644 --- a/public/help/ja/wiki_syntax_detailed_textile.html +++ b/public/help/ja/wiki_syntax_detailed_textile.html @@ -120,11 +120,11 @@ </ul> <ul> - <li>Forums: + <li>フォーラム: <ul> - <li><strong>forum#1</strong> (link to forum with id 1</li> - <li><strong>forum:Support</strong> (link to forum named Support)</li> - <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li> + <li><strong>forum#1</strong> (id 1のフォーラムへのリンク)</li> + <li><strong>forum:Support</strong> ("Support"という名前のフォーラムへのリンク)</li> + <li><strong>forum:"Technical Support"</strong> (フォーラム名に空白が含まれる場合はダブルクォーテーションで囲んでください)</li> </ul></li> </ul> @@ -140,16 +140,16 @@ <ul> <li><strong>project#3</strong> (id 3のプロジェクトへのリンク)</li> <li><strong>project:someproject</strong> ("someproject"という名前のプロジェクトへのリンク)</li> - <li><strong>project:"some project"</strong> (use double quotes if project name contains spaces)</li> + <li><strong>project:"some project"</strong> (プロジェクト名に空白が含まれる場合はダブルクォーテーションで囲んでください)</li> </ul></li> </ul> <ul> - <li>News: + <li>ニュース: <ul> - <li><strong>news#2</strong> (link to news item with id 2)</li> - <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li> - <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li> + <li><strong>news#2</strong> (id 2のニュースへのリンク)</li> + <li><strong>news:Greetings</strong> ("Greetings"というタイトルのニュースへのリンク)</li> + <li><strong>news:"First Release"</strong> (タイトルに空白が含まれる場合はダブルクォーテーションで囲んでください)</li> </ul></li> </ul> |