@@ -15,7 +15,7 @@ msgid ""
1515msgstr ""
1616"Project-Id-Version : Python 3.8\n "
1717"Report-Msgid-Bugs-To : \n "
18- "POT-Creation-Date : 2024-04-15 08:14 +0000\n "
18+ "POT-Creation-Date : 2024-07-26 17:08 +0000\n "
1919"PO-Revision-Date : 2020-05-30 12:07+0000\n "
2020"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
2121"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -31,7 +31,7 @@ msgstr ":mod:`pathlib` --- 面向对象的文件系统路径"
3131
3232#: ../../library/pathlib.rst:10
3333msgid "**Source code:** :source:`Lib/pathlib.py`"
34- msgstr "**源代码** :source:`Lib/pathlib.py`"
34+ msgstr "**源代码:** :source:`Lib/pathlib.py`"
3535
3636#: ../../library/pathlib.rst:16
3737msgid ""
@@ -341,11 +341,11 @@ msgstr "UNC 驱动器名不被考虑::"
341341
342342#: ../../library/pathlib.rst:387
343343msgid "The file extension of the final component, if any::"
344- msgstr "最后一个组件的文件扩展名,如果存在:: "
344+ msgstr "最终组件的文件扩展名(如果有): "
345345
346346#: ../../library/pathlib.rst:399
347347msgid "A list of the path's file extensions::"
348- msgstr "路径的文件扩展名列表:: "
348+ msgstr "一个路径文件扩展名的列表: "
349349
350350#: ../../library/pathlib.rst:411
351351msgid "The final path component, without its suffix::"
@@ -360,7 +360,7 @@ msgstr "返回使用正斜杠(``/``)的路径字符串::"
360360msgid ""
361361"Represent the path as a ``file`` URI. :exc:`ValueError` is raised if the "
362362"path isn't absolute."
363- msgstr "将路径表示为 ``file`` URL。如果并非绝对路径,抛出 :exc:`ValueError`。"
363+ msgstr "将路径表示为 ``file`` URI。 如果路径不是绝对路径,将引发 :exc:`ValueError`。"
364364
365365#: ../../library/pathlib.rst:447
366366msgid ""
@@ -381,7 +381,7 @@ msgstr ""
381381msgid ""
382382"File system calls on reserved paths can fail mysteriously or have unintended"
383383" effects."
384- msgstr "当保留路径上的文件系统被调用,则可能出现玄学失败或者意料之外的效应 。"
384+ msgstr "对保留路径的文件系统调用可能会莫名其妙地失败或产生意想不到的效果 。"
385385
386386#: ../../library/pathlib.rst:482
387387msgid ""
@@ -393,13 +393,13 @@ msgstr "调用此方法等同于将每个 *other* 参数中的项目连接在一
393393msgid ""
394394"Match this path against the provided glob-style pattern. Return ``True`` if"
395395" matching is successful, ``False`` otherwise."
396- msgstr "将此路径与提供的通配符风格的模式匹配。如果匹配成功则返回 ``True``,否则返回 ``False``。"
396+ msgstr "将此路径与所提供的 glob 样式匹配。如果匹配成功,则返回 ``True``,否则返回``False``。"
397397
398398#: ../../library/pathlib.rst:500
399399msgid ""
400400"If *pattern* is relative, the path can be either relative or absolute, and "
401401"matching is done from the right::"
402- msgstr "如果 *pattern* 是相对的,则路径可以是相对路径或绝对路径,并且匹配是从右侧完成的 :"
402+ msgstr "如果 *pattern* 是相对路径,则路径既可以是相对路径,也可以是绝对路径,匹配从右边的开始 :"
403403
404404#: ../../library/pathlib.rst:510
405405msgid ""
0 commit comments