From 0fe5bae3311b4ce7d4d080daff62c7a192380590 Mon Sep 17 00:00:00 2001 From: Hristo Roque <> Date: Wed, 15 Dec 2021 23:37:46 -0500 Subject: [PATCH] completa la traduccion de decimal --- library/decimal.po | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/library/decimal.po b/library/decimal.po index af76c60d47..e8d44a01af 100644 --- a/library/decimal.po +++ b/library/decimal.po @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-10-16 21:42+0200\n" -"PO-Revision-Date: 2021-11-09 00:23-0300\n" -"Last-Translator: Cristián Maureira-Fredes \n" +"PO-Revision-Date: 2021-12-15 23:37-0500\n" +"Last-Translator: Adolfo Hristo David Roque Gámez \n" "Language: es_ES\n" "Language-Team: python-doc-es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" -"X-Generator: Poedit 2.3\n" +"X-Generator: Poedit 3.0\n" #: ../Doc/library/decimal.rst:2 msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic" @@ -1896,6 +1896,9 @@ msgid "" "``Decimal(0) ** Decimal(0)`` results in ``InvalidOperation``, and if " "``InvalidOperation`` is not trapped, then results in ``Decimal('NaN')``." msgstr "" +"``Decimal(0) ** Decimal(0)`` da como resultado ``InvalidOperation``, y si " +"``InvalidOperation`` no es atrapada, entonces da como resultado " +"``Decimal('NaN')``." #: ../Doc/library/decimal.rst:1363 msgid ""