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

Skip to content

Commit 8a61f35

Browse files
[po] auto sync
1 parent 1dd3714 commit 8a61f35

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

library/importlib.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# 1lin24 <[email protected]>, 2021
1414
# Dai Xu <[email protected]>, 2021
1515
# Freesand Leo <[email protected]>, 2021
16+
# WH-2099 <[email protected]>, 2022
1617
#
1718
#, fuzzy
1819
msgid ""
@@ -21,7 +22,7 @@ msgstr ""
2122
"Report-Msgid-Bugs-To: \n"
2223
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
2324
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
24-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
25+
"Last-Translator: WH-2099 <wh2099@outlook.com>, 2022\n"
2526
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2627
"MIME-Version: 1.0\n"
2728
"Content-Type: text/plain; charset=UTF-8\n"
@@ -842,7 +843,8 @@ msgstr "如果资源并不实际存在于文件系统中,将会引发 :exc:`Fi
842843
msgid ""
843844
"Returns ``True`` if the named *name* is considered a resource. "
844845
":exc:`FileNotFoundError` is raised if *name* does not exist."
845-
msgstr "如果*name* 被视作资源,则返回True。如果*name*不存在,则引发 :exc:`FileNotFoundError` 异常。"
846+
msgstr ""
847+
"如果 *name* 被视作资源,则返回True。如果 *name* 不存在,则引发 :exc:`FileNotFoundError` 异常。"
846848

847849
#: ../../library/importlib.rst:549
848850
msgid ""
@@ -1022,7 +1024,7 @@ msgstr ""
10221024
msgid ""
10231025
"The *fullname* argument is a fully resolved name of the module the loader is"
10241026
" to handle. The *path* argument is the path to the file for the module."
1025-
msgstr "参数*fullname*是加载器要处理的模块的完全解析的名字。参数*path*是模块文件的路径。"
1027+
msgstr "参数 *fullname* 是加载器要处理的模块的完全解析的名字。参数 *path* 是模块文件的路径。"
10261028

10271029
#: ../../library/importlib.rst:696
10281030
msgid "The name of the module the loader can handle."
@@ -1215,7 +1217,8 @@ msgid ""
12151217
"resources within that package. Resources can be opened or read, in either "
12161218
"binary or text mode."
12171219
msgstr ""
1218-
"这个模块使得Python的导入系统提供了访问*包*内的*资源*的功能。如果能够导入一个包,那么就能够访问那个包里面的资源。资源可以以二进制或文本模式方式被打开或读取。"
1220+
"这个模块使得Python的导入系统提供了访问 *包* 内的 *资源* "
1221+
"的功能。如果能够导入一个包,那么就能够访问那个包里面的资源。资源可以以二进制或文本模式方式被打开或读取。"
12191222

12201223
#: ../../library/importlib.rst:850
12211224
msgid ""
@@ -1330,7 +1333,7 @@ msgid ""
13301333
"sub-resources (i.e. it cannot be a directory). This function returns a "
13311334
"``typing.BinaryIO`` instance, a binary I/O stream open for reading."
13321335
msgstr ""
1333-
"*package* 是包名或符合 ``Package`` 要求的模块对象。 *resource* 是要在*package* "
1336+
"*package* 是包名或符合 ``Package`` 要求的模块对象。 *resource* 是要在 *package* "
13341337
"内打开的资源名;不能包含路径分隔符,也不能有子资源(即不能为目录)。本函数将返回一个``typing.BinaryIO`` "
13351338
"实例以供读取,即一个已打开的二进制 I/O 流。"
13361339

0 commit comments

Comments
 (0)