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