Skip to content

Commit 2e259cb

Browse files
author
Francisco Mora
authored
Traducido archivo library/decimal (#2252)
Closes #1974
1 parent cba2fad commit 2e259cb

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

library/decimal.po

+14-9
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\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"
16-
"Language: es_ES\n"
14+
"PO-Revision-Date: 2023-01-03 09:47-0300\n"
15+
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es_ES\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.2.2\n"
2324

2425
#: ../Doc/library/decimal.rst:2
2526
msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic"
@@ -30,15 +31,14 @@ msgid "**Source code:** :source:`Lib/decimal.py`"
3031
msgstr "**Código fuente:** :source:`Lib/decimal.py`"
3132

3233
#: ../Doc/library/decimal.rst:33
33-
#, fuzzy
3434
msgid ""
3535
"The :mod:`decimal` module provides support for fast correctly rounded "
3636
"decimal floating point arithmetic. It offers several advantages over the :"
3737
"class:`float` datatype:"
3838
msgstr ""
39-
"El módulo :mod:`decimal` proporciona soporte para aritmética decimal de coma "
40-
"flotante rápida y con redondeo matemáticamente correcto. Ofrece varias "
41-
"ventajas en comparación con el tipo de dato :class:`float`:"
39+
"El módulo :mod:`decimal` proporciona soporte para aritmética de coma "
40+
"flotante decimal rápida y redondeada correctamente. Ofrece varias ventajas "
41+
"en comparación con el tipo de dato :class:`float`:"
4242

4343
#: ../Doc/library/decimal.rst:37
4444
msgid ""
@@ -1355,20 +1355,25 @@ msgstr ""
13551355

13561356
#: ../Doc/library/decimal.rst:947
13571357
msgid "Using keyword arguments, the code would be the following::"
1358-
msgstr ""
1358+
msgstr "Usando argumentos de palabra clave, el código sería el siguiente::"
13591359

13601360
#: ../Doc/library/decimal.rst:955
13611361
msgid ""
13621362
"Raises :exc:`TypeError` if *kwargs* supplies an attribute that :class:"
13631363
"`Context` doesn't support. Raises either :exc:`TypeError` or :exc:"
13641364
"`ValueError` if *kwargs* supplies an invalid value for an attribute."
13651365
msgstr ""
1366+
"Lanza :exc:`TypeError` si *kwargs* proporciona un atributo que :class:"
1367+
"`Context` no soporta. Lanza también :exc:`TypeError` o :exc:`ValueError` si "
1368+
"*kwargs* proporciona un valor no válido para un atributo."
13661369

13671370
#: ../Doc/library/decimal.rst:959
13681371
msgid ""
13691372
":meth:`localcontext` now supports setting context attributes through the use "
13701373
"of keyword arguments."
13711374
msgstr ""
1375+
":meth:`localcontext` ahora admite la configuración de atributos de contexto "
1376+
"mediante el uso de argumentos de palabra clave."
13721377

13731378
#: ../Doc/library/decimal.rst:962
13741379
msgid ""

0 commit comments

Comments
 (0)