Skip to content

Commit 163e716

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent f957aad commit 163e716

File tree

21 files changed

+115
-32
lines changed

21 files changed

+115
-32
lines changed

c-api/abstract.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-10-13 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-01 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/cell.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-10-13 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-01 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/conversion.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: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-03 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/"
@@ -73,9 +73,9 @@ msgid ""
7373
msgstr ""
7474

7575
msgid ""
76-
"When ``rv < 0``, \"something bad happened.\" ``str[size-1]`` is ``'\\0'`` in "
77-
"this case too, but the rest of *str* is undefined. The exact cause of the "
78-
"error depends on the underlying platform."
76+
"When ``rv < 0``, the output conversion failed and ``str[size-1]`` is "
77+
"``'\\0'`` in this case too, but the rest of *str* is undefined. The exact "
78+
"cause of the error depends on the underlying platform."
7979
msgstr ""
8080

8181
msgid ""

c-api/dict.po

Lines changed: 4 additions & 4 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: 2025-10-17 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-03 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/"
@@ -58,7 +58,7 @@ msgid "Empty an existing dictionary of all key-value pairs."
5858
msgstr ""
5959

6060
msgid ""
61-
"Determine if dictionary *p* contains *key*. If an item in *p* is matches "
61+
"Determine if dictionary *p* contains *key*. If an item in *p* matches "
6262
"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
6363
"is equivalent to the Python expression ``key in p``."
6464
msgstr ""
@@ -187,7 +187,7 @@ msgstr ""
187187

188188
msgid ""
189189
"Remove *key* from dictionary *p* and optionally return the removed value. Do "
190-
"not raise :exc:`KeyError` if the key missing."
190+
"not raise :exc:`KeyError` if the key is missing."
191191
msgstr ""
192192

193193
msgid ""
@@ -202,7 +202,7 @@ msgstr ""
202202

203203
msgid ""
204204
"Similar to :meth:`dict.pop`, but without the default value and not raising :"
205-
"exc:`KeyError` if the key missing."
205+
"exc:`KeyError` if the key is missing."
206206
msgstr ""
207207

208208
msgid ""

c-api/typeobj.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-10-13 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-01 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/argparse.po

Lines changed: 8 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: 2025-10-29 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-03 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/"
@@ -808,6 +808,13 @@ msgid ""
808808
">>> parser.parse_args(['--help'])"
809809
msgstr ""
810810

811+
msgid ""
812+
"Note that when ``color=True``, colored output depends on both environment "
813+
"variables and terminal capabilities. However, if ``color=False``, colored "
814+
"output is always disabled, even if environment variables like "
815+
"``FORCE_COLOR`` are set."
816+
msgstr ""
817+
811818
msgid "The add_argument() method"
812819
msgstr "Metode add_argument()"
813820

library/builtins.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-10-13 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-01 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/csv.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-10-13 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-01 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/"

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

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

0 commit comments

Comments
 (0)