1010#, fuzzy
1111msgid ""
1212msgstr ""
13- "Project-Id-Version : Python 3.11 \n "
13+ "Project-Id-Version : Python 3.12 \n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-05-19 14:13 +0000\n "
15+ "POT-Creation-Date : 2023-05-26 14:12 +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/ "
@@ -99,148 +99,148 @@ msgstr ""
9999"ず、 *format* 文字列中のフォーマット文字と厳密に関連付けられていなければなり"
100100"ません。下記のフォーマット文字が使用できます:"
101101
102- #: ../../c-api/bytes.rst:68
102+ #: ../../c-api/bytes.rst:65
103103msgid "Format Characters"
104104msgstr "書式指定文字"
105105
106- #: ../../c-api/bytes.rst:68
106+ #: ../../c-api/bytes.rst:65
107107msgid "Type"
108108msgstr "型"
109109
110- #: ../../c-api/bytes.rst:68
110+ #: ../../c-api/bytes.rst:65
111111msgid "Comment"
112112msgstr "備考"
113113
114- #: ../../c-api/bytes.rst:70
114+ #: ../../c-api/bytes.rst:67
115115msgid ":attr:`%%`"
116116msgstr ":attr:`%%`"
117117
118- #: ../../c-api/bytes.rst:70
118+ #: ../../c-api/bytes.rst:67
119119msgid "*n/a*"
120120msgstr "*n/a*"
121121
122- #: ../../c-api/bytes.rst:70
122+ #: ../../c-api/bytes.rst:67
123123msgid "The literal % character."
124124msgstr "リテラルの % 文字"
125125
126- #: ../../c-api/bytes.rst:72
126+ #: ../../c-api/bytes.rst:69
127127msgid ":attr:`%c`"
128128msgstr ":attr:`%c`"
129129
130- #: ../../c-api/bytes.rst:72 ../../c-api/bytes.rst:75 ../../c-api/bytes.rst:93
131- #: ../../c-api/bytes.rst:96
130+ #: ../../c-api/bytes.rst:69 ../../c-api/bytes.rst:72 ../../c-api/bytes.rst:90
131+ #: ../../c-api/bytes.rst:93
132132msgid "int"
133133msgstr "int"
134134
135- #: ../../c-api/bytes.rst:72
135+ #: ../../c-api/bytes.rst:69
136136msgid "A single byte, represented as a C int."
137137msgstr "C の整数型で表現される単一のバイト。"
138138
139- #: ../../c-api/bytes.rst:75
139+ #: ../../c-api/bytes.rst:72
140140msgid ":attr:`%d`"
141141msgstr ":attr:`%d`"
142142
143- #: ../../c-api/bytes.rst:75
143+ #: ../../c-api/bytes.rst:72
144144msgid "Equivalent to ``printf(\" %d\" )``. [1]_"
145145msgstr "``printf(\" %d\" )`` と同等。 [1]_"
146146
147- #: ../../c-api/bytes.rst:78
147+ #: ../../c-api/bytes.rst:75
148148msgid ":attr:`%u`"
149149msgstr ":attr:`%u`"
150150
151- #: ../../c-api/bytes.rst:78
151+ #: ../../c-api/bytes.rst:75
152152msgid "unsigned int"
153153msgstr "unsigned int"
154154
155- #: ../../c-api/bytes.rst:78
155+ #: ../../c-api/bytes.rst:75
156156msgid "Equivalent to ``printf(\" %u\" )``. [1]_"
157157msgstr "``printf(\" %u\" )`` と同等。 [1]_"
158158
159- #: ../../c-api/bytes.rst:81
159+ #: ../../c-api/bytes.rst:78
160160msgid ":attr:`%ld`"
161161msgstr ":attr:`%ld`"
162162
163- #: ../../c-api/bytes.rst:81
163+ #: ../../c-api/bytes.rst:78
164164msgid "long"
165165msgstr "long"
166166
167- #: ../../c-api/bytes.rst:81
167+ #: ../../c-api/bytes.rst:78
168168msgid "Equivalent to ``printf(\" %ld\" )``. [1]_"
169169msgstr "``printf(\" %ld\" )`` と同等。 [1]_"
170170
171- #: ../../c-api/bytes.rst:84
171+ #: ../../c-api/bytes.rst:81
172172msgid ":attr:`%lu`"
173173msgstr ":attr:`%lu`"
174174
175- #: ../../c-api/bytes.rst:84
175+ #: ../../c-api/bytes.rst:81
176176msgid "unsigned long"
177177msgstr "unsigned long"
178178
179- #: ../../c-api/bytes.rst:84
179+ #: ../../c-api/bytes.rst:81
180180msgid "Equivalent to ``printf(\" %lu\" )``. [1]_"
181181msgstr "``printf(\" %lu\" )`` と同等。 [1]_"
182182
183- #: ../../c-api/bytes.rst:87
183+ #: ../../c-api/bytes.rst:84
184184msgid ":attr:`%zd`"
185185msgstr ":attr:`%zd`"
186186
187- #: ../../c-api/bytes.rst:87
187+ #: ../../c-api/bytes.rst:84
188188msgid ":c:type:`\\ Py_ssize_t`"
189189msgstr ""
190190
191- #: ../../c-api/bytes.rst:87
191+ #: ../../c-api/bytes.rst:84
192192msgid "Equivalent to ``printf(\" %zd\" )``. [1]_"
193193msgstr "``printf(\" %zd\" )`` と同等。 [1]_"
194194
195- #: ../../c-api/bytes.rst:90
195+ #: ../../c-api/bytes.rst:87
196196msgid ":attr:`%zu`"
197197msgstr ":attr:`%zu`"
198198
199- #: ../../c-api/bytes.rst:90
199+ #: ../../c-api/bytes.rst:87
200200msgid "size_t"
201201msgstr "size_t"
202202
203- #: ../../c-api/bytes.rst:90
203+ #: ../../c-api/bytes.rst:87
204204msgid "Equivalent to ``printf(\" %zu\" )``. [1]_"
205205msgstr "``printf(\" %zu\" )`` と同等。 [1]_"
206206
207- #: ../../c-api/bytes.rst:93
207+ #: ../../c-api/bytes.rst:90
208208msgid ":attr:`%i`"
209209msgstr ":attr:`%i`"
210210
211- #: ../../c-api/bytes.rst:93
211+ #: ../../c-api/bytes.rst:90
212212msgid "Equivalent to ``printf(\" %i\" )``. [1]_"
213213msgstr "``printf(\" %i\" )`` と同等。 [1]_"
214214
215- #: ../../c-api/bytes.rst:96
215+ #: ../../c-api/bytes.rst:93
216216msgid ":attr:`%x`"
217217msgstr ":attr:`%x`"
218218
219- #: ../../c-api/bytes.rst:96
219+ #: ../../c-api/bytes.rst:93
220220msgid "Equivalent to ``printf(\" %x\" )``. [1]_"
221221msgstr "``printf(\" %x\" )`` と同等。 [1]_"
222222
223- #: ../../c-api/bytes.rst:99
223+ #: ../../c-api/bytes.rst:96
224224msgid ":attr:`%s`"
225225msgstr ":attr:`%s`"
226226
227- #: ../../c-api/bytes.rst:99
227+ #: ../../c-api/bytes.rst:96
228228msgid "const char\\ *"
229229msgstr "const char\\ *"
230230
231- #: ../../c-api/bytes.rst:99
231+ #: ../../c-api/bytes.rst:96
232232msgid "A null-terminated C character array."
233233msgstr "null で終端された C の文字列。"
234234
235- #: ../../c-api/bytes.rst:102
235+ #: ../../c-api/bytes.rst:99
236236msgid ":attr:`%p`"
237237msgstr ":attr:`%p`"
238238
239- #: ../../c-api/bytes.rst:102
239+ #: ../../c-api/bytes.rst:99
240240msgid "const void\\ *"
241241msgstr "const void\\ *"
242242
243- #: ../../c-api/bytes.rst:102
243+ #: ../../c-api/bytes.rst:99
244244msgid ""
245245"The hex representation of a C pointer. Mostly equivalent to "
246246"``printf(\" %p\" )`` except that it is guaranteed to start with the literal "
@@ -250,45 +250,45 @@ msgstr ""
250250"フォームにおける ``printf`` の定義に関わりなく先頭にリテラル ``0x`` が付きま"
251251"す。"
252252
253- #: ../../c-api/bytes.rst:111
253+ #: ../../c-api/bytes.rst:108
254254msgid ""
255255"An unrecognized format character causes all the rest of the format string to "
256256"be copied as-is to the result object, and any extra arguments discarded."
257257msgstr ""
258258"識別できない書式指定文字があった場合、残りの書式文字列はそのまま結果のオブ"
259259"ジェクトにコピーされ、残りの引数は無視されます。"
260260
261- #: ../../c-api/bytes.rst:114
261+ #: ../../c-api/bytes.rst:111
262262msgid ""
263263"For integer specifiers (d, u, ld, lu, zd, zu, i, x): the 0-conversion flag "
264264"has effect even when a precision is given."
265265msgstr ""
266266"整数指定子 (d, u, ld, lu, zd, zu, i, x): 精度が与えられていても、0指定子は有"
267267"効です。"
268268
269- #: ../../c-api/bytes.rst:120
269+ #: ../../c-api/bytes.rst:117
270270msgid ""
271271"Identical to :c:func:`PyBytes_FromFormat` except that it takes exactly two "
272272"arguments."
273273msgstr ""
274274"ちょうど2つの引数を取ることを除いて、 :c:func:`PyBytes_FromFormat` と同じで"
275275"す。"
276276
277- #: ../../c-api/bytes.rst:126
277+ #: ../../c-api/bytes.rst:123
278278msgid ""
279279"Return the bytes representation of object *o* that implements the buffer "
280280"protocol."
281281msgstr "バッファプロトコルを実装するオブジェクト *o* のバイト表現を返します。"
282282
283- #: ../../c-api/bytes.rst:132
283+ #: ../../c-api/bytes.rst:129
284284msgid "Return the length of the bytes in bytes object *o*."
285285msgstr "バイトオブジェクト *o* のバイト単位の長さを返します。"
286286
287- #: ../../c-api/bytes.rst:137
287+ #: ../../c-api/bytes.rst:134
288288msgid "Similar to :c:func:`PyBytes_Size`, but without error checking."
289289msgstr ":c:func:`PyBytes_Size` に似ていますが、エラーチェックを行いません。"
290290
291- #: ../../c-api/bytes.rst:142
291+ #: ../../c-api/bytes.rst:139
292292msgid ""
293293"Return a pointer to the contents of *o*. The pointer refers to the internal "
294294"buffer of *o*, which consists of ``len(o) + 1`` bytes. The last byte in the "
@@ -308,20 +308,20 @@ msgstr ""
308308"もし、 *o* が bytes オブジェクトでなければ、 :c:func:`PyBytes_AsString` は "
309309"``NULL`` を返し :exc:`TypeError` を送出します。"
310310
311- #: ../../c-api/bytes.rst:154
311+ #: ../../c-api/bytes.rst:151
312312msgid "Similar to :c:func:`PyBytes_AsString`, but without error checking."
313313msgstr ""
314314":c:func:`PyBytes_AsString` に似ていますが、エラーチェックを行いません。"
315315
316- #: ../../c-api/bytes.rst:159
316+ #: ../../c-api/bytes.rst:156
317317msgid ""
318318"Return the null-terminated contents of the object *obj* through the output "
319319"variables *buffer* and *length*."
320320msgstr ""
321321"*obj* のnull 終端された中身を、出力用の変数 *buffer* と *length* を介して返し"
322322"ます。"
323323
324- #: ../../c-api/bytes.rst:162
324+ #: ../../c-api/bytes.rst:159
325325msgid ""
326326"If *length* is ``NULL``, the bytes object may not contain embedded null "
327327"bytes; if it does, the function returns ``-1`` and a :exc:`ValueError` is "
@@ -331,7 +331,7 @@ msgstr ""
331331"可能性があります。その場合、関数は ``-1`` を返し、 :exc:`ValueError` を送出し"
332332"ます。"
333333
334- #: ../../c-api/bytes.rst:166
334+ #: ../../c-api/bytes.rst:163
335335msgid ""
336336"The buffer refers to an internal buffer of *obj*, which includes an "
337337"additional null byte at the end (not counted in *length*). The data must "
@@ -348,15 +348,15 @@ msgstr ""
348348"*obj* が bytes オブジェクトでなかった場合は、 :c:func:"
349349"`PyBytes_AsStringAndSize` は ``-1`` を返し :exc:`TypeError` を送出します。"
350350
351- #: ../../c-api/bytes.rst:173
351+ #: ../../c-api/bytes.rst:170
352352msgid ""
353353"Previously, :exc:`TypeError` was raised when embedded null bytes were "
354354"encountered in the bytes object."
355355msgstr ""
356356"以前は bytes オブジェクトにヌルバイトが埋め込まれていたときに :exc:"
357357"`TypeError` を送出していました。"
358358
359- #: ../../c-api/bytes.rst:180
359+ #: ../../c-api/bytes.rst:177
360360msgid ""
361361"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
362362"appended to *bytes*; the caller will own the new reference. The reference "
@@ -370,7 +370,7 @@ msgstr ""
370370"もし新しいオブジェクトが生成できない場合、古い *bytes* の参照は放棄され、 "
371371"*\\ *bytes* の値は ``NULL`` に設定されます; 適切な例外が設定されます。"
372372
373- #: ../../c-api/bytes.rst:189
373+ #: ../../c-api/bytes.rst:186
374374msgid ""
375375"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
376376"appended to *bytes*. This version decrements the reference count of "
@@ -380,7 +380,7 @@ msgstr ""
380380"*\\ *bytes* に生成します; この関数は、 *newpart* の参照カウントをデクリメント"
381381"します。"
382382
383- #: ../../c-api/bytes.rst:196
383+ #: ../../c-api/bytes.rst:193
384384msgid ""
385385"A way to resize a bytes object even though it is \" immutable\" . Only use "
386386"this to build up a brand new bytes object; don't use this if the bytes may "
0 commit comments