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

Skip to content

Commit db24f16

Browse files
[po] auto sync
1 parent da8a0b1 commit db24f16

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

library/importlib.po

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# leollon <[email protected]>, 2020
1313
# 1lin24 <[email protected]>, 2020
1414
# Dai Xu <[email protected]>, 2021
15-
# Freesand Leo <[email protected]>, 2021
15+
# Freesand Leo <[email protected]>, 2022
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2021-01-08 16:11+0000\n"
2323
"PO-Revision-Date: 2020-05-30 12:04+0000\n"
24-
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
24+
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
2525
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -300,10 +300,9 @@ msgid ""
300300
"return value is the module object (which can be different if re-importing "
301301
"causes a different object to be placed in :data:`sys.modules`)."
302302
msgstr ""
303-
"重新加载之前导入的 "
304-
"*module*。那个参数必须是一个模块对象,所以它之前必须已经成功导入了。这样做是有用的,如果使用外部编辑器编已经辑过了那个模块的源代码文件并且想在退出"
305-
" Python 解释器之前试验这个新版本的模块。函数的返回值是那个模块对象(如果重新导入导致一个不同的对象放置在 :data:`sys.modules`"
306-
" 中,那么那个模块对象是有可能会不同)。"
303+
"重新加载之前导入的 *module*。 那个参数必须是一个模块对象,所以它之前必须已经成功导入了。 "
304+
"这在你已经使用外部编辑器编辑过了那个模块的源代码文件并且想在退出 Python 解释器之前试验这个新版本的模块的时候将很适用。 "
305+
"函数的返回值是那个模块对象(如果重新导入导致一个不同的对象放置在 :data:`sys.modules` 中,那么那个模块对象是有可能会不同)。"
307306

308307
#: ../../library/importlib.rst:157
309308
msgid "When :func:`reload` is executed:"

0 commit comments

Comments
 (0)