@@ -14,7 +14,7 @@ msgid ""
1414msgstr ""
1515"Project-Id-Version : Python 3.12\n "
1616"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2023-08-11 14:13+0000\n "
17+ "POT-Creation-Date : 2023-08-18 14:13+0000\n "
1818"PO-Revision-Date : 2021-06-28 01:50+0000\n "
1919"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2023\n "
2020"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -33,6 +33,8 @@ msgid ""
3333"As well as the :keyword:`while` statement just introduced, Python uses a few "
3434"more that we will encounter in this chapter."
3535msgstr ""
36+ "Oprócz wprowadzonej przed chwilą instrukcji :keyword:`while`, Python używa "
37+ "jeszcze kilku innych, z którymi spotkamy się w tym rozdziale."
3638
3739msgid ":keyword:`!if` Statements"
3840msgstr "Instrukcje :keyword:`!if`"
@@ -178,11 +180,15 @@ msgid ""
178180"The :keyword:`break` statement breaks out of the innermost enclosing :"
179181"keyword:`for` or :keyword:`while` loop."
180182msgstr ""
183+ "Instrukcja :keyword:`break` przerywa najbardziej wewnętrzną pętlę :keyword:"
184+ "`for` lub :keyword:`while`."
181185
182186msgid ""
183187"A :keyword:`!for` or :keyword:`!while` loop can include an :keyword:`!else` "
184188"clause."
185189msgstr ""
190+ "Pętla :keyword:`!for` lub :keyword:`!while` może zawierać klauzulę :keyword:"
191+ "`!else`."
186192
187193msgid ""
188194"In a :keyword:`for` loop, the :keyword:`!else` clause is executed after the "
0 commit comments