Skip to content

Commit 9487c0a

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 7f77438 commit 9487c0a

File tree

3 files changed

+30
-15
lines changed

3 files changed

+30
-15
lines changed

library/time.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: 2025-07-11 14:21+0000\n"
14+
"POT-Creation-Date: 2025-08-09 14:17+0000\n"
1515
"PO-Revision-Date: 2025-08-02 17:34+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1105,7 +1105,7 @@ msgstr ""
11051105

11061106
msgid ""
11071107
"`International Atomic Time <https://www.nist.gov/pml/time-and-frequency-"
1108-
"division/nist-time-frequently-asked-questions-faq#tai>`_"
1108+
"division/how-utcnist-related-coordinated-universal-time-utc-international>`_"
11091109
msgstr ""
11101110

11111111
msgid ""

library/typing.po

Lines changed: 9 additions & 9 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-07-31 14:20+0000\n"
14+
"POT-Creation-Date: 2025-08-09 14:17+0000\n"
1515
"PO-Revision-Date: 2025-08-02 17:35+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -66,16 +66,16 @@ msgid ""
6666
msgstr ""
6767

6868
msgid ""
69-
"`\"Typing cheat sheet\" <https://mypy.readthedocs.io/en/stable/"
70-
"cheat_sheet_py3.html>`_"
69+
"`Typing cheat sheet <https://mypy.readthedocs.io/en/stable/cheat_sheet_py3."
70+
"html>`_"
7171
msgstr ""
7272

7373
msgid "A quick overview of type hints (hosted at the mypy docs)"
7474
msgstr ""
7575

7676
msgid ""
77-
"\"Type System Reference\" section of `the mypy docs <https://mypy."
78-
"readthedocs.io/en/stable/index.html>`_"
77+
"Type System Reference section of `the mypy docs <https://mypy.readthedocs.io/"
78+
"en/stable/index.html>`_"
7979
msgstr ""
8080

8181
msgid ""
@@ -84,7 +84,7 @@ msgid ""
8484
"specific to mypy.)"
8585
msgstr ""
8686

87-
msgid "`\"Static Typing with Python\" <https://typing.python.org/en/latest/>`_"
87+
msgid "`Static Typing with Python <https://typing.python.org/en/latest/>`_"
8888
msgstr ""
8989

9090
msgid ""
@@ -97,8 +97,8 @@ msgstr ""
9797

9898
msgid ""
9999
"The canonical, up-to-date specification of the Python type system can be "
100-
"found at `\"Specification for the Python type system\" <https://typing."
101-
"python.org/en/latest/spec/index.html>`_."
100+
"found at `Specification for the Python type system <https://typing.python."
101+
"org/en/latest/spec/index.html>`_."
102102
msgstr ""
103103

104104
msgid "Type aliases"
@@ -3080,7 +3080,7 @@ msgid ""
30803080
"runtime as soon as the class has been created. Monkey-patching attributes "
30813081
"onto a runtime-checkable protocol will still work, but will have no impact "
30823082
"on :func:`isinstance` checks comparing objects to the protocol. See :ref:"
3083-
"`\"What's new in Python 3.12\" <whatsnew-typing-py312>` for more details."
3083+
"`What's new in Python 3.12 <whatsnew-typing-py312>` for more details."
30843084
msgstr ""
30853085

30863086
msgid ""

whatsnew/changelog.po

Lines changed: 19 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-08-07 20:38+0000\n"
14+
"POT-Creation-Date: 2025-08-09 14:17+0000\n"
1515
"PO-Revision-Date: 2025-08-02 17:35+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -48,6 +48,11 @@ msgstr ""
4848
msgid "Library"
4949
msgstr "Biblioteka"
5050

51+
msgid ""
52+
":gh:`137282`: Fix tab completion and :func:`dir` on :mod:`concurrent."
53+
"futures`."
54+
msgstr ""
55+
5156
msgid ""
5257
":gh:`137257`: Bump the version of pip bundled in ensurepip to version 25.2"
5358
msgstr ""
@@ -69,6 +74,13 @@ msgid ""
6974
"`130577`.)"
7075
msgstr ""
7176

77+
msgid "Documentation"
78+
msgstr "Dokumentacja"
79+
80+
msgid ""
81+
":gh:`136155`: We are now checking for fatal errors in EPUB builds in CI."
82+
msgstr ""
83+
7284
msgid "Core and Builtins"
7385
msgstr "Core i builtiny"
7486

@@ -80,6 +92,12 @@ msgid ""
8092
"\\xFF'`` instead of ``'ÿ'``. Patch by Pablo Galindo."
8193
msgstr ""
8294

95+
msgid ""
96+
":gh:`137308`: A standalone docstring in a node body is optimized as a :"
97+
"keyword:`pass` statement to ensure that the node's body is never empty. "
98+
"There was a :exc:`ValueError` in :func:`compile` otherwise."
99+
msgstr ""
100+
83101
msgid ""
84102
":gh:`136870`: Fix data races while de-instrumenting bytecode of code objects "
85103
"running concurrently in threads."
@@ -498,9 +516,6 @@ msgid ""
498516
"alignment type of ``'='``, just as in case of :class:`float`'s."
499517
msgstr ""
500518

501-
msgid "Documentation"
502-
msgstr "Dokumentacja"
503-
504519
msgid ""
505520
":gh:`136155`: EPUB builds are fixed by excluding non-XHTML-compatible tags."
506521
msgstr ""

0 commit comments

Comments
 (0)