4
4
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5
5
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python 3.8\n "
11
10
"Report-Msgid-Bugs-To : \n "
12
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
13
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
12
+ "PO-Revision-Date : 2020-10-06 18:07+0200\n "
15
13
"Language-Team : python-doc-es\n "
16
14
"MIME-Version : 1.0\n "
17
15
"Content-Type : text/plain; charset=UTF-8\n "
18
16
"Content-Transfer-Encoding : 8bit\n "
17
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
18
+ "Last-Translator : \n "
19
+ "Language : es\n "
20
+ "X-Generator : Poedit 2.4.1\n "
19
21
20
22
#: ../Doc/library/numeric.rst:6
21
23
msgid "Numeric and Mathematical Modules"
22
- msgstr ""
24
+ msgstr "Módulos numéricos y matemáticos "
23
25
24
26
#: ../Doc/library/numeric.rst:8
25
27
msgid ""
@@ -30,7 +32,13 @@ msgid ""
30
32
"mod:`decimal` module supports exact representations of decimal numbers, "
31
33
"using arbitrary precision arithmetic."
32
34
msgstr ""
35
+ "Los módulos descritos en este capítulo proporcionan funciones y tipos de "
36
+ "datos numéricos y relacionados con las matemáticas. El módulo :mod:`numbers` "
37
+ "define una jerarquía abstracta de tipos numéricos. Los módulos :mod:`math` "
38
+ "y :mod:`cmath` contienen varias funciones matemáticas para números complejos "
39
+ "y de punto flotante. El módulo :mod:`decimal` admite representaciones "
40
+ "exactas de números decimales, utilizando aritmética de precisión arbitraria."
33
41
34
42
#: ../Doc/library/numeric.rst:15
35
43
msgid "The following modules are documented in this chapter:"
36
- msgstr ""
44
+ msgstr "En este capítulo se documentan los siguientes módulos: "
0 commit comments