]> git.mjollnir.org Git - moodle.git/commitdiff
translated some.
authormits <mits>
Mon, 8 Nov 2004 05:29:50 +0000 (05:29 +0000)
committermits <mits>
Mon, 8 Nov 2004 05:29:50 +0000 (05:29 +0000)
lang/ja/README
lang/ja/block_course_summary.php
lang/ja/help/markdown.html
lang/ja_utf8/block_course_summary.php
lang/ja_utf8/help/markdown.html

index ef58507f8a83965075abf1e79a415761548480a3..2030084f38b000d1117219a91e93a13b08ca02ee 100644 (file)
@@ -1,7 +1,7 @@
 MOODLE JAPANESE TRANSLATION
 -------------------------------------------------------
 STARTED      : November 21, 2002
-LAST MODIFIED: November 4, 2004
+LAST MODIFIED: November 8, 2004
 
 Thanks to everyone who have supported our translation project!
 
index e88230df6937853b83ec8dab221c4f44697075d1..de1327589b7ed03a345d4fff5ad87267837b3af3 100644 (file)
@@ -1,8 +1,8 @@
 <?php // $Id$ 
-      // block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
+      // block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004110200)
 
 
-$string['coursesummary'] = '¥³¡¼¥¹³µÍ×';
+$string['blockname'] = '¥³¡¼¥¹³µÍ×';
 $string['pagedescription'] = '¥³¡¼¥¹/¥µ¥¤¥ÈÀâÌÀ';
 $string['thischarset'] = 'EUC-JP';
 $string['thisdirection'] = 'ltr';
index 02232dcc01fe61b3cde53727f4ce4d1c4e7ab84d..3791084db2c74a29271f515f37c1d46917a94335 100644 (file)
@@ -141,140 +141,66 @@ Markdown
 
 <h3 id="autoescape">¥¹¥Ú¥·¥ã¥ë¥­¥ã¥é¥¯¥¿¤Î¼«Æ°¥¨¥¹¥±¡¼¥×</h3>
 
+<p>HTML¤Ë¤ÏÆÃÊ̤˰·¤¦É¬ÍפΤ¢¤ë2¤Ä¤Îʸ»ú¤¬¤¢¤ê¤Þ¤¹: <code>&lt;</code> ¤È <code>&amp;</code>¤Ç¤¹¡£º¸¸°³ç¸Ì¥¿¥°¤Î³«»Ï¤Ë»ÈÍѤ·¡¢¥¢¥ó¥Ñ¥µ¥ó¥É¤ÏHTML¥¨¥ó¥Æ¥£¥Æ¥£¡¼¤ò¼¨¤¹¤¿¤á¤Ë»ÈÍѤ·¤Þ¤¹¡£
+¤³¤ì¤é¤Îʸ»ú¤ò»ÈÍѤ¹¤ë¾ì¹ç¤Ï¡¢¥¨¥ó¥Æ¥£¥Æ¥£¡¼¤È¤·¤Æ¥¨¥¹¥±¡¼¥×¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£Îã¡¢<code>&amp;lt;</code> ¤È <code>&amp;amp;</code>¤Ç¤¹¡£</p>
 
-
-<p>In HTML, there are two characters that demand special treatment: <code>&lt;</code>
-
-and <code>&amp;</code>. Left angle brackets are used to start tags; ampersands are
-
-used to denote HTML entities. If you want to use them as literal
-
-characters, you must escape them as entities, e.g. <code>&amp;lt;</code>, and
-
-<code>&amp;amp;</code>.</p>
-
-
-
-<p>Ampersands in particular are bedeviling for web writers. If you want to
-
-write about &#8216;AT&amp;T&#8217;, you need to write &#8216;<code>AT&amp;amp;T</code>&#8217;. You even need to
-
-escape ampersands within URLs. Thus, if you want to link to:</p>
-
-
+<p>ÆÃ¤Ë¥¢¥ó¥Ñ¥µ¥ó¥É¤Ï¡¢¥Û¡¼¥à¥Ú¡¼¥¸À½ºî¼Ôµã¤«¤»¤Î¸ºß¤Ç¤¹¡£&#8216;AT&amp;T&#8217;¤È½ñ¤­¤¿¤¤¾ì¹ç¡¢&#8216;<code>AT&amp;amp;T</code>&#8217;¤È½ñ¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹¡£
+¹¹¤Ë¡¢URL¤ÎÃæ¤Ç¤â¥¢¥ó¥Ñ¥µ¥ó¥É¤ò¥¨¥¹¥±¡¼¥×¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£½¾¤Ã¤Æ¡¢¼¡¤Î¤è¤¦¤Ë¥ê¥ó¥¯¤·¤¿¤¤¾ì¹ç:</p>
 
 <pre><code>http://images.google.com/images?num=30&amp;q=larry+bird
 
 </code></pre>
 
