Skip to content

Commit 05c2e5b

Browse files
authored
Apply suggestions from code review
1 parent 6ff2b65 commit 05c2e5b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

library/unittest.po

+10-7
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,24 @@
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
66
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
8+
# Translation started and completed partially by:
89
# Marcos Sánchez Provencio <raptopassion@gmail.com>, 2020.
10+
# Translation finished by:
11+
# Claudia Millán (clacri), 2020.
912
#
1013
msgid ""
1114
msgstr ""
1215
"Project-Id-Version: Python 3.8\n"
1316
"Report-Msgid-Bugs-To: \n"
1417
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
1518
"PO-Revision-Date: 2020-06-14 21:54+0200\n"
16-
"Language-Team: Spanish; Castilian <raptopassion@gmail.com>\n"
19+
"Language-Team: python-doc-es\n"
1720
"MIME-Version: 1.0\n"
1821
"Content-Type: text/plain; charset=UTF-8\n"
1922
"Content-Transfer-Encoding: 8bit\n"
2023
"Generated-By: Babel 2.8.0\n"
2124
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
22-
"Last-Translator: Marcos Sánchez Provencio <raptopassion@gmail.com>\n"
25+
"Last-Translator: Claudia Millán (@clacri) \n"
2326
"Language: es\n"
2427
"X-Generator: Gtranslator 3.36.0\n"
2528

@@ -36,8 +39,8 @@ msgid ""
3639
"(If you are already familiar with the basic concepts of testing, you might "
3740
"want to skip to :ref:`the list of assert methods <assert-methods>`.)"
3841
msgstr ""
39-
"(Si hay un conocimiento previo\n"
40-
" de los conceptos básicos de las pruebas, se puede saltar a :ref:`la lista "
42+
"(Si ya estás familiarizado \n"
43+
" con los conceptos básicos de realización de pruebas, puedes saltar a :ref:`la lista "
4144
"de métodos de aserción <assert-methods>`.)"
4245

4346
#: ../Doc/library/unittest.rst:19
@@ -51,16 +54,16 @@ msgstr ""
5154
"La infraestructura de pruebas unitarias :mod:`unittest` se inspiró en "
5255
"primera instancia en JUnit y ofrece aspectos similares a las principales "
5356
"estructuras de pruebas unitarias más importantes de otros lenguajes. Da "
54-
"soporte a automatización de pruebas, inicialización compartida y código de "
55-
"cierre de las pruebas."
57+
"soporte a automatización de pruebas, inicialización compartida, código de "
58+
"cierre de las pruebas, agregación de las pruebas en colecciones e independencia de los tests de la infraestructura que los reporta"
5659

5760
#: ../Doc/library/unittest.rst:25
5861
msgid ""
5962
"To achieve this, :mod:`unittest` supports some important concepts in an "
6063
"object-oriented way:"
6164
msgstr ""
6265
"Para llevar esto a cabo, :mod:`unittest` da soporte a ciertos conceptos de "
63-
"importancia mediante orientación a objetos:"
66+
"importancia de una forma orientada a objetos:"
6467

6568
#: ../Doc/library/unittest.rst:32
6669
msgid "test fixture"

0 commit comments

Comments
 (0)