@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.11\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2023-05-12 14:12 +0000\n "
15+ "POT-Creation-Date : 2023-05-19 14:13 +0000\n "
1616"PO-Revision-Date : 2021-06-28 01:50+0000\n "
1717"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2023\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -215,16 +215,23 @@ msgid ""
215215"If keyword arguments are used in the :meth:`str.format` method, their values "
216216"are referred to by using the name of the argument. ::"
217217msgstr ""
218+ "Jeśli argumenty nazwane są używane w metodzie :meth:`str.format()`, ich "
219+ "wartości są przywoływane przy użyciu nazwy argumentu. ::"
218220
219221msgid "Positional and keyword arguments can be arbitrarily combined::"
220- msgstr ""
222+ msgstr "Argumenty pozycyjne i nazwane mogą być dowolnie łączone:: "
221223
222224msgid ""
223225"If you have a really long format string that you don't want to split up, it "
224226"would be nice if you could reference the variables to be formatted by name "
225227"instead of by position. This can be done by simply passing the dict and "
226228"using square brackets ``'[]'`` to access the keys. ::"
227229msgstr ""
230+ "Jeśli masz naprawdę długi ciąg znaków formatu, którego nie chcesz dzielić, "
231+ "byłoby miło, gdybyś mógł odwoływać się do zmiennych, które mają być "
232+ "sformatowane według nazwy zamiast według pozycji. Można to zrobić, po prostu "
233+ "przekazując dict i używając nawiasów kwadratowych ``'[]'``, aby uzyskać "
234+ "dostęp do kluczy. ::"
228235
229236msgid ""
230237"This could also be done by passing the ``table`` dictionary as keyword "
0 commit comments