Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f649db6

Browse files
[po] auto sync
1 parent 091dcc4 commit f649db6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

library/os.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,10 +1084,13 @@ msgid ""
10841084
":data:`F_LOCK`, :data:`F_TLOCK`, :data:`F_ULOCK` or :data:`F_TEST`. *len* "
10851085
"specifies the section of the file to lock."
10861086
msgstr ""
1087+
"在打开的文件描述符上,使用、测试或删除 POSIX 锁。*fd* 是一个打开的文件描述符。*cmd* 指定要进行的操作,它们是 "
1088+
":data:`F_LOCK`、:data:`F_TLOCK`、:data:`F_ULOCK` 或 :data:`F_TEST` 中的一个。*len* "
1089+
"指定哪部分文件需要锁定。"
10871090

10881091
#: ../../library/os.rst:898
10891092
msgid "Flags that specify what action :func:`lockf` will take."
1090-
msgstr ""
1093+
msgstr "标志位,用于指定 :func:`lockf` 进行哪一种操作。"
10911094

10921095
#: ../../library/os.rst:907
10931096
msgid ""

0 commit comments

Comments
 (0)