Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traducido archivo library/unittest.po #1604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix archivo library/unittest.po
  • Loading branch information
alvarmaciel committed Oct 31, 2021
commit 7ec9d198a653861922247ddd87a68e96275a983f
8 changes: 4 additions & 4 deletions library/unittest.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-10-31 13:28-0300\n"
"PO-Revision-Date: 2021-10-31 15:00-0300\n"
"Last-Translator: Claudia Millán (@clacri)\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -961,7 +961,7 @@ msgid ""
msgstr ""
"Marca el test como un fallo esperado. Si falla el test o hay errores en la "
"función de test misma (en lugar de en alguno de los métodos :dfn: `test "
"fixture`) será considerado un exito. Si el test pasa, será considerado un "
"fixture`) será considerado un éxito. Si el test pasa, será considerado un "
"fallo."

#: ../Doc/library/unittest.rst:606
Expand Down Expand Up @@ -1522,7 +1522,7 @@ msgstr ":meth:`assertLogs(logger, level) <TestCase.assertLogs>`"

#: ../Doc/library/unittest.rst:957
msgid "The ``with`` block does not log on"
msgstr "El bloque ``with`` no se loguea"
msgstr "El bloque ``with`` no ingresa"

#: ../Doc/library/unittest.rst:958
msgid "*logger* with minimum *level*"
Expand Down Expand Up @@ -1762,7 +1762,7 @@ msgid ""
"will catch all messages."
msgstr ""
"Si se da, *logger* debería ser un objeto :class:`logging.Logger` o un :class:"
"`str` dandole el nombre de un logger. El valor por defecto es el root "
"`str` dándole el nombre de un logger. El valor por defecto es el root "
"logger, que captará todos los mensajes."

#: ../Doc/library/unittest.rst:1146
Expand Down