Skip to content

Commit 436d2e2

Browse files
Autobuild bot on TravisCIcocoatomo
Autobuild bot on TravisCI
authored andcommitted
[skip ci] Update .po files
1 parent 3b264ee commit 436d2e2

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

library/os.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,12 +1435,14 @@ msgid ""
14351435
"offset unchanged. Transfer data into each buffer until it is full and then "
14361436
"move on to the next buffer in the sequence to hold the rest of the data."
14371437
msgstr ""
1438+
"ファイル記述子 *fd* の *offset* の位置から、可変な :term:`bytes-like オブジェクト <bytes-like object>` *buffers* にオフセットを変更せずに読み込みます。\n"
1439+
"データをそれぞれのバッファがいっぱいになるまで移し、いっぱいになったらシーケンスの次のバッファに処理を移し、残りのデータを読み込ませます。"
14381440

14391441
#: ../../library/os.rst:1135 ../../library/os.rst:1204
14401442
msgid ""
14411443
"The flags argument contains a bitwise OR of zero or more of the following "
14421444
"flags:"
1443-
msgstr ""
1445+
msgstr "flags 引数にはゼロあるいは次のフラグのバイトごとの OR を取った結果が保持されています。"
14441446

14451447
#: ../../library/os.rst:1138
14461448
msgid ":data:`RWF_HIPRI`"

library/test.po

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
1616
msgid ""
@@ -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
404404
msgid "Set to the top level directory that contains :mod:`test.support`."
405-
msgstr ""
405+
msgstr ":mod:`test.support` を含んだトップディレクトリを設定します。"
406406

407407
#: ../../library/test.rst:324
408408
msgid "Set to the top level directory for the test package."
409409
msgstr "テストパッケージのトップディレクトリを設定します。"
410410

411411
#: ../../library/test.rst:329
412412
msgid "Set to the ``data`` directory within the test package."
413-
msgstr ""
413+
msgstr "テストパッケージ内の ``data`` ディレクトリを設定します。"
414414

415415
#: ../../library/test.rst:334
416416
msgid "Set to :data:`sys.maxsize` for big memory tests."
417-
msgstr ""
417+
msgstr "大量のメモリを使うテストのための :data:`sys.maxsize` を設定します。"
418418

419419
#: ../../library/test.rst:339
420420
msgid ""
421421
"Set by :func:`set_memlimit` as the memory limit for big memory tests. "
422422
"Limited by :data:`MAX_Py_ssize_t`."
423423
msgstr ""
424+
"大量のメモリを使うテストのためのメモリ上限となる :func:`set_memlimit` を設定します。\n"
425+
":data:`MAX_Py_ssize_t` が設定上限です。"
424426

425427
#: ../../library/test.rst:345
426428
msgid ""
427429
"Set by :func:`set_memlimit` as the memory limit for big memory tests. Not "
428430
"limited by :data:`MAX_Py_ssize_t`."
429431
msgstr ""
432+
"大量のメモリを使うテストのためのメモリ上限となる :func:`set_memlimit` を設定します。\n"
433+
":data:`MAX_Py_ssize_t` の設定上限はありません。"
430434

431435
#: ../../library/test.rst:351
432436
msgid ""
433437
"Return ``True`` if running on CPython, not on Windows, and configuration not"
434438
" set with ``WITH_DOC_STRINGS``."
435439
msgstr ""
440+
"CPython 上で実行されていて、Windows 上ではなく、 ``WITH_DOC_STRINGS`` が設定されていない場合に ``True`` "
441+
"を返します。"
436442

437443
#: ../../library/test.rst:357
438444
msgid "Check for presence of docstrings."
439-
msgstr ""
445+
msgstr "docstring があるかを確認します。"
440446

441447
#: ../../library/test.rst:362
442448
msgid "Define the URL of a dedicated HTTP server for the network tests."
443-
msgstr ""
449+
msgstr "ネットワークテスト専用の HTTP サーバーの URL を定義します。"
444450

445451
#: ../../library/test.rst:367
446452
msgid "Object that is equal to anything. Used to test mixed type comparison."

library/timeit.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Arihiro TAKASE, 2017
1313
# Osamu NAKAMURA, 2017
1414
# yuji takesue <taketakeyyy@gmail.com>, 2018
15-
# tomo, 2019
15+
# tomo, 2020
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2020-05-03 13:46+0000\n"
2323
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
24-
"Last-Translator: tomo, 2019\n"
24+
"Last-Translator: tomo, 2020\n"
2525
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -331,6 +331,8 @@ msgid ""
331331
"trying increasing numbers from the sequence 1, 2, 5, 10, 20, 50, ... until "
332332
"the total time is at least 0.2 seconds."
333333
msgstr ""
334+
"オプション :option:`-n` でループの回数が指定されていない場合、1, 2, 5, 10, 20, 50, ... "
335+
"という数列で、少なくとも総時間が 0.2 秒になるまで回数を増やしていって、適切なループ回数が計算されます。"
334336

335337
#: ../../library/timeit.rst:257
336338
msgid ""

0 commit comments

Comments
 (0)