Skip to content

Commit 34d72e2

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent cc111a8 commit 34d72e2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

library/stdtypes.po

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ msgstr ""
110110

111111
#: ../../library/stdtypes.rst:55
112112
msgid "constants defined to be false: ``None`` and ``False``"
113-
msgstr ""
113+
msgstr "constantes definidas para serem falsas: ``None`` e ``False``"
114114

115115
#: ../../library/stdtypes.rst:57
116116
msgid ""
@@ -722,6 +722,9 @@ msgid ""
722722
"DerivedNumericType.txt>`_ for a complete list of code points with the ``Nd`` "
723723
"property."
724724
msgstr ""
725+
"Veja `o Unicode Standard <https://unicode.org/Public/UNIDATA/extracted/"
726+
"DerivedNumericType.txt>`_ para obter uma lista completa de pontos de código "
727+
"com a propriedade ``Nd``."
725728

726729
#: ../../library/stdtypes.rst:359
727730
msgid ""
@@ -1055,12 +1058,18 @@ msgid ""
10551058
"has a positive denominator. The integer ratio of integers (whole numbers) "
10561059
"is always the integer as the numerator and ``1`` as the denominator."
10571060
msgstr ""
1061+
"Retorna um par de números inteiros cuja razão é igual ao número inteiro "
1062+
"original e tem um denominador positivo. A proporção inteira de números "
1063+
"inteiros (números inteiros) é sempre o número inteiro como numerador e ``1`` "
1064+
"como denominador."
10581065

10591066
#: ../../library/stdtypes.rst:615
10601067
msgid ""
10611068
"Returns ``True``. Exists for duck type compatibility with :meth:`float."
10621069
"is_integer`."
10631070
msgstr ""
1071+
"Retorna ``True``. Existe para compatibilidade com tipo pato com :meth:`float."
1072+
"is_integer`."
10641073

10651074
#: ../../library/stdtypes.rst:620
10661075
msgid "Additional Methods on Float"

0 commit comments

Comments
 (0)