Skip to content

Commit b0601ac

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent a5ae41e commit b0601ac

File tree

18 files changed

+200
-41
lines changed

18 files changed

+200
-41
lines changed

c-api/call.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-01-09 14:19+0000\n"
11+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -423,6 +423,14 @@ msgid ""
423423
"calls the vectorcall function stored in *callable*."
424424
msgstr ""
425425

426+
msgid "as ``_PyObject_Vectorcall``"
427+
msgstr ""
428+
429+
msgid ""
430+
"Renamed to the current name, without the leading underscore. The old "
431+
"provisional name is :term:`soft deprecated`."
432+
msgstr ""
433+
426434
msgid ""
427435
"Call *callable* with positional arguments passed exactly as in the "
428436
"vectorcall_ protocol, but with keyword arguments passed as a dictionary "

c-api/code.po

Lines changed: 1 addition & 13 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: 2025-12-27 14:13+0000\n"
14+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -393,15 +393,3 @@ msgstr ""
393393

394394
msgid "PyCode_New (C function)"
395395
msgstr ""
396-
397-
msgid "PyCode_NewWithPosOnlyArgs (C function)"
398-
msgstr ""
399-
400-
msgid "_PyEval_RequestCodeExtraIndex (C function)"
401-
msgstr ""
402-
403-
msgid "_PyCode_GetExtra (C function)"
404-
msgstr ""
405-
406-
msgid "_PyCode_SetExtra (C function)"
407-
msgstr ""

c-api/file.po

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-01-09 14:19+0000\n"
11+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -141,6 +141,26 @@ msgid ""
141141
"failure; the appropriate exception will be set."
142142
msgstr ""
143143

144+
msgid "Deprecated API"
145+
msgstr ""
146+
147+
msgid ""
148+
"These are :term:`soft deprecated` APIs that were included in Python's C API "
149+
"by mistake. They are documented solely for completeness; use other "
150+
"``PyFile*`` APIs instead."
151+
msgstr ""
152+
153+
msgid ""
154+
"Use :c:func:`PyFile_FromFd` with defaults (``fd, NULL, \"w\", -1, NULL, "
155+
"NULL, NULL, 0``) instead."
156+
msgstr ""
157+
158+
msgid ""
159+
"Type of file-like objects used internally at Python startup when :py:mod:"
160+
"`io` is not yet available. Use Python :py:func:`open` or :c:func:"
161+
"`PyFile_FromFd` to create file objects instead."
162+
msgstr ""
163+
144164
msgid "object"
145165
msgstr ""
146166

c-api/gen.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-01-09 14:19+0000\n"
11+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -89,3 +89,14 @@ msgid ""
8989
"Return true if *op* is an asynchronous generator object, false otherwise. "
9090
"This function always succeeds."
9191
msgstr ""
92+
93+
msgid "Deprecated API"
94+
msgstr ""
95+
96+
msgid ""
97+
"This is a :term:`soft deprecated` API that was included in Python's C API by "
98+
"mistake."
99+
msgstr ""
100+
101+
msgid "It is solely here for completeness; do not use this API."
102+
msgstr ""

c-api/intro.po

Lines changed: 38 additions & 1 deletion
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-01-05 14:19+0000\n"
14+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -228,6 +228,16 @@ msgid ""
228228
"inlined."
229229
msgstr ""
230230

231+
msgid ""
232+
"Macro used to declare a symbol as local to the shared library (hidden). On "
233+
"supported platforms, it ensures the symbol is not exported."
234+
msgstr ""
235+
236+
msgid ""
237+
"On compatible versions of GCC/Clang, it expands to "
238+
"``__attribute__((visibility(\"hidden\")))``."
239+
msgstr ""
240+
231241
msgid "Return the maximum value between ``x`` and ``y``."
232242
msgstr ""
233243

@@ -378,6 +388,33 @@ msgstr ""
378388
msgid "sizeof(array) / sizeof((array)[0])"
379389
msgstr ""
380390

391+
msgid ""
392+
"Macro used to declare a symbol (function or data) as exported. On Windows, "
393+
"this expands to ``__declspec(dllexport)``. On compatible versions of GCC/"
394+
"Clang, it expands to ``__attribute__((visibility(\"default\")))``. This "
395+
"macro is for defining the C API itself; extension modules should not use it."
396+
msgstr ""
397+
398+
msgid ""
399+
"Macro used to declare a symbol as imported. On Windows, this expands to "
400+
"``__declspec(dllimport)``. This macro is for defining the C API itself; "
401+
"extension modules should not use it."
402+
msgstr ""
403+
404+
msgid ""
405+
"Macro used by CPython to declare a function as part of the C API. Its "
406+
"expansion depends on the platform and build configuration. This macro is "
407+
"intended for defining CPython's C API itself; extension modules should not "
408+
"use it for their own symbols."
409+
msgstr ""
410+
411+
msgid ""
412+
"Macro used by CPython to declare a public global variable as part of the C "
413+
"API. Its expansion depends on the platform and build configuration. This "
414+
"macro is intended for defining CPython's C API itself; extension modules "
415+
"should not use it for their own symbols."
416+
msgstr ""
417+
381418
msgid "Objects, Types and Reference Counts"
382419
msgstr ""
383420

