11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2022 , Python Software Foundation
2+ # Copyright (C) 2001-2024 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
991010# Dai Xu <[email protected] >, 20211111# Freesand Leo <[email protected] >, 202212+ # Rafael Fontenelle <[email protected] >, 20241213#
1314#, fuzzy
1415msgid ""
1516msgstr ""
1617"Project-Id-Version : Python 3.9\n "
1718"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2022-11-04 14:34 +0000\n "
19+ "POT-Creation-Date : 2024-08-30 16:51 +0000\n "
1920"PO-Revision-Date : 2017-02-16 23:10+0000\n "
20- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2022 \n "
21- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
21+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024 \n "
22+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
2223"MIME-Version : 1.0\n "
2324"Content-Type : text/plain; charset=UTF-8\n "
2425"Content-Transfer-Encoding : 8bit\n "
@@ -27,7 +28,7 @@ msgstr ""
2728
2829#: ../../library/fcntl.rst:2
2930msgid ":mod:`fcntl` --- The ``fcntl`` and ``ioctl`` system calls"
30- msgstr ":mod:`fcntl` —— 系统调用 ``fcntl`` 和 ``ioctl`` "
31+ msgstr ":mod:`fcntl` —— 系统调用 ``fcntl`` 和 ``ioctl``"
3132
3233#: ../../library/fcntl.rst:16
3334msgid ""
@@ -110,15 +111,14 @@ msgstr ""
110111
111112#: ../../library/fcntl.rst:65
112113msgid "If the :c:func:`fcntl` fails, an :exc:`OSError` is raised."
113- msgstr "如果 :c:func:`fcntl` 调用失败,会触发 :exc:`OSError`。"
114+ msgstr "如果 :c:func:`fcntl` 调用失败,会触发 :exc:`OSError` 。"
114115
115116#: ../../library/fcntl.rst:67
116117msgid ""
117118"Raises an :ref:`auditing event <auditing>` ``fcntl.fcntl`` with arguments "
118119"``fd``, ``cmd``, ``arg``."
119120msgstr ""
120- "引发一条 :ref:`auditing 事件 <auditing>` ``fcntl.fcntl``,参数为 ``fd`` "
121- "、``cmd``、``arg``。"
121+ "引发一个 :ref:`审计事件 <auditing>` ``fcntl.fcntl`` 并附带参数 ``fd``, ``cmd``, ``arg``。"
122122
123123#: ../../library/fcntl.rst:72
124124msgid ""
@@ -164,7 +164,8 @@ msgid ""
164164"avoided -- so long as the buffer you pass is at least as long as what the "
165165"operating system wants to put there, things should work."
166166msgstr ""
167- "如果为 False,缓冲区的可变性将被忽略,行为与只读缓冲区一样,只是没有了上述 1024 字节的上限——只要传入的缓冲区能容纳操作系统放入的数据即可。"
167+ "如果 *mutate_flag* 为 False,缓冲区的可变性将被忽略,行为与只读缓冲区一样,只是没有了上述 1024 "
168+ "字节的上限——只要传入的缓冲区能容纳操作系统放入的数据即可。"
168169
169170#: ../../library/fcntl.rst:95
170171msgid ""
@@ -194,8 +195,8 @@ msgid ""
194195"Raises an :ref:`auditing event <auditing>` ``fcntl.ioctl`` with arguments "
195196"``fd``, ``request``, ``arg``."
196197msgstr ""
197- "触发一条 :ref:`auditing 事件 <auditing>` ``fcntl.ioctl``,参数为 ``fd`` 、 ``request`` "
198- "、 ``arg``。"
198+ "引发一个 :ref:`审计事件 <auditing>` ``fcntl.ioctl`` 并附带参数 ``fd``, ``request``, "
199+ "``arg``。"
199200
200201#: ../../library/fcntl.rst:123
201202msgid ""
@@ -216,7 +217,7 @@ msgid ""
216217"Raises an :ref:`auditing event <auditing>` ``fcntl.flock`` with arguments "
217218"``fd``, ``operation``."
218219msgstr ""
219- "触发一条 :ref:`审计事件 <auditing>` ``fcntl.flock``,参数为 ``fd`` 、 ``operation``。"
220+ "引发一个 :ref:`审计事件 <auditing>` ``fcntl.flock`` 并附带参数 ``fd``, ``operation``。"
220221
221222#: ../../library/fcntl.rst:135
222223msgid ""
@@ -291,8 +292,8 @@ msgid ""
291292"Raises an :ref:`auditing event <auditing>` ``fcntl.lockf`` with arguments "
292293"``fd``, ``cmd``, ``len``, ``start``, ``whence``."
293294msgstr ""
294- "触发一条 :ref:`审计事件 <auditing>` ``fcntl.lockf``,参数为 ``fd`` 、 ``cmd``、 ``len``、 "
295- "``start``、 ``whence``。"
295+ "引发一个 :ref:`审计事件 <auditing>` ``fcntl.lockf`` 并附带参数 ``fd``, ``cmd``, ``len``, "
296+ "``start``, ``whence``。"
296297
297298#: ../../library/fcntl.rst:167
298299msgid "Examples (all on a SVR4 compliant system)::"
@@ -306,7 +307,7 @@ msgid ""
306307"therefore using the :func:`flock` call may be better."
307308msgstr ""
308309"注意,在第一个例子中,返回值变量 *rv* 将存有整数;在第二个例子中,该变量中将存有一个 :class:`bytes` 对象。*lockdata* "
309- "变量的结构布局视系统而定——因此可能采用 :func:`flock` 调用会更好 。"
310+ "变量的结构布局视系统而定——因此采用 :func:`flock` 调用可能会更好 。"
310311
311312#: ../../library/fcntl.rst:188
312313msgid "Module :mod:`os`"
0 commit comments