@@ -167,14 +167,15 @@ msgstr "Argument Clinic 会扫描 C 文件,精确查找以下代码:"
167167msgid ""
168168"When it finds one, it reads everything up to a line that looks exactly like "
169169"this:"
170- msgstr ""
170+ msgstr "一旦找到一条后,就会读取所有内容,直至遇到以下代码: "
171171
172172#: ../../howto/clinic.rst:103
173173msgid ""
174174"Everything in between these two lines is input for Argument Clinic. All of "
175175"these lines, including the beginning and ending comment lines, are "
176176"collectively called an Argument Clinic \" block\" ."
177177msgstr ""
178+ "这两行之间的所有内容都是 Argument Clinic 的输入。所有行,包括开始和结束的注释行,统称为 Argument Clinic “块”。"
178179
179180#: ../../howto/clinic.rst:107
180181msgid ""
@@ -183,6 +184,8 @@ msgid ""
183184" a comment containing a checksum. The Argument Clinic block now looks like "
184185"this:"
185186msgstr ""
187+ "Argument Clinic 在解析某一块时,会生成输出信息。输出信息会紧跟着该块写入 C 文件中,后面还会跟着包含校验和的注释。现在 "
188+ "Argument Clinic 块看起来应如下所示:"
186189
187190#: ../../howto/clinic.rst:120
188191msgid ""
@@ -191,6 +194,8 @@ msgid ""
191194"checksum line. However, if the input hasn't changed, the output won't "
192195"change either."
193196msgstr ""
197+ "如果对同一文件第二次运行 Argument "
198+ "Clinic,则它会丢弃之前的输出信息,并写入带有新校验行的输出信息。不过如果输入没有变化,则输出也不会后变化。"
194199
195200#: ../../howto/clinic.rst:124
196201msgid ""
@@ -200,17 +205,20 @@ msgid ""
200205"these edits would be lost the next time Argument Clinic writes out fresh "
201206"output.)"
202207msgstr ""
208+ "不应去改动 Argument Clinic "
209+ "块的输出部分。而应去修改输入,直到生成所需的输出信息。(这就是校验和的用途——检测是否有人改动了输出信息,因为在 Argument Clinic "
210+ "下次写入新的输出时,这些改动都会丢失)。"
203211
204212#: ../../howto/clinic.rst:129
205213msgid ""
206214"For the sake of clarity, here's the terminology we'll use with Argument "
207215"Clinic:"
208- msgstr ""
216+ msgstr "为了清晰起见,下面列出了 Argument Clinic 用到的术语: "
209217
210218#: ../../howto/clinic.rst:131
211219msgid ""
212220"The first line of the comment (``/*[clinic input]``) is the *start line*."
213- msgstr ""
221+ msgstr "注释的第一行 ``/*[clinic input]`` 是 *起始行* 。 "
214222
215223#: ../../howto/clinic.rst:132
216224msgid ""
0 commit comments