@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.12\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-12-08 14:14 +0000\n "
15
+ "POT-Creation-Date : 2023-12-29 14:13 +0000\n "
16
16
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
17
17
"Last-Translator : tomo, 2023\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -316,12 +316,10 @@ msgstr ""
316
316
#: ../../c-api/bytes.rst:156
317
317
msgid ""
318
318
"Return the null-terminated contents of the object *obj* through the output "
319
- "variables *buffer* and *length*."
319
+ "variables *buffer* and *length*. Returns ``0`` on success. "
320
320
msgstr ""
321
- "*obj* のnull 終端された中身を、出力用の変数 *buffer* と *length* を介して返し"
322
- "ます。"
323
321
324
- #: ../../c-api/bytes.rst:159
322
+ #: ../../c-api/bytes.rst:160
325
323
msgid ""
326
324
"If *length* is ``NULL``, the bytes object may not contain embedded null "
327
325
"bytes; if it does, the function returns ``-1`` and a :exc:`ValueError` is "
@@ -331,7 +329,7 @@ msgstr ""
331
329
"可能性があります。その場合、関数は ``-1`` を返し、 :exc:`ValueError` を送出し"
332
330
"ます。"
333
331
334
- #: ../../c-api/bytes.rst:163
332
+ #: ../../c-api/bytes.rst:164
335
333
msgid ""
336
334
"The buffer refers to an internal buffer of *obj*, which includes an "
337
335
"additional null byte at the end (not counted in *length*). The data must "
@@ -348,15 +346,15 @@ msgstr ""
348
346
"*obj* が bytes オブジェクトでなかった場合は、 :c:func:"
349
347
"`PyBytes_AsStringAndSize` は ``-1`` を返し :exc:`TypeError` を送出します。"
350
348
351
- #: ../../c-api/bytes.rst:170
349
+ #: ../../c-api/bytes.rst:171
352
350
msgid ""
353
351
"Previously, :exc:`TypeError` was raised when embedded null bytes were "
354
352
"encountered in the bytes object."
355
353
msgstr ""
356
354
"以前は bytes オブジェクトにヌルバイトが埋め込まれていたときに :exc:"
357
355
"`TypeError` を送出していました。"
358
356
359
- #: ../../c-api/bytes.rst:177
357
+ #: ../../c-api/bytes.rst:178
360
358
msgid ""
361
359
"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
362
360
"appended to *bytes*; the caller will own the new reference. The reference "
@@ -370,14 +368,14 @@ msgstr ""
370
368
"もし新しいオブジェクトが生成できない場合、古い *bytes* の参照は放棄され、 "
371
369
"*\\ *bytes* の値は ``NULL`` に設定されます; 適切な例外が設定されます。"
372
370
373
- #: ../../c-api/bytes.rst:186
371
+ #: ../../c-api/bytes.rst:187
374
372
msgid ""
375
373
"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
376
374
"appended to *bytes*. This version releases the :term:`strong reference` to "
377
375
"*newpart* (i.e. decrements its reference count)."
378
376
msgstr ""
379
377
380
- #: ../../c-api/bytes.rst:193
378
+ #: ../../c-api/bytes.rst:194
381
379
msgid ""
382
380
"A way to resize a bytes object even though it is \" immutable\" . Only use "
383
381
"this to build up a brand new bytes object; don't use this if the bytes may "
0 commit comments