1010# 秘湯 <xwhhsprings@gmail.com>, 2017
1111# Arihiro TAKASE, 2017
1212# Yuto <ogran.std@gmail.com>, 2019
13- # tomo,2019
13+ # tomo,2020
1414#
1515#, fuzzy
1616msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919"Report-Msgid-Bugs-To :\n "
2020"POT-Creation-Date :2020-02-09 12:40+0000\n "
2121"PO-Revision-Date :2017-02-16 23:30+0000\n "
22- "Last-Translator :tomo,2019 \n "
22+ "Last-Translator :tomo,2020 \n "
2323"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2424"MIME-Version :1.0\n "
2525"Content-Type :text/plain; charset=UTF-8\n "
@@ -402,45 +402,51 @@ msgstr "書き込みをブロックするための、基底にある OS のソ
402402
403403#: ../../library/test.rst:319
404404msgid "Set to the top level directory that contains :mod:`test.support`."
405- msgstr ""
405+ msgstr ":mod:`test.support` を含んだトップディレクトリを設定します。 "
406406
407407#: ../../library/test.rst:324
408408msgid "Set to the top level directory for the test package."
409409msgstr "テストパッケージのトップディレクトリを設定します。"
410410
411411#: ../../library/test.rst:329
412412msgid "Set to the ``data`` directory within the test package."
413- msgstr ""
413+ msgstr "テストパッケージ内の ``data`` ディレクトリを設定します。 "
414414
415415#: ../../library/test.rst:334
416416msgid "Set to :data:`sys.maxsize` for big memory tests."
417- msgstr ""
417+ msgstr "大量のメモリを使うテストのための :data:`sys.maxsize` を設定します。 "
418418
419419#: ../../library/test.rst:339
420420msgid ""
421421"Set by :func:`set_memlimit` as the memory limit for big memory tests. "
422422"Limited by :data:`MAX_Py_ssize_t`."
423423msgstr ""
424+ "大量のメモリを使うテストのためのメモリ上限となる :func:`set_memlimit` を設定します。\n"
425+ ":data:`MAX_Py_ssize_t` が設定上限です。"
424426
425427#: ../../library/test.rst:345
426428msgid ""
427429"Set by :func:`set_memlimit` as the memory limit for big memory tests. Not "
428430"limited by :data:`MAX_Py_ssize_t`."
429431msgstr ""
432+ "大量のメモリを使うテストのためのメモリ上限となる :func:`set_memlimit` を設定します。\n"
433+ ":data:`MAX_Py_ssize_t` の設定上限はありません。"
430434
431435#: ../../library/test.rst:351
432436msgid ""
433437"Return ``True`` if running on CPython, not on Windows, and configuration not"
434438" set with ``WITH_DOC_STRINGS``."
435439msgstr ""
440+ "CPython 上で実行されていて、Windows 上ではなく、 ``WITH_DOC_STRINGS`` が設定されていない場合に ``True`` "
441+ "を返します。"
436442
437443#: ../../library/test.rst:357
438444msgid "Check for presence of docstrings."
439- msgstr ""
445+ msgstr "docstring があるかを確認します。 "
440446
441447#: ../../library/test.rst:362
442448msgid "Define the URL of a dedicated HTTP server for the network tests."
443- msgstr ""
449+ msgstr "ネットワークテスト専用の HTTP サーバーの URL を定義します。 "
444450
445451#: ../../library/test.rst:367
446452msgid "Object that is equal to anything. Used to test mixed type comparison."