Skip to content

Commit 5b07dd9

Browse files
committed
Update translation from Transifex
1 parent 5f50526 commit 5b07dd9

2 files changed

Lines changed: 10 additions & 2 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/m-aciek/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![19.30% language switchera](https://img.shields.io/badge/language_switcher-19.30%25-0.svg)
4+
![19.60% language switchera](https://img.shields.io/badge/language_switcher-19.60%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
![4 tłumaczy](https://img.shields.io/badge/tłumaczy-4-0.svg)
77

tutorial/controlflow.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,27 @@ msgid ""
102102
"10. It is possible to let the range start at another number, or to specify "
103103
"a different increment (even negative; sometimes this is called the 'step')::"
104104
msgstr ""
105+
"Podany punkt końcowy nigdy nie jest częścią generowanej sekwencji; "
106+
"``range(10)`` generuje 10 wartości, poprawne indeksy dla elementów sekwencji "
107+
"o długości 10. Możliwe jest zacząć zakres od innej liczby lub podać inne "
108+
"zwiększenie (nawet ujemne; czasem jest to nazywane „krokiem”)::"
105109

106110
msgid ""
107111
"To iterate over the indices of a sequence, you can combine :func:`range` "
108112
"and :func:`len` as follows::"
109113
msgstr ""
114+
"By przeiterować po indeksach sekwencji możesz połączyć :func:`range` i :func:"
115+
"`len` w następujący sposób::"
110116

111117
msgid ""
112118
"In most such cases, however, it is convenient to use the :func:`enumerate` "
113119
"function, see :ref:`tut-loopidioms`."
114120
msgstr ""
121+
"Jednak w większości takich przypadków wygodnie jest użyć funkcji :func:"
122+
"`enumerate`, patrz :ref:`tut-loopidioms`."
115123

116124
msgid "A strange thing happens if you just print a range::"
117-
msgstr ""
125+
msgstr "Dzieje się dziwna rzecz jeśli po prostu wydrukujesz zakres::"
118126

119127
msgid ""
120128
"In many ways the object returned by :func:`range` behaves as if it is a "

0 commit comments

Comments
 (0)