Skip to content

Commit 72f9421

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 93c548c commit 72f9421

File tree

4 files changed

+157
-25
lines changed

4 files changed

+157
-25
lines changed

c-api/frame.po

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2022-11-05 19:46+0000\n"
15+
"POT-Creation-Date: 2022-11-22 16:28+0000\n"
1616
"PO-Revision-Date: 2022-11-05 19:48+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1818
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -52,64 +52,85 @@ msgstr ""
5252
msgid "See also :ref:`Reflection <reflection>`."
5353
msgstr ""
5454

55-
#: ../../c-api/frame.rst:25
55+
#: ../../c-api/frame.rst:24
56+
msgid ""
57+
"The type of frame objects. It is the same object as :py:class:`types."
58+
"FrameType` in the Python layer."
59+
msgstr ""
60+
61+
#: ../../c-api/frame.rst:29
62+
msgid ""
63+
"Previously, this type was only available after including ``<frameobject.h>``."
64+
msgstr ""
65+
66+
#: ../../c-api/frame.rst:34
67+
msgid "Return non-zero if *obj* is a frame object."
68+
msgstr ""
69+
70+
#: ../../c-api/frame.rst:38
71+
msgid ""
72+
"Previously, this function was only available after including ``<frameobject."
73+
"h>``."
74+
msgstr ""
75+
76+
#: ../../c-api/frame.rst:43
5677
msgid "Get the *frame* next outer frame."
5778
msgstr "Obtém o *frame* próximo ao quadro externo."
5879

59-
#: ../../c-api/frame.rst:27
80+
#: ../../c-api/frame.rst:45
6081
msgid ""
6182
"Return a :term:`strong reference`, or ``NULL`` if *frame* has no outer frame."
6283
msgstr ""
6384
"Retorna uma :term:`referência forte` ou ``NULL`` se *frame* não tiver quadro "
6485
"externo."
6586

66-
#: ../../c-api/frame.rst:35
87+
#: ../../c-api/frame.rst:53
6788
msgid "Get the *frame*'s ``f_builtins`` attribute."
6889
msgstr ""
6990

70-
#: ../../c-api/frame.rst:37 ../../c-api/frame.rst:68
91+
#: ../../c-api/frame.rst:55 ../../c-api/frame.rst:86
7192
msgid "Return a :term:`strong reference`. The result cannot be ``NULL``."
7293
msgstr ""
7394

74-
#: ../../c-api/frame.rst:44
95+
#: ../../c-api/frame.rst:62
7596
msgid "Get the *frame* code."
7697
msgstr "Obtém o código de *frame*."
7798

78-
#: ../../c-api/frame.rst:46 ../../c-api/frame.rst:86
99+
#: ../../c-api/frame.rst:64 ../../c-api/frame.rst:104
79100
msgid "Return a :term:`strong reference`."
80101
msgstr "Retorna uma :term:`referência forte`."
81102

82-
#: ../../c-api/frame.rst:48
103+
#: ../../c-api/frame.rst:66
83104
msgid "The result (frame code) cannot be ``NULL``."
84105
msgstr ""
85106

86-
#: ../../c-api/frame.rst:55
107+
#: ../../c-api/frame.rst:73
87108
msgid ""
88109
"Get the generator, coroutine, or async generator that owns this frame, or "
89110
"``NULL`` if this frame is not owned by a generator. Does not raise an "
90111
"exception, even if the return value is ``NULL``."
91112
msgstr ""
92113

93-
#: ../../c-api/frame.rst:59
114+
#: ../../c-api/frame.rst:77
94115
msgid "Return a :term:`strong reference`, or ``NULL``."
95116
msgstr ""
96117

97-
#: ../../c-api/frame.rst:66
118+
#: ../../c-api/frame.rst:84
98119
msgid "Get the *frame*'s ``f_globals`` attribute."
99120
msgstr ""
100121

101-
#: ../../c-api/frame.rst:75
122+
#: ../../c-api/frame.rst:93
102123
msgid "Get the *frame*'s ``f_lasti`` attribute."
103124
msgstr ""
104125

105-
#: ../../c-api/frame.rst:77
126+
#: ../../c-api/frame.rst:95
106127
msgid "Returns -1 if ``frame.f_lasti`` is ``None``."
107128
msgstr ""
108129

109-
#: ../../c-api/frame.rst:84
130+
#: ../../c-api/frame.rst:102
110131
msgid "Get the *frame*'s ``f_locals`` attribute (:class:`dict`)."
111132
msgstr ""
112133

113-
#: ../../c-api/frame.rst:93
134+
#: ../../c-api/frame.rst:111
114135
msgid "Return the line number that *frame* is currently executing."
115136
msgstr "Retorna o número da linha do *frame* atualmente em execução."

library/os.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ msgid ""
2626
msgstr ""
2727
"Project-Id-Version: Python 3.11\n"
2828
"Report-Msgid-Bugs-To: \n"
29-
"POT-Creation-Date: 2022-11-21 16:28+0000\n"
29+
"POT-Creation-Date: 2022-11-22 16:28+0000\n"
3030
"PO-Revision-Date: 2021-06-28 01:10+0000\n"
3131
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
3232
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -3349,6 +3349,9 @@ msgid ""
33493349
"`OSError` is raised. Use :func:`rmdir` to remove directories. If the file "
33503350
"does not exist, a :exc:`FileNotFoundError` is raised."
33513351
msgstr ""
3352+
"Remove (exclui) o arquivo *path*. Se *path* for um diretório, uma :exc:"
3353+
"`OSError` é levantada. Use :func:`rmdir` para remover diretórios. Se o "
3354+
"arquivo não existir, uma :exc:`FileNotFoundError` é levantada."
33523355

33533356
#: ../../library/os.rst:2332 ../../library/os.rst:2443
33543357
#: ../../library/os.rst:3079

library/typing.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.11\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2022-11-21 04:28+0000\n"
22+
"POT-Creation-Date: 2022-11-22 16:28+0000\n"
2323
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
2424
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
2525
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -1367,7 +1367,7 @@ msgstr ""
13671367
#: ../../library/typing.rst:1341
13681368
msgid ""
13691369
"Type variable tuples must *always* be unpacked. This helps distinguish type "
1370-
"variable types from normal type variables::"
1370+
"variable tuples from normal type variables::"
13711371
msgstr ""
13721372

13731373
#: ../../library/typing.rst:1348

0 commit comments

Comments
 (0)