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

Skip to content

Commit e1037d1

Browse files
committed
[po] auto sync bot
1 parent 0572ae0 commit e1037d1

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

library/importlib.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Meng Du <[email protected]>, 2019
1111
# leollon <[email protected]>, 2019
1212
# Freesand Leo <[email protected]>, 2019
13+
# Shengjing Zhu <[email protected]>, 2019
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
2021
"PO-Revision-Date: 2017-02-16 23:15+0000\n"
21-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
22+
"Last-Translator: Shengjing Zhu <zsj950618@gmail.com>, 2019\n"
2223
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -464,9 +465,9 @@ msgid ""
464465
":attr:`__path__` from the parent package. If a loader cannot be found, "
465466
"``None`` is returned."
466467
msgstr ""
467-
"一个用于查找指定的模块中 :term:`loader` 的遗留方法。如果这是最高层级的导入,*path* 的值将会是 ``None``。 "
468-
"否则,这是一个查找子包或者模块的方法并且 *path* 的值将会是来自父包的 :attr:``__path__`` 的值。 如果未发现加载器,返回 "
469-
"``None``。"
468+
"一个用于查找指定的模块中 :term:`loader` 的遗留方法。如果这是最高层级的导入,*path* 的值将会是 "
469+
"``None``。否则,这是一个查找子包或者模块的方法,并且 *path* 的值将会是来自父包的 :attr:`__path__` "
470+
"的值。如果未发现加载器,返回 ``None``。"
470471

471472
#: ../../library/importlib.rst:288
472473
msgid ""
@@ -720,8 +721,8 @@ msgid ""
720721
"Raise :exc:`ImportError` when called instead of :exc:`NotImplementedError`. "
721722
"Functionality provided when :meth:`exec_module` is available."
722723
msgstr ""
723-
"当这个方法被调用的时候,引起 :exc:`ImportError` 异常而不是 :exc:`NotImplementedError`。 当 "
724-
":meth:`exec_module` 可用的时候,由 :meth:`exec_module` 提供功能。"
724+
"当这个方法被调用的时候,触发 :exc:`ImportError` 异常而不是 :exc:`NotImplementedError`。当 "
725+
":meth:`exec_module` 可用的时候,使用它的功能。"
725726

726727
#: ../../library/importlib.rst:456
727728
msgid ""
@@ -751,7 +752,7 @@ msgstr "现在导入机制会自动地关注这个方法。"
751752
#: ../../library/importlib.rst:480
752753
msgid ""
753754
"An :term:`abstract base class` to provide the ability to read *resources*."
754-
msgstr "提供读取 *resources* 能力的一个:term:`abstract base class`。"
755+
msgstr "提供读取 *resources* 能力的一个 :term:`abstract base class` 。"
755756

756757
#: ../../library/importlib.rst:483
757758
msgid ""

0 commit comments

Comments
 (0)