1919# Zombie110year <[email protected] >, 20202020# sunsol s <[email protected] >, 20202121# SKY H. <[email protected] >, 202022- # Freesand Leo <[email protected] >, 20202322# ChenYuan <[email protected] >, 2020242324+ # Freesand Leo <[email protected] >, 20202525#
2626#, fuzzy
2727msgid ""
@@ -30,7 +30,7 @@ msgstr ""
3030"Report-Msgid-Bugs-To : \n "
3131"POT-Creation-Date : 2020-09-05 14:59+0000\n "
3232"PO-Revision-Date : 2020-05-30 12:07+0000\n "
33- "Last-Translator : 林行众 <linxzh1989@gmail .com>, 2020\n "
33+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020\n "
3434"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
3535"MIME-Version : 1.0\n "
3636"Content-Type : text/plain; charset=UTF-8\n "
@@ -2231,6 +2231,8 @@ msgid ""
22312231" file is removed from or added to the directory during the call of this "
22322232"function, whether a name for that file be included is unspecified."
22332233msgstr ""
2234+ "返回一个包含由 *path* 指定目录中条目名称组成的列表。 该列表按任意顺序排列,并且不包括特殊条目 ``'.'`` 和 "
2235+ "``'..'``,即使它们存在于目录中。 如果有文件在调用此函数期间在被移除或添加到目录中,是否要包括该文件的名称并没有规定。"
22342236
22352237#: ../../library/os.rst:1834
22362238msgid ""
@@ -2709,6 +2711,9 @@ msgid ""
27092711"creating the iterator, whether an entry for that file be included is "
27102712"unspecified."
27112713msgstr ""
2714+ "返回一个 :class:`os.DirEntry` 对象的迭代器,它们对应于由 *path* 指定目录中的条目。 "
2715+ "这些条目会以任意顺序生成,并且不包括特殊条目 ``'.'`` 和 ``'..'``。 "
2716+ "如果有文件在迭代器创建之后在目录中被移除或添加,是否要包括该文件对应的条目并没有规定。"
27122717
27132718#: ../../library/os.rst:2242
27142719msgid ""
@@ -3745,6 +3750,10 @@ msgid ""
37453750"the *dirpath* directory during generating the lists, whether a name for that"
37463751" file be included is unspecified."
37473752msgstr ""
3753+ "*dirpath* 是表示目录路径的字符串。 *dirnames* 是 *dirpath* 中子目录名称组成的列表 (excluding ``'.'``"
3754+ " and ``'..'``)。 *filenames* 是 *dirpath* 中非目录文件名称组成的列表。 请注意列表中的名称不带路径部分。 要获取 "
3755+ "*dirpath* 中文件或目录的完整路径(以 *top* 打头),请执行 ``os.path.join(dirpath, name)``。 "
3756+ "列表是否排序取决于具体文件系统。 如果有文件或列表生成期间被移除或添加到 *dirpath* 目录中,是否要包括该文件的名称并没有规定。"
37483757
37493758#: ../../library/os.rst:2995
37503759msgid ""
0 commit comments