Skip to content

Commit bc6be52

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 9a4a3f6 commit bc6be52

File tree

10 files changed

+56
-18
lines changed

10 files changed

+56
-18
lines changed

c-api/typeobj.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: 2024-10-25 14:54+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/locale.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: 2024-10-25 14:54+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/pprint.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-01 14:52+0000\n"
14+
"POT-Creation-Date: 2024-11-15 14:53+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -231,7 +231,7 @@ msgid ""
231231
">>> import json\n"
232232
">>> import pprint\n"
233233
">>> from urllib.request import urlopen\n"
234-
">>> with urlopen('https://pypi.org/pypi/sampleproject/json') as resp:\n"
234+
">>> with urlopen('https://pypi.org/pypi/sampleproject/1.2.0/json') as resp:\n"
235235
"... project_info = json.load(resp)['info']"
236236
msgstr ""
237237

library/pyclbr.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: 2024-10-25 14:54+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/socket.po

Lines changed: 43 additions & 7 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: 2024-10-26 20:45+0000\n"
14+
"POT-Creation-Date: 2024-11-15 14:53+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -867,6 +867,10 @@ msgid ""
867867
"not work for socket file descriptors."
868868
msgstr ""
869869

870+
msgid ""
871+
"This function wraps the C function ``getaddrinfo`` of the underlying system."
872+
msgstr ""
873+
870874
msgid ""
871875
"Translate the *host*/*port* argument into a sequence of 5-tuples that "
872876
"contain all the necessary arguments for creating a socket connected to that "
@@ -878,12 +882,16 @@ msgstr ""
878882

879883
msgid ""
880884
"The *family*, *type* and *proto* arguments can be optionally specified in "
881-
"order to narrow the list of addresses returned. Passing zero as a value for "
882-
"each of these arguments selects the full range of results. The *flags* "
883-
"argument can be one or several of the ``AI_*`` constants, and will influence "
884-
"how results are computed and returned. For example, :const:`AI_NUMERICHOST` "
885-
"will disable domain name resolution and will raise an error if *host* is a "
886-
"domain name."
885+
"order to provide options and limit the list of addresses returned. Pass "
886+
"their default values (:data:`AF_UNSPEC`, 0, and 0, respectively) to not "
887+
"limit the results. See the note below for details."
888+
msgstr ""
889+
890+
msgid ""
891+
"The *flags* argument can be one or several of the ``AI_*`` constants, and "
892+
"will influence how results are computed and returned. For example, :const:"
893+
"`AI_NUMERICHOST` will disable domain name resolution and will raise an error "
894+
"if *host* is a domain name."
887895
msgstr ""
888896

889897
msgid "The function returns a list of 5-tuples with the following structure:"
@@ -903,6 +911,34 @@ msgid ""
903911
"`AF_INET6`), and is meant to be passed to the :meth:`socket.connect` method."
904912
msgstr ""
905913

914+
msgid ""
915+
"If you intend to use results from :func:`!getaddrinfo` to create a socket "
916+
"(rather than, for example, retrieve *canonname*), consider limiting the "
917+
"results by *type* (e.g. :data:`SOCK_STREAM` or :data:`SOCK_DGRAM`) and/or "
918+
"*proto* (e.g. :data:`IPPROTO_TCP` or :data:`IPPROTO_UDP`) that your "
919+
"application can handle."
920+
msgstr ""
921+
922+
msgid ""
923+
"The behavior with default values of *family*, *type*, *proto* and *flags* is "
924+
"system-specific."
925+
msgstr ""
926+
927+
msgid ""
928+
"Many systems (for example, most Linux configurations) will return a sorted "
929+
"list of all matching addresses. These addresses should generally be tried in "
930+
"order until a connection succeeds (possibly tried in parallel, for example, "
931+
"using a `Happy Eyeballs`_ algorithm). In these cases, limiting the *type* "
932+
"and/or *proto* can help eliminate unsuccessful or unusable connecton "
933+
"attempts."
934+
msgstr ""
935+
936+
msgid ""
937+
"Some systems will, however, only return a single address. (For example, this "
938+
"was reported on Solaris and AIX configurations.) On these systems, limiting "
939+
"the *type* and/or *proto* helps ensure that this address is usable."
940+
msgstr ""
941+
906942
msgid ""
907943
"Raises an :ref:`auditing event <auditing>` ``socket.getaddrinfo`` with "
908944
"arguments ``host``, ``port``, ``family``, ``type``, ``protocol``."

reference/expressions.po

Lines changed: 4 additions & 2 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: 2024-11-01 14:52+0000\n"
14+
"POT-Creation-Date: 2024-11-15 14:53+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1098,7 +1098,9 @@ msgid ""
10981098
"The first thing the code block will do is bind the formal parameters to the "
10991099
"arguments; this is described in section :ref:`function`. When the code "
11001100
"block executes a :keyword:`return` statement, this specifies the return "
1101-
"value of the function call."
1101+
"value of the function call. If execution reaches the end of the code block "
1102+
"without executing a :keyword:`return` statement, the return value is "
1103+
"``None``."
11021104
msgstr ""
11031105

11041106
msgid "a built-in function or method:"

tutorial/errors.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: 2024-10-25 14:54+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/floatingpoint.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: 2024-10-25 14:54+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

using/unix.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: 2024-10-25 14:54+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:11+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/3.12.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: 2024-11-12 09:11+0000\n"
14+
"POT-Creation-Date: 2024-11-15 14:53+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)