Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c0b4c17

Browse filesBrowse files
committed
Update translation from Transifex
1 parent 960f0fe commit c0b4c17
Copy full SHA for c0b4c17

File tree

Expand file treeCollapse file tree

1 file changed

+8
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-3
lines changed

‎faq/design.po

Copy file name to clipboardExpand all lines: faq/design.po
+8-3Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.