diff options
author | Go MAEDA <maeda@farend.jp> | 2018-06-11 00:26:35 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-06-11 00:26:35 +0000 |
commit | 85fe2b8fa41951f7c3cbf19ab867f976f6ee34b4 (patch) | |
tree | e9a2158092bc74ee20de8708696df4a90236622e /public/help | |
parent | 6a2867a701253eddc8f04ec84c86e07203b4b6b4 (diff) | |
download | redmine-85fe2b8fa41951f7c3cbf19ab867f976f6ee34b4.tar.gz redmine-85fe2b8fa41951f7c3cbf19ab867f976f6ee34b4.zip |
Japanese wiki help translation update (#28998).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17383 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r-- | public/help/ja/wiki_syntax_detailed_markdown.html | 2 | ||||
-rw-r--r-- | public/help/ja/wiki_syntax_detailed_textile.html | 2 |
2 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 34e661e17..545166a0d 100644 --- a/public/help/ja/wiki_syntax_detailed_markdown.html +++ b/public/help/ja/wiki_syntax_detailed_markdown.html @@ -24,7 +24,7 @@ <ul> <li><strong>[[Guide]]</strong> "Guide"という名称のページへのリンク: <a href="#" class="wiki-page">Guide</a></li> <li><strong>[[Guide#further-reading]]</strong> "Guide"というページ内の"further-reading"というアンカーに飛びます。見出しには自動的にアンカーが設定されるのでこのようにリンク先とすることができます: <a href="#" class="wiki-page">Guide</a></li> - <li><strong>[[#further-reading]]</strong> link to the anchor "further-reading" of the current page: <a href="#" class="wiki-page">#further-reading</a></li> + <li><strong>[[#further-reading]]</strong> 同じページ内のアンカー"further-reading"へのリンク: <a href="#" class="wiki-page">#further-reading</a></li> <li><strong>[[Guide|User manual]]</strong> "Guide"というページへのリンクを異なるテキストで表示: <a href="#" class="wiki-page">User manual</a></li> </ul> diff --git a/public/help/ja/wiki_syntax_detailed_textile.html b/public/help/ja/wiki_syntax_detailed_textile.html index afe81b7cd..49aa3d240 100644 --- a/public/help/ja/wiki_syntax_detailed_textile.html +++ b/public/help/ja/wiki_syntax_detailed_textile.html @@ -24,7 +24,7 @@ <ul> <li><strong>[[Guide]]</strong> "Guide"という名称のページへのリンク: <a href="#" class="wiki-page">Guide</a></li> <li><strong>[[Guide#further-reading]]</strong> "Guide"というページ内の"further-reading"というアンカーに飛びます。見出しには自動的にアンカーが設定されるのでこのようにリンク先とすることができます: <a href="#" class="wiki-page">Guide</a></li> - <li><strong>[[#further-reading]]</strong> link to the anchor "further-reading" of the current page: <a href="#" class="wiki-page">#further-reading</a></li> + <li><strong>[[#further-reading]]</strong> 同じページ内のアンカー"further-reading"へのリンク: <a href="#" class="wiki-page">#further-reading</a></li> <li><strong>[[Guide|User manual]]</strong> "Guide"というページへのリンクを異なるテキストで表示: <a href="#" class="wiki-page">User manual</a></li> </ul> |