44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Maciej Olko <maciej.olko@gmail.com>, 2021
8- # Transifex Bot <>, 2023
7+ # Maciej Olko <maciej.olko@gmail.com>, 2023
98#
109#, fuzzy
1110msgid ""
1211msgstr ""
13- "Project-Id-Version : Python 3.11 \n "
12+ "Project-Id-Version : Python 3.12 \n "
1413"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-05-19 14:13 +0000\n "
14+ "POT-Creation-Date : 2023-12-15 14:14 +0000\n "
1615"PO-Revision-Date : 2021-06-28 01:09+0000\n "
17- "Last-Translator : Transifex Bot < >, 2023\n "
16+ "Last-Translator : Maciej Olko <maciej.olko@gmail.com >, 2023\n "
1817"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
1918"MIME-Version : 1.0\n "
2019"Content-Type : text/plain; charset=UTF-8\n "
@@ -85,7 +84,7 @@ msgid ""
8584msgstr ""
8685
8786msgid "Parameters"
88- msgstr ""
87+ msgstr "parametry "
8988
9089msgid "The stream that the handler should use."
9190msgstr ""
@@ -120,12 +119,12 @@ msgstr ""
120119
121120msgid ""
122121"Returns a new instance of the :class:`FileHandler` class. The specified file "
123- "is opened and used as the stream for logging. If *mode* is not specified, : "
124- "const:` 'a'` is used. If *encoding* is not ``None``, it is used to open the "
125- "file with that encoding. If *delay* is true, then file opening is deferred "
126- "until the first call to :meth:`emit`. By default, the file grows "
127- "indefinitely. If *errors* is specified, it's used to determine how encoding "
128- "errors are handled."
122+ "is opened and used as the stream for logging. If *mode* is not specified, "
123+ "`` 'a'`` is used. If *encoding* is not ``None``, it is used to open the file "
124+ "with that encoding. If *delay* is true, then file opening is deferred until "
125+ "the first call to :meth:`emit`. By default, the file grows indefinitely. If "
126+ "*errors* is specified, it's used to determine how encoding errors are "
127+ "handled."
129128msgstr ""
130129
131130msgid ""
@@ -202,10 +201,10 @@ msgstr ""
202201msgid ""
203202"Returns a new instance of the :class:`WatchedFileHandler` class. The "
204203"specified file is opened and used as the stream for logging. If *mode* is "
205- "not specified, :const:` 'a'` is used. If *encoding* is not ``None``, it is "
206- "used to open the file with that encoding. If *delay* is true, then file "
207- "opening is deferred until the first call to :meth:`emit`. By default, the "
208- "file grows indefinitely. If *errors* is provided, it determines how encoding "
204+ "not specified, `` 'a'`` is used. If *encoding* is not ``None``, it is used "
205+ "to open the file with that encoding. If *delay* is true, then file opening "
206+ "is deferred until the first call to :meth:`emit`. By default, the file "
207+ "grows indefinitely. If *errors* is provided, it determines how encoding "
209208"errors are handled."
210209msgstr ""
211210
@@ -706,10 +705,8 @@ msgid ""
706705"Tries to create a socket and, if it's not a datagram socket, connect it to "
707706"the other end. This method is called during handler initialization, but it's "
708707"not regarded as an error if the other end isn't listening at this point - "
709- "the method will be called again when emitting an event, if but it's not "
710- "regarded as an error if the other end isn't listening yet --- the method "
711- "will be called again when emitting an event, if there is no socket at that "
712- "point."
708+ "the method will be called again when emitting an event, if there is no "
709+ "socket at that point."
713710msgstr ""
714711
715712msgid ""
@@ -1078,8 +1075,9 @@ msgid ""
10781075msgstr ""
10791076
10801077msgid ""
1081- "You can override this to implement custom flushing behavior. This version "
1082- "just zaps the buffer to empty."
1078+ "For a :class:`BufferingHandler` instance, flushing means that it sets the "
1079+ "buffer to an empty list. This method can be overwritten to implement more "
1080+ "useful flushing behavior."
10831081msgstr ""
10841082
10851083msgid ""
@@ -1105,9 +1103,10 @@ msgid "Calls :meth:`flush`, sets the target to ``None`` and clears the buffer."
11051103msgstr ""
11061104
11071105msgid ""
1108- "For a :class:`MemoryHandler`, flushing means just sending the buffered "
1109- "records to the target, if there is one. The buffer is also cleared when this "
1110- "happens. Override if you want different behavior."
1106+ "For a :class:`MemoryHandler` instance, flushing means just sending the "
1107+ "buffered records to the target, if there is one. The buffer is also cleared "
1108+ "when buffered records are sent to the target. Override if you want different "
1109+ "behavior."
11111110msgstr ""
11121111
11131112msgid "Sets the target handler for this handler."
@@ -1200,8 +1199,8 @@ msgid ""
12001199"Enqueues the result of preparing the LogRecord. Should an exception occur (e."
12011200"g. because a bounded queue has filled up), the :meth:`~logging.Handler."
12021201"handleError` method is called to handle the error. This can result in the "
1203- "record silently being dropped (if :attr :`logging.raiseExceptions` is "
1204- "``False``) or a message printed to ``sys.stderr`` (if :attr :`logging."
1202+ "record silently being dropped (if :data :`logging.raiseExceptions` is "
1203+ "``False``) or a message printed to ``sys.stderr`` (if :data :`logging."
12051204"raiseExceptions` is ``True``)."
12061205msgstr ""
12071206
@@ -1246,6 +1245,12 @@ msgid ""
12461245"customized queue implementation."
12471246msgstr ""
12481247
1248+ msgid ""
1249+ "When created via configuration using :func:`~logging.config.dictConfig`, "
1250+ "this attribute will contain a :class:`QueueListener` instance for use with "
1251+ "this handler. Otherwise, it will be ``None``."
1252+ msgstr ""
1253+
12491254msgid "QueueListener"
12501255msgstr ""
12511256
0 commit comments