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

Skip to content

Commit be53750

Browse files
authored
completa la traduccion de decimal (#1766)
Co-authored-by: Hristo Roque <>
1 parent 376904d commit be53750

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

library/decimal.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-11-09 00:23-0300\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-12-15 23:37-0500\n"
15+
"Last-Translator: Adolfo Hristo David Roque Gámez <aroquega@gmail.com>\n"
1616
"Language: es_ES\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23-
"X-Generator: Poedit 2.3\n"
23+
"X-Generator: Poedit 3.0\n"
2424

2525
#: ../Doc/library/decimal.rst:2
2626
msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic"
@@ -1896,6 +1896,9 @@ msgid ""
18961896
"``Decimal(0) ** Decimal(0)`` results in ``InvalidOperation``, and if "
18971897
"``InvalidOperation`` is not trapped, then results in ``Decimal('NaN')``."
18981898
msgstr ""
1899+
"``Decimal(0) ** Decimal(0)`` da como resultado ``InvalidOperation``, y si "
1900+
"``InvalidOperation`` no es atrapada, entonces da como resultado "
1901+
"``Decimal('NaN')``."
18991902

19001903
#: ../Doc/library/decimal.rst:1363
19011904
msgid ""

0 commit comments

Comments
 (0)