Skip to content

Commit 6cd70eb

Browse files
authored
Traduccion library/warnings (#2166)
closes #2008
1 parent dfe5e62 commit 6cd70eb

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

library/warnings.po

+16-1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,12 @@ msgid ""
405405
"warning message must contain (case-insensitively), ignoring any whitespace "
406406
"at the start or end of *message*."
407407
msgstr ""
408+
"*message* esa cadena de caracteres que contiene una expresión regular que "
409+
"debería coincidir con el inicio del mensaje de advertencia, sin discriminar "
410+
"mayúsculas ni minúsculas. En :option:`-W` y :envvar:`PYTHONWARNINGS`, "
411+
"*message* es una cadena de caracteres literal que debería coincidir con el "
412+
"inicio del mensaje de advertencia discriminando mayúsculas y/o minúsculas, "
413+
"pero ignorando cualquier espacio en blanco al inicio de *message*."
408414

409415
#: ../Doc/library/warnings.rst:162
410416
msgid ""
@@ -422,6 +428,12 @@ msgid ""
422428
"qualified module name must be equal to (case-sensitively), ignoring any "
423429
"whitespace at the start or end of *module*."
424430
msgstr ""
431+
"*module* es un cadena de caracteres que contiene una expresión regular, la "
432+
"cual debe coincidir exactamente (con mayúsculas y minúsculas) al nombre "
433+
"completo del módulo. En :option:`-W` y :envvar:`PYTHONWARNINGS`, *module* es "
434+
"string literal que debe ser igual (con mayúsculas y minúsculas) al nombre "
435+
"completo del módulo, ignorando cualquier espacio en blanco al inicio o final "
436+
"de *module*."
425437

426438
#: ../Doc/library/warnings.rst:171
427439
msgid ""
@@ -969,6 +981,9 @@ msgid ""
969981
"to :func:`simplefilter` as if it were called immediately on entering the "
970982
"context."
971983
msgstr ""
984+
"Si el argumento *action* es diferente a ``None``, los demás argumentos serán "
985+
"enviados a la función :func:`simplefilter` como si fueran invocados "
986+
"inmediatamente al entrar al contexto."
972987

973988
#: ../Doc/library/warnings.rst:520
974989
msgid ""
@@ -984,7 +999,7 @@ msgstr ""
984999

9851000
#: ../Doc/library/warnings.rst:528
9861001
msgid "Added the *action*, *category*, *lineno*, and *append* parameters."
987-
msgstr ""
1002+
msgstr "Agrega los parámetros *action*, *category*, *lineno* y *append*."
9881003

9891004
#~ msgid ""
9901005
#~ "*message* is a string containing a regular expression that the start of "

0 commit comments

Comments
 (0)