Skip to content

Commit cce8986

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent ad78824 commit cce8986

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

c-api/frame.po

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ msgid ""
7070
"Previously, this type was only available after including ``<frameobject.h>``."
7171
msgstr ""
7272
"Anteriormente, este tipo só estava disponível após incluir ``<frameobject."
73-
"h>``"
73+
"h>``."
7474

7575
#: ../../c-api/frame.rst:34
7676
msgid "Return non-zero if *obj* is a frame object."
@@ -82,7 +82,7 @@ msgid ""
8282
"h>``."
8383
msgstr ""
8484
"Anteriormente, esta função só estava disponível após incluir ``<frameobject."
85-
"h>``"
85+
"h>``."
8686

8787
#: ../../c-api/frame.rst:43
8888
msgid "Get the *frame* next outer frame."
@@ -97,11 +97,12 @@ msgstr ""
9797

9898
#: ../../c-api/frame.rst:53
9999
msgid "Get the *frame*'s ``f_builtins`` attribute."
100-
msgstr "Pega o atributo do *frame*``f_builtins``"
100+
msgstr "Obtém o atributo ``f_builtins`` de *frame*."
101101

102102
#: ../../c-api/frame.rst:55 ../../c-api/frame.rst:86
103103
msgid "Return a :term:`strong reference`. The result cannot be ``NULL``."
104-
msgstr "Retorna uma referência forte. O resultado não pode ser ``NULL``."
104+
msgstr ""
105+
"Retorna uma :term:`referência forte`. O resultado não pode ser ``NULL``."
105106

106107
#: ../../c-api/frame.rst:62
107108
msgid "Get the *frame* code."
@@ -121,21 +122,21 @@ msgid ""
121122
"``NULL`` if this frame is not owned by a generator. Does not raise an "
122123
"exception, even if the return value is ``NULL``."
123124
msgstr ""
124-
"Pega o gerador, corrotina ou gerador assíncrono que possui este frame, ou "
125+
"Obtém o gerador, corrotina ou gerador assíncrono que possui este frame, ou "
125126
"``NULL`` se o frame não pertence a um gerador. Não levanta exceção, mesmo "
126127
"que o valor retornado seja ``NULL``."
127128

128129
#: ../../c-api/frame.rst:77
129130
msgid "Return a :term:`strong reference`, or ``NULL``."
130-
msgstr "Retorna uma referência forte, ou ``NULL``."
131+
msgstr "Retorna uma :term:`referência forte`, ou ``NULL``."
131132

132133
#: ../../c-api/frame.rst:84
133134
msgid "Get the *frame*'s ``f_globals`` attribute."
134-
msgstr "Pega o atributo *frame*``f_globals``."
135+
msgstr "Obtém o atributo ``f_globals`` de *frame*."
135136

136137
#: ../../c-api/frame.rst:93
137138
msgid "Get the *frame*'s ``f_lasti`` attribute."
138-
msgstr "Pega o atributo *frame*``f_lasti``"
139+
msgstr "Obtém o atributo ``f_lasti`` de *frame*."
139140

140141
#: ../../c-api/frame.rst:95
141142
msgid "Returns -1 if ``frame.f_lasti`` is ``None``."
@@ -170,7 +171,7 @@ msgstr ""
170171

171172
#: ../../c-api/frame.rst:123
172173
msgid "Get the *frame*'s ``f_locals`` attribute (:class:`dict`)."
173-
msgstr "Pega o atributo *frame*``f_locals``(:class:`dict`)."
174+
msgstr "Obtém o atributo ``f_locals`` (:class:`dict`) de *frame*."
174175

175176
#: ../../c-api/frame.rst:132
176177
msgid "Return the line number that *frame* is currently executing."

0 commit comments

Comments
 (0)