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

Skip to content

Commit 3f2dcdf

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent e841748 commit 3f2dcdf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

library/test.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,13 +701,15 @@ msgstr ""
701701

702702
#: ../../library/test.rst:566
703703
msgid "The context manager is designed to be used like this::"
704-
msgstr ""
704+
msgstr "O gerenciador de contexto é desenhado para ser utilizado dessa forma::"
705705

706706
#: ../../library/test.rst:573
707707
msgid ""
708708
"In this case if either warning was not raised, or some other warning was "
709709
"raised, :func:`check_warnings` would raise an error."
710710
msgstr ""
711+
"No caso, se um aviso não foi criado, ou algum outro aviso não foi criado, :"
712+
"func:` `check_warnings` deveria aparecer como um erro."
711713

712714
#: ../../library/test.rst:576
713715
msgid ""
@@ -802,6 +804,8 @@ msgid ""
802804
"A context manager that creates a temporary directory at *path* and yields "
803805
"the directory."
804806
msgstr ""
807+
"Um gerenciador de contexto que cria um diretório temporário no *path* e "
808+
"produz o diretório."
805809

806810
#: ../../library/test.rst:671
807811
msgid ""
@@ -846,10 +850,14 @@ msgid ""
846850
"an error is raised. Otherwise, only a warning is raised and the original "
847851
"CWD is used."
848852
msgstr ""
853+
"Se *quiet* é ``False`` e ele não possibilita criar ou alterar o CWD, um erro "
854+
"aparece. Por outro lado, somente um aviso surge e o CWD original é utilizado."
849855

850856
#: ../../library/test.rst:704
851857
msgid "A context manager that temporarily sets the process umask."
852858
msgstr ""
859+
"Um gerenciador de contexto que temporariamente define o processo de "
860+
"permissões de arquivos e diretórios , umask. "
853861

854862
#: ../../library/test.rst:709
855863
msgid ""

0 commit comments

Comments
 (0)