File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Polskie tłumaczenie dokumentacji Pythona
22========================================
33![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg )
4- ![ 36.17 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-36.17 %25-0.svg )
4+ ![ 36.39 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-36.39 %25-0.svg )
55![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/newest )
66![ 9 tłumaczy] ( https://img.shields.io/badge/tłumaczy-9-0.svg )
77
Original file line number Diff line number Diff line change @@ -276,15 +276,20 @@ msgid ""
276276"Note the last block: the \" variable name\" ``_`` acts as a *wildcard* and "
277277"never fails to match. If no case matches, none of the branches is executed."
278278msgstr ""
279+ "Zwróć uwagę na ostatni blok: „nazwa zmiennej” ``_`` zachowuje się jak *dzika "
280+ "karta* i zawsze znajduje dopasowanie. Jeśli żaden z case'ów nie będzie "
281+ "dopasowany, żadne z rozgałęzień nie będzie wykonane."
279282
280283msgid ""
281284"You can combine several literals in a single pattern using ``|`` (\" or\" )::"
282- msgstr ""
285+ msgstr "Możesz łączyć kilka literałów w jeden wzorzec używając ``|`` („or”):: "
283286
284287msgid ""
285288"Patterns can look like unpacking assignments, and can be used to bind "
286289"variables::"
287290msgstr ""
291+ "Wzorce mogą wyglądać jak przypisania rozpakowujące i można ich używać do "
292+ "powiązywania zmiennych::"
288293
289294msgid ""
290295"Study that one carefully! The first pattern has two literals, and can be "
Original file line number Diff line number Diff line change @@ -637,6 +637,13 @@ msgid ""
637637"lowest, so that ``A and not B or C`` is equivalent to ``(A and (not B)) or "
638638"C``. As always, parentheses can be used to express the desired composition."
639639msgstr ""
640+ "Porównania można łączyć używając operatorów boolowskich ``and`` i ``or``. "
641+ "Wynik porównania (lub jakiegokolwiek innego wyrażenia boolowskiego) można "
642+ "zanegować używając ``not``. Operatory te mają mniejszy priorytet niż "
643+ "operatory porównania; wśród nich ``not`` ma najwyższy priorytet a ``or`` "
644+ "najniższy, więc ``A and not B or C`` jest ekwiwalentem ``(A and (not B)) or "
645+ "C``. Jak zwykle można użyć nawiasów, aby wyrazić pożądaną kolejność "
646+ "kompozycji wyrażenia."
640647
641648msgid ""
642649"The Boolean operators ``and`` and ``or`` are so-called *short-circuit* "
Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ msgstr ""
422422
423423msgid ""
424424"You can combine several literals in a single pattern using ``|`` (\" or\" )::"
425- msgstr ""
425+ msgstr "Możesz łączyć kilka literałów w jeden wzorzec używając ``|`` („or”):: "
426426
427427msgid "Behavior without the wildcard"
428428msgstr ""
You can’t perform that action at this time.
0 commit comments