Skip to content

Commit 6dc1492

Browse files
authored
Traduccion del archivo library/development.po (#962)
1 parent bf192f3 commit 6dc1492

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

library/development.po

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# 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.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"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"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"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"
1921

2022
#: ../Doc/library/development.rst:5
2123
msgid "Development Tools"
22-
msgstr ""
24+
msgstr "Herramientas de desarrollo"
2325

2426
#: ../Doc/library/development.rst:7
2527
msgid ""
@@ -30,13 +32,22 @@ msgid ""
3032
"and verify that the expected output is produced. :program:`2to3` can "
3133
"translate Python 2.x source code into valid Python 3.x code."
3234
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."
3342

3443
#: ../Doc/library/development.rst:14
3544
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:"
3746

3847
#: ../Doc/library/development.rst:28
3948
msgid ""
4049
"See also the Python development mode: the :option:`-X` ``dev`` option and :"
4150
"envvar:`PYTHONDEVMODE` environment variable."
4251
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

Comments
 (0)