|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# Rafael Fontenelle <rffontenelle@gmail.com>, 2021 |
8 | 7 | # Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021 |
9 | 8 | # i17obot <i17obot@rougeth.com>, 2021 |
| 9 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2022 |
10 | 10 | # |
11 | 11 | #, fuzzy |
12 | 12 | msgid "" |
13 | 13 | msgstr "" |
14 | 14 | "Project-Id-Version: Python 3.11\n" |
15 | 15 | "Report-Msgid-Bugs-To: \n" |
16 | | -"POT-Creation-Date: 2022-12-20 16:16+0000\n" |
| 16 | +"POT-Creation-Date: 2022-12-21 16:16+0000\n" |
17 | 17 | "PO-Revision-Date: 2021-06-28 00:57+0000\n" |
18 | | -"Last-Translator: i17obot <i17obot@rougeth.com>, 2021\n" |
| 18 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n" |
19 | 19 | "Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/" |
20 | 20 | "teams/5390/pt_BR/)\n" |
21 | 21 | "MIME-Version: 1.0\n" |
@@ -184,6 +184,9 @@ msgid "" |
184 | 184 | "`ContextVar.set` method call that created the token. It points to :attr:" |
185 | 185 | "`Token.MISSING` if the variable was not set before the call." |
186 | 186 | msgstr "" |
| 187 | +"Uma propriedade somente leitura. Defina como o valor que a variável tinha " |
| 188 | +"antes da chamada do método :meth:`ContextVar.set` que criou o token. Aponta " |
| 189 | +"para :attr:`Token.MISSING` se a variável não foi definida antes da chamada." |
187 | 190 |
|
188 | 191 | #: ../../library/contextvars.rst:118 |
189 | 192 | msgid "A marker object used by :attr:`Token.old_value`." |
@@ -233,6 +236,10 @@ msgid "" |
233 | 236 | "fashion to :func:`threading.local()` when values are assigned in different " |
234 | 237 | "threads." |
235 | 238 | msgstr "" |
| 239 | +"Cada thread terá um objeto :class:`~contextvars.Context` de nível superior " |
| 240 | +"diferente. Isso significa que um objeto :class:`ContextVar` se comporta de " |
| 241 | +"maneira semelhante a :func:`threading.local()` quando valores são atribuídos " |
| 242 | +"em diferentes threads." |
236 | 243 |
|
237 | 244 | #: ../../library/contextvars.rst:152 |
238 | 245 | msgid "Context implements the :class:`collections.abc.Mapping` interface." |
|
0 commit comments