Skip to content

Commit 05e90e9

Browse files
committed
before sorting
1 parent 1188c3a commit 05e90e9

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

library/unittest.po

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
18-
"PO-Revision-Date: 2020-09-09 09:09+0200\n"
18+
"PO-Revision-Date: 2020-09-25 21:31+0200\n"
1919
"Language-Team: python-doc-es\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1114,7 +1114,7 @@ msgstr ""
11141114

11151115
#: ../Doc/library/unittest.rst:743 ../Doc/library/unittest.rst:758
11161116
msgid "See `Class and Module Fixtures`_ for more details."
1117-
msgstr ""
1117+
msgstr "Vea `Class and Module Fixtures`_ para más detalles."
11181118

11191119
#: ../Doc/library/unittest.rst:750
11201120
msgid ""
@@ -1143,6 +1143,8 @@ msgid ""
11431143
"Previous versions of ``run`` did not return the result. Neither did calling "
11441144
"an instance."
11451145
msgstr ""
1146+
"Las versiones previas de ``run`` no retornaban el resultado. Tampoco lo "
1147+
"hacía la llamada a una instancia."
11461148

11471149
#: ../Doc/library/unittest.rst:780
11481150
msgid ""
@@ -1324,6 +1326,8 @@ msgid ""
13241326
"Test that *first* and *second* are equal. If the values do not compare "
13251327
"equal, the test will fail."
13261328
msgstr ""
1329+
"Testea que *first* y *second* son iguales. Si los valores no comparan como "
1330+
"iguales, el test fallará."
13271331

13281332
#: ../Doc/library/unittest.rst:864
13291333
msgid ""
@@ -1344,6 +1348,8 @@ msgid ""
13441348
":meth:`assertMultiLineEqual` added as the default type equality function for "
13451349
"comparing strings."
13461350
msgstr ""
1351+
":meth:`assertMultiLineEqual` añadido como la función por defecto para "
1352+
"igualdad de tipos cuando se comparan cadenas."
13471353

13481354
#: ../Doc/library/unittest.rst:881
13491355
msgid ""
@@ -1353,7 +1359,7 @@ msgstr ""
13531359

13541360
#: ../Doc/library/unittest.rst:887
13551361
msgid "Test that *expr* is true (or false)."
1356-
msgstr ""
1362+
msgstr "Testea que *expr* es verdadero (o falso)."
13571363

13581364
#: ../Doc/library/unittest.rst:889
13591365
msgid ""
@@ -1368,15 +1374,15 @@ msgstr ""
13681374
msgid ""
13691375
"Test that *first* and *second* evaluate (or don't evaluate) to the same "
13701376
"object."
1371-
msgstr ""
1377+
msgstr "Testea si *first* y *second* evalúan (o no evalúan) al mismo objeto."
13721378

13731379
#: ../Doc/library/unittest.rst:908
13741380
msgid "Test that *expr* is (or is not) ``None``."
1375-
msgstr ""
1381+
msgstr "Testea que *expr* es (o no es) ``None``."
13761382

13771383
#: ../Doc/library/unittest.rst:916
13781384
msgid "Test that *member* is (or is not) in *container*."
1379-
msgstr ""
1385+
msgstr "Testea que *member* está (o no está) en *container*."
13801386

13811387
#: ../Doc/library/unittest.rst:924
13821388
msgid ""
@@ -1390,6 +1396,8 @@ msgid ""
13901396
"It is also possible to check the production of exceptions, warnings, and log "
13911397
"messages using the following methods:"
13921398
msgstr ""
1399+
"Es también posible chequear la producción de excepciones, advertencias y "
1400+
"mensajes de log usando los siguientes métodos:"
13931401

13941402
#: ../Doc/library/unittest.rst:938
13951403
msgid ":meth:`assertRaises(exc, fun, *args, **kwds) <TestCase.assertRaises>`"
@@ -1787,7 +1795,7 @@ msgstr ""
17871795

17881796
#: ../Doc/library/unittest.rst:1255
17891797
msgid "Used to compare"
1790-
msgstr ""
1798+
msgstr "Usado para comparar"
17911799

17921800
#: ../Doc/library/unittest.rst:1257
17931801
msgid ":meth:`assertMultiLineEqual(a, b) <TestCase.assertMultiLineEqual>`"

0 commit comments

Comments
 (0)