@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.14\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2026-03 -27 14:44 +0000\n "
16+ "POT-Creation-Date : 2026-04 -27 15:43 +0000\n "
1717"PO-Revision-Date : 2025-09-16 00:02+0000\n "
1818"Last-Translator : Freesand Leo <yuqinju@163.com>, 2026\n "
1919"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -124,8 +124,8 @@ msgid ""
124124"note that the first element, subscript zero (``sys.argv[0]``), is a string "
125125"reflecting the program's source."
126126msgstr ""
127- "接口选项会终结解释器读入的选项列表,所有后续参数都在 :data:`sys.argv` 里 -- "
128- "注意,首个元素,即下标为零的元素( ``sys.argv[0]``)是表示程序来源的字符串 。"
127+ "接口选项会终结解释器读入的选项列表,所有后续参数都在 :data:`sys.argv` 里 -- 注意,首个元素,即下标为零的元素 "
128+ "( ``sys.argv[0]``) 是表示程序源文件的字符串 。"
129129
130130#: ../../using/cmdline.rst:65
131131msgid ""
@@ -170,8 +170,8 @@ msgid ""
170170"but the implementation may not always enforce this (e.g. it may allow you to"
171171" use a name that includes a hyphen)."
172172msgstr ""
173- "该参数是 *模块名* ,请勿输入文件扩展名( ``.py``)。模块名应为有效的绝对 Python 模块名 ,但本实现对此不作强制要求(例如,允许使用含连字符 "
174- " ``-`` 的名称) 。"
173+ "该参数是 *模块* 名称 ,请勿输入文件扩展名 ( ``.py``)。 模块名称应为有效的绝对 Python 模块名称 ,但本实现对此不作强制要求 "
174+ "(例如,允许使用含连字符 ``-`` 的名称) 。"
175175
176176#: ../../using/cmdline.rst:89
177177msgid ""
@@ -750,8 +750,8 @@ msgid ""
750750"the actual warning category of the message is a subclass of the specified "
751751"warning category."
752752msgstr ""
753- "*category* 字段与警告类别相匹配( ``DeprecationWarning`` "
754- "等)。 必须是个类名;检测消息的实际警告类别是否为指定类别的子类。"
753+ "*category* 字段与警告类别相匹配 (例如 ``DeprecationWarning``)。 "
754+ "必须是个类名;检测消息的实际警告类别是否为指定类别的子类。"
755755
756756#: ../../using/cmdline.rst:481
757757msgid ""
0 commit comments