Skip to content

Commit cb3ab45

Browse files
Traducción library/decimal (#1625)
* Minor changes * Add G. Salomone to translator list Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent bea7d08 commit cb3ab45

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

TRANSLATORS

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Diego Cristóbal (@dcristobalh)
157157
Rodrigo Tobar (@rtobar)
158158
Catalina Arrey Amunátegui (@CatalinaArrey)
159159
Manu de Frutos Vila (@manudefrutosvila)
160+
Gianfranco Salomone (@gianfranco-s)
160161
Gabriela Monsalve Martínez (@gmmonsalve)
161162
Ana Elisa Kuhn (@AnitaaKuhn)
162163
Ingrid Bianka Garcia Lino (@ibianka)

library/decimal.po

+9-10
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: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-07 15:51+0200\n"
14+
"PO-Revision-Date: 2021-11-09 00:23-0300\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language: es_ES\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"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"
2324

2425
#: ../Doc/library/decimal.rst:2
2526
msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic"
@@ -2065,24 +2066,22 @@ msgstr ""
20652066
"tiene soporte para hilos."
20662067

20672068
#: ../Doc/library/decimal.rst:1487
2068-
#, fuzzy
20692069
msgid ""
20702070
"The default value is ``True``. If Python is :option:`configured using the --"
20712071
"without-decimal-contextvar option <--without-decimal-contextvar>`, the C "
20722072
"version uses a thread-local rather than a coroutine-local context and the "
20732073
"value is ``False``. This is slightly faster in some nested context "
20742074
"scenarios."
20752075
msgstr ""
2076-
"El valor predeterminado es ``True``. Si Python se compila con la opción ``--"
2077-
"without-decimal-contextvar``, la versión de C usa un contexto de hilos "
2078-
"locales en lugar de un contexto de corrutinas locales y el valor de la "
2079-
"constante es ``False``. Esto es algo más rápido en algunos escenarios de "
2080-
"contexto anidado."
2076+
"El valor predeterminado es ``True``. Si Python se :option:`configura usando "
2077+
"--without-decimal-contextvar <--without-decimal-contextvar>`, la versión de "
2078+
"C usa un contexto de hilos-locales en lugar de un contexto de corrutinas-"
2079+
"locales y el valor de la constante es ``False``. Esto es algo más rápido en "
2080+
"algunos escenarios de contexto anidado."
20812081

20822082
#: ../Doc/library/decimal.rst:1492
2083-
#, fuzzy
20842083
msgid "backported to 3.7 and 3.8."
2085-
msgstr "retro-portado a las versiones 3.7 y 3.8"
2084+
msgstr "retro-portado a las versiones 3.7 y 3.8."
20862085

20872086
#: ../Doc/library/decimal.rst:1496
20882087
msgid "Rounding modes"

0 commit comments

Comments
 (0)