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

Skip to content

Commit 37278d6

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent b53a383 commit 37278d6

19 files changed

Lines changed: 81 additions & 77 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![54.98% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.98%25-0.svg)
18+
![54.80% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.80%25-0.svg)
1919
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.23%25-0.svg)
2020
![21 tłumaczy](https://img.shields.io/badge/tłumaczy-21-0.svg)
2121
<!-- [[[end]]] -->

bugs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
16+
"POT-Creation-Date: 2023-12-15 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: Maciej Olko <[email protected]>, 2023\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/set.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
14+
"POT-Creation-Date: 2023-12-15 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1616
"Last-Translator: haaritsubaki, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

extending/newtypes.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.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
15+
"POT-Creation-Date: 2023-12-15 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1717
"Last-Translator: haaritsubaki, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/asyncio-stream.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
14+
"POT-Creation-Date: 2023-12-15 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:55+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"

library/crypt.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
14+
"POT-Creation-Date: 2023-12-15 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:03+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"

library/csv.po

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-12-15 14:14+0000\n"
14+
"POT-Creation-Date: 2023-12-22 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:03+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"
@@ -70,18 +70,17 @@ msgid "The :mod:`csv` module defines the following functions:"
7070
msgstr ""
7171

7272
msgid ""
73-
"Return a reader object which will iterate over lines in the given *csvfile*. "
74-
"*csvfile* can be any object which supports the :term:`iterator` protocol and "
75-
"returns a string each time its :meth:`!__next__` method is called --- :term:"
76-
"`file objects <file object>` and list objects are both suitable. If "
77-
"*csvfile* is a file object, it should be opened with ``newline=''``. [1]_ "
78-
"An optional *dialect* parameter can be given which is used to define a set "
79-
"of parameters specific to a particular CSV dialect. It may be an instance "
80-
"of a subclass of the :class:`Dialect` class or one of the strings returned "
81-
"by the :func:`list_dialects` function. The other optional *fmtparams* "
82-
"keyword arguments can be given to override individual formatting parameters "
83-
"in the current dialect. For full details about the dialect and formatting "
84-
"parameters, see section :ref:`csv-fmt-params`."
73+
"Return a :ref:`reader object <reader-objects>` that will process lines from "
74+
"the given *csvfile*. A csvfile must be an iterable of strings, each in the "
75+
"reader's defined csv format. A csvfile is most commonly a file-like object "
76+
"or list. If *csvfile* is a file object, it should be opened with "
77+
"``newline=''``. [1]_ An optional *dialect* parameter can be given which is "
78+
"used to define a set of parameters specific to a particular CSV dialect. It "
79+
"may be an instance of a subclass of the :class:`Dialect` class or one of the "
80+
"strings returned by the :func:`list_dialects` function. The other optional "
81+
"*fmtparams* keyword arguments can be given to override individual formatting "
82+
"parameters in the current dialect. For full details about the dialect and "
83+
"formatting parameters, see section :ref:`csv-fmt-params`."
8584
msgstr ""
8685

8786
msgid ""

library/datetime.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-12-15 14:14+0000\n"
16+
"POT-Creation-Date: 2023-12-22 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
1818
"Last-Translator: Michał Biliński <[email protected]>, 2021\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1712,9 +1712,9 @@ msgstr ""
17121712

17131713
msgid ""
17141714
"Special requirement for pickling: A :class:`tzinfo` subclass must have an :"
1715-
"meth:`__init__` method that can be called with no arguments, otherwise it "
1716-
"can be pickled but possibly not unpickled again. This is a technical "
1717-
"requirement that may be relaxed in the future."
1715+
"meth:`~object.__init__` method that can be called with no arguments, "
1716+
"otherwise it can be pickled but possibly not unpickled again. This is a "
1717+
"technical requirement that may be relaxed in the future."
17181718
msgstr ""
17191719

17201720
msgid ""

library/exceptions.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-12-15 14:14+0000\n"
14+
"POT-Creation-Date: 2023-12-22 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
1616
"Last-Translator: Maciej Olko <[email protected]>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -949,11 +949,11 @@ msgid ""
949949
msgstr ""
950950

951951
msgid ""
952-
"Note that :exc:`BaseExceptionGroup` defines :meth:`__new__`, so subclasses "
953-
"that need a different constructor signature need to override that rather "
954-
"than :meth:`__init__`. For example, the following defines an exception group "
955-
"subclass which accepts an exit_code and and constructs the group's message "
956-
"from it. ::"
952+
"Note that :exc:`BaseExceptionGroup` defines :meth:`~object.__new__`, so "
953+
"subclasses that need a different constructor signature need to override that "
954+
"rather than :meth:`~object.__init__`. For example, the following defines an "
955+
"exception group subclass which accepts an exit_code and and constructs the "
956+
"group's message from it. ::"
957957
msgstr ""
958958

959959
msgid ""

library/gzip.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
14+
"POT-Creation-Date: 2023-12-15 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
1616
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)