Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 682174d

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent c8974c2 commit 682174d

3 files changed

Lines changed: 16 additions & 7 deletions

File tree

library/functools.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-10 22:05-0300\n"
14+
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
1616
"Last-Translator: Maciej Olko <[email protected]>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -474,9 +474,9 @@ msgid ""
474474
"corresponding attributes from the original function. The default values for "
475475
"these arguments are the module level constants ``WRAPPER_ASSIGNMENTS`` "
476476
"(which assigns to the wrapper function's ``__module__``, ``__name__``, "
477-
"``__qualname__``, ``__annotations__`` and ``__doc__``, the documentation "
478-
"string) and ``WRAPPER_UPDATES`` (which updates the wrapper function's "
479-
"``__dict__``, i.e. the instance dictionary)."
477+
"``__qualname__``, ``__annotations__``, ``__type_params__``, and ``__doc__``, "
478+
"the documentation string) and ``WRAPPER_UPDATES`` (which updates the wrapper "
479+
"function's ``__dict__``, i.e. the instance dictionary)."
480480
msgstr ""
481481

482482
msgid ""
@@ -514,6 +514,9 @@ msgid ""
514514
"`17482`)"
515515
msgstr ""
516516

517+
msgid "The ``__type_params__`` attribute is now copied by default."
518+
msgstr ""
519+
517520
msgid ""
518521
"This is a convenience function for invoking :func:`update_wrapper` as a "
519522
"function decorator when defining a wrapper function. It is equivalent to "

library/importlib.metadata.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-10 22:05-0300\n"
14+
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1616
"Last-Translator: Maciej Olko <[email protected]>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -301,7 +301,8 @@ msgid ""
301301
msgstr ""
302302

303303
msgid ""
304-
"For editable packages, an origin property may present :pep:`610` metadata::"
304+
"For editable packages, an ``origin`` property may present :pep:`610` "
305+
"metadata::"
305306
msgstr ""
306307

307308
msgid ""

whatsnew/3.13.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-05-10 22:05-0300\n"
16+
"POT-Creation-Date: 2024-05-17 14:15+0000\n"
1717
"PO-Revision-Date: 2024-05-11 01:09+0000\n"
1818
"Last-Translator: Krzysztof Abramowicz, 2024\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -103,6 +103,11 @@ msgid ""
103103
"ParamSpec`, and :data:`typing.TypeVarTuple`) now support defaults."
104104
msgstr ""
105105

106+
msgid ""
107+
":pep:`702`: Support for marking deprecations in the type system using the "
108+
"new :func:`warnings.deprecated` decorator."
109+
msgstr ""
110+
106111
msgid ""
107112
":pep:`742`: :data:`typing.TypeIs` was added, providing more intuitive type "
108113
"narrowing behavior."

0 commit comments

Comments
 (0)