Skip to content

Commit f75a6f2

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent f5de24c commit f75a6f2

File tree

199 files changed

+30530
-28431
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+30530
-28431
lines changed

c-api/arg.po

+156-223
Large diffs are not rendered by default.

c-api/bytes.po

+54-54
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
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
103103
msgid "Format Characters"
104104
msgstr "書式指定文字"
105105

106-
#: ../../c-api/bytes.rst:68
106+
#: ../../c-api/bytes.rst:65
107107
msgid "Type"
108108
msgstr "型"
109109

110-
#: ../../c-api/bytes.rst:68
110+
#: ../../c-api/bytes.rst:65
111111
msgid "Comment"
112112
msgstr "備考"
113113

114-
#: ../../c-api/bytes.rst:70
114+
#: ../../c-api/bytes.rst:67
115115
msgid ":attr:`%%`"
116116
msgstr ":attr:`%%`"
117117

118-
#: ../../c-api/bytes.rst:70
118+
#: ../../c-api/bytes.rst:67
119119
msgid "*n/a*"
120120
msgstr "*n/a*"
121121

122-
#: ../../c-api/bytes.rst:70
122+
#: ../../c-api/bytes.rst:67
123123
msgid "The literal % character."
124124
msgstr "リテラルの % 文字"
125125

126-
#: ../../c-api/bytes.rst:72
126+
#: ../../c-api/bytes.rst:69
127127
msgid ":attr:`%c`"
128128
msgstr ":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
132132
msgid "int"
133133
msgstr "int"
134134

135-
#: ../../c-api/bytes.rst:72
135+
#: ../../c-api/bytes.rst:69
136136
msgid "A single byte, represented as a C int."
137137
msgstr "C の整数型で表現される単一のバイト。"
138138

139-
#: ../../c-api/bytes.rst:75
139+
#: ../../c-api/bytes.rst:72
140140
msgid ":attr:`%d`"
141141
msgstr ":attr:`%d`"
142142

143-
#: ../../c-api/bytes.rst:75
143+
#: ../../c-api/bytes.rst:72
144144
msgid "Equivalent to ``printf(\"%d\")``. [1]_"
145145
msgstr "``printf(\"%d\")`` と同等。 [1]_"
146146

147-
#: ../../c-api/bytes.rst:78
147+
#: ../../c-api/bytes.rst:75
148148
msgid ":attr:`%u`"
149149
msgstr ":attr:`%u`"
150150

151-
#: ../../c-api/bytes.rst:78
151+
#: ../../c-api/bytes.rst:75
152152
msgid "unsigned int"
153153
msgstr "unsigned int"
154154

155-
#: ../../c-api/bytes.rst:78
155+
#: ../../c-api/bytes.rst:75
156156
msgid "Equivalent to ``printf(\"%u\")``. [1]_"
157157
msgstr "``printf(\"%u\")`` と同等。 [1]_"
158158

159-
#: ../../c-api/bytes.rst:81
159+
#: ../../c-api/bytes.rst:78
160160
msgid ":attr:`%ld`"
161161
msgstr ":attr:`%ld`"
162162

163-
#: ../../c-api/bytes.rst:81
163+
#: ../../c-api/bytes.rst:78
164164
msgid "long"
165165
msgstr "long"
166166

167-
#: ../../c-api/bytes.rst:81
167+
#: ../../c-api/bytes.rst:78
168168
msgid "Equivalent to ``printf(\"%ld\")``. [1]_"
169169
msgstr "``printf(\"%ld\")`` と同等。 [1]_"
170170

171-
#: ../../c-api/bytes.rst:84
171+
#: ../../c-api/bytes.rst:81
172172
msgid ":attr:`%lu`"
173173
msgstr ":attr:`%lu`"
174174

175-
#: ../../c-api/bytes.rst:84
175+
#: ../../c-api/bytes.rst:81
176176
msgid "unsigned long"
177177
msgstr "unsigned long"
178178

179-
#: ../../c-api/bytes.rst:84
179+
#: ../../c-api/bytes.rst:81
180180
msgid "Equivalent to ``printf(\"%lu\")``. [1]_"
181181
msgstr "``printf(\"%lu\")`` と同等。 [1]_"
182182

183-
#: ../../c-api/bytes.rst:87
183+
#: ../../c-api/bytes.rst:84
184184
msgid ":attr:`%zd`"
185185
msgstr ":attr:`%zd`"
186186

187-
#: ../../c-api/bytes.rst:87
187+
#: ../../c-api/bytes.rst:84
188188
msgid ":c:type:`\\ Py_ssize_t`"
189189
msgstr ""
190190

191-
#: ../../c-api/bytes.rst:87
191+
#: ../../c-api/bytes.rst:84
192192
msgid "Equivalent to ``printf(\"%zd\")``. [1]_"
193193
msgstr "``printf(\"%zd\")`` と同等。 [1]_"
194194

195-
#: ../../c-api/bytes.rst:90
195+
#: ../../c-api/bytes.rst:87
196196
msgid ":attr:`%zu`"
197197
msgstr ":attr:`%zu`"
198198

199-
#: ../../c-api/bytes.rst:90
199+
#: ../../c-api/bytes.rst:87
200200
msgid "size_t"
201201
msgstr "size_t"
202202

203-
#: ../../c-api/bytes.rst:90
203+
#: ../../c-api/bytes.rst:87
204204
msgid "Equivalent to ``printf(\"%zu\")``. [1]_"
205205
msgstr "``printf(\"%zu\")`` と同等。 [1]_"
206206