-
-
-<p>you need to encode the URL as:</p>
-
-
+<p>¥¢¥ó¥«¡¼¥¿¥°<code>href</code>¤Î°À­¤Ë¤ª¤¤¤Æ¡¢URL¤ò¼¡¤Î¤è¤¦¤Ë¥¨¥ó¥³¡¼¥É¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹:</p>
 
 <pre><code>http://images.google.com/images?num=30&amp;amp;q=larry+bird
 
 </code></pre>
 
+<p>¸À¤¦¤Þ¤Ç¤â¤Ê¤¯¡¢¤³¤Î¤³¤È¤Ï˺¤ì¤ä¤¹¤¯¡¢¶²¤é¤¯Å¬Àڤ˥ޡ¼¥¯¥¢¥Ã¥×¤µ¤ì¤¿¥¦¥§¥Ö¥µ¥¤¥È¤ÇHTMLÂÅÅöÀ­¥¨¥é¡¼¤¬È¯À¸¤¹¤ëºÇ¤â°ìÈÌŪ¤Ê¸¶°ø¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£</p>
 
+<p>Markdown¤ÏɬÍפ˱þ¤¸¤Æ¥¨¥¹¥±¡¼¥×½èÍý¤ò¹Ô¤¤¤Þ¤¹¤Î¤Ç¡¢¤¢¤Ê¤¿¤Ï¤³¤ì¤é¤Îʸ»ú¤ò¼«Á³¤Ë»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£
+¥¢¥ó¥Ñ¥µ¥ó¥É¤òHTML¥¨¥ó¥Æ¥£¥Æ¥£¡¼¤Î°ìÉô¤È¤·¤Æ»ÈÍѤ·¤¿¤¤¾ì¹ç¤Ï¡¢¤½¤Î¤Þ¤Þ¤Î¾õÂ֤ˤµ¤ì¤Þ¤¹¡£¤½¤¦¤Ç̵¤¤¾ì¹ç¤Ï¡¢<code>&amp;amp;</code>¤Ë¥¨¥ó¥³¡¼¥É¤µ¤ì¤Þ¤¹¡£</p>
 
-<p>in your anchor tag <code>href</code> attribute. Needless to say, this is easy to
-
-forget, and is probably the single most common source of HTML validation
-
-errors in otherwise well-marked-up web sites.</p>
-
-
-
-<p>Markdown allows you to use these characters naturally, taking care of
-
-all the necessary escaping for you. If you use an ampersand as part of
-
-an HTML entity, it remains unchanged; otherwise it will be translated
-
-into <code>&amp;amp;</code>.</p>
-
-
-
-<p>So, if you want to include a copyright symbol in your article, you can write:</p>
-
-
+<p>¤Ç¤¹¤«¤é¡¢¤¢¤Ê¤¿¤¬Ãøºî¸¢µ­¹æ¤òµ­»ö¤ËÆþ¤ì¤¿¤¤¾ì¹ç¤Ï¡¢¼¡¤Î¤è¤¦¤Ëµ­½Ò¤Ç¤­¤Þ¤¹:</p>
 
 <pre><code>&amp;copy;
 
 </code></pre>
 
-
-
-<p>and Markdown will leave it alone. But if you write:</p>
-
-
+<p>Markdown¤Ï¥¢¥ó¥Ñ¥µ¥ó¥É¤ò¤½¤Î¤Þ¤Þ¤Ë¤·¤Þ¤¹¡£¤·¤«¤·¡¢¼¡¤Î¤è¤¦¤Ëµ­½Ò¤¹¤ë¤È:</p>
 
 <pre><code>AT&amp;T
 
 </code></pre>
 
-
-
-<p>Markdown will translate it to:</p>
-
-
+<p>Markdown¤Ï¼¡¤Î¤è¤¦¤Ë¥¨¥ó¥³¡¼¥É¤·¤Þ¤¹:</p>
 
 <pre><code>AT&amp;amp;T
 
 </code></pre>
 
