Skip to content

Commit fdae1e6

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 90aeff0 commit fdae1e6

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

library/enum.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Transifex Bot <>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
15+
"POT-Creation-Date: 2025-10-03 14:13+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Transifex Bot <>, 2025\n"
1718
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1819
"id/)\n"
1920
"MIME-Version: 1.0\n"
@@ -462,6 +463,7 @@ msgid ""
462463
msgstr ""
463464

464465
msgid ""
466+
">>> from enum import Enum\n"
465467
">>> from datetime import date\n"
466468
">>> class Weekday(Enum):\n"
467469
"... MONDAY = 1\n"
@@ -507,7 +509,7 @@ msgid ""
507509
msgstr ""
508510

509511
msgid ""
510-
">>> from enum import auto\n"
512+
">>> from enum import auto, Enum\n"
511513
">>> class PowersOfThree(Enum):\n"
512514
"... @staticmethod\n"
513515
"... def _generate_next_value_(name, start, count, last_values):\n"
@@ -540,7 +542,7 @@ msgid ""
540542
msgstr ""
541543

542544
msgid ""
543-
">>> from enum import StrEnum\n"
545+
">>> from enum import auto, StrEnum\n"
544546
">>> class Build(StrEnum):\n"
545547
"... DEBUG = auto()\n"
546548
"... OPTIMIZED = auto()\n"
@@ -579,6 +581,7 @@ msgid ""
579581
msgstr ""
580582

581583
msgid ""
584+
">>> from enum import auto, Enum\n"
582585
">>> class OtherStyle(Enum):\n"
583586
"... ALTERNATE = auto()\n"
584587
"... OTHER = auto()\n"
@@ -598,6 +601,7 @@ msgid ""
598601
msgstr ""
599602

600603
msgid ""
604+
">>> from enum import auto, Enum\n"
601605
">>> class OtherStyle(Enum):\n"
602606
"... ALTERNATE = auto()\n"
603607
"... OTHER = auto()\n"
@@ -616,6 +620,7 @@ msgid ""
616620
msgstr ""
617621

618622
msgid ""
623+
">>> from enum import auto, Enum\n"
619624
">>> class OtherStyle(Enum):\n"
620625
"... ALTERNATE = auto()\n"
621626
"... OTHER = auto()\n"

library/hashlib.po

Lines changed: 3 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: 2025-09-16 17:23+0000\n"
14+
"POT-Creation-Date: 2025-10-03 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/"
@@ -285,8 +285,8 @@ msgid "Example:"
285285
msgstr "Contoh:"
286286

287287
msgid ""
288-
"Now raises a :exc:`BlockingIOError` if the file is opened in blocking mode. "
289-
"Previously, spurious null bytes were added to the digest."
288+
"Now raises a :exc:`BlockingIOError` if the file is opened in non-blocking "
289+
"mode. Previously, spurious null bytes were added to the digest."
290290
msgstr ""
291291

292292
msgid "Key derivation"

0 commit comments

Comments
 (0)