Skip to content

Commit 9f93b92

Browse files
committed
Update translation from Transifex
1 parent 3eb03e7 commit 9f93b92

7 files changed

Lines changed: 39 additions & 16 deletions

File tree

library/asyncio-subprocess.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# m_aciek <maciej.olko@gmail.com>, 2020
8+
# Michał Biliński <m.bilinskimichal@gmail.com>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-04-26 06:10+0000\n"
1516
"PO-Revision-Date: 2017-02-16 17:49+0000\n"
16-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
17+
"Last-Translator: Michał Biliński <m.bilinskimichal@gmail.com>, 2021\n"
1718
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -107,7 +108,7 @@ msgid ""
107108
msgstr ""
108109

109110
msgid "Constants"
110-
msgstr ""
111+
msgstr "Stały"
111112

112113
msgid "Can be passed to the *stdin*, *stdout* or *stderr* parameters."
113114
msgstr ""

library/cmath.po

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,32 +185,42 @@ msgid "Return the hyperbolic tangent of *x*."
185185
msgstr "Zwraca tangens hiperboliczny z *x*."
186186

187187
msgid "Classification functions"
188-
msgstr ""
188+
msgstr "Funkcje klasyfikujące"
189189

190190
msgid ""
191191
"Return ``True`` if both the real and imaginary parts of *x* are finite, and "
192192
"``False`` otherwise."
193193
msgstr ""
194+
"Zwraca 1 ``True`` jeżeli obie rzeczywista i urojona część *x* są skończone, "
195+
"i 2``False`` w innym wypadku."
194196

195197
msgid ""
196198
"Return ``True`` if either the real or the imaginary part of *x* is an "
197199
"infinity, and ``False`` otherwise."
198200
msgstr ""
201+
" Zwraca 1 ``True`` jeżeli rzeczywista lub urojona część *x* jest skończona, "
202+
"i 2``False`` w innym wypadku."
199203

200204
msgid ""
201205
"Return ``True`` if either the real or the imaginary part of *x* is a NaN, "
202206
"and ``False`` otherwise."
203207
msgstr ""
208+
" Zwraca 1 ``True`` jeżeli rzeczywista lub urojona część *x* jest NaN, i "
209+
"2``False`` w innym wypadku."
204210

205211
msgid ""
206212
"Return ``True`` if the values *a* and *b* are close to each other and "
207213
"``False`` otherwise."
208214
msgstr ""
215+
"Zwraca 1``True`` jeżeli wartości *a* i *b* są zbliżone do siebie i "
216+
"2``False`` w innym wypadku."
209217

210218
msgid ""
211219
"Whether or not two values are considered close is determined according to "
212220
"given absolute and relative tolerances."
213221
msgstr ""
222+
"To czy dwie wartości są zbliżone do siebie, zależy od dostarczonej "
223+
"absolutnej lub relatywnej tolerancji."
214224

215225
msgid ""
216226
"*rel_tol* is the relative tolerance -- it is the maximum allowed difference "
@@ -229,6 +239,8 @@ msgid ""
229239
"If no errors occur, the result will be: ``abs(a-b) <= max(rel_tol * "
230240
"max(abs(a), abs(b)), abs_tol)``."
231241
msgstr ""
242+
"Jeżeli nie wystąpi żaden błąd wynikiem będzie:\n"
243+
" ``abs(a-b) <= max(rel_tol * max(abs(a), abs(b)), abs_tol)``."
232244

233245
msgid ""
234246
"The IEEE 754 special values of ``NaN``, ``inf``, and ``-inf`` will be "
@@ -241,16 +253,16 @@ msgid ":pep:`485` -- A function for testing approximate equality"
241253
msgstr ""
242254

243255
msgid "Constants"
244-
msgstr ""
256+
msgstr "Stały"
245257

246258
msgid "The mathematical constant *π*, as a float."
247-
msgstr ""
259+
msgstr "Stałą matematyczną *π*, jako liczbę zmiennoprzecinkową"
248260

249261
msgid "The mathematical constant *e*, as a float."
250-
msgstr ""
262+
msgstr "Stałą matematyczną *e*, jako liczbę zmiennoprzecinkową"
251263

252264
msgid "The mathematical constant *τ*, as a float."
253-
msgstr ""
265+
msgstr "Stałą matematyczną *τ*, jako liczbę zmiennoprzecinkową"
254266

