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

Skip to content

Commit 83a497e

Browse files
committed
Update translation from Transifex
1 parent 1068b13 commit 83a497e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

faq/design.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ msgstr ""
5151
"Ze względu na brak otwierających/zamykających nawiasów nie może dojść do "
5252
"rozbieżności pomiędzy grupowaniem odbieranym przez analizator składni a tym "
5353
"odbieranym przez człowieka. Sporadycznie programiści języka C napotykać będą "
54-
"taki fragment kodu:"
54+
"taki fragment kodu::"
5555

5656
msgid ""
5757
"Only the ``x++`` statement is executed if the condition is true, but the "
@@ -97,21 +97,26 @@ msgstr ""
9797

9898
msgid "Why am I getting strange results with simple arithmetic operations?"
9999
msgstr ""
100+
"Dlaczego otrzymuję dziwne wyniki w odpowiedzi na proste działania "
101+
"arytmetyczne?"
100102

101103
msgid "See the next question."
102-
msgstr ""
104+
msgstr "Spójrz na następne pytanie."
103105

104106
msgid "Why are floating-point calculations so inaccurate?"
105-
msgstr ""
107+
msgstr "Dlaczego obliczenia zmiennoprzecinkowe są tak niedokładne?"
106108

107109
msgid "Users are often surprised by results like this::"
108-
msgstr ""
110+
msgstr "Użytkownicy są często zaskoczeni następującymi wynikami::"
109111

110112
msgid ""
111113
"and think it is a bug in Python. It's not. This has little to do with "
112114
"Python, and much more to do with how the underlying platform handles "
113115
"floating-point numbers."
114116
msgstr ""
117+
"i sądzą, że to błąd w Pythonie. To jednak nie błąd. To ma niewiele wspólnego "
118+
"z Pythonem. To wynika bardziej z tego jak bazowa platforma radzi sobie z "
119+
"liczbami zmiennoprzecinkowymi."
115120

116121
msgid ""
117122
"The :class:`float` type in CPython uses a C ``double`` for storage. A :"

0 commit comments

Comments
 (0)