Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite45615b

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent49e8eed commite45615b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

‎library/enum.po‎

Lines changed: 7 additions & 3 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:2025-09-11 14:18+0000\n"
11+
"POT-Creation-Date:2025-10-03 14:13+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -458,6 +458,7 @@ msgid ""
458458
msgstr""
459459

460460
msgid""
461+
">>> from enum import Enum\n"
461462
">>> from datetime import date\n"
462463
">>> class Weekday(Enum):\n"
463464
"... MONDAY = 1\n"
@@ -503,7 +504,7 @@ msgid ""
503504
msgstr""
504505

505506
msgid""
506-
">>> from enum import auto\n"
507+
">>> from enum import auto, Enum\n"
507508
">>> class PowersOfThree(Enum):\n"
508509
"... @staticmethod\n"
509510
"... def _generate_next_value_(name, start, count, last_values):\n"
@@ -536,7 +537,7 @@ msgid ""
536537
msgstr""
537538

538539
msgid""
539-
">>> from enum import StrEnum\n"
540+
">>> from enum importauto,StrEnum\n"
540541
">>> class Build(StrEnum):\n"
541542
"... DEBUG = auto()\n"
542543
"... OPTIMIZED = auto()\n"
@@ -575,6 +576,7 @@ msgid ""
575576
msgstr""
576577

577578
msgid""
579+
">>> from enum import auto, Enum\n"
578580
">>> class OtherStyle(Enum):\n"
579581
"... ALTERNATE = auto()\n"
580582
"... OTHER = auto()\n"
@@ -594,6 +596,7 @@ msgid ""
594596
msgstr""
595597

596598
msgid""
599+
">>> from enum import auto, Enum\n"
597600
">>> class OtherStyle(Enum):\n"
598601
"... ALTERNATE = auto()\n"
599602
"... OTHER = auto()\n"
@@ -612,6 +615,7 @@ msgid ""
612615
msgstr""
613616

614617
msgid""
618+
">>> from enum import auto, Enum\n"
615619
">>> class OtherStyle(Enum):\n"
616620
"... ALTERNATE = auto()\n"
617621
"... OTHER = auto()\n"

‎library/hashlib.po‎

Lines changed: 3 additions & 3 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:2025-05-09 14:19+0000\n"
11+
"POT-Creation-Date:2025-10-03 14:13+0000\n"
1212
"PO-Revision-Date:2025-09-16 00:01+0000\n"
1313
"Language-Team:Hungarian (https://app.transifex.com/python-doc/teams/5390/"
1414
"hu/)\n"
@@ -281,8 +281,8 @@ msgid "Example:"
281281
msgstr""
282282

283283
msgid""
284-
"Now raises a :exc:`BlockingIOError` if the file is opened in blocking mode. "
285-
"Previously, spurious null bytes were added to the digest."
284+
"Now raises a :exc:`BlockingIOError` if the file is opened innon-blocking "
285+
"mode.Previously, spurious null bytes were added to the digest."
286286
msgstr""
287287

288288
msgid"Key derivation"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp