@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.12\n "
1414"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 "
1616"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1717"Last-Translator : tomo, 2023\n "
1818"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -316,12 +316,10 @@ msgstr ""
316316#: ../../c-api/bytes.rst:156
317317msgid ""
318318"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. "
320320msgstr ""
321- "*obj* のnull 終端された中身を、出力用の変数 *buffer* と *length* を介して返し"
322- "ます。"
323321
324- #: ../../c-api/bytes.rst:159
322+ #: ../../c-api/bytes.rst:160
325323msgid ""
326324"If *length* is ``NULL``, the bytes object may not contain embedded null "
327325"bytes; if it does, the function returns ``-1`` and a :exc:`ValueError` is "
@@ -331,7 +329,7 @@ msgstr ""
331329"可能性があります。その場合、関数は ``-1`` を返し、 :exc:`ValueError` を送出し"
332330"ます。"
333331
334- #: ../../c-api/bytes.rst:163
332+ #: ../../c-api/bytes.rst:164
335333msgid ""
336334"The buffer refers to an internal buffer of *obj*, which includes an "
337335"additional null byte at the end (not counted in *length*). The data must "
@@ -348,15 +346,15 @@ msgstr ""
348346"*obj* が bytes オブジェクトでなかった場合は、 :c:func:"
349347"`PyBytes_AsStringAndSize` は ``-1`` を返し :exc:`TypeError` を送出します。"
350348
351- #: ../../c-api/bytes.rst:170
349+ #: ../../c-api/bytes.rst:171
352350msgid ""
353351"Previously, :exc:`TypeError` was raised when embedded null bytes were "
354352"encountered in the bytes object."
355353msgstr ""
356354"以前は bytes オブジェクトにヌルバイトが埋め込まれていたときに :exc:"
357355"`TypeError` を送出していました。"
358356
359- #: ../../c-api/bytes.rst:177
357+ #: ../../c-api/bytes.rst:178
360358msgid ""
361359"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
362360"appended to *bytes*; the caller will own the new reference. The reference "
@@ -370,14 +368,14 @@ msgstr ""
370368"もし新しいオブジェクトが生成できない場合、古い *bytes* の参照は放棄され、 "
371369"*\\ *bytes* の値は ``NULL`` に設定されます; 適切な例外が設定されます。"
372370
373- #: ../../c-api/bytes.rst:186
371+ #: ../../c-api/bytes.rst:187
374372msgid ""
375373"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
376374"appended to *bytes*. This version releases the :term:`strong reference` to "
377375"*newpart* (i.e. decrements its reference count)."
378376msgstr ""
379377
380- #: ../../c-api/bytes.rst:193
378+ #: ../../c-api/bytes.rst:194
381379msgid ""
382380"A way to resize a bytes object even though it is \" immutable\" . Only use "
383381"this to build up a brand new bytes object; don't use this if the bytes may "
0 commit comments