Skip to content

Commit 123159a

Browse files
Update translation
Co-Authored-By: Adorilson Bezerra <adorilson@gmail.com> Co-Authored-By: python-doc bot
1 parent f1750f7 commit 123159a

33 files changed

+15663
-15576
lines changed

c-api/file.po

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-01-15 14:20+0000\n"
15+
"POT-Creation-Date: 2026-03-23 14:50+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -214,40 +214,45 @@ msgstr ""
214214
msgid ""
215215
"Write object *obj* to file object *p*. The only supported flag for *flags* "
216216
"is :c:macro:`Py_PRINT_RAW`; if given, the :func:`str` of the object is "
217-
"written instead of the :func:`repr`. Return ``0`` on success or ``-1`` on "
218-
"failure; the appropriate exception will be set."
217+
"written instead of the :func:`repr`."
218+
msgstr ""
219+
220+
#: ../../c-api/file.rst:128
221+
msgid "If *obj* is ``NULL``, write the string ``\"<NULL>\"``."
222+
msgstr ""
223+
224+
#: ../../c-api/file.rst:130
225+
msgid ""
226+
"Return ``0`` on success or ``-1`` on failure; the appropriate exception will "
227+
"be set."
219228
msgstr ""
220-
"Escreve o objeto *obj* no objeto arquivo *p*. O único sinalizador suportado "
221-
"para *flags* é :c:macro:`Py_PRINT_RAW`; se fornecido, o :func:`str` do "
222-
"objeto é escrito em vez de :func:`repr`. Retorna ``0`` em caso de sucesso ou "
223-
"``-1`` em caso de falha; a exceção apropriada será definida."
224229

225-
#: ../../c-api/file.rst:132
230+
#: ../../c-api/file.rst:135
226231
msgid ""
227232
"Write string *s* to file object *p*. Return ``0`` on success or ``-1`` on "
228233
"failure; the appropriate exception will be set."
229234
msgstr ""
230235
"Escreve a string *s* no objeto arquivo *p*. Retorna ``0`` em caso de sucesso "
231236
"ou ``-1`` em caso de falha; a exceção apropriada será definida."
232237

233-
#: ../../c-api/file.rst:137
238+
#: ../../c-api/file.rst:140
234239
msgid "Deprecated API"
235240
msgstr ""
236241

237-
#: ../../c-api/file.rst:140
242+
#: ../../c-api/file.rst:143
238243
msgid ""
239244
"These are :term:`soft deprecated` APIs that were included in Python's C API "
240245
"by mistake. They are documented solely for completeness; use other "
241246
"``PyFile*`` APIs instead."
242247
msgstr ""
243248

244-
#: ../../c-api/file.rst:146
249+
#: ../../c-api/file.rst:149
245250
msgid ""
246251
"Use :c:func:`PyFile_FromFd` with defaults (``fd, NULL, \"w\", -1, NULL, "
247252
"NULL, NULL, 0``) instead."
248253
msgstr ""
249254

250-
#: ../../c-api/file.rst:150
255+
#: ../../c-api/file.rst:153
251256
msgid ""
252257
"Type of file-like objects used internally at Python startup when :py:mod:"
253258
"`io` is not yet available. Use Python :py:func:`open` or :c:func:"

0 commit comments

Comments
 (0)