@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.13\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2024-07-26 14:15+0000\n "
16+ "POT-Creation-Date : 2024-08-09 14:15+0000\n "
1717"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1818"Last-Translator : tomo, 2023\n "
1919"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -75,24 +75,25 @@ msgstr ""
7575":ref:`buffer protocol <bufferobjects>` を実装した任意のオブジェクト *o* か"
7676"ら、新しいbytearrayオブジェクトを作成し、返します。"
7777
78- #: ../../c-api/bytearray.rst:48
79- msgid ""
80- "Create a new bytearray object from *string* and its length, *len*. On "
81- "failure, ``NULL`` is returned."
78+ #: ../../c-api/bytearray.rst:45 ../../c-api/bytearray.rst:52
79+ #: ../../c-api/bytearray.rst:59
80+ msgid "On failure, return ``NULL`` with an exception set."
81+ msgstr ""
82+
83+ #: ../../c-api/bytearray.rst:50
84+ msgid "Create a new bytearray object from *string* and its length, *len*."
8285msgstr ""
83- "*string* とその長さ *len* から新しい bytearray オブジェクトを返します。失敗し"
84- "た場合は ``NULL`` を返します。"
8586
86- #: ../../c-api/bytearray.rst:54
87+ #: ../../c-api/bytearray.rst:57
8788msgid ""
8889"Concat bytearrays *a* and *b* and return a new bytearray with the result."
8990msgstr "bytearray *a* と *b* を連結した結果を新しい bytearray として返します。"
9091
91- #: ../../c-api/bytearray.rst:59
92+ #: ../../c-api/bytearray.rst:64
9293msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer."
9394msgstr "``NULL`` ポインタチェックの後に *bytearray* のサイズを返します。"
9495
95- #: ../../c-api/bytearray.rst:64
96+ #: ../../c-api/bytearray.rst:69
9697msgid ""
9798"Return the contents of *bytearray* as a char array after checking for a "
9899"``NULL`` pointer. The returned array always has an extra null byte appended."
@@ -101,26 +102,26 @@ msgstr ""
101102"す。\n"
102103"返される配列には、常に余分な null バイトが追加されます。"
103104
104- #: ../../c-api/bytearray.rst:71
105+ #: ../../c-api/bytearray.rst:76
105106msgid "Resize the internal buffer of *bytearray* to *len*."
106107msgstr "*bytearray* の内部バッファを *len* へリサイズします。"
107108
108- #: ../../c-api/bytearray.rst:74
109+ #: ../../c-api/bytearray.rst:79
109110msgid "Macros"
110111msgstr "マクロ"
111112
112- #: ../../c-api/bytearray.rst:76
113+ #: ../../c-api/bytearray.rst:81
113114msgid "These macros trade safety for speed and they don't check pointers."
114115msgstr ""
115116"以下のマクロは、ポインタのチェックをしないことにより安全性を犠牲にしてスピー"
116117"ドを優先しています。"
117118
118- #: ../../c-api/bytearray.rst:80
119+ #: ../../c-api/bytearray.rst:85
119120msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
120121msgstr ""
121122":c:func:`PyByteArray_AsString` に似ていますが、エラーチェックを行いません。"
122123
123- #: ../../c-api/bytearray.rst:85
124+ #: ../../c-api/bytearray.rst:90
124125msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
125126msgstr ""
126127":c:func:`PyByteArray_Size` に似ていますが、エラーチェックを行いません。"
0 commit comments