99# leollon <[email protected] >, 20221010# Yixin Qian <[email protected] >, 20221111# Dai Xu <[email protected] >, 202212- # Freesand Leo <[email protected] >, 2023 12+ # Freesand Leo <[email protected] >, 2024 1313#
1414#, fuzzy
1515msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818"Report-Msgid-Bugs-To : \n "
1919"POT-Creation-Date : 2024-04-12 14:14+0000\n "
2020"PO-Revision-Date : 2022-11-05 19:49+0000\n "
21- "
Last-Translator :
Freesand Leo <[email protected] >, 2023 \n "
21+ "
Last-Translator :
Freesand Leo <[email protected] >, 2024 \n "
2222"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2323"MIME-Version : 1.0\n "
2424"Content-Type : text/plain; charset=UTF-8\n "
@@ -172,14 +172,16 @@ msgstr "如果自身是一个文件则返回 True。"
172172msgid ""
173173"Traverse directories according to *pathsegments* and return the result as "
174174":class:`!Traversable`."
175- msgstr ""
175+ msgstr "按照 *pathsegments* 遍历目录并以 :class:`!Traversable` 形式返回结果。 "
176176
177177#: ../../library/importlib.resources.abc.rst:117
178178msgid ""
179179"Each *pathsegments* argument may contain multiple names separated by forward"
180180" slashes (``/``, ``posixpath.sep`` ). For example, the following are "
181181"equivalent::"
182182msgstr ""
183+ "每个 *pathsegments* 参数可能包含以正斜杠 (``/``, ``posixpath.sep`` ) 分隔的多个名称。 "
184+ "例如,以下值是等价的::"
183185
184186#: ../../library/importlib.resources.abc.rst:124
185187msgid ""
@@ -188,17 +190,21 @@ msgid ""
188190"implementations, provide a single argument without path separators to each "
189191"call to ``joinpath``. For example::"
190192msgstr ""
193+ "请注意某些 :class:`!Traversable` 实现可能没有升级到最新版本的协议。 要与这样的实现保持兼容,可以向每个对 "
194+ "``joinpath`` 的调用提供提供单个不带路径分隔符的参数。 例如::"
191195
192196#: ../../library/importlib.resources.abc.rst:133
193197msgid ""
194198"``joinpath`` accepts multiple *pathsegments*, and these segments may contain"
195199" forward slashes as path separators. Previously, only a single *child* "
196200"argument was accepted."
197201msgstr ""
202+ "``joinpath`` 接受多个 *pathsegments*,这些部分可以包含正斜杠作为路径分隔符。 在之前版本中,只接受单个 *child* "
203+ "参数。"
198204
199205#: ../../library/importlib.resources.abc.rst:139
200206msgid "Return Traversable child in self. Equivalent to ``joinpath(child)``."
201- msgstr ""
207+ msgstr "返回可遍历的子对象自身。 等价于 ``joinpath(child)``。 "
202208
203209#: ../../library/importlib.resources.abc.rst:144
204210msgid ""
0 commit comments