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

Skip to content

Commit 38d21ff

Browse files
[po] auto sync
1 parent 29b7cca commit 38d21ff

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

library/curses.po

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`."
14441444
msgstr ""
1445+
"标记为刷新但保持等待。 此函数会更新代表预期窗口状态的数据结构,但并不强制更新物理屏幕。 要完成后者,请调用 :func:`doupdate`。"
14451446

14461447
#: ../../library/curses.rst:1133
14471448
msgid ""

library/difflib.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ msgid ""
4242
"diffs. For comparing directories and files, see also, the :mod:`filecmp` "
4343
"module."
4444
msgstr ""
45+
"此模块提供用于比较序列的类和函数。 例如,它可被用于比较文件,并可产生多种格式的不同文件差异信息,包括 HTML 和上下文以及统一的 diff 数据。 "
46+
"有关比较目录和文件,另请参阅 :mod:`filecmp` 模块。"
4547

4648
#: ../../library/difflib.rst:29
4749
msgid ""

library/enum.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ msgstr "枚举是一组符号名称(枚举成员)的集合,枚举成员应
4242

4343
#: ../../library/enum.rst:22
4444
msgid "Case of Enum Members"
45-
msgstr ""
45+
msgstr "枚举成员名称的大小写"
4646

4747
#: ../../library/enum.rst:24
4848
msgid ""
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
5454
msgid "Module Contents"

0 commit comments

Comments
 (0)