10
10
# 秘湯 <xwhhsprings@gmail.com>, 2017
11
11
# Arihiro TAKASE, 2017
12
12
# Yuto <ogran.std@gmail.com>, 2019
13
- # tomo, 2019
13
+ # tomo, 2020
14
14
#
15
15
#, fuzzy
16
16
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
19
19
"Report-Msgid-Bugs-To : \n "
20
20
"POT-Creation-Date : 2020-02-09 12:40+0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:30+0000\n "
22
- "Last-Translator : tomo, 2019 \n "
22
+ "Last-Translator : tomo, 2020 \n "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
24
24
"MIME-Version : 1.0\n "
25
25
"Content-Type : text/plain; charset=UTF-8\n "
@@ -402,45 +402,51 @@ msgstr "書き込みをブロックするための、基底にある OS のソ
402
402
403
403
#: ../../library/test.rst:319
404
404
msgid "Set to the top level directory that contains :mod:`test.support`."
405
- msgstr ""
405
+ msgstr ":mod:`test.support` を含んだトップディレクトリを設定します。 "
406
406
407
407
#: ../../library/test.rst:324
408
408
msgid "Set to the top level directory for the test package."
409
409
msgstr "テストパッケージのトップディレクトリを設定します。"
410
410
411
411
#: ../../library/test.rst:329
412
412
msgid "Set to the ``data`` directory within the test package."
413
- msgstr ""
413
+ msgstr "テストパッケージ内の ``data`` ディレクトリを設定します。 "
414
414
415
415
#: ../../library/test.rst:334
416
416
msgid "Set to :data:`sys.maxsize` for big memory tests."
417
- msgstr ""
417
+ msgstr "大量のメモリを使うテストのための :data:`sys.maxsize` を設定します。 "
418
418
419
419
#: ../../library/test.rst:339
420
420
msgid ""
421
421
"Set by :func:`set_memlimit` as the memory limit for big memory tests. "
422
422
"Limited by :data:`MAX_Py_ssize_t`."
423
423
msgstr ""
424
+ "大量のメモリを使うテストのためのメモリ上限となる :func:`set_memlimit` を設定します。\n"
425
+ ":data:`MAX_Py_ssize_t` が設定上限です。"
424
426
425
427
#: ../../library/test.rst:345
426
428
msgid ""
427
429
"Set by :func:`set_memlimit` as the memory limit for big memory tests. Not "
428
430
"limited by :data:`MAX_Py_ssize_t`."
429
431
msgstr ""
432
+ "大量のメモリを使うテストのためのメモリ上限となる :func:`set_memlimit` を設定します。\n"
433
+ ":data:`MAX_Py_ssize_t` の設定上限はありません。"
430
434
431
435
#: ../../library/test.rst:351
432
436
msgid ""
433
437
"Return ``True`` if running on CPython, not on Windows, and configuration not"
434
438
" set with ``WITH_DOC_STRINGS``."
435
439
msgstr ""
440
+ "CPython 上で実行されていて、Windows 上ではなく、 ``WITH_DOC_STRINGS`` が設定されていない場合に ``True`` "
441
+ "を返します。"
436
442
437
443
#: ../../library/test.rst:357
438
444
msgid "Check for presence of docstrings."
439
- msgstr ""
445
+ msgstr "docstring があるかを確認します。 "
440
446
441
447
#: ../../library/test.rst:362
442
448
msgid "Define the URL of a dedicated HTTP server for the network tests."
443
- msgstr ""
449
+ msgstr "ネットワークテスト専用の HTTP サーバーの URL を定義します。 "
444
450
445
451
#: ../../library/test.rst:367
446
452
msgid "Object that is equal to anything. Used to test mixed type comparison."
0 commit comments