c-api/long.po

Lines changed: 29 additions & 2 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-01-09 14:19+0000\n"
14+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -386,7 +386,8 @@ msgstr ""
386386
msgid ""
387387
"Otherwise, returns the number of bytes required to store the value. If this "
388388
"is equal to or less than *n_bytes*, the entire value was copied. All "
389-
"*n_bytes* of the buffer are written: large buffers are padded with zeroes."
389+
"*n_bytes* of the buffer are written: remaining bytes filled by copies of the "
390+
"sign bit."
390391
msgstr ""
391392

392393
msgid ""
@@ -835,6 +836,32 @@ msgstr ""
835836
msgid "If *writer* is ``NULL``, no operation is performed."
836837
msgstr ""
837838

839+
msgid "Deprecated API"
840+
msgstr ""
841+
842+
msgid ""
843+
"These macros are :term:`soft deprecated`. They describe parameters of the "
844+
"internal representation of :c:type:`PyLongObject` instances."
845+
msgstr ""
846+
847+
msgid ""
848+
"Use :c:func:`PyLong_GetNativeLayout` instead, along with :c:func:"
849+
"`PyLong_Export` to read integer data or :c:type:`PyLongWriter` to write it. "
850+
"These currently use the same layout, but are designed to continue working "
851+
"correctly even if CPython's internal integer representation changes."
852+
msgstr ""
853+
854+
msgid ""
855+
"This is equivalent to :c:member:`~PyLongLayout.bits_per_digit` in the output "
856+
"of :c:func:`PyLong_GetNativeLayout`."
857+
msgstr ""
858+
859+
msgid "This is currently equivalent to :c:expr:`1 << PyLong_SHIFT`."
860+
msgstr ""
861+
862+
msgid "This is currently equivalent to :c:expr:`(1 << PyLong_SHIFT) - 1`"
863+
msgstr ""
864+
838865
msgid "object"
839866
msgstr ""
840867

c-api/set.po

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-01-09 14:19+0000\n"
11+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -165,6 +165,24 @@ msgid ""
165165
"`set` or its subtype."
166166
msgstr ""
167167

168+
msgid "Deprecated API"
169+
msgstr ""
170+
171+
msgid ""
172+
"A :term:`soft deprecated` constant representing the size of an internal "
173+
"preallocated table inside :c:type:`PySetObject` instances."
174+
msgstr ""
175+
176+
msgid ""
177+
"This is documented solely for completeness, as there are no guarantees that "
178+
"a given version of CPython uses preallocated tables with a fixed size. In "
179+
"code that does not deal with unstable set internals, :c:macro:`!"
180+
"PySet_MINSIZE` can be replaced with a small constant like ``8``."
181+
msgstr ""
182+
183+
msgid "If looking for the size of a set, use :c:func:`PySet_Size` instead."
184+
msgstr ""
185+
168186
msgid "object"
169187
msgstr ""
170188

c-api/typeobj.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-01-09 14:19+0000\n"
11+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -1858,6 +1858,14 @@ msgid ""
18581858
"This bit is inherited if :c:member:`~PyTypeObject.tp_call` is also inherited."
18591859
msgstr ""
18601860

1861+
msgid "as ``_Py_TPFLAGS_HAVE_VECTORCALL``"
1862+
msgstr ""
1863+
1864+
msgid ""
1865+
"Renamed to the current name, without the leading underscore. The old "
1866+
"provisional name is :term:`soft deprecated`."
1867+
msgstr ""
1868+
18611869
msgid ""
18621870
"This flag is now removed from a class when the class's :py:meth:`~object."
18631871
"__call__` method is reassigned."

c-api/unicode.po

Lines changed: 13 additions & 1 deletion
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-01-09 14:19+0000\n"
14+
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -76,6 +76,18 @@ msgid ""
7676
"that deal with Unicode objects take and return :c:type:`PyObject` pointers."
7777
msgstr ""
7878

79+
msgid ""
80+
"The structure of a particular object can be determined using the following "
81+
"macros. The macros cannot fail; their behavior is undefined if their "
82+
"argument is not a Python Unicode object."
83+
msgstr ""
84+
85+
msgid "True if *o* uses the :c:struct:`PyCompactUnicodeObject` structure."
86+
msgstr ""
87+
88+
msgid "True if *o* uses the :c:struct:`PyASCIIObject` structure."
89+
msgstr ""
90+
7991
msgid ""
8092
"The following APIs are C macros and static inlined functions for fast checks "
8193
"and access to internal read-only data of Unicode objects:"

howto/free-threading-python.po

Lines changed: 1 addition & 1 deletion
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: 2025-12-25 14:14+0000\n"
14+
"POT-Creation-Date: 2026-01-13 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)