Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64c7665

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 76d425b commit 64c7665

15 files changed

Lines changed: 15397 additions & 15372 deletions

c-api/allocation.po

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-21 15:07+0000\n"
14+
"POT-Creation-Date: 2026-04-23 15:47+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -23,8 +23,8 @@ msgstr ""
2323
"Plural-Forms: nplurals=1; plural=0;\n"
2424

2525
#: ../../c-api/allocation.rst:6
26-
msgid "Allocating Objects on the Heap"
27-
msgstr "オブジェクトをヒープ上にメモリ確保する"
26+
msgid "Allocating objects on the heap"
27+
msgstr ""
2828

2929
#: ../../c-api/allocation.rst:17
3030
msgid ""
@@ -124,8 +124,8 @@ msgid "PyObject *foo = PyObject_CallNoArgs((PyObject *)&PyFoo_Type);"
124124
msgstr ""
125125

126126
#: ../../c-api/allocation.rst:87 ../../c-api/allocation.rst:137
127-
#: ../../c-api/allocation.rst:182 ../../c-api/allocation.rst:184
128-
#: ../../c-api/allocation.rst:186
127+
#: ../../c-api/allocation.rst:184 ../../c-api/allocation.rst:186
128+
#: ../../c-api/allocation.rst:188
129129
msgid ":c:func:`PyObject_Free`"
130130
msgstr ":c:func:`PyObject_Free`"
131131

@@ -204,43 +204,43 @@ msgid "To allocate and create extension modules."
204204
msgstr "拡張モジュールのアロケートと生成。"
205205

206206
#: ../../c-api/allocation.rst:157
207-
msgid "Deprecated aliases"
208-
msgstr "非推奨のエイリアス"
207+
msgid "Soft-deprecated aliases"
208+
msgstr ""
209209

210-
#: ../../c-api/allocation.rst:159
210+
#: ../../c-api/allocation.rst:161
211211
msgid ""
212-
"These are :term:`soft deprecated` aliases to existing functions and macros. "
213-
"They exist solely for backwards compatibility."
212+
"These are aliases to existing functions and macros. They exist solely for "
213+
"backwards compatibility."
214214
msgstr ""
215215

216-
#: ../../c-api/allocation.rst:167
217-
msgid "Deprecated alias"
218-
msgstr "非推奨のエイリアス"
216+
#: ../../c-api/allocation.rst:169
217+
msgid "Soft-deprecated alias"
218+
msgstr ""
219219

220-
#: ../../c-api/allocation.rst:168
220+
#: ../../c-api/allocation.rst:170
221221
msgid "Function"
222222
msgstr "関数"
223223

224-
#: ../../c-api/allocation.rst:170
224+
#: ../../c-api/allocation.rst:172
225225
msgid ":c:macro:`PyObject_New`"
226226
msgstr ""
227227

228-
#: ../../c-api/allocation.rst:172
228+
#: ../../c-api/allocation.rst:174
229229
msgid ":c:macro:`PyObject_NewVar`"
230230
msgstr ""
231231

232-
#: ../../c-api/allocation.rst:174
232+
#: ../../c-api/allocation.rst:176
233233
msgid ":c:func:`PyObject_Init`"
234234
msgstr ""
235235

236-
#: ../../c-api/allocation.rst:176
236+
#: ../../c-api/allocation.rst:178
237237
msgid ":c:func:`PyObject_InitVar`"
238238
msgstr ""
239239

240-
#: ../../c-api/allocation.rst:178
240+
#: ../../c-api/allocation.rst:180
241241
msgid ":c:func:`PyObject_Malloc`"
242242
msgstr ":c:func:`PyObject_Malloc`"
243243

244-
#: ../../c-api/allocation.rst:180
244+
#: ../../c-api/allocation.rst:182
245245
msgid ":c:func:`PyObject_Realloc`"
246246
msgstr ":c:func:`PyObject_Realloc`"

c-api/file.po

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-11 14:31+0000\n"
14+
"POT-Creation-Date: 2026-04-23 15:47+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -23,8 +23,8 @@ msgstr ""
2323
"Plural-Forms: nplurals=1; plural=0;\n"
2424

2525
#: ../../c-api/file.rst:6
26-
msgid "File Objects"
27-
msgstr "ファイルオブジェクト"
26+
msgid "File objects"
27+
msgstr ""
2828

2929
#: ../../c-api/file.rst:10
3030
msgid ""
@@ -227,23 +227,22 @@ msgstr ""
227227
"を返し、失敗すると ``-1`` を返して適切な例外をセットします。"
228228

229229
#: ../../c-api/file.rst:140
230-
msgid "Deprecated API"
230+
msgid "Soft-deprecated API"
231231
msgstr ""
232232

233-
#: ../../c-api/file.rst:143
233+
#: ../../c-api/file.rst:144
234234
msgid ""
235-
"These are :term:`soft deprecated` APIs that were included in Python's C API "
236-
"by mistake. They are documented solely for completeness; use other "
237-
"``PyFile*`` APIs instead."
235+
"These are APIs that were included in Python's C API by mistake. They are "
236+
"documented solely for completeness; use other ``PyFile*`` APIs instead."
238237
msgstr ""
239238

