@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.10\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-02-21 16:13 +0000\n "
14
+ "POT-Creation-Date : 2025-04-11 16:03 +0000\n "
15
15
"PO-Revision-Date : 2022-11-05 17:22+0000\n "
16
16
"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2025\n "
17
17
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -141,6 +141,8 @@ msgid ""
141
141
"This function is identical to the :func:`~fcntl.fcntl` function, except that "
142
142
"the argument handling is even more complicated."
143
143
msgstr ""
144
+ "Esta função é idêntica à função :func:`~fcntl.fcntl`, exceto que o "
145
+ "tratamento de argumentos é ainda mais complicado."
144
146
145
147
#: ../../library/fcntl.rst:80
146
148
msgid ""
@@ -211,6 +213,10 @@ msgid ""
211
213
"Unix manual :manpage:`flock(2)` for details. (On some systems, this "
212
214
"function is emulated using :c:func:`fcntl`.)"
213
215
msgstr ""
216
+ "Executa a operação de trava *operation* no descritor de arquivo *fd* "
217
+ "(objetos arquivo que fornecem um método :meth:`~io.IOBase.fileno` também são "
218
+ "aceitos). Consulte o manual do Unix :manpage:`flock(2)` para obter detalhes. "
219
+ "(Em alguns sistemas, esta função é emulada usando :c:func:`fcntl`.)"
214
220
215
221
#: ../../library/fcntl.rst:133
216
222
msgid "If the :c:func:`flock` fails, an :exc:`OSError` exception is raised."
@@ -231,6 +237,10 @@ msgid ""
231
237
"fileno` method are accepted as well) of the file to lock or unlock, and "
232
238
"*cmd* is one of the following values:"
233
239
msgstr ""
240
+ "Este é essencialmente um invólucro em torno das chamadas de trava :func:"
241
+ "`~fcntl.fcntl`. *fd* é o descritor de arquivo (objetos arquivo que fornecem "
242
+ "um método :meth:`~io.IOBase.fileno` também são aceitos) do arquivo a ser "
243
+ "travado ou destravado, e *cmd* é um dos seguintes valores:"
234
244
235
245
#: ../../library/fcntl.rst:145
236
246
msgid ":const:`LOCK_UN` -- unlock"
0 commit comments