@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_ES \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.2\n "
23
24
24
25
#: ../Doc/library/decimal.rst:2
25
26
msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic"
@@ -30,15 +31,14 @@ msgid "**Source code:** :source:`Lib/decimal.py`"
30
31
msgstr "**Código fuente:** :source:`Lib/decimal.py`"
31
32
32
33
#: ../Doc/library/decimal.rst:33
33
- #, fuzzy
34
34
msgid ""
35
35
"The :mod:`decimal` module provides support for fast correctly rounded "
36
36
"decimal floating point arithmetic. It offers several advantages over the :"
37
37
"class:`float` datatype:"
38
38
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`:"
42
42
43
43
#: ../Doc/library/decimal.rst:37
44
44
msgid ""
@@ -1355,20 +1355,25 @@ msgstr ""
1355
1355
1356
1356
#: ../Doc/library/decimal.rst:947
1357
1357
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:: "
1359
1359
1360
1360
#: ../Doc/library/decimal.rst:955
1361
1361
msgid ""
1362
1362
"Raises :exc:`TypeError` if *kwargs* supplies an attribute that :class:"
1363
1363
"`Context` doesn't support. Raises either :exc:`TypeError` or :exc:"
1364
1364
"`ValueError` if *kwargs* supplies an invalid value for an attribute."
1365
1365
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."
1366
1369
1367
1370
#: ../Doc/library/decimal.rst:959
1368
1371
msgid ""
1369
1372
":meth:`localcontext` now supports setting context attributes through the use "
1370
1373
"of keyword arguments."
1371
1374
msgstr ""
1375
+ ":meth:`localcontext` ahora admite la configuración de atributos de contexto "
1376
+ "mediante el uso de argumentos de palabra clave."
1372
1377
1373
1378
#: ../Doc/library/decimal.rst:962
1374
1379
msgid ""
0 commit comments