File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1442,6 +1442,7 @@ msgid ""
14421442"representing the desired state of the window, but does not force an update "
14431443"of the physical screen. To accomplish that, call :func:`doupdate`."
14441444msgstr ""
1445+ "标记为刷新但保持等待。 此函数会更新代表预期窗口状态的数据结构,但并不强制更新物理屏幕。 要完成后者,请调用 :func:`doupdate`。"
14451446
14461447#: ../../library/curses.rst:1133
14471448msgid ""
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ msgid ""
4242"diffs. For comparing directories and files, see also, the :mod:`filecmp` "
4343"module."
4444msgstr ""
45+ "此模块提供用于比较序列的类和函数。 例如,它可被用于比较文件,并可产生多种格式的不同文件差异信息,包括 HTML 和上下文以及统一的 diff 数据。 "
46+ "有关比较目录和文件,另请参阅 :mod:`filecmp` 模块。"
4547
4648#: ../../library/difflib.rst:29
4749msgid ""
Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ msgstr "枚举是一组符号名称(枚举成员)的集合,枚举成员应
4242
4343#: ../../library/enum.rst:22
4444msgid "Case of Enum Members"
45- msgstr ""
45+ msgstr "枚举成员名称的大小写 "
4646
4747#: ../../library/enum.rst:24
4848msgid ""
4949"Because Enums are used to represent constants we recommend using UPPER_CASE "
5050"names for enum members, and will be using that style in our examples."
51- msgstr ""
51+ msgstr "因为枚举是被用来代表常量的所以我们建议枚举成员名称应使用大写形式,并将在我们的示例中使用此种风格。 "
5252
5353#: ../../library/enum.rst:30
5454msgid "Module Contents"
You can’t perform that action at this time.
0 commit comments