Skip to content

Commit c0c9f29

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent c890e4d commit c0c9f29

30 files changed

+194
-170
lines changed

faq/programming.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-08-31 11:30+0000\n"
14+
"POT-Creation-Date: 2024-09-06 15:04+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"
@@ -1303,7 +1303,7 @@ msgid ""
13031303
"For simple input parsing, the easiest approach is usually to split the line "
13041304
"into whitespace-delimited words using the :meth:`~str.split` method of "
13051305
"string objects and then convert decimal strings to numeric values using :"
1306-
"func:`int` or :func:`float`. :meth:`!split()` supports an optional \"sep\" "
1306+
"func:`int` or :func:`float`. :meth:`!split` supports an optional \"sep\" "
13071307
"parameter which is useful if the line uses something other than whitespace "
13081308
"as a separator."
13091309
msgstr ""

glossary.po

Lines changed: 15 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: 2024-08-31 11:30+0000\n"
14+
"POT-Creation-Date: 2024-09-06 15:04+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"
@@ -900,6 +900,20 @@ msgid ""
900900
"distribution of Python."
901901
msgstr ""
902902

903+
msgid "immortal"
904+
msgstr ""
905+
906+
msgid ""
907+
"*Immortal objects* are a CPython implementation detail introduced in :pep:"
908+
"`683`."
909+
msgstr ""
910+
911+
msgid ""
912+
"If an object is immortal, its :term:`reference count` is never modified, and "
913+
"therefore it is never deallocated while the interpreter is running. For "
914+
"example, :const:`True` and :const:`None` are immortal in CPython."
915+
msgstr ""
916+
903917
msgid "immutable"
904918
msgstr ""
905919

howto/descriptor.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-08-31 11:30+0000\n"
14+
"POT-Creation-Date: 2024-09-06 15:04+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"
@@ -809,7 +809,7 @@ msgid "Summary of invocation logic"
809809
msgstr ""
810810

811811
msgid ""
812-
"The mechanism for descriptors is embedded in the :meth:`__getattribute__()` "
812+
"The mechanism for descriptors is embedded in the :meth:`__getattribute__` "
813813
"methods for :class:`object`, :class:`type`, and :func:`super`."
814814
msgstr ""
815815

howto/logging.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-08-31 11:30+0000\n"
14+
"POT-Creation-Date: 2024-09-06 15:04+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/asyncio-api-index.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-08-09 17:14+0000\n"
14+
"POT-Creation-Date: 2024-08-31 11:30+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/asyncio-queue.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-08-31 11:30+0000\n"
14+
"POT-Creation-Date: 2024-09-06 15:04+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"
@@ -77,7 +77,7 @@ msgstr ""
7777

7878
msgid ""
7979
"If the queue was initialized with ``maxsize=0`` (the default), then :meth:"
80-
"`full()` never returns ``True``."
80+
"`full` never returns ``True``."
8181
msgstr ""
8282

8383
msgid ""

library/configparser.po

Lines changed: 5 additions & 5 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-08-31 11:30+0000\n"
14+
"POT-Creation-Date: 2024-09-06 15:04+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"
@@ -1103,7 +1103,7 @@ msgid ""
11031103
"When *converters* is given, it should be a dictionary where each key "
11041104
"represents the name of a type converter and each value is a callable "
11051105
"implementing the conversion from string to the desired datatype. Every "
1106-
"converter gets its own corresponding :meth:`!get*()` method on the parser "
1106+
"converter gets its own corresponding :meth:`!get*` method on the parser "
11071107
"object and section proxies."
11081108
msgstr ""
11091109

@@ -1119,9 +1119,9 @@ msgid "The *converters* argument was added."
11191119
msgstr ""
11201120

11211121
msgid ""
1122-
"The *defaults* argument is read with :meth:`read_dict()`, providing "
1123-
"consistent behavior across the parser: non-string keys and values are "
1124-
"implicitly converted to strings."
1122+
"The *defaults* argument is read with :meth:`read_dict`, providing consistent "
1123+
"behavior across the parser: non-string keys and values are implicitly "
1124+
"converted to strings."
11251125
msgstr ""
11261126

