Skip to content

Commit 19301c2

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent d3a4b59 commit 19301c2

26 files changed

+93
-46
lines changed

bugs.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: 2026-01-11 14:14+0000\n"
14+
"POT-Creation-Date: 2026-02-01 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/"

c-api/allocation.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: 2026-01-11 14:14+0000\n"
14+
"POT-Creation-Date: 2026-02-01 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/"

c-api/apiabiversion.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: 2026-01-13 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-01 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/"

c-api/object.po

Lines changed: 8 additions & 8 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-25 14:14+0000\n"
14+
"POT-Creation-Date: 2026-02-03 14:40+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/"
@@ -696,13 +696,13 @@ msgstr ""
696696

697697
msgid ""
698698
":c:func:`PyUnstable_EnableTryIncRef` must have been called earlier on *obj* "
699-
"or this function may spuriously return ``0`` in the :term:`free threading` "
700-
"build."
699+
"or this function may spuriously return ``0`` in the :term:`free-threaded "
700+
"build`."
701701
msgstr ""
702702

703703
msgid ""
704704
"This function is logically equivalent to the following C code, except that "
705-
"it behaves atomically in the :term:`free threading` build::"
705+
"it behaves atomically in the :term:`free-threaded build`::"
706706
msgstr ""
707707

708708
msgid ""
@@ -783,10 +783,10 @@ msgid ""
783783
msgstr ""
784784

785785
msgid ""
786-
"On a :term:`free threaded <free threading>` build, this checks if *op*'s :"
787-
"term:`reference count` is equal to one and additionally checks if *op* is "
788-
"only used by this thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-"
789-
"safe on free threaded builds; prefer this function."
786+
"On a :term:`free-threaded build`, this checks if *op*'s :term:`reference "
787+
"count` is equal to one and additionally checks if *op* is only used by this "
788+
"thread. :c:expr:`Py_REFCNT(op) == 1` is **not** thread-safe on free-threaded "
789+
"builds; prefer this function."
790790
msgstr ""
791791

792792
msgid ""

c-api/refcounting.po

Lines changed: 2 additions & 2 deletions
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-29 14:35+0000\n"
11+
"POT-Creation-Date: 2026-02-03 14:40+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"
@@ -42,7 +42,7 @@ msgid ""
4242
msgstr ""
4343

4444
msgid ""
45-
"On :term:`free threaded <free threading>` builds of Python, returning 1 "
45+
"On :term:`free-threaded builds <free-threaded build>` of Python, returning 1 "
4646
"isn't sufficient to determine if it's safe to treat *o* as having no access "
4747
"by other threads. Use :c:func:`PyUnstable_Object_IsUniquelyReferenced` for "
4848
"that instead."

glossary.po

Lines changed: 14 additions & 3 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-29 14:35+0000\n"
14+
"POT-Creation-Date: 2026-02-03 14:40+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/"
@@ -249,8 +249,8 @@ msgid ""
249249
"On most builds of Python, having an attached thread state implies that the "
250250
"caller holds the :term:`GIL` for the current interpreter, so only one OS "
251251
"thread can have an attached thread state at a given moment. In :term:`free-"
252-
"threaded <free threading>` builds of Python, threads can concurrently hold "
253-
"an attached thread state, allowing for true parallelism of the bytecode "
252+
"threaded builds <free-threaded build>` of Python, threads can concurrently "
253+
"hold an attached thread state, allowing for true parallelism of the bytecode "
254254
"interpreter."
255255
msgstr ""
256256

@@ -885,6 +885,17 @@ msgid ""
885885
"Python bytecode at a time. See :pep:`703`."
886886
msgstr ""
887887

888+
msgid "free-threaded build"
889+
msgstr ""
890+
891+
msgid ""
892+
"A build of :term:`CPython` that supports :term:`free threading`, configured "
893+
"using the :option:`--disable-gil` option before compilation."
894+
msgstr ""
895+
896+
msgid "See :ref:`freethreading-python-howto`."
897+
msgstr ""
898+
888899
msgid "free variable"
889900
msgstr ""
890901

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: 2026-01-13 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-03 14:40+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/"

howto/functional.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: 2026-01-11 14:14+0000\n"
14+
"POT-Creation-Date: 2026-02-01 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/"

library/array.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: 2026-01-13 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-01 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/"

library/ctypes.po

Lines changed: 4 additions & 4 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-29 14:35+0000\n"
14+
"POT-Creation-Date: 2026-02-03 14:40+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/"
@@ -1267,9 +1267,9 @@ msgid "Thread safety without the GIL"
12671267
msgstr ""
12681268

12691269
msgid ""
1270-
"From Python 3.13 onward, the :term:`GIL` can be disabled on :term:`free "
1271-
"threaded <free threading>` builds. In ctypes, reads and writes to a single "
1272-
"object concurrently is safe, but not across multiple objects:"
1270+
"From Python 3.13 onward, the :term:`GIL` can be disabled on the :term:`free-"
1271+
"threaded build`. In ctypes, reads and writes to a single object concurrently "
1272+
"is safe, but not across multiple objects:"
12731273
msgstr ""
12741274

12751275
msgid ""

0 commit comments

Comments
 (0)