File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2167,6 +2167,8 @@ msgid ""
21672167"``True`` if they match; and :meth:`output_difference`, which returns a "
21682168"string describing the differences between two outputs."
21692169msgstr ""
2170+ "doctest 実行例を実際に実行したときの出力が期待する出力と一致するかどうかをチェックするために使われるクラスです。\n"
2171+ ":class:`OutputChecker` では、与えられた二つの出力を比較して、一致する場合には ``True`` を返す :meth:`check_output` と、二つの出力間の違いを説明する文字列を返す :meth:`output_difference` の、二つのメソッドがあります。"
21702172
21712173#: /home/travis/build/python/cpython-doc-catalog/Doc/library/doctest.rst:1539
21722174msgid ":class:`OutputChecker` defines the following methods:"
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ msgid ""
3434"This module is part of the legacy (``Compat32``) email API. In the new API "
3535"only the aliases table is used."
3636msgstr ""
37+ "このモジュールは、レガシーな (``Compat32``) email API の一部分です。\n"
38+ "新しい API では別名の表のみ使われています。"
3739
3840#: /home/travis/build/python/cpython-doc-catalog/Doc/library/email.charset.rst:14
3941msgid ""
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ msgstr "このモジュールでは、Python プログラムで文字列がキ
3636
3737#: /home/travis/build/python/cpython-doc-catalog/Doc/library/keyword.rst:16
3838msgid "Return ``True`` if *s* is a Python keyword."
39- msgstr ""
39+ msgstr "*s* が Python のキーワードであれば ``True`` を返します。 "
4040
4141#: /home/travis/build/python/cpython-doc-catalog/Doc/library/keyword.rst:21
4242msgid ""
Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ msgstr "その他"
560560#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:316
561561msgid ""
562562"Return ``True`` if the given integrity check is supported on this system."
563- msgstr ""
563+ msgstr "指定したインテグリティチェックがシステムでサポートされていれば ``True`` を返します。 "
564564
565565#: /home/travis/build/python/cpython-doc-catalog/Doc/library/lzma.rst:318
566566msgid ""
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ msgstr "コンソール I/O 関連"
131131
132132#: /home/travis/build/python/cpython-doc-catalog/Doc/library/msvcrt.rst:95
133133msgid "Return ``True`` if a keypress is waiting to be read."
134- msgstr ""
134+ msgstr "読み出し待ちの打鍵イベントが存在する場合に ``True`` を返します。 "
135135
136136#: /home/travis/build/python/cpython-doc-catalog/Doc/library/msvcrt.rst:100
137137msgid ""
Original file line number Diff line number Diff line change @@ -370,6 +370,10 @@ msgid ""
370370"like this either, and are identical to those created by the built-in "
371371":func:`compile` function."
372372msgstr ""
373+ "*st* が ``'eval'`` 形式を表している場合に、この関数は ``True`` を返します。そうでなければ、 ``False`` "
374+ "を返します。これは役に立ちます。なぜならば、通常は既存の組み込み関数を使ってもコードオブジェクトに対してこの情報を問い合わせることができないからです。このどちらのようにも"
375+ " :func:`compilest` によって作成されたコードオブジェクトに問い合わせることはできませんし、そのコードオブジェクトは組み込み "
376+ ":func:`compile` 関数によって作成されたコードオブジェクトと同じであることに注意してください。"
373377
374378#: /home/travis/build/python/cpython-doc-catalog/Doc/library/parser.rst:246
375379msgid ""
Original file line number Diff line number Diff line change 44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # tomo, 2019
87# 秘湯 <xwhhsprings@gmail.com>, 2019
8+ # tomo, 2019
99#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2019-12-16 04:24+0000\n "
1616"PO-Revision-Date : 2019-09-01 03:28+0000\n "
17- "Last-Translator : 秘湯 <xwhhsprings@gmail.com> , 2019\n "
17+ "Last-Translator : tomo , 2019\n "
1818"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -133,7 +133,7 @@ msgstr ""
133133
134134#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sched.rst:107
135135msgid "Return ``True`` if the event queue is empty."
136- msgstr ""
136+ msgstr "もしイベントキューが空ならば、 ``True`` を返します。 "
137137
138138#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sched.rst:112
139139msgid ""
Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ msgid ""
7979"provides the mapping function: given the key, it returns the associated "
8080"value. Below is a list of all functions available in the module."
8181msgstr ""
82+ "その結果、これらのテーブルはデータ構造体ではなく、関数として公開されています。RFC には 2 種類のテーブル: "
83+ "集合およびマップ、が存在します。集合については、 :mod:`stringprep` は \" 特性関数 (characteristic "
84+ "function)\" 、すなわち引数が集合の一部である場合に ``True`` を返す関数を提供します。マッピングについては、マップ関数: "
85+ "キーが与えられると、それに関連付けられた値を返す関数を提供します。以下はこのモジュールで利用可能な全ての関数を列挙したものです。"
8286
8387#: /home/travis/build/python/cpython-doc-catalog/Doc/library/stringprep.rst:44
8488msgid ""
You can’t perform that action at this time.
0 commit comments