1010# Shun Sakurai, 2017
1111# Arihiro TAKASE, 2017
1212# tomo, 2019
13+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
1314#
1415#, fuzzy
1516msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819"Report-Msgid-Bugs-To : \n "
1920"POT-Creation-Date : 2020-01-01 12:19+0000\n "
2021"PO-Revision-Date : 2017-02-16 23:06+0000\n "
21- "Last-Translator : tomo, 2019 \n "
22+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2020 \n "
2223"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2324"MIME-Version : 1.0\n "
2425"Content-Type : text/plain; charset=UTF-8\n "
@@ -500,13 +501,18 @@ msgid ""
500501" is blank or contains a single ``'#'``, otherwise it is not ignorable. Used"
501502" as a default for parameter *linejunk* in :func:`ndiff` in older versions."
502503msgstr ""
504+ "無視できる行のとき ``True`` を返します。行 *line* は空白、または ``'#'`` "
505+ "ひとつのときに無視できます。それ以外のときには無視できません。古いバージョンでは :func:`ndiff` の引数 *linejunk* "
506+ "にデフォルトで使用されました。"
503507
504508#: /home/travis/build/python/cpython-doc-catalog/Doc/library/difflib.rst:348
505509msgid ""
506510"Return ``True`` for ignorable characters. The character *ch* is ignorable "
507511"if *ch* is a space or tab, otherwise it is not ignorable. Used as a default"
508512" for parameter *charjunk* in :func:`ndiff`."
509513msgstr ""
514+ "無視できる文字のとき ``True`` を返します。文字 *ch* が空白、またはタブ文字のときには無視できます。それ以外の時には無視できません。 "
515+ ":func:`ndiff` の引数 *charjunk* としてデフォルトで使用されます。"
510516
511517#: /home/travis/build/python/cpython-doc-catalog/Doc/library/difflib.rst:356
512518msgid ""
@@ -541,6 +547,10 @@ msgid ""
541547"equivalent to passing ``lambda x: False``; in other words, no elements are "
542548"ignored. For example, pass::"
543549msgstr ""
550+ "オプションの引数 *isjunk* は、``None`` (デフォルトの値です) "
551+ "にするか、単一の引数をとる関数でなければなりません。後者の場合、関数はシーケンスの要素を受け取り、要素が junk "
552+ "であり、無視すべきである場合に限り真を返すようにしなければなりません。*isjunk* に ``None`` を渡すと、``lambda x: "
553+ "False`` を渡したのと同じになります; すなわち、いかなる要素も無視しなくなります。例えば以下のような引数を渡すと::"
544554
545555#: /home/travis/build/python/cpython-doc-catalog/Doc/library/difflib.rst:378
546556msgid ""
0 commit comments