Skip to content

Commit 2bb616d

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 4cf4eaa commit 2bb616d

4 files changed

Lines changed: 24 additions & 15 deletions

File tree

library/socket.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-05-24 13:10+0000\n"
14+
"POT-Creation-Date: 2023-06-09 14:40+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:19+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1368,7 +1368,7 @@ msgid ""
13681368
"Return ``True`` if socket is in blocking mode, ``False`` if in non-blocking."
13691369
msgstr ""
13701370

1371-
msgid "This is equivalent to checking ``socket.gettimeout() == 0``."
1371+
msgid "This is equivalent to checking ``socket.gettimeout() != 0``."
13721372
msgstr ""
13731373

13741374
msgid ""

library/stdtypes.po

Lines changed: 9 additions & 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-06-04 05:49+0000\n"
14+
"POT-Creation-Date: 2023-06-09 14:40+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:19+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -4505,6 +4505,14 @@ msgid ""
45054505
"class:`float`::"
45064506
msgstr ""
45074507

4508+
msgid ""
4509+
"The ``|`` operand cannot be used at runtime to define unions where one or "
4510+
"more members is a forward reference. For example, ``int | \"Foo\"``, where "
4511+
"``\"Foo\"`` is a reference to a class not yet defined, will fail at runtime. "
4512+
"For unions which include forward references, present the whole expression as "
4513+
"a string, e.g. ``\"int | Foo\"``."
4514+
msgstr ""
4515+
45084516
msgid ""
45094517
"Union objects can be tested for equality with other union objects. Details:"
45104518
msgstr ""

library/string.po

Lines changed: 12 additions & 11 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-06-04 05:49+0000\n"
14+
"POT-Creation-Date: 2023-06-09 14:40+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:20+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -237,16 +237,17 @@ msgstr ""
237237
msgid ""
238238
"The *field_name* itself begins with an *arg_name* that is either a number or "
239239
"a keyword. If it's a number, it refers to a positional argument, and if "
240-
"it's a keyword, it refers to a named keyword argument. If the numerical "
241-
"arg_names in a format string are 0, 1, 2, ... in sequence, they can all be "
242-
"omitted (not just some) and the numbers 0, 1, 2, ... will be automatically "
243-
"inserted in that order. Because *arg_name* is not quote-delimited, it is not "
244-
"possible to specify arbitrary dictionary keys (e.g., the strings ``'10'`` or "
245-
"``':-]'``) within a format string. The *arg_name* can be followed by any "
246-
"number of index or attribute expressions. An expression of the form ``'."
247-
"name'`` selects the named attribute using :func:`getattr`, while an "
248-
"expression of the form ``'[index]'`` does an index lookup using :func:"
249-
"`__getitem__`."
240+
"it's a keyword, it refers to a named keyword argument. An *arg_name* is "
241+
"treated as a number if a call to :meth:`str.isdecimal` on the string would "
242+
"return true. If the numerical arg_names in a format string are 0, 1, 2, ... "
243+
"in sequence, they can all be omitted (not just some) and the numbers 0, 1, "
244+
"2, ... will be automatically inserted in that order. Because *arg_name* is "
245+
"not quote-delimited, it is not possible to specify arbitrary dictionary keys "
246+
"(e.g., the strings ``'10'`` or ``':-]'``) within a format string. The "
247+
"*arg_name* can be followed by any number of index or attribute expressions. "
248+
"An expression of the form ``'.name'`` selects the named attribute using :"
249+
"func:`getattr`, while an expression of the form ``'[index]'`` does an index "
250+
"lookup using :func:`__getitem__`."
250251
msgstr ""
251252

252253
msgid ""

reference/expressions.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-06-04 05:49+0000\n"
14+
"POT-Creation-Date: 2023-06-09 14:40+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)