|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# Rafael Fontenelle <rffontenelle@gmail.com>, 2022 |
| 7 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2023 |
8 | 8 | # |
9 | 9 | #, fuzzy |
10 | 10 | msgid "" |
11 | 11 | msgstr "" |
12 | 12 | "Project-Id-Version: Python 3.11\n" |
13 | 13 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2023-03-03 14:14+0000\n" |
| 14 | +"POT-Creation-Date: 2023-03-10 14:15+0000\n" |
15 | 15 | "PO-Revision-Date: 2022-11-05 19:49+0000\n" |
16 | | -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n" |
| 16 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n" |
17 | 17 | "Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/" |
18 | 18 | "teams/5390/pt_BR/)\n" |
19 | 19 | "MIME-Version: 1.0\n" |
@@ -69,8 +69,8 @@ msgid "" |
69 | 69 | "class are expected to directly correlate to a specific package (instead of " |
70 | 70 | "potentially representing multiple packages or a module)." |
71 | 71 | msgstr "" |
72 | | -"Para qualquer um dos métodos desta classe, espera-se que um argumento " |
73 | | -"*rescurso* seja um :term:`objeto tipo arquivo` que representa " |
| 72 | +"Para qualquer um dos métodos desta classe, espera-se que o argumento " |
| 73 | +"*resource* seja um :term:`objeto caminho ou similar` que representa " |
74 | 74 | "conceitualmente apenas um nome de arquivo. Isso significa que nenhum caminho " |
75 | 75 | "de subdiretório deve ser incluído no argumento *resource*. Isso ocorre " |
76 | 76 | "porque a localização do pacote para o qual o leitor se destina, atua como o " |
@@ -99,7 +99,7 @@ msgid "" |
99 | 99 | "Returns an opened, :term:`file-like object` for binary reading of the " |
100 | 100 | "*resource*." |
101 | 101 | msgstr "" |
102 | | -"Retorna um :term:`objeto tipo arquivo` aberto para leitura binária de " |
| 102 | +"Retorna um :term:`objeto arquivo ou similar` aberto para leitura binária de " |
103 | 103 | "*resource*." |
104 | 104 |
|
105 | 105 | #: ../../library/importlib.resources.abc.rst:53 |
|
0 commit comments