255267
msgid "Floating-point positive infinity. Equivalent to ``float('inf')``."
256268
msgstr ""

library/datetime.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Seweryn Piórkowski <seweryn.piorkowski@gmail.com>, 2020
88
# m_aciek <maciej.olko@gmail.com>, 2020
9+
# Michał Biliński <m.bilinskimichal@gmail.com>, 2021
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1617
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
17-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
18+
"Last-Translator: Michał Biliński <m.bilinskimichal@gmail.com>, 2021\n"
1819
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -103,7 +104,7 @@ msgid ""
103104
msgstr ""
104105

105106
msgid "Constants"
106-
msgstr ""
107+
msgstr "Stały"
107108

108109
msgid "The :mod:`datetime` module exports the following constants:"
109110
msgstr ""

library/hashlib.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# m_aciek <maciej.olko@gmail.com>, 2020
8+
# Michał Biliński <m.bilinskimichal@gmail.com>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-07-29 07:05+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:12+0000\n"
16-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
17+
"Last-Translator: Michał Biliński <m.bilinskimichal@gmail.com>, 2021\n"
1718
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -426,7 +427,7 @@ msgid ""
426427
msgstr ""
427428

428429
msgid "Constants"
429-
msgstr ""
430+
msgstr "Stały"
430431

431432
msgid "Salt length (maximum length accepted by constructors)."
432433
msgstr ""

library/math.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,15 @@ msgid ""
158158
"Return ``True`` if the values *a* and *b* are close to each other and "
159159
"``False`` otherwise."
160160
msgstr ""
161+
"Zwraca 1``True`` jeżeli wartości *a* i *b* są zbliżone do siebie i "
162+
"2``False`` w innym wypadku."
161163

162164
msgid ""
163165
"Whether or not two values are considered close is determined according to "
164166
"given absolute and relative tolerances."
165167
msgstr ""
168+
"To czy dwie wartości są zbliżone do siebie, zależy od dostarczonej "
169+
"absolutnej lub relatywnej tolerancji."
166170

167171
msgid ""
168172
"*rel_tol* is the relative tolerance -- it is the maximum allowed difference "
@@ -181,6 +185,8 @@ msgid ""
181185
"If no errors occur, the result will be: ``abs(a-b) <= max(rel_tol * "
182186
"max(abs(a), abs(b)), abs_tol)``."
183187
msgstr ""
188+
"Jeżeli nie wystąpi żaden błąd wynikiem będzie:\n"
189+
" ``abs(a-b) <= max(rel_tol * max(abs(a), abs(b)), abs_tol)``."
184190

185191
msgid ""
186192
"The IEEE 754 special values of ``NaN``, ``inf``, and ``-inf`` will be "
@@ -560,7 +566,7 @@ msgid ""
560566
msgstr ""
561567

562568
msgid "Constants"
563-
msgstr ""
569+
msgstr "Stały"
564570

565571
msgid "The mathematical constant *π* = 3.141592..., to available precision."
566572
msgstr ""

library/ssl.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# m_aciek <maciej.olko@gmail.com>, 2020
8+
# Michał Biliński <m.bilinskimichal@gmail.com>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-04-18 06:03+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
16-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
17+
"Last-Translator: Michał Biliński <m.bilinskimichal@gmail.com>, 2021\n"
1718
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -508,7 +509,7 @@ msgid ""
508509
msgstr ""
509510

510511
msgid "Constants"
511-
msgstr ""
512+
msgstr "Stały"
512513

513514
msgid ""
514515
"All constants are now :class:`enum.IntEnum` or :class:`enum.IntFlag` "

library/winreg.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# m_aciek <maciej.olko@gmail.com>, 2020
8+
# Michał Biliński <m.bilinskimichal@gmail.com>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
1516
"PO-Revision-Date: 2017-02-16 23:35+0000\n"
16-
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
17+
"Last-Translator: Michał Biliński <m.bilinskimichal@gmail.com>, 2021\n"
1718
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -532,7 +533,7 @@ msgid ""
532533
msgstr ""
533534

534535
msgid "Constants"
535-
msgstr ""
536+
msgstr "Stały"
536537

537538
msgid ""
538539
"The following constants are defined for use in many :mod:`_winreg` functions."

0 commit comments

Comments
 (0)