-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path__future__.po
More file actions
301 lines (249 loc) · 14 KB
/
__future__.po
File metadata and controls
301 lines (249 loc) · 14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2023, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Rafael Fontenelle <rffontenelle@gmail.com>, 2019
# Italo Penaforte <italo.penaforte@gmail.com>, 2019
# Octavio von Sydow <ocvs00@gmail.com>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.7\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-23 16:56+0000\n"
"PO-Revision-Date: 2019-09-01 03:25+0000\n"
"Last-Translator: Octavio von Sydow <ocvs00@gmail.com>, 2019\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
"teams/5390/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
"1000000 == 0 ? 1 : 2;\n"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:2
msgid ":mod:`__future__` --- Future statement definitions"
msgstr ": mod: `__future__` --- Definições de declaração futura"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:7
msgid "**Source code:** :source:`Lib/__future__.py`"
msgstr "**Código-fonte:** :source:`Lib/__ future __.py`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:11
msgid ":mod:`__future__` is a real module, and serves three purposes:"
msgstr ": mod: `__future__` é um módulo real, e serve três propósitos:"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:13
msgid ""
"To avoid confusing existing tools that analyze import statements and expect "
"to find the modules they're importing."
msgstr ""
"Para evitar confundir as ferramentas existentes que analisam as declarações "
"de importação e esperam encontrar os módulos que estão importando."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:16
msgid ""
"To ensure that :ref:`future statements <future>` run under releases prior to "
"2.1 at least yield runtime exceptions (the import of :mod:`__future__` will "
"fail, because there was no module of that name prior to 2.1)."
msgstr ""
"Para garantir que: ref: `future statements 1 'executado em versões "
"anteriores a 2.1, pelo menos, processar exceções de tempo de execução (a "
"importação de: mod:` __future__` falhará, porque não havia nenhum módulo "
"desse nome antes de 2.1)."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:20
msgid ""
"To document when incompatible changes were introduced, and when they will be "
"--- or were --- made mandatory. This is a form of executable documentation, "
"and can be inspected programmatically via importing :mod:`__future__` and "
"examining its contents."
msgstr ""
"Para documentar quando as mudanças incompatíveis foram introduzidas, e "
"quando elas serão --- ou foram --- obrigatórias. Esta é uma forma de "
"documentação executável e pode ser inspecionada programaticamente através da "
"importação: mod: `__future__` e examinando seus conteúdos."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:25
msgid "Each statement in :file:`__future__.py` is of the form::"
msgstr "Cada declaração em: file:. `__future __ py` é da forma ::"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:31
msgid ""
"where, normally, *OptionalRelease* is less than *MandatoryRelease*, and both "
"are 5-tuples of the same form as :data:`sys.version_info`::"
msgstr ""
"Onde, normalmente, * OpcionalRelease * é inferior a *MandatoryRelease*, e "
"ambos são 5-tuplas da mesma forma que: dados: `sys.version_info` ::"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:41
msgid ""
"*OptionalRelease* records the first release in which the feature was "
"accepted."
msgstr ""
"*OptionalRelease* registra o primeiro lançamento no qual o recurso foi "
"aceito."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:43
msgid ""
"In the case of a *MandatoryRelease* that has not yet occurred, "
"*MandatoryRelease* predicts the release in which the feature will become "
"part of the language."
msgstr ""
"No caso de * *MandatoryRelease* que ainda não ocorreu, *MandatoryRelease* "
"prevê o lançamento em que o recurso se tornará parte do idioma."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:47
msgid ""
"Else *MandatoryRelease* records when the feature became part of the "
"language; in releases at or after that, modules no longer need a future "
"statement to use the feature in question, but may continue to use such "
"imports."
msgstr ""
"Senão *MandatoryRelease* registra quando o recurso se tornou parte do "
"idioma; Em versões em ou depois disso, os módulos não precisam mais de uma "
"declaração futura para usar o recurso em questão, mas podem continuar a usar "
"essas importações."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:51
msgid ""
"*MandatoryRelease* may also be ``None``, meaning that a planned feature got "
"dropped."
msgstr ""
"*MandatoryRelease* também pode ser `` None``, o que significa que uma "
"característica planejada foi descartada."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:54
msgid ""
"Instances of class :class:`_Feature` have two corresponding methods, :meth:"
"`getOptionalRelease` and :meth:`getMandatoryRelease`."
msgstr ""
"Instâncias de classe: classe: `_Feature` tem dois métodos correspondentes,: "
"meth:` getOptionalRelease` e: meth: `getMandatoryRelease`."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:57
msgid ""
"*CompilerFlag* is the (bitfield) flag that should be passed in the fourth "
"argument to the built-in function :func:`compile` to enable the feature in "
"dynamically compiled code. This flag is stored in the :attr:`compiler_flag` "
"attribute on :class:`_Feature` instances."
msgstr ""
"*CompilerFlag* é o sinalizador (bitfield) que deve ser passado no quarto "
"argumento para a função incorporada: func: `compile` para habilitar o "
"recurso no código compilado dinamicamente. Este sinalizador é armazenado em: "
"attr: `compiler_flag` atributo em: classe:` _Feature` instâncias."
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:62
msgid ""
"No feature description will ever be deleted from :mod:`__future__`. Since "
"its introduction in Python 2.1 the following features have found their way "
"into the language using this mechanism:"
msgstr ""
"Nenhuma descrição de característica será excluída de: mod: `__future__`. "
"Desde a sua introdução no Python 2.1, os seguintes recursos encontraram o "
"caminho para o idioma usando esse mecanismo:"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:67
msgid "feature"
msgstr "característica"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:67
msgid "optional in"
msgstr "Opcional em"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:67
msgid "mandatory in"
msgstr "Obrigatório em"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:67
msgid "effect"
msgstr "efeito"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:69
msgid "nested_scopes"
msgstr "nested_scopes"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:69
msgid "2.1.0b1"
msgstr "2.1.0b1"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:69
msgid "2.2"
msgstr "2.2"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:69
msgid ":pep:`227`: *Statically Nested Scopes*"
msgstr ":pep:`227`: *Statically Nested Scopes*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:72
msgid "generators"
msgstr "Geradores"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:72
msgid "2.2.0a1"
msgstr "2.2.0a1"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:72
msgid "2.3"
msgstr "2.3"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:72
msgid ":pep:`255`: *Simple Generators*"
msgstr ":pep:`255`: *Simple Generators*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:75
msgid "division"
msgstr "divisão"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:75
msgid "2.2.0a2"
msgstr "2.2.0a2"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:75
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:78
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:84
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:87
msgid "3.0"
msgstr "3.0"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:75
msgid ":pep:`238`: *Changing the Division Operator*"
msgstr ":pep:`238`: *Changing the Division Operator*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:78
msgid "absolute_import"
msgstr "absolute_import"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:78
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:81
msgid "2.5.0a1"
msgstr "2.5.0a1"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:78
msgid ":pep:`328`: *Imports: Multi-Line and Absolute/Relative*"
msgstr ":pep: `328`: * Importações: Multi-Line e Absolute / Relativo *"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:81
msgid "with_statement"
msgstr "with_statement"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:81
msgid "2.6"
msgstr "2.6"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:81
msgid ":pep:`343`: *The \"with\" Statement*"
msgstr ":pep:`343`: *The \"with\" Statement*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:84
msgid "print_function"
msgstr "print_function"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:84
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:87
msgid "2.6.0a2"
msgstr "2.6.0a2"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:84
msgid ":pep:`3105`: *Make print a function*"
msgstr ":pep:`3105`: *Make print a function*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:87
msgid "unicode_literals"
msgstr "unicode_literals"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:87
msgid ":pep:`3112`: *Bytes literals in Python 3000*"
msgstr ":pep:`3112`: *Bytes literals in Python 3000*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:90
msgid "generator_stop"
msgstr "generator_stop"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:90
msgid "3.5.0b1"
msgstr "3.5.0b1"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:90
msgid "3.7"
msgstr "3.7"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:90
msgid ":pep:`479`: *StopIteration handling inside generators*"
msgstr ":pep:`479`: *StopIteration handling inside generators*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:93
msgid "annotations"
msgstr "annotations"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:93
msgid "3.7.0b1"
msgstr "3.7.0b1"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:93
msgid "4.0"
msgstr "4.0"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:93
msgid ":pep:`563`: *Postponed evaluation of annotations*"
msgstr ":pep:`563`: *Postponed evaluation of annotations*"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:102
msgid ":ref:`future`"
msgstr ":ref:`future`"
#: /home/runner/work/python-docs-tx-translations/python-docs-tx-translations/cpython/Doc/library/__future__.rst:103
msgid "How the compiler treats future imports."
msgstr "Como o compilador trata as importações futuras."