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

Skip to content

Commit cf03986

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent d1154a8 commit cf03986

10 files changed

Lines changed: 180 additions & 173 deletions

File tree

c-api/exceptions.po

Lines changed: 4 additions & 2 deletions
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-06-02 19:38+0000\n"
15+
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: Stefan Ocetkiewicz <[email protected]>, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -797,7 +797,9 @@ msgid ""
797797
"recursion depth limit."
798798
msgstr ""
799799

800-
msgid "This function is now also available in the limited API."
800+
msgid ""
801+
"This function is now also available in the :ref:`limited API <limited-c-"
802+
"api>`."
801803
msgstr ""
802804

803805
msgid ""

c-api/structures.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: 2023-05-26 14:12+0000\n"
14+
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1616
"Last-Translator: Maciej Olko <[email protected]>, 2022\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -244,7 +244,7 @@ msgid ""
244244
"the array)."
245245
msgstr ""
246246

247-
msgid "``METH_FASTCALL`` is now part of the stable ABI."
247+
msgid "``METH_FASTCALL`` is now part of the :ref:`stable ABI <stable-abi>`."
248248
msgstr ""
249249

250250
msgid ""

library/ftplib.po

Lines changed: 1 addition & 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: 2023-05-26 14:12+0000\n"
14+
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
1616
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -100,12 +100,6 @@ msgid ""
100100
"check_hostname` and *Server Name Indication* (see :data:`ssl.HAS_SNI`)."
101101
msgstr ""
102102

103-
msgid ""
104-
"*keyfile* and *certfile* are deprecated in favor of *context*. Please use :"
105-
"meth:`ssl.SSLContext.load_cert_chain` instead, or let :func:`ssl."
106-
"create_default_context` select the system's trusted CA certificates for you."
107-
msgstr ""
108-
109103
msgid "The deprecated *keyfile* and *certfile* parameters have been removed."
110104
msgstr ""
111105

library/http.client.po

Lines changed: 1 addition & 12 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-05-26 14:12+0000\n"
14+
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:07+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"
@@ -115,17 +115,6 @@ msgid ""
115115
"_create_unverified_context` can be passed to the *context* parameter."
116116
msgstr ""
117117

118-
msgid ""
119-
"*key_file* and *cert_file* are deprecated in favor of *context*. Please use :"
120-
"meth:`ssl.SSLContext.load_cert_chain` instead, or let :func:`ssl."
121-
"create_default_context` select the system's trusted CA certificates for you."
122-
msgstr ""
123-
124-
msgid ""
125-
"The *check_hostname* parameter is also deprecated; the :attr:`ssl.SSLContext."
126-
"check_hostname` attribute of *context* should be used instead."
127-
msgstr ""
128-
129118
msgid ""
130119
"This class now enables TLS 1.3 :attr:`ssl.SSLContext.post_handshake_auth` "
131120
"for the default *context* or when *cert_file* is passed with a custom "

library/socket.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.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-06-04 10:09+0000\n"
16+
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:13+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"
@@ -1459,7 +1459,7 @@ msgid ""
14591459
"Return ``True`` if socket is in blocking mode, ``False`` if in non-blocking."
14601460
msgstr ""
14611461

1462-
msgid "This is equivalent to checking ``socket.gettimeout() == 0``."
1462+
msgid "This is equivalent to checking ``socket.gettimeout() != 0``."
14631463
msgstr ""
14641464

14651465
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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-05-29 16:50+0000\n"
14+
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:13+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"
@@ -4557,6 +4557,14 @@ msgid ""
45574557
"class:`float`::"
45584558
msgstr ""
45594559

4560+
msgid ""
4561+
"The ``|`` operand cannot be used at runtime to define unions where one or "
4562+
"more members is a forward reference. For example, ``int | \"Foo\"``, where "
4563+
"``\"Foo\"`` is a reference to a class not yet defined, will fail at runtime. "
4564+
"For unions which include forward references, present the whole expression as "
4565+
"a string, e.g. ``\"int | Foo\"``."
4566+
msgstr ""
4567+
45604568
msgid ""
45614569
"Union objects can be tested for equality with other union objects. Details:"
45624570
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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-05-26 14:12+0000\n"
14+
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:14+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"
@@ -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 :meth:"
249-
"`~object.__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 :meth:`~object.__getitem__`."
250251
msgstr ""
251252

252253
msgid ""

library/tokenize.po

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
13-
"Project-Id-Version: Python 3.11\n"
13+
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-05-19 14:13+0000\n"
15+
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
1717
"Last-Translator: Seweryn Piórkowski <[email protected]>, 2021\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -177,12 +177,6 @@ msgstr ""
177177
msgid "or::"
178178
msgstr "lub::"
179179

180-
msgid ""
181-
"Note that unclosed single-quoted strings do not cause an error to be raised. "
182-
"They are tokenized as :data:`~token.ERRORTOKEN`, followed by the "
183-
"tokenization of their contents."
184-
msgstr ""
185-
186180
msgid "Command-Line Usage"
187181
msgstr ""
188182

whatsnew/3.11.po

Lines changed: 2 additions & 2 deletions
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-05-29 16:50+0000\n"
15+
"POT-Creation-Date: 2023-06-09 14:13+0000\n"
1616
"PO-Revision-Date: 2022-11-05 19:49+0000\n"
1717
"Last-Translator: Maciej Olko <[email protected]>, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -3367,7 +3367,7 @@ msgstr ""
33673367
msgid "the ``Py_MARSHAL_VERSION`` macro"
33683368
msgstr ""
33693369

3370-
msgid "These are not part of the :ref:`limited API <stable-abi-list>`."
3370+
msgid "These are not part of the :ref:`limited API <limited-api-list>`."
33713371
msgstr ""
33723372

33733373
msgid "(Contributed by Victor Stinner in :issue:`45474`.)"

0 commit comments

Comments
 (0)