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- ![ 37.12 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-37.12 %25-0.svg )
4+ ![ 37.52 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-37.52 %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 44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # m_aciek <maciej.olko@gmail.com>, 2020
7+ # m_aciek <maciej.olko@gmail.com>, 2021
88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2021-05-03 17:16+0000\n "
1515"PO-Revision-Date : 2020-05-30 12:10+0000\n "
16- "Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020 \n "
16+ "Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021 \n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -4028,7 +4028,7 @@ msgid ""
40284028msgstr ""
40294029
40304030msgid "Modules"
4031- msgstr ""
4031+ msgstr "Moduły "
40324032
40334033msgid ""
40344034"The only special operation on a module is attribute access: ``m.name``, "
Original file line number Diff line number Diff line change @@ -787,7 +787,7 @@ msgid ""
787787msgstr ""
788788
789789msgid "Modules"
790- msgstr ""
790+ msgstr "Moduły "
791791
792792msgid ""
793793"Modules are a basic organizational unit of Python code, and are created by "
Original file line number Diff line number Diff line change @@ -577,19 +577,26 @@ msgid ""
577577"To loop over a sequence in sorted order, use the :func:`sorted` function "
578578"which returns a new sorted list while leaving the source unaltered. ::"
579579msgstr ""
580+ "Aby przeiterować po sekwencji w posortowanej kolejności, użyj funkcji :func:"
581+ "`sorted`, która zwraca nową posortowaną listę pozostawiając listę źródłową "
582+ "niezmienioną. ::"
580583
581584msgid ""
582585"It is sometimes tempting to change a list while you are looping over it; "
583586"however, it is often simpler and safer to create a new list instead. ::"
584587msgstr ""
588+ "Czasem kusi, żeby zmienić listę podczas iterowania po niej; jednak często "
589+ "prościej i bezpieczniej jest stworzyć nową listę. ::"
585590
586591msgid "More on Conditions"
587- msgstr ""
592+ msgstr "Więcej na temat warunków "
588593
589594msgid ""
590595"The conditions used in ``while`` and ``if`` statements can contain any "
591596"operators, not just comparisons."
592597msgstr ""
598+ "Warunki użyte w instrukcjach ``while`` i ``if`` mogą zawierać dowolne "
599+ "operatory, nie tylko porównania."
593600
594601msgid ""
595602"The comparison operators ``in`` and ``not in`` check whether a value occurs "
Original file line number Diff line number Diff line change 44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # m_aciek <maciej.olko@gmail.com>, 2020
7+ # m_aciek <maciej.olko@gmail.com>, 2021
88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2021-01-01 16:06+0000\n "
1515"PO-Revision-Date : 2020-05-30 12:16+0000\n "
16- "Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020 \n "
16+ "Last-Translator : m_aciek <maciej.olko@gmail.com>, 2021 \n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -24,7 +24,7 @@ msgstr ""
2424"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n "
2525
2626msgid "Modules"
27- msgstr ""
27+ msgstr "Moduły "
2828
2929msgid ""
3030"If you quit from the Python interpreter and enter it again, the definitions "
You can’t perform that action at this time.
0 commit comments