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

Skip to content

Commit e28b384

Browse files
Update translations
1 parent 688f064 commit e28b384

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
@@ -383,30 +383,30 @@ msgstr "A constante matemática *τ*, como um ponto flutuante."
383383

384384
#: ../../library/cmath.rst:275
385385
msgid "Floating-point positive infinity. Equivalent to ``float('inf')``."
386-
msgstr "Infinito positivo de ponto flutuante. Equivalente a ``float('inf')``."
386+
msgstr "Infinito positivo de ponto flutuante. Equivale a ``float('inf')``."
387387

388388
#: ../../library/cmath.rst:282
389389
msgid ""
390390
"Complex number with zero real part and positive infinity imaginary part. "
391391
"Equivalent to ``complex(0.0, float('inf'))``."
392392
msgstr ""
393393
"Número complexo com parte real zero e parte imaginária infinita positiva. "
394-
"Equivalente a ``complex(0.0, float('inf'))``."
394+
"Equivale a ``complex(0.0, float('inf'))``."
395395

396396
#: ../../library/cmath.rst:290
397397
msgid ""
398398
"A floating-point \"not a number\" (NaN) value. Equivalent to "
399399
"``float('nan')``."
400400
msgstr ""
401-
"Um valor de ponto flutuante \"não um número\" (NaN). Equivalente a "
401+
"Um valor de ponto flutuante \"não um número\" (NaN). Equivale a "
402402
"``float('nan')``."
403403

404404
#: ../../library/cmath.rst:298
405405
msgid ""
406406
"Complex number with zero real part and NaN imaginary part. Equivalent to "
407407
"``complex(0.0, float('nan'))``."
408408
msgstr ""
409-
"Número complexo com parte real zero e parte imaginária NaN. Equivalente a "
409+
"Número complexo com parte real zero e parte imaginária NaN. Equivale a "
410410
"``complex(0.0, float('nan'))``."
411411

412412
#: ../../library/cmath.rst:306

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.97%", "translated": 33048, "entries": 51659, "updated_at": "2025-04-09T23:54:16+00:00Z"}
1+
{"completion": "63.97%", "translated": 33048, "entries": 51659, "updated_at": "2025-04-10T23:53:50+00:00Z"}

0 commit comments

Comments
 (0)