@@ -34,7 +34,7 @@ msgid ""
3434msgstr ""
3535"Project-Id-Version : Python 3.12\n "
3636"Report-Msgid-Bugs-To : \n "
37- "POT-Creation-Date : 2023-10-06 14:14 +0000\n "
37+ "POT-Creation-Date : 2023-10-27 14:49 +0000\n "
3838"PO-Revision-Date : 2021-06-28 01:10+0000\n "
3939"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
4040"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1225,7 +1225,7 @@ msgstr ""
12251225msgid ""
12261226"The function copies bytes between two file descriptors. Text options, like "
12271227"the encoding and the line ending, are ignored."
1228- msgstr ""
1228+ msgstr "此函数在两个文件描述符之间拷贝字节数据。 文本选项,如编码格式和行结束符等将被忽略。 "
12291229
12301230#: ../../library/os.rst:938
12311231msgid ""
@@ -1240,6 +1240,8 @@ msgid ""
12401240"always copy no bytes and return 0 as if the file was empty because of a "
12411241"known Linux kernel issue."
12421242msgstr ""
1243+ "在 Linux 上,:func:`os.copy_file_range` 不应被用于从特殊的文件系统如 procfs 和 sysfs "
1244+ "复制特定范围的伪文件。 因为已知的 Linux 内核问题它将总是不复制任何字节并返回 0 就像文件是空的一样。"
12431245
12441246#: ../../library/os.rst:948
12451247msgid ":ref:`Availability <availability>`: Linux >= 4.5 with glibc >= 2.27."
@@ -1417,6 +1419,8 @@ msgid ""
14171419"the native :c:func:`!fsync` function; on Windows, the MS :c:func:`!_commit` "
14181420"function."
14191421msgstr ""
1422+ "强制将文件描述符 *fd* 指向的文件写入磁盘。 在 Unix 上,这将调用原生 :c:func:`!fsync` 函数;在 Windows 上,则是 "
1423+ "MS :c:func:`!_commit` 函数。"
14201424
14211425#: ../../library/os.rst:1082
14221426msgid ""
@@ -1536,34 +1540,36 @@ msgstr ":const:`SEEK_HOLE` -- 将 *pos* 设置为相对于 *pos* 的下一个数
15361540#: ../../library/os.rst:1177
15371541msgid ""
15381542":const:`SEEK_DATA` -- set *pos* to the next data hole, relative to *pos*"
1539- msgstr ""
1543+ msgstr ":const:`SEEK_DATA` -- 将 *pos* 设为相对于 *pos* 的下一个数据空位 "
15401544
15411545#: ../../library/os.rst:1181
15421546msgid "Add support for :const:`!SEEK_HOLE` and :const:`!SEEK_DATA`."
1543- msgstr ""
1547+ msgstr "增加对 :const:`!SEEK_HOLE` 和 :const:`!SEEK_DATA` 的支持。 "
15441548
15451549#: ../../library/os.rst:1188
15461550msgid ""
15471551"Parameters to the :func:`lseek` function and the :meth:`~io.IOBase.seek` "
15481552"method on :term:`file-like objects <file object>`, for whence to adjust the "
15491553"file position indicator."
15501554msgstr ""
1555+ "传给 :func:`lseek` 函数和 :term:`文件类对象 <file object>` 上 :meth:`~io.IOBase.seek` "
1556+ "方法的形参,用于调整文件位置指示器。"
15511557
15521558#: ../../library/os.rst:1192
15531559msgid ":const:`SEEK_SET`"
1554- msgstr ""
1560+ msgstr ":const:`SEEK_SET` "
15551561
15561562#: ../../library/os.rst:1193
15571563msgid "Adjust the file position relative to the beginning of the file."
1558- msgstr ""
1564+ msgstr "相对于文件的开头调整文件位置。 "
15591565
15601566#: ../../library/os.rst:1194
15611567msgid ":const:`SEEK_CUR`"
1562- msgstr ""
1568+ msgstr ":const:`SEEK_CUR` "
15631569
15641570#: ../../library/os.rst:1195
15651571msgid "Adjust the file position relative to the current file position."
1566- msgstr ""
1572+ msgstr "相对于当前文件位置调整文件位置。 "
15671573
15681574#: ../../library/os.rst:1197
15691575msgid ":const:`SEEK_END`"
0 commit comments