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

Skip to content

Commit 7c7c259

Browse files
[po] auto sync
1 parent 8dbce98 commit 7c7c259

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

library/curses.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,9 @@ msgid ""
15901590
":meth:`getch` will block for *delay* milliseconds, and return ``-1`` if "
15911591
"there is still no input at the end of that time."
15921592
msgstr ""
1593+
"为窗口设置阻塞或非阻塞读取行为。 如果 *delay* 为负值,则会使用阻塞读取(这将无限期地等待输入)。 如果 *delay* "
1594+
"为零,则会使用非阻塞读取,并且当没有输入在等待时 :meth:`getch` 将返回 ``-1``。 如果 *delay* 为正值,则 "
1595+
":meth:`getch` 将阻塞 *delay* 毫秒,并且当此延时结束时仍无输入将返回 ``-1``。"
15931596

15941597
#: ../../library/curses.rst:1254
15951598
msgid ""

0 commit comments

Comments
 (0)