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 3890d2b commit c80c70fCopy full SHA for c80c70f
1 file changed
library/tty.po
@@ -114,7 +114,7 @@ msgid ""
114
"This clears the ``ECHO`` and ``ICANON`` local mode flags as well as setting "
115
"the minimum input to 1 byte with no delay."
116
msgstr ""
117
-"這會清除 ``ECHO`` 和 ``ICANON`` 本地模式標識,並將最小輸入設定為 1 位字節,且"
+"這會清除 ``ECHO`` 和 ``ICANON`` 本地模式旗標,並將最小輸入設定為 1 位字節,且"
118
"無延遲。"
119
120
#: ../../library/tty.rst:72
@@ -123,7 +123,7 @@ msgid ""
123
"Python 3.11 and earlier as well as matching what Linux, macOS, & BSDs "
124
"describe in their ``stty(1)`` man pages regarding cbreak mode."
125
126
-"不再清除 ``ICRNL`` 標識。這恢復了 Python 3.11 及更早版本的行為,也符合 "
+"不再清除 ``ICRNL`` 旗標。這恢復了 Python 3.11 及更早版本的行為,也符合 "
127
"Linux、macOS 及 BSD 在他們的 ``stty(1)`` man 頁面中描述的 cbreak 模式。"
128
129
#: ../../library/tty.rst:80
0 commit comments