Skip to content

Commit 4277dfd

Browse files
committed
agregando traduccion
1 parent dfe5e62 commit 4277dfd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

library/warnings.po

+17
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ msgid ""
405405
"warning message must contain (case-insensitively), ignoring any whitespace "
406406
"at the start or end of *message*."
407407
msgstr ""
408+
"*message* es un string que contiene una expresión regular que debería "
409+
"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*."
414+
408415

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

426439
#: ../Doc/library/warnings.rst:171
427440
msgid ""
@@ -969,6 +982,9 @@ msgid ""
969982
"to :func:`simplefilter` as if it were called immediately on entering the "
970983
"context."
971984
msgstr ""
985+
"Si el argumento *action* es diferente a ``None``, los demás argumentos "
986+
"serán enviados a la función :func:`simplefilter` como si fueran invocados "
987+
"inmediatamente al entrar al contexto."
972988

973989
#: ../Doc/library/warnings.rst:520
974990
msgid ""
@@ -985,6 +1001,7 @@ msgstr ""
9851001
#: ../Doc/library/warnings.rst:528
9861002
msgid "Added the *action*, *category*, *lineno*, and *append* parameters."
9871003
msgstr ""
1004+
"Agrega los parámetros *action*, *category*, *lineno* y *append*."
9881005

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

0 commit comments

Comments
 (0)