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

Skip to content

Commit db1e845

Browse files
committed
Update translation from Transifex
1 parent c5351eb commit db1e845

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

faq/design.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,26 @@ msgstr ""
8888

8989
msgid "Why am I getting strange results with simple arithmetic operations?"
9090
msgstr ""
91+
"Dlaczego otrzymuję dziwne wyniki w odpowiedzi na proste działania "
92+
"arytmetyczne?"
9193

9294
msgid "See the next question."
93-
msgstr ""
95+
msgstr "Spójrz na następne pytanie."
9496

9597
msgid "Why are floating-point calculations so inaccurate?"
96-
msgstr ""
98+
msgstr "Dlaczego obliczenia zmiennoprzecinkowe są tak niedokładne?"
9799

98100
msgid "Users are often surprised by results like this::"
99-
msgstr ""
101+
msgstr "Użytkownicy są często zaskoczeni następującymi wynikami::"
100102

101103
msgid ""
102104
"and think it is a bug in Python. It's not. This has little to do with "
103105
"Python, and much more to do with how the underlying platform handles "
104106
"floating-point numbers."
105107
msgstr ""
108+
"i sądzą, że to błąd w Pythonie. To jednak nie błąd. To ma niewiele wspólnego "
109+
"z Pythonem. To wynika bardziej z tego jak bazowa platforma radzi sobie z "
110+
"liczbami zmiennoprzecinkowymi."
106111

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

0 commit comments

Comments
 (0)