Skip to content

Commit 8beec98

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent bdce6fa commit 8beec98

21 files changed

+100
-52
lines changed

c-api/buffer.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: 2025-11-09 14:13+0000\n"
15+
"POT-Creation-Date: 2025-11-29 14:13+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/call.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: 2025-11-07 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-29 14:13+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/capsule.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: 2025-11-09 14:13+0000\n"
15+
"POT-Creation-Date: 2025-11-29 14:13+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/complex.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: 2025-11-07 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-29 14:13+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/extension-modules.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-11-07 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-29 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: Hengky Kurniawan, 2025\n"
1717
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

c-api/hash.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: 2025-11-09 14:13+0000\n"
15+
"POT-Creation-Date: 2025-11-29 14:13+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/"

library/argparse.po

Lines changed: 13 additions & 15 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-11-27 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-29 14:13+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/"
@@ -968,9 +968,8 @@ msgstr ""
968968

969969
msgid ""
970970
"``'store_true'`` and ``'store_false'`` - These are special cases of "
971-
"``'store_const'`` used for storing the values ``True`` and ``False`` "
972-
"respectively. In addition, they create default values of ``False`` and "
973-
"``True`` respectively::"
971+
"``'store_const'`` that respectively store the values ``True`` and ``False`` "
972+
"with default values of ``False`` and ``True``::"
974973
msgstr ""
975974

976975
msgid ""
@@ -998,11 +997,10 @@ msgid ""
998997
msgstr ""
999998

1000999
msgid ""
1001-
"``'append_const'`` - This stores a list, and appends the value specified by "
1002-
"the const_ keyword argument to the list; note that the const_ keyword "
1003-
"argument defaults to ``None``. The ``'append_const'`` action is typically "
1004-
"useful when multiple arguments need to store constants to the same list. For "
1005-
"example::"
1000+
"``'append_const'`` - This appends the value specified by the const_ keyword "
1001+
"argument to a list; note that the const_ keyword argument defaults to "
1002+
"``None``. The ``'append_const'`` action is typically useful when multiple "
1003+
"arguments need to store constants to the same list. For example::"
10061004
msgstr ""
10071005

10081006
msgid ""
@@ -1016,11 +1014,11 @@ msgid ""
10161014
msgstr ""
10171015

10181016
msgid ""
1019-
"``'extend'`` - This stores a list and appends each item from the multi-value "
1020-
"argument list to it. The ``'extend'`` action is typically used with the "
1021-
"nargs_ keyword argument value ``'+'`` or ``'*'``. Note that when nargs_ is "
1022-
"``None`` (the default) or ``'?'``, each character of the argument string "
1023-
"will be appended to the list. Example usage::"
1017+
"``'extend'`` - This appends each item from a multi-value argument to a list. "
1018+
"The ``'extend'`` action is typically used with the nargs_ keyword argument "
1019+
"value ``'+'`` or ``'*'``. Note that when nargs_ is ``None`` (the default) or "
1020+
"``'?'``, each character of the argument string will be appended to the list. "
1021+
"Example usage::"
10241022
msgstr ""
10251023

10261024
msgid ""
@@ -1033,7 +1031,7 @@ msgid ""
10331031
msgstr ""
10341032

10351033
msgid ""
1036-
"``'count'`` - This counts the number of times a keyword argument occurs. For "
1034+
"``'count'`` - This counts the number of times an argument occurs. For "
10371035
"example, this is useful for increasing verbosity levels::"
10381036
msgstr ""
10391037

library/codecs.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-11-07 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-29 14:13+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/"

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

library/json.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: 2025-11-09 14:13+0000\n"
15+
"POT-Creation-Date: 2025-11-29 14:13+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Hengky Kurniawan, 2025\n"
1818
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)