-
-
-<p>Similarly, because Markdown supports <a href="#html">inline HTML</a>, if you use
-
-angle brackets as delimiters for HTML tags, Markdown will treat them as
-
-such. But if you write:</p>
-
-
+<p>ƱÍͤˡ¢Markdown¤Ï<a href="#html">inline HTML</a>¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤¹¡£¸°³ç¸Ì¤òHTML¤Î¶èÀÚ¤êʸ»ú¤È¤·¤Æ»ÈÍѤ¹¤ë¾ì¹ç¡¢Markdown¤Ï¸°³ç¸Ì¤ò¤½¤Î¤Þ¤Þ¤Ë¤·¤Þ¤¹¡£¤·¤«¤·¡¢¼¡¤Î¤è¤¦¤Ëµ­½Ò¤¹¤ë¤È:</p>
 
 <pre><code>4 &lt; 5
 
 </code></pre>
 
-
-
-<p>Markdown will translate it to:</p>
-
-
+<p>Markdown¤Ï¼¡¤Î¤è¤¦¤Ë¥¨¥ó¥³¡¼¥É¤·¤Þ¤¹:</p>
 
 <pre><code>4 &amp;lt; 5
 
 </code></pre>
 
-
-
-<p>However, inside Markdown code spans and blocks, angle brackets and
-
-ampersands are <em>always</em> encoded automatically. This makes it easy to use
-
-Markdown to write about HTML code. (As opposed to raw HTML, which is a
-
-terrible format for writing about HTML syntax, because every single <code>&lt;</code>
-
-and <code>&amp;</code> in your example code needs to be escaped.)</p>
-
-
+<p>¤·¤«¤·¡¢Markdown¥³¡¼¥Éspans¤Èblocks¤ÎÃæ¤Ç¤Ï¡¢¸°³ç¸Ì¡¢¥¢¥ó¥Ñ¥µ¥ó¥É¤Ï<em>¾ï¤Ë</em>¼«Æ°Åª¤Ë¥¨¥ó¥³¡¼¥É¤µ¤ì¤Þ¤¹¡£¤³¤Î¤³¤È¤Ë¤è¤ê¡¢Markdown¤ò»ÈÍѤ¹¤ë¤È´Êñ¤ËHTML¥³¡¼¥É¤òµ­½Ò¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£
+(µÕ¤Ë¡¢À¸¤ÎHTML¤ÇHTML¥·¥ó¥¿¥Ã¥¯¥¹¤òµ­½Ò¤¹¤ë¤È¹ó¤¤¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£¤¢¤Ê¤¿¤Î¥µ¥ó¥×¥ë¥³¡¼¥ÉÆâ¤ÎÁ´¤Æ¤Î <code>&lt;</code> ¤È <code>&amp;</code> ¤ò¥¨¥¹¥±¡¼¥×¤¹¤ëɬÍפ¬¤¢¤ë¤«¤é¤Ç¤¹¡£)</p>
 
 <hr />
 
-
-
 <h2 id="block">¥Ö¥í¥Ã¥¯Í×ÁÇ</h2>
 
-
-
 <h3 id="p">ÃÊÍî¤È²þ¹Ô</h3>
 
