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

Skip to content

Commit d56d4d0

Browse files
committed
[po] auto sync bot
1 parent 4560d1e commit d56d4d0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

library/turtle.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,8 +1148,8 @@ msgid ""
11481148
"Set fillcolor to *colorstring*, which is a Tk color specification string, "
11491149
"such as ``\"red\"``, ``\"yellow\"``, or ``\"#33cc8c\"``."
11501150
msgstr ""
1151-
"设置指定的填充颜色,*colorstring* 是一个 Tk 颜色描述字符串,例如 "
1152-
"``\"red\"``、``\"yellow\"``或``\"#33cc8c\"``。"
1151+
"设置填充颜色为 *colorstring* 指定的 Tk 颜色描述字符串,例如 ``\"red\"``、``\"yellow\"`` 或 "
1152+
"``\"#33cc8c\"``。"
11531153

11541154
#: ../../library/turtle.rst:925
11551155
msgid "``fillcolor((r, g, b))``"

reference/datamodel.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,13 +2161,17 @@ msgid ""
21612161
"strings that represents the names accessible on module. If present, this "
21622162
"function overrides the standard :func:`dir` search on a module."
21632163
msgstr ""
2164+
"``__dir__`` 函数应该不接受参数,返回值为一个表示模块中可访问名称的字符串列表。此函数如果存在,将会重载一个模块中的标准 "
2165+
":func:`dir` 查找。"
21642166

21652167
#: ../../reference/datamodel.rst:1570
21662168
msgid ""
21672169
"For a more fine grained customization of the module behavior (setting "
21682170
"attributes, properties, etc.), one can set the ``__class__`` attribute of a "
21692171
"module object to a subclass of :class:`types.ModuleType`. For example::"
21702172
msgstr ""
2173+
"想要更细致地自定义模块的行为(设置属性和特性属性等待),可以将模块对象的 ``__class__`` 属性设置为一个 "
2174+
":class:`types.ModuleType` 的子类。例如::"
21712175

21722176
#: ../../reference/datamodel.rst:1588
21732177
msgid ""

0 commit comments

Comments
 (0)