Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091dcc4 commit f649db6Copy full SHA for f649db6
1 file changed
library/os.po
@@ -1084,10 +1084,13 @@ msgid ""
1084
":data:`F_LOCK`, :data:`F_TLOCK`, :data:`F_ULOCK` or :data:`F_TEST`. *len* "
1085
"specifies the section of the file to lock."
1086
msgstr ""
1087
+"在打开的文件描述符上,使用、测试或删除 POSIX 锁。*fd* 是一个打开的文件描述符。*cmd* 指定要进行的操作,它们是 "
1088
+":data:`F_LOCK`、:data:`F_TLOCK`、:data:`F_ULOCK` 或 :data:`F_TEST` 中的一个。*len* "
1089
+"指定哪部分文件需要锁定。"
1090
1091
#: ../../library/os.rst:898
1092
msgid "Flags that specify what action :func:`lockf` will take."
-msgstr ""
1093
+msgstr "标志位,用于指定 :func:`lockf` 进行哪一种操作。"
1094
1095
#: ../../library/os.rst:907
1096
msgid ""
0 commit comments