11271127
msgid ""

library/datetime.po

Lines changed: 6 additions & 21 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-08-31 11:30+0000\n"
14+
"POT-Creation-Date: 2024-09-06 15:04+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"
@@ -367,28 +367,13 @@ msgstr ""
367367
msgid "Instance attributes (read-only):"
368368
msgstr ""
369369

370-
msgid "Attribute"
370+
msgid "Between -999,999,999 and 999,999,999 inclusive."
371371
msgstr ""
372372

373-
msgid "Value"
374-
msgstr "Wartość"
375-
376-
msgid "``days``"
377-
msgstr ""
378-
379-
msgid "Between -999999999 and 999999999 inclusive"
380-
msgstr ""
381-
382-
msgid "``seconds``"
383-
msgstr ""
384-
385-
msgid "Between 0 and 86399 inclusive"
386-
msgstr ""
387-
388-
msgid "``microseconds``"
373+
msgid "Between 0 and 86,399 inclusive."
389374
msgstr ""
390375

391-
msgid "Between 0 and 999999 inclusive"
376+
msgid "Between 0 and 999,999 inclusive."
392377
msgstr ""
393378

394379
msgid "Supported operations:"
@@ -1279,7 +1264,7 @@ msgstr ""
12791264

12801265
msgid ""
12811266
"Previously, this method only supported formats that could be emitted by :"
1282-
"meth:`date.isoformat()` or :meth:`datetime.isoformat()`."
1267+
"meth:`date.isoformat` or :meth:`datetime.isoformat`."
12831268
msgstr ""
12841269

12851270
msgid ""
@@ -2061,7 +2046,7 @@ msgstr ""
20612046

20622047
msgid ""
20632048
"Previously, this method only supported formats that could be emitted by :"
2064-
"meth:`time.isoformat()`."
2049+
"meth:`time.isoformat`."
20652050
msgstr ""
20662051

20672052
msgid ""

library/email.message.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-08-31 11:30+0000\n"
14+
"POT-Creation-Date: 2024-09-06 15:04+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"
@@ -152,7 +152,7 @@ msgid ""
152152
msgstr ""
153153

154154
msgid ""
155-
"Equivalent to :meth:`.as_bytes()`. Allows ``bytes(msg)`` to produce a bytes "
155+
"Equivalent to :meth:`.as_bytes`. Allows ``bytes(msg)`` to produce a bytes "
156156
"object containing the serialized message."
157157
msgstr ""
158158

library/email.utils.po

Lines changed: 12 additions & 3 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-08-31 11:30+0000\n"
14+
"POT-Creation-Date: 2024-09-06 15:04+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"
@@ -84,6 +84,13 @@ msgid ""
8484
"unless the parse fails, in which case a 2-tuple of ``('', '')`` is returned."
8585
msgstr ""
8686

87+
msgid ""
88+
"If *strict* is true, use a strict parser which rejects malformed inputs."
89+
msgstr ""
90+
91+
msgid "Add *strict* optional parameter and reject malformed inputs by default."
92+
msgstr ""
93+
8794
msgid ""
8895
"The inverse of :meth:`parseaddr`, this takes a 2-tuple of the form "
8996
"``(realname, email_address)`` and returns the string value suitable for a :"
@@ -104,8 +111,10 @@ msgstr ""
104111
msgid ""
105112
"This method returns a list of 2-tuples of the form returned by "
106113
"``parseaddr()``. *fieldvalues* is a sequence of header field values as might "
107-
"be returned by :meth:`Message.get_all <email.message.Message.get_all>`. "
108-
"Here's a simple example that gets all the recipients of a message::"
114+
"be returned by :meth:`Message.get_all <email.message.Message.get_all>`."
115+
msgstr ""
116+
117+
msgid "Here's a simple example that gets all the recipients of a message::"
109118
msgstr ""
110119

111120
msgid ""

0 commit comments

Comments
 (0)