@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.10\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-08-31 12:42 +0000\n "
15+ "POT-Creation-Date : 2024-09-06 18:06 +0000\n "
1616"PO-Revision-Date : 2022-11-05 17:23+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -386,25 +386,31 @@ msgstr ""
386386"przed przypisaniem :keyword:`global`."
387387
388388msgid "A First Look at Classes"
389- msgstr ""
389+ msgstr "Pierwsze spojrzenie na klasy "
390390
391391msgid ""
392392"Classes introduce a little bit of new syntax, three new object types, and "
393393"some new semantics."
394394msgstr ""
395+ "Klasy wprowadzają trochę nowej składni, trzy nowe typy obiektów i trochę "
396+ "nowej semantyki."
395397
396398msgid "Class Definition Syntax"
397- msgstr ""
399+ msgstr "Składnia definicji klasy "
398400
399401msgid "The simplest form of class definition looks like this::"
400- msgstr ""
402+ msgstr "Najprostsza forma definicji klasy wygląda następująco:: "
401403
402404msgid ""
403405"Class definitions, like function definitions (:keyword:`def` statements) "
404406"must be executed before they have any effect. (You could conceivably place "
405407"a class definition in a branch of an :keyword:`if` statement, or inside a "
406408"function.)"
407409msgstr ""
410+ "Definicje klas, podobnie jak definicje funkcji (instrukcje :keyword:`def`), "
411+ "muszą zostać wykonane, zanim będą miały jakikolwiek efekt. (Można sobie "
412+ "wyobrazić umieszczenie definicji klasy w gałęzi instrukcji :keyword:`if` lub "
413+ "wewnątrz funkcji.)"
408414
409415msgid ""
410416"In practice, the statements inside a class definition will usually be "
@@ -413,6 +419,11 @@ msgid ""
413419"normally have a peculiar form of argument list, dictated by the calling "
414420"conventions for methods --- again, this is explained later."
415421msgstr ""
422+ "W praktyce, instrukcje wewnątrz definicji klasy będą zwykle definicjami "
423+ "funkcji, ale inne instrukcje są dozwolone, a czasem przydatne --- wrócimy do "
424+ "tego później. Definicje funkcji wewnątrz klasy zwykle mają specyficzną formę "
425+ "listy argumentów, podyktowaną konwencjami wywoływania metod --- ponownie, "
426+ "zostanie to wyjaśnione później."
416427
417428msgid ""
418429"When a class definition is entered, a new namespace is created, and used as "
0 commit comments