Skip to content

Commit 8d406bd

Browse files
committed
Update translation from Transifex
1 parent 1479709 commit 8d406bd

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Polskie 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

tutorial/datastructures.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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)."
114114
msgstr ""
115+
"Sortuje elementy listy w miejscu (argumenty mogą służyć do dostosowania "
116+
"sortowania, patrz :func:`sorted` po ich wyjaśnienie)."
115117

116118
msgid "Reverse the elements of the list in place."
117-
msgstr ""
119+
msgstr "Odwraca elementy listy w miejscu."
118120

119121
msgid "Return a shallow copy of the list. Equivalent to ``a[:]``."
120-
msgstr ""
122+
msgstr "Zwraca płytką kopię listy. Ekwiwalent ``a[:]``."
121123

122124
msgid "An example that uses most of the list methods::"
123125
msgstr ""

0 commit comments

Comments
 (0)