diff --git a/lang/ja/README b/lang/ja/README index bbeecb6e680..7725d7de5b4 100644 --- a/lang/ja/README +++ b/lang/ja/README @@ -1,7 +1,7 @@ MOODLE JAPANESE TRANSLATION ------------------------------------------------------- STARTED : November 21, 2002 -LAST MODIFIED: December 25, 2004 +LAST MODIFIED: December 26, 2004 Thanks to everyone who have supported our translation project! diff --git a/lang/ja/help/markdown.html b/lang/ja/help/markdown.html index cfee7a8d627..35bfa1fa5c2 100644 --- a/lang/ja/help/markdown.html +++ b/lang/ja/help/markdown.html @@ -253,17 +253,17 @@ Markdown -

atxスタイルヘッダを「閉じる」こともできます。これは純粋に装飾的なものです - 見た目が良くなる場合は使ってください。ハッシュの数はヘッダを開始する時に使用するハッシュの数に合致する必要はありません。( ヘッダを開始する時のハッシュ数は、ヘッダレベルを決定します。):

+

Atxスタイルヘッダを「閉じる」こともできます。これは純粋に装飾的なものです - 見た目が良くなる場合は使ってください。ハッシュの数はヘッダを開始する時に使用するハッシュの数に合致する必要はありません。( ヘッダを開始する時のハッシュ数は、ヘッダレベルを決定します。):

-
# This is an H1 #
+
# これは H1 です。 #
 
 
 
-## This is an H2 ##
+## これは H2 です。 ##
 
 
 
-### This is an H3 ######
+### これは H3 です。 ######
 
 
@@ -273,13 +273,9 @@ Markdown -

Markdown uses email-style > characters for blockquoting. If you’re - -familiar with quoting passages of text in an email message, then you - -know how to create a blockquote in Markdown. It looks best if you hard - -wrap the text and put a > before every line:

+

Markdownでは、E-メールと同じように > を引用に使用します。 +もし、あなたがメールメッセージの引用に慣れているのでしたら、Markdownでどのように引用を作成すればよいか分かるでしょう。 +ハードラップにして、各行の前に > を付けることで見栄えが最良になります:

@@ -299,9 +295,7 @@ wrap the text and put a > before every line:

-

Markdown allows you to be lazy and only put the > before the first - -line of a hard-wrapped paragraph:

+

Markdownでは、ハードラップした段落の最初の行のみに > コードを付けることもできます:

@@ -321,43 +315,38 @@ id sem consectetuer libero luctus adipiscing. -

Blockquotes can be nested (i.e. a blockquote-in-a-blockquote) by - -adding additional levels of >:

+

更に > コードを付けることで、引用をネスト ( 例 引用の中の引用 ) することができます:

- -
> This is the first level of quoting.
+
> これは最初の階層の引用です。
 
 >
 
-> > This is nested blockquote.
+> > これはネストした引用です。
 
 >
 
-> Back to the first level.
+> 最初の階層に戻ります。
 
 
-

Blockquotes can contain other Markdown elements, including headers, lists, - -and code blocks:

+

引用は、ヘッダー、リスト、コードブロック等、他のMarkdown要素を含むことができます:

-
> ## This is a header.
+
> ## これはヘッダーです。
 
 > 
 
-> 1.   This is the first list item.
+> 1.   これは最初のリストアイテムです。
 
-> 2.   This is the second list item.
+> 2.   これは2番目のリストアイテムです。
 
 > 
 
-> Here's some example code:
+> サンプルコードです:
 
 > 
 
@@ -366,62 +355,50 @@ and code blocks:

+

優れたテキストエディタでは、どれでもE-メールスタイルの引用を簡単に付けることができます。 +例えば、BBEditではテキストを選択して、テキストメニューより引用の階層レベルを増やすことができます。

-

Any decent text editor should make email-style quoting easy. For +

リスト

-example, with BBEdit, you can make a selection and choose Increase +

Markdownは、番号付きリスト(番号) と 番号無しリスト(黒丸) をサポートします。

-Quote Level from the Text menu.

+

番号無しリストは、アスタリスク、プラス、ハイフンのどれかで記述します:

-

Lists

+
*   赤
 
+*   緑
 
-
-

Markdown supports ordered (numbered) and unordered (bulleted) lists.

- - - -

