|
6 | 6 | # Translators:
|
7 | 7 | # tomo, 2022
|
8 | 8 | # Takeshi Nakazato, 2022
|
| 9 | +# Arihiro TAKASE, 2023 |
9 | 10 | #
|
10 | 11 | #, fuzzy
|
11 | 12 | msgid ""
|
12 | 13 | msgstr ""
|
13 | 14 | "Project-Id-Version: Python 3.11\n"
|
14 | 15 | "Report-Msgid-Bugs-To: \n"
|
15 |
| -"POT-Creation-Date: 2023-03-10 14:15+0000\n" |
| 16 | +"POT-Creation-Date: 2023-03-24 14:14+0000\n" |
16 | 17 | "PO-Revision-Date: 2021-06-28 00:55+0000\n"
|
17 |
| -"Last-Translator: Takeshi Nakazato, 2022\n" |
| 18 | +"Last-Translator: Arihiro TAKASE, 2023\n" |
18 | 19 | "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
|
19 | 20 | "ja/)\n"
|
20 | 21 | "MIME-Version: 1.0\n"
|
@@ -106,16 +107,17 @@ msgstr ""
|
106 | 107 | #: ../../library/asyncio-stream.rst:80
|
107 | 108 | msgid "Added *happy_eyeballs_delay* and *interleave* parameters."
|
108 | 109 | msgstr ""
|
| 110 | +"*happy_eyeballs_delay* と *interleave* の2つのパラメータが追加されました。" |
109 | 111 |
|
110 | 112 | #: ../../library/asyncio-stream.rst:83 ../../library/asyncio-stream.rst:125
|
111 | 113 | #: ../../library/asyncio-stream.rst:157 ../../library/asyncio-stream.rst:187
|
112 | 114 | msgid "Removed the *loop* parameter."
|
113 |
| -msgstr "" |
| 115 | +msgstr "*loop* パラメータが削除されました。" |
114 | 116 |
|
115 | 117 | #: ../../library/asyncio-stream.rst:86 ../../library/asyncio-stream.rst:128
|
116 | 118 | #: ../../library/asyncio-stream.rst:160 ../../library/asyncio-stream.rst:190
|
117 | 119 | msgid "Added the *ssl_shutdown_timeout* parameter."
|
118 |
| -msgstr "" |
| 120 | +msgstr "*ssl_shutdown_timeout* パラメータが追加されました。" |
119 | 121 |
|
120 | 122 | #: ../../library/asyncio-stream.rst:98
|
121 | 123 | msgid "Start a socket server."
|
@@ -157,6 +159,7 @@ msgstr ""
|
157 | 159 | #: ../../library/asyncio-stream.rst:122
|
158 | 160 | msgid "Added the *ssl_handshake_timeout* and *start_serving* parameters."
|
159 | 161 | msgstr ""
|
| 162 | +"*ssl_handshake_timeout* と *start_serving* パラメータが追加されました。" |
160 | 163 |
|
161 | 164 | #: ../../library/asyncio-stream.rst:133
|
162 | 165 | msgid "Unix Sockets"
|
@@ -228,25 +231,31 @@ msgstr ""
|
228 | 231 |
|
229 | 232 | #: ../../library/asyncio-stream.rst:209
|
230 | 233 | msgid "Read up to *n* bytes from the stream."
|
231 |
| -msgstr "" |
| 234 | +msgstr "ストリームから最大 *n* バイト読み込みます。" |
232 | 235 |
|
233 | 236 | #: ../../library/asyncio-stream.rst:211
|
234 | 237 | msgid ""
|
235 | 238 | "If *n* is not provided or set to ``-1``, read until EOF, then return all "
|
236 | 239 | "read :class:`bytes`. If EOF was received and the internal buffer is empty, "
|
237 | 240 | "return an empty ``bytes`` object."
|
238 | 241 | msgstr ""
|
| 242 | +"*n* が指定されないか ``-1`` が指定されていた場合 EOF になるまで読み込み、読み" |
| 243 | +"込まれた全ての :class:`bytes` を返します。EOF を受信し、かつ内部バッファーが" |
| 244 | +"空の場合、空の ``bytes`` オブジェクトを返します。" |
239 | 245 |
|
240 | 246 | #: ../../library/asyncio-stream.rst:216
|
241 | 247 | msgid "If *n* is ``0``, return an empty ``bytes`` object immediately."
|
242 |
| -msgstr "" |
| 248 | +msgstr "*n* が ``0`` なら、ただちに空の ``bytes`` オブジェクトを返します。" |
243 | 249 |
|
244 | 250 | #: ../../library/asyncio-stream.rst:218
|
245 | 251 | msgid ""
|
246 | 252 | "If *n* is positive, return at most *n* available ``bytes`` as soon as at "
|
247 | 253 | "least 1 byte is available in the internal buffer. If EOF is received before "
|
248 | 254 | "any byte is read, return an empty ``bytes`` object."
|
249 | 255 | msgstr ""
|
| 256 | +"*n* が正なら、内部バッファで最低でも 1 バイトが利用可能になり次第、利用可能な" |
| 257 | +"最大 *n* ``bytes`` を返します。1 バイトも読み込まないうちに EOF を受信したな" |
| 258 | +"ら、空の ``bytes`` オブジェクトを返します。" |
250 | 259 |
|
251 | 260 | #: ../../library/asyncio-stream.rst:225
|
252 | 261 | msgid ""
|
|
0 commit comments