-
-
 <p>A paragraph is simply one or more consecutive lines of text, separated
 
 by one or more blank lines. (A blank line is any line that looks like a
index 60ebbf544d6bc9d6d43eeb6358e51acaab87c2aa..b0ab8356e1461919e019fa64db06fdb66f39bf20 100644 (file)
@@ -1,8 +1,8 @@
 <?php // $Id$ 
-      // block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
+      // block_course_summary.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004110200)
 
 
-$string['coursesummary'] = 'コース概要';
+$string['blockname'] = 'コース概要';
 $string['pagedescription'] = 'コース/サイト説明';
 $string['thischarset'] = 'UTF-8';
 $string['thisdirection'] = 'ltr';
index 3f1f720b5e7db5548f8865386f6bbf02dd89fe48..a2e515de2ed8a1e503039ba667e113b26b72f2c3 100644 (file)
@@ -141,140 +141,66 @@ Markdown段落、リスト、ヘッダのどこでも使用することができ
 
 <h3 id="autoescape">スペシャルキャラクタの自動エスケープ</h3>
 
+<p>HTMLには特別に扱う必要のある2つの文字があります: <code>&lt;</code> と <code>&amp;</code>です。左鍵括弧タグの開始に使用し、アンパサンドはHTMLエンティティーを示すために使用します。
+これらの文字を使用する場合は、エンティティーとしてエスケープする必要があります。例、<code>&amp;lt;</code> と <code>&amp;amp;</code>です。</p>
 
-
-<p>In HTML, there are two characters that demand special treatment: <code>&lt;</code>
-
-and <code>&amp;</code>. Left angle brackets are used to start tags; ampersands are
-
-used to denote HTML entities. If you want to use them as literal
-
-characters, you must escape them as entities, e.g. <code>&amp;lt;</code>, and
-
-<code>&amp;amp;</code>.</p>
-
-
-
-<p>Ampersands in particular are bedeviling for web writers. If you want to
-
-write about &#8216;AT&amp;T&#8217;, you need to write &#8216;<code>AT&amp;amp;T</code>&#8217;. You even need to
-
-escape ampersands within URLs. Thus, if you want to link to:</p>
-
-
+<p>特にアンパサンドは、ホームページ製作者泣かせの存在です。&#8216;AT&amp;T&#8217;と書きたい場合、&#8216;<code>AT&amp;amp;T</code>&#8217;と書く必要があります。
+更に、URLの中でもアンパサンドをエスケープする必要があります。従って、次のようにリンクしたい場合:</p>
 
 <pre><code>http://images.google.com/images?num=30&amp;q=larry+bird
 
 </code></pre>
 
-
-
-<p>you need to encode the URL as:</p>
-
-
+<p>アンカータグ<code>href</code>の属性において、URLを次のようにエンコードする必要があります:</p>
 
 <pre><code>http://images.google.com/images?num=30&amp;amp;q=larry+bird
 
 </code></pre>
 
+<p>言うまでもなく、このことは忘れやすく、恐らく適切にマークアップされたウェブサイトでHTML妥当性エラーが発生する最も一般的な原因となっています。</p>
 
+<p>Markdownは必要に応じてエスケープ処理を行いますので、あなたはこれらの文字を自然に使うことができます。
+アンパサンドをHTMLエンティティーの一部として使用したい場合は、そのままの状態にされます。そうで無い場合は、<code>&amp;amp;</code>にエンコードされます。</p>
 
-<p>in your anchor tag <code>href</code> attribute. Needless to say, this is easy to
-
-forget, and is probably the single most common source of HTML validation
-
-errors in otherwise well-marked-up web sites.</p>
-
-
-
-<p>Markdown allows you to use these characters naturally, taking care of
-
-all the necessary escaping for you. If you use an ampersand as part of
-
-an HTML entity, it remains unchanged; otherwise it will be translated
-
-into <code>&amp;amp;</code>.</p>
-
-
-
-<p>So, if you want to include a copyright symbol in your article, you can write:</p>
-
-
+<p>ですから、あなたが著作権記号を記事に入れたい場合は、次のように記述できます:</p>
 
 <pre><code>&amp;copy;
 
 </code></pre>
 
-
-
-<p>and Markdown will leave it alone. But if you write:</p>
-
-
+<p>Markdownはアンパサンドをそのままにします。しかし、次のように記述すると:</p>
 
 <pre><code>AT&amp;T
 
 </code></pre>
 
-
-
-<p>Markdown will translate it to:</p>
-
-
+<p>Markdownは次のようにエンコードします:</p>
 
 <pre><code>AT&amp;amp;T
 
 </code></pre>
 
-
-
-<p>Similarly, because Markdown supports <a href="#html">inline HTML</a>, if you use
-
-angle brackets as delimiters for HTML tags, Markdown will treat them as
-
-such. But if you write:</p>
-
-
+<p>同様に、Markdownは<a href="#html">inline HTML</a>をサポートします。鍵括弧をHTMLの区切り文字として使用する場合、Markdownは鍵括弧をそのままにします。しかし、次のように記述すると:</p>
 
 <pre><code>4 &lt; 5
 
 </code></pre>
 
-
-
-<p>Markdown will translate it to:</p>
-
-
+<p>Markdownは次のようにエンコードします:</p>
 
 <pre><code>4 &amp;lt; 5
 
 </code></pre>
 
-
-
-<p>However, inside Markdown code spans and blocks, angle brackets and
-
-ampersands are <em>always</em> encoded automatically. This makes it easy to use
-
-Markdown to write about HTML code. (As opposed to raw HTML, which is a
-
-terrible format for writing about HTML syntax, because every single <code>&lt;</code>
-
-and <code>&amp;</code> in your example code needs to be escaped.)</p>
-
-
+<p>しかし、Markdownコードspansとblocksの中では、鍵括弧、アンパサンドは<em>常に</em>自動的にエンコードされます。このことにより、Markdownを使用すると簡単にHTMLコードを記述することができます。
+(逆に、生のHTMLでHTMLシンタックスを記述すると酷いことになります。あなたのサンプルコード内の全ての <code>&lt;</code> と <code>&amp;</code> をエスケープする必要があるからです。)</p>
 
 <hr />
 
-
-
 <h2 id="block">ブロック要素</h2>
 
-
-
 <h3 id="p">段落と改行</h3>
 
-
-
 <p>A paragraph is simply one or more consecutive lines of text, separated
 
 by one or more blank lines. (A blank line is any line that looks like a