@@ -26,23 +26,29 @@ msgstr "Expressões"
26
26
msgid ""
27
27
"This chapter explains the meaning of the elements of expressions in Python."
28
28
msgstr ""
29
+ "Este capítulo explica o significado dos elementos das expressões em Python."
29
30
30
31
#: ../../reference/expressions.rst:14
31
32
msgid ""
32
33
"**Syntax Notes:** In this and the following chapters, extended BNF notation "
33
34
"will be used to describe syntax, not lexical analysis. When (one "
34
35
"alternative of) a syntax rule has the form"
35
36
msgstr ""
37
+ "**Notas de sintaxe:** Neste e nos capítulos seguintes, a notação BNF "
38
+ "estendida será usada para descrever a sintaxe, não a análise lexical. Quando "
39
+ "(uma alternativa de) uma regra de sintaxe tem a forma"
36
40
37
41
#: ../../reference/expressions.rst:23
38
42
msgid ""
39
43
"and no semantics are given, the semantics of this form of ``name`` are the "
40
44
"same as for ``othername``."
41
45
msgstr ""
46
+ "e nenhuma semântica é fornecida, a semântica desta forma de ``name`` é a "
47
+ "mesma que para ``othername``."
42
48
43
49
#: ../../reference/expressions.rst:30
44
50
msgid "Arithmetic conversions"
45
- msgstr ""
51
+ msgstr "Conversões aritméticas "
46
52
47
53
#: ../../reference/expressions.rst:34
48
54
msgid ""
@@ -56,12 +62,16 @@ msgstr ""
56
62
msgid ""
57
63
"If either argument is a complex number, the other is converted to complex;"
58
64
msgstr ""
65
+ "Se um dos argumentos for um número complexo, o outro será convertido em "
66
+ "complexo;"
59
67
60
68
#: ../../reference/expressions.rst:41
61
69
msgid ""
62
70
"otherwise, if either argument is a floating point number, the other is "
63
71
"converted to floating point;"
64
72
msgstr ""
73
+ "caso contrário, se um dos argumentos for um número de ponto flutuante, o "
74
+ "outro será convertido em ponto flutuante;"
65
75
66
76
#: ../../reference/expressions.rst:44
67
77
msgid ""
@@ -81,7 +91,7 @@ msgstr ""
81
91
82
92
#: ../../reference/expressions.rst:56
83
93
msgid "Atoms"
84
- msgstr ""
94
+ msgstr "Átomos "
85
95
86
96
#: ../../reference/expressions.rst:60
87
97
msgid ""
@@ -93,14 +103,17 @@ msgstr ""
93
103
94
104
#: ../../reference/expressions.rst:75
95
105
msgid "Identifiers (Names)"
96
- msgstr ""
106
+ msgstr "Identificadores (Nomes) "
97
107
98
108
#: ../../reference/expressions.rst:81
99
109
msgid ""
100
110
"An identifier occurring as an atom is a name. See section :ref:"
101
111
"`identifiers` for lexical definition and section :ref:`naming` for "
102
112
"documentation of naming and binding."
103
113
msgstr ""
114
+ "Um identificador que ocorre como um átomo é um nome. Veja a seção :ref:"
115
+ "`identifiers` para a definição lexical e a seção :ref:`naming` para "
116
+ "documentação de nomenclatura e ligação."
104
117
105
118
#: ../../reference/expressions.rst:87
106
119
msgid ""
0 commit comments