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

Skip to content

Commit 6262331

Browse files
[po] auto sync
1 parent 50ed435 commit 6262331

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.02%", "updated_at": "2024-04-20T14:56:11Z"}
1+
{"translation": "95.03%", "updated_at": "2024-04-20T15:56:28Z"}

howto/curses.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ msgid ""
9797
"interface concepts such as buttons, checkboxes, or dialogs; if you need such"
9898
" features, consider a user interface library such as :pypi:`Urwid`."
9999
msgstr ""
100+
"curses 库提供了相当基础的功能,为程序员提供了包含多个非重叠文本窗口的显示的抽象。 窗口的内容可以通过多种方式更改 --- "
101+
"添加文本、擦除文本、更改其外观 --- 并且 curses 库将确定需要向终端发送哪些控制代码以产生正确的输出。 curses "
102+
"并没有提供很多用户界面概念如按钮、复选框或对话框等;如果你需要这些特性,请考虑某种用户界面库例如 :pypi:`Urwid`。"
100103

101104
#: ../../howto/curses.rst:48
102105
msgid ""
@@ -119,7 +122,7 @@ msgstr ""
119122
msgid ""
120123
"The Windows version of Python doesn't include the :mod:`curses` module. A "
121124
"ported version called :pypi:`UniCurses` is available."
122-
msgstr ""
125+
msgstr "Python 的 Windows 版不包括 :mod:`curses` 模块。 一个可用的移植版本是 :pypi:`UniCurses`。"
123126

124127
#: ../../howto/curses.rst:63
125128
msgid "The Python curses module"

0 commit comments

Comments
 (0)