Skip to content

Commit b9be7de

Browse files
alvarmacielcmaureir
andcommitted
Traducido archivo library/unittest.po (#1604)
* Traducido archivo library/unittest.po * fix archivo library/unittest.po * Update library/unittest.po Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 907bb9c commit b9be7de

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

library/unittest.po

+12-15
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
18-
"PO-Revision-Date: 2021-03-20 11:09-0300\n"
18+
"PO-Revision-Date: 2021-10-31 15:00-0300\n"
1919
"Last-Translator: Claudia Millán (@clacri)\n"
2020
"Language: es\n"
2121
"Language-Team: python-doc-es\n"
22-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
22+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=utf-8\n"
2525
"Content-Transfer-Encoding: 8bit\n"
2626
"Generated-By: Babel 2.9.1\n"
27+
"X-Generator: Poedit 3.0\n"
2728

2829
#: ../Doc/library/unittest.rst:2
2930
msgid ":mod:`unittest` --- Unit testing framework"
@@ -598,7 +599,6 @@ msgstr ""
598599
"descubrimiento de pruebas mediante el `protocolo load_tests`_."
599600

600601
#: ../Doc/library/unittest.rst:332
601-
#, fuzzy
602602
msgid ""
603603
"Test discovery supports :term:`namespace packages <namespace package>` for "
604604
"the start directory. Note that you need to specify the top level directory "
@@ -953,15 +953,16 @@ msgid "Skip the decorated test unless *condition* is true."
953953
msgstr "Omitir el test decorado a menos que *condition* sea verdadero."
954954

955955
#: ../Doc/library/unittest.rst:599
956-
#, fuzzy
957956
msgid ""
958957
"Mark the test as an expected failure or error. If the test fails or errors "
959958
"in the test function itself (rather than in one of the :dfn:`test fixture` "
960959
"methods) then it will be considered a success. If the test passes, it will "
961960
"be considered a failure."
962961
msgstr ""
963-
"Marca el test como un fallo esperado. Si el test falla será considerado un "
964-
"éxito. Si el test pasa, será considerado un fallo."
962+
"Marca el test como un fallo esperado. Si falla el test o hay errores en la "
963+
"función de test misma (en lugar de en alguno de los métodos :dfn:`test "
964+
"fixture`) será considerado un éxito. Si el test pasa, será considerado un "
965+
"fallo."
965966

966967
#: ../Doc/library/unittest.rst:606
967968
msgid "This exception is raised to skip a test."
@@ -1516,23 +1517,20 @@ msgid "3.4"
15161517
msgstr "3.4"
15171518

15181519
#: ../Doc/library/unittest.rst:957
1519-
#, fuzzy
15201520
msgid ":meth:`assertNoLogs(logger, level) <TestCase.assertNoLogs>`"
15211521
msgstr ":meth:`assertLogs(logger, level) <TestCase.assertLogs>`"
15221522

15231523
#: ../Doc/library/unittest.rst:957
15241524
msgid "The ``with`` block does not log on"
1525-
msgstr ""
1525+
msgstr "El bloque ``with`` no ingresa"
15261526

15271527
#: ../Doc/library/unittest.rst:958
1528-
#, fuzzy
15291528
msgid "*logger* with minimum *level*"
15301529
msgstr "El bloque ``with`` vuelca sus logs a *logger* con el *level* mínimo"
15311530

15321531
#: ../Doc/library/unittest.rst:957
1533-
#, fuzzy
15341532
msgid "3.10"
1535-
msgstr "3.1"
1533+
msgstr "3.10"
15361534

15371535
#: ../Doc/library/unittest.rst:964
15381536
msgid ""
@@ -1750,7 +1748,6 @@ msgid "Example::"
17501748
msgstr "Ejemplo::"
17511749

17521750
#: ../Doc/library/unittest.rst:1134
1753-
#, fuzzy
17541751
msgid ""
17551752
"A context manager to test that no messages are logged on the *logger* or one "
17561753
"of its children, with at least the given *level*."
@@ -1759,20 +1756,20 @@ msgstr ""
17591756
"en el *logger* o en uno de sus hijos, con al menos el *level* dado."
17601757

17611758
#: ../Doc/library/unittest.rst:1138
1762-
#, fuzzy
17631759
msgid ""
17641760
"If given, *logger* should be a :class:`logging.Logger` object or a :class:"
17651761
"`str` giving the name of a logger. The default is the root logger, which "
17661762
"will catch all messages."
17671763
msgstr ""
17681764
"Si se da, *logger* debería ser un objeto :class:`logging.Logger` o un :class:"
1769-
"`str` dando el nombre de un logger. El valor por defecto es el root logger, "
1770-
"que captará todos los mensajes."
1765+
"`str` dándole el nombre de un logger. El valor por defecto es el root "
1766+
"logger, que captará todos los mensajes."
17711767

17721768
#: ../Doc/library/unittest.rst:1146
17731769
msgid ""
17741770
"Unlike :meth:`assertLogs`, nothing will be returned by the context manager."
17751771
msgstr ""
1772+
"A diferencia de :meth:`assertLogs`, el gestor de contexto no devolverá nada."
17761773

17771774
#: ../Doc/library/unittest.rst:1151
17781775
msgid ""

0 commit comments

Comments
 (0)