4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Osamu NAKAMURA, 2019
8
7
# samuel300z <samuel300z@gmail.com>, 2020
9
8
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
10
9
# tomo, 2021
10
+ # Osamu NAKAMURA, 2021
11
11
#
12
12
#, fuzzy
13
13
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
16
16
"Report-Msgid-Bugs-To :\n "
17
17
"POT-Creation-Date :2021-01-01 16:02+0000\n "
18
18
"PO-Revision-Date :2019-09-01 03:12+0000\n "
19
- "Last-Translator :tomo , 2021\n "
19
+ "Last-Translator :Osamu NAKAMURA , 2021\n "
20
20
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
21
21
"MIME-Version :1.0\n "
22
22
"Content-Type :text/plain; charset=UTF-8\n "
@@ -1353,7 +1353,7 @@ msgstr ":data:`RWF_NOWAIT`"
1353
1353
msgid ""
1354
1354
"Return the total number of bytes actually read which can be less than the "
1355
1355
"total capacity of all the objects."
1356
- msgstr ""
1356
+ msgstr "実際に読み込んだ合計バイト数を返します。この値は、すべてのオブジェクトの容量の総量よりも小さくなることがあります。 "
1357
1357
1358
1358
#: ../../library/os.rst:1105 ../../library/os.rst:1173
1359
1359
#: ../../library/os.rst:1295 ../../library/os.rst:1357
@@ -1366,7 +1366,7 @@ msgstr ""
1366
1366
1367
1367
#: ../../library/os.rst:1108
1368
1368
msgid "Combine the functionality of :func:`os.readv` and :func:`os.pread`."
1369
- msgstr ""
1369
+ msgstr ":func:`os.readv` と :func:`os.pread` の機能を統合します。 "
1370
1370
1371
1371
#: ../../library/os.rst:1112
1372
1372
msgid ""
@@ -1412,11 +1412,11 @@ msgstr ":ref:`利用可能な環境 <availability>`: Linux 4.6以上。"
1412
1412
msgid ""
1413
1413
"Write the bytestring in *str* to file descriptor *fd* at position of "
1414
1414
"*offset*, leaving the file offset unchanged."
1415
- msgstr ""
1415
+ msgstr "*str* 中のバイト文字列をファイル記述子 *fd* の *offset* の位置に書き込みます。ファイルオフセットを変更しません。 "
1416
1416
1417
1417
#: ../../library/os.rst:1150 ../../library/os.rst:1332
1418
1418
msgid "Return the number of bytes actually written."
1419
- msgstr ""
1419
+ msgstr "実際に書き込まれたバイト数を返します。 "
1420
1420
1421
1421
#: ../../library/os.rst:1159
1422
1422
msgid ""