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

Skip to content

Commit 9c2143e

Browse files
pomerge from 3.9 branch into 2.7
1 parent 456fbb9 commit 9c2143e

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

reference/expressions.po

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,29 @@ msgstr "Expressões"
2626
msgid ""
2727
"This chapter explains the meaning of the elements of expressions in Python."
2828
msgstr ""
29+
"Este capítulo explica o significado dos elementos das expressões em Python."
2930

3031
#: ../../reference/expressions.rst:14
3132
msgid ""
3233
"**Syntax Notes:** In this and the following chapters, extended BNF notation "
3334
"will be used to describe syntax, not lexical analysis. When (one "
3435
"alternative of) a syntax rule has the form"
3536
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"
3640

3741
#: ../../reference/expressions.rst:23
3842
msgid ""
3943
"and no semantics are given, the semantics of this form of ``name`` are the "
4044
"same as for ``othername``."
4145
msgstr ""
46+
"e nenhuma semântica é fornecida, a semântica desta forma de ``name`` é a "
47+
"mesma que para ``othername``."
4248

4349
#: ../../reference/expressions.rst:30
4450
msgid "Arithmetic conversions"
45-
msgstr ""
51+
msgstr "Conversões aritméticas"
4652

4753
#: ../../reference/expressions.rst:34
4854
msgid ""
@@ -56,12 +62,16 @@ msgstr ""
5662
msgid ""
5763
"If either argument is a complex number, the other is converted to complex;"
5864
msgstr ""
65+
"Se um dos argumentos for um número complexo, o outro será convertido em "
66+
"complexo;"
5967

6068
#: ../../reference/expressions.rst:41
6169
msgid ""
6270
"otherwise, if either argument is a floating point number, the other is "
6371
"converted to floating point;"
6472
msgstr ""
73+
"caso contrário, se um dos argumentos for um número de ponto flutuante, o "
74+
"outro será convertido em ponto flutuante;"
6575

6676
#: ../../reference/expressions.rst:44
6777
msgid ""
@@ -81,7 +91,7 @@ msgstr ""
8191

8292
#: ../../reference/expressions.rst:56
8393
msgid "Atoms"
84-
msgstr ""
94+
msgstr "Átomos"
8595

8696
#: ../../reference/expressions.rst:60
8797
msgid ""
@@ -93,14 +103,17 @@ msgstr ""
93103

94104
#: ../../reference/expressions.rst:75
95105
msgid "Identifiers (Names)"
96-
msgstr ""
106+
msgstr "Identificadores (Nomes)"
97107

98108
#: ../../reference/expressions.rst:81
99109
msgid ""
100110
"An identifier occurring as an atom is a name. See section :ref:"
101111
"`identifiers` for lexical definition and section :ref:`naming` for "
102112
"documentation of naming and binding."
103113
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."
104117

105118
#: ../../reference/expressions.rst:87
106119
msgid ""

0 commit comments

Comments
 (0)