207-
#: ../../c-api/bytes.rst:93
207+
#: ../../c-api/bytes.rst:90
208208
msgid ":attr:`%i`"
209209
msgstr ":attr:`%i`"
210210

211-
#: ../../c-api/bytes.rst:93
211+
#: ../../c-api/bytes.rst:90
212212
msgid "Equivalent to ``printf(\"%i\")``. [1]_"
213213
msgstr "``printf(\"%i\")`` と同等。 [1]_"
214214

215-
#: ../../c-api/bytes.rst:96
215+
#: ../../c-api/bytes.rst:93
216216
msgid ":attr:`%x`"
217217
msgstr ":attr:`%x`"
218218

219-
#: ../../c-api/bytes.rst:96
219+
#: ../../c-api/bytes.rst:93
220220
msgid "Equivalent to ``printf(\"%x\")``. [1]_"
221221
msgstr "``printf(\"%x\")`` と同等。 [1]_"
222222

223-
#: ../../c-api/bytes.rst:99
223+
#: ../../c-api/bytes.rst:96
224224
msgid ":attr:`%s`"
225225
msgstr ":attr:`%s`"
226226

227-
#: ../../c-api/bytes.rst:99
227+
#: ../../c-api/bytes.rst:96
228228
msgid "const char\\*"
229229
msgstr "const char\\*"
230230

231-
#: ../../c-api/bytes.rst:99
231+
#: ../../c-api/bytes.rst:96
232232
msgid "A null-terminated C character array."
233233
msgstr "null で終端された C の文字列。"
234234

235-
#: ../../c-api/bytes.rst:102
235+
#: ../../c-api/bytes.rst:99
236236
msgid ":attr:`%p`"
237237
msgstr ":attr:`%p`"
238238

239-
#: ../../c-api/bytes.rst:102
239+
#: ../../c-api/bytes.rst:99
240240
msgid "const void\\*"
241241
msgstr "const void\\*"
242242

243-
#: ../../c-api/bytes.rst:102
243+
#: ../../c-api/bytes.rst:99
244244
msgid ""
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
254254
msgid ""
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."
257257
msgstr ""
258258
"識別できない書式指定文字があった場合、残りの書式文字列はそのまま結果のオブ"
259259
"ジェクトにコピーされ、残りの引数は無視されます。"
260260

261-
#: ../../c-api/bytes.rst:114
261+
#: ../../c-api/bytes.rst:111
262262
msgid ""
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."
265265
msgstr ""
266266
"整数指定子 (d, u, ld, lu, zd, zu, i, x): 精度が与えられていても、0指定子は有"
267267
"効です。"
268268

269-
#: ../../c-api/bytes.rst:120
269+
#: ../../c-api/bytes.rst:117
270270
msgid ""
271271
"Identical to :c:func:`PyBytes_FromFormat` except that it takes exactly two "
272272
"arguments."
273273
msgstr ""
274274
"ちょうど2つの引数を取ることを除いて、 :c:func:`PyBytes_FromFormat` と同じで"
275275
"す。"
276276

277-
#: ../../c-api/bytes.rst:126
277+
#: ../../c-api/bytes.rst:123
278278
msgid ""
279279
"Return the bytes representation of object *o* that implements the buffer "
280280
"protocol."
281281
msgstr "バッファプロトコルを実装するオブジェクト *o* のバイト表現を返します。"
282282

283-
#: ../../c-api/bytes.rst:132
283+
#: ../../c-api/bytes.rst:129
284284
msgid "Return the length of the bytes in bytes object *o*."
285285
msgstr "バイトオブジェクト *o* のバイト単位の長さを返します。"
286286

287-
#: ../../c-api/bytes.rst:137
287+
#: ../../c-api/bytes.rst:134
288288
msgid "Similar to :c:func:`PyBytes_Size`, but without error checking."
289289
msgstr ":c:func:`PyBytes_Size` に似ていますが、エラーチェックを行いません。"
290290

291-
#: ../../c-api/bytes.rst:142
291+
#: ../../c-api/bytes.rst:139
292292
msgid ""
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
312312
msgid "Similar to :c:func:`PyBytes_AsString`, but without error checking."
313313
msgstr ""
314314
":c:func:`PyBytes_AsString` に似ていますが、エラーチェックを行いません。"
315315

316-
#: ../../c-api/bytes.rst:159
316+
#: ../../c-api/bytes.rst:156
317317
msgid ""
318318
"Return the null-terminated contents of the object *obj* through the output "
319319
"variables *buffer* and *length*."
320320
msgstr ""
321321
"*obj* のnull 終端された中身を、出力用の変数 *buffer* と *length* を介して返し"
322322
"ます。"
323323

324-
#: ../../c-api/bytes.rst:162
324+
#: ../../c-api/bytes.rst:159
325325
msgid ""
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
335335
msgid ""
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
352352
msgid ""
353353
"Previously, :exc:`TypeError` was raised when embedded null bytes were "
354354
"encountered in the bytes object."
355355
msgstr ""
356356
"以前は bytes オブジェクトにヌルバイトが埋め込まれていたときに :exc:"
357357
"`TypeError` を送出していました。"
358358

359-
#: ../../c-api/bytes.rst:180
359+
#: ../../c-api/bytes.rst:177
360360
msgid ""
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
374374
msgid ""
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
384384
msgid ""
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

Comments
 (0)