1
1
# Copyright (C) 2001-2020, Python Software Foundation
2
2
# This file is distributed under the same license as the Python package.
3
- # Maintained by the python-doc-es workteam.
3
+ # Maintained by the python-doc-es workteam.
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 11:24-0500\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.2.1\n "
19
21
20
22
#: ../Doc/library/development.rst:5
21
23
msgid "Development Tools"
22
- msgstr ""
24
+ msgstr "Herramientas de desarrollo "
23
25
24
26
#: ../Doc/library/development.rst:7
25
27
msgid ""
@@ -30,13 +32,22 @@ msgid ""
30
32
"and verify that the expected output is produced. :program:`2to3` can "
31
33
"translate Python 2.x source code into valid Python 3.x code."
32
34
msgstr ""
35
+ "Los módulos descritos en este capítulo le ayudan a escribir software. Por "
36
+ "ejemplo, el módulo :mod:`pydoc` toma un módulo y genera documentación basada "
37
+ "en el contenido del módulo. Los módulos :mod:`doctest` y :mod:`unittest` "
38
+ "contienen frameworks para escribir pruebas unitarias que ejecutan y validan "
39
+ "automáticamente el código, verificando que se produce la salida esperada. :"
40
+ "program:`2to3` puede traducir el código fuente de Python 2.x en código "
41
+ "válido de Python 3.x."
33
42
34
43
#: ../Doc/library/development.rst:14
35
44
msgid "The list of modules described in this chapter is:"
36
- msgstr ""
45
+ msgstr "La lista de módulos descritos en este capítulo es: "
37
46
38
47
#: ../Doc/library/development.rst:28
39
48
msgid ""
40
49
"See also the Python development mode: the :option:`-X` ``dev`` option and :"
41
50
"envvar:`PYTHONDEVMODE` environment variable."
42
51
msgstr ""
52
+ "Consulta también el modo de desarrollo de Python: la opción :option:`-X` "
53
+ "``dev`` y la variable de entorno :envvar:`PYTHONDEVMODE`."
0 commit comments