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

Skip to content

Commit cd21695

Browse files
Update translations
1 parent 93380cd commit cd21695

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

library/cmath.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,30 +338,30 @@ msgstr "A constante matemática *τ*, como um ponto flutuante."
338338

339339
#: ../../library/cmath.rst:265
340340
msgid "Floating-point positive infinity. Equivalent to ``float('inf')``."
341-
msgstr "Infinito positivo de ponto flutuante. Equivalente a ``float('inf')``."
341+
msgstr "Infinito positivo de ponto flutuante. Equivale a ``float('inf')``."
342342

343343
#: ../../library/cmath.rst:272
344344
msgid ""
345345
"Complex number with zero real part and positive infinity imaginary part. "
346346
"Equivalent to ``complex(0.0, float('inf'))``."
347347
msgstr ""
348348
"Número complexo com parte real zero e parte imaginária infinita positiva. "
349-
"Equivalente a ``complex(0.0, float('inf'))``."
349+
"Equivale a ``complex(0.0, float('inf'))``."
350350

351351
#: ../../library/cmath.rst:280
352352
msgid ""
353353
"A floating-point \"not a number\" (NaN) value. Equivalent to "
354354
"``float('nan')``."
355355
msgstr ""
356-
"Um valor de ponto flutuante \"não um número\" (NaN). Equivalente a "
356+
"Um valor de ponto flutuante \"não um número\" (NaN). Equivale a "
357357
"``float('nan')``."
358358

359359
#: ../../library/cmath.rst:288
360360
msgid ""
361361
"Complex number with zero real part and NaN imaginary part. Equivalent to "
362362
"``complex(0.0, float('nan'))``."
363363
msgstr ""
364-
"Número complexo com parte real zero e parte imaginária NaN. Equivalente a "
364+
"Número complexo com parte real zero e parte imaginária NaN. Equivale a "
365365
"``complex(0.0, float('nan'))``."
366366

367367
#: ../../library/cmath.rst:296

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.32%", "translated": 31347, "entries": 49504, "updated_at": "2025-04-10T00:28:08+00:00Z"}
1+
{"completion": "63.32%", "translated": 31347, "entries": 49504, "updated_at": "2025-04-11T00:28:00+00:00Z"}

0 commit comments

Comments
 (0)