Unordered lists use asterisks, pluses, and hyphens — interchangably - -— as list markers:

- - - -
*   Red
-
-*   Green
-
-*   Blue
+*   青
 
 
-

is equivalent to:

+

は下記と同じです:

-
+   Red
+
+   赤
 
-+   Green
++   緑
 
-+   Blue
++   青
 
 
-

and:

+

そして下記とも同じです:

-
-   Red
+
-   赤
 
--   Green
+-   緑
 
--   Blue
+-   青
 
 
diff --git a/lang/ja_utf8/help/markdown.html b/lang/ja_utf8/help/markdown.html index 6583e2eb17c..a37fcc23447 100644 --- a/lang/ja_utf8/help/markdown.html +++ b/lang/ja_utf8/help/markdown.html @@ -253,17 +253,17 @@ Markdown罧笈純鴻с篏睡с
-

atx鴻帥ゃс障膣膕茖蕋丞с - 荀翫篏帥c激ャ違紮篏睡激ャ違眼綽荀障( 紮激ユ違羆阪障):

+

Atx鴻帥ゃс障膣膕茖蕋丞с - 荀翫篏帥c激ャ違紮篏睡激ャ違眼綽荀障( 紮激ユ違羆阪障):

-
# This is an H1 #
+
#  H1 с #
 
 
 
-## This is an H2 ##
+##  H2 с ##
 
 
 
-### This is an H3 ######
+###  H3 с ######
 
 
@@ -273,13 +273,9 @@ Markdown罧笈純鴻с篏睡с -

Markdown uses email-style > characters for blockquoting. If you’re - -familiar with quoting passages of text in an email message, then you - -know how to create a blockquote in Markdown. It looks best if you hard - -wrap the text and put a > before every line:

+

MarkdownсE-<若 > 綣篏睡障 +<若<祉若吾綣cсMarkdownс綣篏違с +若茵 > 篁ц障:

@@ -299,9 +295,7 @@ wrap the text and put a > before every line:

-

Markdown allows you to be lazy and only put the > before the first - -line of a hard-wrapped paragraph:

+

Markdownс若罧笈純茵帥 > 潟若篁с障:

@@ -321,43 +315,38 @@ id sem consectetuer libero luctus adipiscing. -

Blockquotes can be nested (i.e. a blockquote-in-a-blockquote) by - -adding additional levels of >:

+

> 潟若篁с綣鴻 ( 箴 綣筝綣 ) с障:

- -
> This is the first level of quoting.
+
> 絮ゃ綣с
 
 >
 
-> > This is nested blockquote.
+> > 鴻綣с
 
 >
 
-> Back to the first level.
+> 絮ゃ祉障
 
 
-

Blockquotes can contain other Markdown elements, including headers, lists, - -and code blocks:

+

綣若鴻潟若膈篁Markdown荀膣с障:

-
> ## This is a header.
+
> ## 若с
 
 > 
 
-> 1.   This is the first list item.
+> 1.   鴻≪ゃс
 
-> 2.   This is the second list item.
+> 2.   2鴻≪ゃс
 
 > 
 
-> Here's some example code:
+> 泣潟潟若с:
 
 > 
 
@@ -366,62 +355,50 @@ and code blocks:

+

鴻c帥ссE-<若鴻帥ゃ綣膂≦篁с障 +箴違BBEditс鴻御鴻<ャ若綣絮ゃ紜с障

-

Any decent text editor should make email-style quoting easy. For +

-example, with BBEdit, you can make a selection and choose Increase +

Markdown垬鴻() 埇<鴻(藥筝) 泣若障

-Quote Level from the Text menu.

+

埇<鴻≪鴻帥鴻鴻ゃ潟ц菴違障:

-

Lists

+
*   莎
 
+*   膩
 
-
-

Markdown supports ordered (numbered) and unordered (bulleted) lists.

- - - -

Unordered lists use asterisks, pluses, and hyphens — interchangably - -— as list markers:

- - - -
*   Red
-
-*   Green
-
-*   Blue
+*   
 
 
-

is equivalent to:

+

筝荐с:

-
+   Red
+
+   莎
 
-+   Green
++   膩
 
-+   Blue
++   
 
 
-

and:

+

筝荐с:

-
-   Red
+
-   莎
 
--   Green
+-   膩
 
--   Blue
+-