@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.13\n "
15
15
"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 "
17
17
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
18
18
"Last-Translator : tomo, 2023\n "
19
19
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -75,24 +75,25 @@ msgstr ""
75
75
":ref:`buffer protocol <bufferobjects>` を実装した任意のオブジェクト *o* か"
76
76
"ら、新しいbytearrayオブジェクトを作成し、返します。"
77
77
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*."
82
85
msgstr ""
83
- "*string* とその長さ *len* から新しい bytearray オブジェクトを返します。失敗し"
84
- "た場合は ``NULL`` を返します。"
85
86
86
- #: ../../c-api/bytearray.rst:54
87
+ #: ../../c-api/bytearray.rst:57
87
88
msgid ""
88
89
"Concat bytearrays *a* and *b* and return a new bytearray with the result."
89
90
msgstr "bytearray *a* と *b* を連結した結果を新しい bytearray として返します。"
90
91
91
- #: ../../c-api/bytearray.rst:59
92
+ #: ../../c-api/bytearray.rst:64
92
93
msgid "Return the size of *bytearray* after checking for a ``NULL`` pointer."
93
94
msgstr "``NULL`` ポインタチェックの後に *bytearray* のサイズを返します。"
94
95
95
- #: ../../c-api/bytearray.rst:64
96
+ #: ../../c-api/bytearray.rst:69
96
97
msgid ""
97
98
"Return the contents of *bytearray* as a char array after checking for a "
98
99
"``NULL`` pointer. The returned array always has an extra null byte appended."
@@ -101,26 +102,26 @@ msgstr ""
101
102
"す。\n"
102
103
"返される配列には、常に余分な null バイトが追加されます。"
103
104
104
- #: ../../c-api/bytearray.rst:71
105
+ #: ../../c-api/bytearray.rst:76
105
106
msgid "Resize the internal buffer of *bytearray* to *len*."
106
107
msgstr "*bytearray* の内部バッファを *len* へリサイズします。"
107
108
108
- #: ../../c-api/bytearray.rst:74
109
+ #: ../../c-api/bytearray.rst:79
109
110
msgid "Macros"
110
111
msgstr "マクロ"
111
112
112
- #: ../../c-api/bytearray.rst:76
113
+ #: ../../c-api/bytearray.rst:81
113
114
msgid "These macros trade safety for speed and they don't check pointers."
114
115
msgstr ""
115
116
"以下のマクロは、ポインタのチェックをしないことにより安全性を犠牲にしてスピー"
116
117
"ドを優先しています。"
117
118
118
- #: ../../c-api/bytearray.rst:80
119
+ #: ../../c-api/bytearray.rst:85
119
120
msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
120
121
msgstr ""
121
122
":c:func:`PyByteArray_AsString` に似ていますが、エラーチェックを行いません。"
122
123
123
- #: ../../c-api/bytearray.rst:85
124
+ #: ../../c-api/bytearray.rst:90
124
125
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
125
126
msgstr ""
126
127
":c:func:`PyByteArray_Size` に似ていますが、エラーチェックを行いません。"
0 commit comments