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

Skip to content

Commit 8c0b79a

Browse files
[po] auto sync
1 parent a623a6f commit 8c0b79a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

library/test.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,12 +1225,14 @@ msgid ""
12251225
"Note that unlike :func:`reload`, the original module is not affected by this"
12261226
" operation."
12271227
msgstr ""
1228+
"此函数会在执行导入之前通过从 ``sys.modules`` 移除指定模块来导入并返回指定 Python 模块的新副本。 请注意这不同于 "
1229+
":func:`reload`,原来的模块不会受到此操作的影响。"
12281230

12291231
#: ../../library/test.rst:1073
12301232
msgid ""
12311233
"*fresh* is an iterable of additional module names that are also removed from"
12321234
" the ``sys.modules`` cache before doing the import."
1233-
msgstr ""
1235+
msgstr "*fresh* 是包含在执行导入之前还要从 ``sys.modules`` 缓存中移除的附加模块名称的可迭代对象。"
12341236

12351237
#: ../../library/test.rst:1076
12361238
msgid ""

0 commit comments

Comments
 (0)