7
7
# Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2019
8
8
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
9
9
# OMOTO Kenji, 2020
10
- # Naoki Nakamura <agent@sohzoh.com>, 2020
11
10
# tomo, 2020
11
+ # Naoki Nakamura <agent@sohzoh.com>, 2020
12
12
#
13
13
#, fuzzy
14
14
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
17
17
"Report-Msgid-Bugs-To :\n "
18
18
"POT-Creation-Date :2020-02-17 12:43+0000\n "
19
19
"PO-Revision-Date :2019-09-01 14:44+0000\n "
20
- "Last-Translator :tomo , 2020\n "
20
+ "Last-Translator :Naoki Nakamura <agent@sohzoh.com> , 2020\n "
21
21
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
22
22
"MIME-Version :1.0\n "
23
23
"Content-Type :text/plain; charset=UTF-8\n "
@@ -582,6 +582,8 @@ msgid ""
582
582
"where :pep:`3118`-compatible data can be transmitted separately from the "
583
583
"main pickle stream, at the discretion of the communication layer."
584
584
msgstr ""
585
+ ":mod:`pickle` プロトコルバージョン5 は、:pep:`3118` 互換であるようなデータが、メインのpickle "
586
+ "ストリームとは別の独立した通信レイヤで転送されるような、帯域外バッファを提供します。"
585
587
586
588
#: ../../whatsnew/3.8.rst:380
587
589
msgid "See :pep:`574` for a full description."
@@ -1147,7 +1149,7 @@ msgstr ""
1147
1149
1148
1150
#: ../../whatsnew/3.8.rst:817
1149
1151
msgid "(Contributed by Ethan Smith in :issue:`32380`)"
1150
- msgstr ""
1152
+ msgstr "(Ethan Smith の貢献による :issue:`32380`) "
1151
1153
1152
1154
#: ../../whatsnew/3.8.rst:820
1153
1155
msgid "gc"
@@ -1159,6 +1161,8 @@ msgid ""
1159
1161
"indicating a generation to get objects from. (Contributed by Pablo Galindo "
1160
1162
"in :issue:`36016`.)"
1161
1163
msgstr ""
1164
+ ":func:`~gc.get_objects` は、オブジェクトを得る世代を指定するオプションのパラメータ引数 *generation* "
1165
+ "を受け取るようになりました。(Pablo Galindo の貢献による :issue:`36016`)"
1162
1166
1163
1167
#: ../../whatsnew/3.8.rst:828
1164
1168
msgid "gettext"