Skip to content

Commit 064df2d

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 19d460c commit 064df2d

34 files changed

+101
-54
lines changed

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: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/arg.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: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/descriptor.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: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/dict.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-01-13 14:20+0000\n"
15+
"POT-Creation-Date: 2026-02-01 14:20+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (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
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-01-23 14:20+0000\n"
15+
"POT-Creation-Date: 2026-02-03 14:40+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -697,13 +697,13 @@ msgstr ""
697697

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

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

709709
msgid ""
@@ -784,10 +784,10 @@ msgid ""
784784
msgstr ""
785785

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

793793
msgid ""

c-api/refcounting.po

Lines changed: 2 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-15 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: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -46,7 +46,7 @@ msgid ""
4646
msgstr ""
4747

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

c-api/weakref.po

Lines changed: 1 addition & 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-13 14:20+0000\n"
11+
"POT-Creation-Date: 2026-02-01 14:20+0000\n"
1212
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1313
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1414
"id/)\n"

deprecations/pending-removal-in-3.13.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: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

deprecations/pending-removal-in-future.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: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

glossary.po

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-01-25 14:14+0000\n"
15+
"POT-Creation-Date: 2026-02-03 14:40+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
@@ -254,8 +254,8 @@ msgid ""
254254
"On most builds of Python, having an attached thread state implies that the "
255255
"caller holds the :term:`GIL` for the current interpreter, so only one OS "
256256
"thread can have an attached thread state at a given moment. In :term:`free-"
257-
"threaded <free threading>` builds of Python, threads can concurrently hold "
258-
"an attached thread state, allowing for true parallelism of the bytecode "
257+
"threaded builds <free-threaded build>` of Python, threads can concurrently "
258+
"hold an attached thread state, allowing for true parallelism of the bytecode "
259259
"interpreter."
260260
msgstr ""
261261

@@ -899,6 +899,17 @@ msgid ""
899899
"Python bytecode at a time. See :pep:`703`."
900900
msgstr ""
901901

902+
msgid "free-threaded build"
903+
msgstr ""
904+
905+
msgid ""
906+
"A build of :term:`CPython` that supports :term:`free threading`, configured "
907+
"using the :option:`--disable-gil` option before compilation."
908+
msgstr ""
909+
910+
msgid "See :ref:`freethreading-python-howto`."
911+
msgstr ""
912+
902913
msgid "free variable"
903914
msgstr "variabel bebas"
904915

0 commit comments

Comments
 (0)