Skip to content

Commit 8ae2beb

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 2b5781e commit 8ae2beb

34 files changed

Lines changed: 102 additions & 79 deletions

c-api/dict.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-02-10 14:15+0000\n"
14+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -81,9 +81,10 @@ msgid ""
8181
msgstr ""
8282

8383
msgid ""
84-
"Remove the entry in dictionary *p* with key *key*. *key* must be hashable; "
85-
"if it isn't, :exc:`TypeError` is raised. If *key* is not in the dictionary, :"
86-
"exc:`KeyError` is raised. Return ``0`` on success or ``-1`` on failure."
84+
"Remove the entry in dictionary *p* with key *key*. *key* must be :term:"
85+
"`hashable`; if it isn't, :exc:`TypeError` is raised. If *key* is not in the "
86+
"dictionary, :exc:`KeyError` is raised. Return ``0`` on success or ``-1`` on "
87+
"failure."
8788
msgstr ""
8889

8990
msgid ""

c-api/exceptions.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-02-10 14:15+0000\n"
14+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"

faq/programming.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.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-02-03 14:14+0000\n"
16+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1818
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1919
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1762,9 +1762,9 @@ msgid ""
17621762
msgstr ""
17631763

17641764
msgid ""
1765-
"The *lru_cache* approach works with methods that have hashable arguments. "
1766-
"It creates a reference to the instance unless special efforts are made to "
1767-
"pass in weak references."
1765+
"The *lru_cache* approach works with methods that have :term:`hashable` "
1766+
"arguments. It creates a reference to the instance unless special efforts "
1767+
"are made to pass in weak references."
17681768
msgstr ""
17691769

17701770
msgid ""

library/abc.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-02-03 14:14+0000\n"
14+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -40,8 +40,8 @@ msgid ""
4040
"The :mod:`collections` module has some concrete classes that derive from "
4141
"ABCs; these can, of course, be further derived. In addition, the :mod:"
4242
"`collections.abc` submodule has some ABCs that can be used to test whether a "
43-
"class or instance provides a particular interface, for example, if it is "
44-
"hashable or if it is a mapping."
43+
"class or instance provides a particular interface, for example, if it is :"
44+
"term:`hashable` or if it is a mapping."
4545
msgstr ""
4646

4747
msgid ""

library/asynchat.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-02-10 14:15+0000\n"
14+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"

library/asyncio-stream.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-02-03 14:14+0000\n"
14+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -128,6 +128,9 @@ msgstr ""
128128
msgid "See also the documentation of :meth:`loop.create_unix_connection`."
129129
msgstr ""
130130

131+
msgid ":ref:`Availability <availability>`: Unix."
132+
msgstr ""
133+
131134
msgid ""
132135
"Added the *ssl_handshake_timeout* parameter. The *path* parameter can now be "
133136
"a :term:`path-like object`"
@@ -142,9 +145,6 @@ msgstr ""
142145
msgid "See also the documentation of :meth:`loop.create_unix_server`."
143146
msgstr ""
144147

145-
msgid ":ref:`Availability <availability>`: Unix."
146-
msgstr ""
147-
148148
msgid ""
149149
"Added the *ssl_handshake_timeout* and *start_serving* parameters. The *path* "
150150
"parameter can now be a :term:`path-like object`."

library/asyncore.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-02-10 14:15+0000\n"
14+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"

library/cgi.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.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-02-03 14:14+0000\n"
15+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2022\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"

library/concurrent_futures.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-02-10 14:15+0000\n"
14+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"

library/configparser.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-02-10 14:15+0000\n"
16+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
1818
"Last-Translator: Stefan Ocetkiewicz <stefan.ocetkiewicz@gmail.com>, 2023\n"
1919
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -149,7 +149,7 @@ msgid ""
149149
"Please note that default values have precedence over fallback values. For "
150150
"instance, in our example the ``'CompressionLevel'`` key was specified only "
151151
"in the ``'DEFAULT'`` section. If we try to get it from the section "
152-
"``'topsecret.server.com'``, we will always get the default, even if we "
152+
"``'topsecret.server.example'``, we will always get the default, even if we "
153153
"specify a fallback:"
154154
msgstr ""
155155

0 commit comments

Comments
 (0)