240-
#: ../../c-api/file.rst:149
239+
#: ../../c-api/file.rst:150
241240
msgid ""
242241
"Use :c:func:`PyFile_FromFd` with defaults (``fd, NULL, \"w\", -1, NULL, "
243242
"NULL, NULL, 0``) instead."
244243
msgstr ""
245244

246-
#: ../../c-api/file.rst:153
245+
#: ../../c-api/file.rst:154
247246
msgid ""
248247
"Type of file-like objects used internally at Python startup when :py:mod:"
249248
"`io` is not yet available. Use Python :py:func:`open` or :c:func:"

c-api/frame.po

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# python-doc bot, 2025
7+
# python-doc bot, 2026
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-09 15:16+0000\n"
14+
"POT-Creation-Date: 2026-04-23 15:47+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
16+
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1818
"ja/)\n"
1919
"MIME-Version: 1.0\n"
@@ -23,7 +23,7 @@ msgstr ""
2323
"Plural-Forms: nplurals=1; plural=0;\n"
2424

2525
#: ../../c-api/frame.rst:4
26-
msgid "Frame Objects"
26+
msgid "Frame objects"
2727
msgstr "フレーム (frame) オブジェクト"
2828

2929
#: ../../c-api/frame.rst:8
@@ -180,7 +180,7 @@ msgid "Return the line number that *frame* is currently executing."
180180
msgstr "*frame* が現在実行している行番号を返します。"
181181

182182
#: ../../c-api/frame.rst:151
183-
msgid "Frame Locals Proxies"
183+
msgid "Frame locals proxies"
184184
msgstr ""
185185

186186
#: ../../c-api/frame.rst:155
@@ -205,7 +205,7 @@ msgid "Return non-zero if *obj* is a frame :func:`locals` proxy."
205205
msgstr ""
206206

207207
#: ../../c-api/frame.rst:173
208-
msgid "Legacy Local Variable APIs"
208+
msgid "Legacy local variable APIs"
209209
msgstr ""
210210

211211
#: ../../c-api/frame.rst:175
@@ -214,12 +214,7 @@ msgid ""
214214
"They exist solely for backwards compatibility."
215215
msgstr ""
216216

217-
#: ../../c-api/frame.rst:181 ../../c-api/frame.rst:195
218-
#: ../../c-api/frame.rst:208
219-
msgid "This function is :term:`soft deprecated` and does nothing."
220-
msgstr ""
221-
222-
#: ../../c-api/frame.rst:183
217+
#: ../../c-api/frame.rst:181
223218
msgid ""
224219
"Prior to Python 3.13, this function would copy the :attr:`~frame.f_locals` "
225220
"attribute of *f* to the internal \"fast\" array of local variables, allowing "
@@ -228,51 +223,51 @@ msgid ""
228223
"dictionary."
229224
msgstr ""
230225

231-
#: ../../c-api/frame.rst:189 ../../c-api/frame.rst:202
232-
#: ../../c-api/frame.rst:214
226+
#: ../../c-api/frame.rst:187 ../../c-api/frame.rst:198
227+
#: ../../c-api/frame.rst:208
233228
msgid "This function now does nothing."
234229
msgstr ""
235230

236-
#: ../../c-api/frame.rst:197
231+
#: ../../c-api/frame.rst:193
237232
msgid ""
238233
"Prior to Python 3.13, this function would copy the internal \"fast\" array "
239234
"of local variables (which is used by the interpreter) to the :attr:`~frame."
240235
"f_locals` attribute of *f*, allowing changes in local variables to be "
241236
"visible to frame objects."
242237
msgstr ""
243238

244-
#: ../../c-api/frame.rst:210
239+
#: ../../c-api/frame.rst:204
245240
msgid ""
246241
"Prior to Python 3.13, this function was similar to :c:func:"
247242
"`PyFrame_FastToLocals`, but would return ``0`` on success, and ``-1`` with "
248243
"an exception set on failure."
249244
msgstr ""
250245

251-
#: ../../c-api/frame.rst:219
246+
#: ../../c-api/frame.rst:213
252247
msgid ":pep:`667`"
253248
msgstr ""
254249

255-
#: ../../c-api/frame.rst:223
256-
msgid "Internal Frames"
250+
#: ../../c-api/frame.rst:217
251+
msgid "Internal frames"
257252
msgstr ""
258253

259-
#: ../../c-api/frame.rst:225
254+
#: ../../c-api/frame.rst:219
260255
msgid "Unless using :pep:`523`, you will not need this."
261256
msgstr ""
262257

263-
#: ../../c-api/frame.rst:229
258+
#: ../../c-api/frame.rst:223
264259
msgid "The interpreter's internal frame representation."
265260
msgstr ""
266261

267-
#: ../../c-api/frame.rst:235
262+
#: ../../c-api/frame.rst:229
268263
msgid "Return a :term:`strong reference` to the code object for the frame."
269264
msgstr ""
270265

271-
#: ../../c-api/frame.rst:242
266+
#: ../../c-api/frame.rst:236
272267
msgid "Return the byte offset into the last executed instruction."
273268
msgstr ""
274269

275-
#: ../../c-api/frame.rst:249
270+
#: ../../c-api/frame.rst:243
276271
msgid ""
277272
"Return the currently executing line number, or -1 if there is no line number."
278273
msgstr ""

0 commit comments

Comments
 (0)