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- ![ 32.48 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-32.48 %25-0.svg )
4+ ![ 32.79 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-32.79 %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![ 8 tłumaczy] ( https://img.shields.io/badge/tłumaczy-8-0.svg )
77
Original file line number Diff line number Diff line change @@ -112,12 +112,14 @@ msgid ""
112112"Sort the items of the list in place (the arguments can be used for sort "
113113"customization, see :func:`sorted` for their explanation)."
114114msgstr ""
115+ "Sortuje elementy listy w miejscu (argumenty mogą służyć do dostosowania "
116+ "sortowania, patrz :func:`sorted` po ich wyjaśnienie)."
115117
116118msgid "Reverse the elements of the list in place."
117- msgstr ""
119+ msgstr "Odwraca elementy listy w miejscu. "
118120
119121msgid "Return a shallow copy of the list. Equivalent to ``a[:]``."
120- msgstr ""
122+ msgstr "Zwraca płytką kopię listy. Ekwiwalent ``a[:]``. "
121123
122124msgid "An example that uses most of the list methods::"
123125msgstr ""
You can’t perform that action at this time.
0 commit comments