Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a31cd59

Browse files
committed
Update translation from Transifex
1 parent cccb90d commit a31cd59

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

faq/design.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,27 @@ msgid "Contents"
3131
msgstr "Zawartość"
3232

3333
msgid "Why does Python use indentation for grouping of statements?"
34-
msgstr "Dlaczego Python używa akapitów do grupowania instrukcji?"
34+
msgstr "Dlaczego Python używa akapitów do grupowania poleceń?"
3535

3636
msgid ""
3737
"Guido van Rossum believes that using indentation for grouping is extremely "
3838
"elegant and contributes a lot to the clarity of the average Python program. "
3939
"Most people learn to love this feature after a while."
4040
msgstr ""
41+
"Guido van Rossum uważa, że używanie akapitów do grupowania jest niezwykle "
42+
"eleganckie i przyczynia się bardzo do przejrzystości przeciętnego programu w "
43+
"Pythonie. Wśród większości ludzi właściwość ta z czasem zyskuje sobie "
44+
"sympatyków."
4145

4246
msgid ""
4347
"Since there are no begin/end brackets there cannot be a disagreement between "
4448
"grouping perceived by the parser and the human reader. Occasionally C "
4549
"programmers will encounter a fragment of code like this::"
4650
msgstr ""
51+
"Ze względu na brak początkowych/końcowych nawiasów nie może dojść do "
52+
"rozbieżności pomiędzy grupowaniem odbieranym przez analizator składni a tym "
53+
"odbieranym przez człowieka. Sporadycznie programiści języka C napotykać będą "
54+
"taki fragment kodu:"
4755

4856
msgid ""
4957
"Only the ``x++`` statement is executed if the condition is true, but the "

0 commit comments

Comments
 (0)