10000 Update translations from Transifex · python/python-docs-pt-br@1d933f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d933f1

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 7d6e1f7 commit 1d933f1

25 files changed

+1932
-2047
lines changed

c-api/file.po

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-01-12 14:14+0000\n"
14+
"POT-Creation-Date: 2024-02-09 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -122,15 +122,16 @@ msgstr ""
122122
"parâmetro por meio do manipulador fornecido."
123123

124124
#: ../../c-api/file.rst:68
125+
msgid "The handler is a function of type:"
126+
msgstr ""
127+
128+
#: ../../c-api/file.rst:72
125129
msgid ""
126-
"The handler is a function of type :c:expr:`PyObject *(\\*)(PyObject *path, "
127-
"void *userData)`, where *path* is guaranteed to be :c:type:`PyUnicodeObject`."
130+
"Equivalent of :c:expr:`PyObject *(\\*)(PyObject *path, void *userData)`, "
131+
"where *path* is guaranteed to be :c:type:`PyUnicodeObject`."
128132
msgstr ""
129-
"O manipulador é uma função do tipo :c:expr:`PyObject *(\\*)(PyObject *path, "
130-
"void *userData)`, sendo *path* garantido como sendo :c:type:"
131-
"`PyUnicodeObject`."
132133

133-
#: ../../c-api/file.rst:71
134+
#: ../../c-api/file.rst:76
134135
msgid ""
135136
"The *userData* pointer is passed into the hook function. Since hook "
136137
"functions may be called from different runtimes, this pointer should not "
@@ -140,7 +141,7 @@ msgstr ""
140141
"gancho podem ser chamadas de diferentes tempos de execução, esse ponteiro "
141142
"não deve se referir diretamente ao estado do Python."
142143

143-
#: ../../c-api/file.rst:75
144+
#: ../../c-api/file.rst:80
144145
msgid ""
145146
"As this hook is intentionally used during import, avoid importing new "
146147
"modules during its execution unless they are known to be frozen or available "
@@ -150,7 +151,7 @@ msgstr ""
150151
"importar novos módulos durante sua execução, a menos que eles estejam "
151152
"congelados ou disponíveis em ``sys.modules``."
152153

153-
#: ../../c-api/file.rst:79
154+
#: ../../c-api/file.rst:84
154155
msgid ""
155156
"Once a hook has been set, it cannot be removed or replaced, and later calls "
156157
"to :c:func:`PyFile_SetOpenCodeHook` will fail. On failure, the function "
@@ -161,19 +162,19 @@ msgstr ""
161162
"irão falhar. Em caso de falha, a função retorna -1 e define uma exceção se o "
162163
"interpretador foi inicializado."
163164

164-
#: ../../c-api/file.rst:83
165+
#: ../../c-api/file.rst:88
165166
msgid "This function is safe to call before :c:func:`Py_Initialize`."
166167
msgstr "É seguro chamar esta função antes :c:func:`Py_Initialize`."
167168

168-
#: ../../c-api/file.rst:85
169+
#: ../../c-api/file.rst:90
169170
msgid ""
170171
"Raises an :ref:`auditing event <auditing>` ``setopencodehook`` with no "
171172
"arguments."
172173
msgstr ""
173174
"Levanta um :ref:`evento de auditoria<auditing>` ``setopencodehook`` com "
174175
"nenhum argumento."
175176

176-
#: ../../c-api/file.rst:95
177+
#: ../../c-api/file.rst:100
177178
msgid ""
178179
"Write object *obj* to file object *p*. The only supported flag for *flags* "
179180
"is :c:macro:`Py_PRINT_RAW`; if given, the :func:`str` of the object is "
@@ -185,7 +186,7 @@ msgstr ""
185186
"objeto é escrito em vez de :func:`repr`. Retorna ``0`` em caso de sucesso ou "
186187
"``-1`` em caso de falha; a exceção apropriada será definida."
187188

188-
#: ../../c-api/file.rst:103
189+
#: ../../c-api/file.rst:108
189190
msgid ""
190191
"Write string *s* to file object *p*. Return ``0`` on success or ``-1`` on "
191192
"failure; the appropriate exception will be set."
@@ -205,6 +206,6 @@ msgstr "arquivo"
205206
msgid "EOFError (built-in exception)"
206207
msgstr "EOFError (exceção embutida)"
207208

208-
#: ../../c-api/file.rst:93
209+
#: ../../c-api/file.rst:98
209210
msgid "Py_PRINT_RAW"
210211
msgstr "Py_PRINT_RAW"

0 commit comments

Comments
 (0)
0