Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf2ff70

Browse files
[po] auto sync
1 parent db24f16 commit cf2ff70

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

howto/clinic.po

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,33 +224,33 @@ msgstr "注释的第一行 ``/*[clinic input]`` 是 *起始行* 。"
224224
msgid ""
225225
"The last line of the initial comment (``[clinic start generated code]*/``) "
226226
"is the *end line*."
227-
msgstr ""
227+
msgstr "注释(``[clinic start generated code]*/``)的最后一行是 *结束行*。"
228228

229229
#: ../../howto/clinic.rst:133
230230
msgid ""
231231
"The last line (``/*[clinic end generated code: checksum=...]*/``) is the "
232232
"*checksum line*."
233-
msgstr ""
233+
msgstr "最后一行(``/*[clinic end generated code: checksum=...]*/``)是 *校验和行* 。"
234234

235235
#: ../../howto/clinic.rst:134
236236
msgid "In between the start line and the end line is the *input*."
237-
msgstr ""
237+
msgstr "在起始行和结束行之间是 *输入数据*。"
238238

239239
#: ../../howto/clinic.rst:135
240240
msgid "In between the end line and the checksum line is the *output*."
241-
msgstr ""
241+
msgstr "在结束行和校验和行之间是 *输出数据* 。"
242242

243243
#: ../../howto/clinic.rst:136
244244
msgid ""
245245
"All the text collectively, from the start line to the checksum line "
246246
"inclusively, is the *block*. (A block that hasn't been successfully "
247247
"processed by Argument Clinic yet doesn't have output or a checksum line, but"
248248
" it's still considered a block.)"
249-
msgstr ""
249+
msgstr "从开始行到校验和行的所有文本,都是 *块*。(Argument Clinic 尚未处理成功的块,没有输出或校验和行,但仍视作一个块)。"
250250

251251
#: ../../howto/clinic.rst:143
252252
msgid "Converting Your First Function"
253-
msgstr ""
253+
msgstr "函数的转换"
254254

255255
#: ../../howto/clinic.rst:145
256256
msgid ""
@@ -262,16 +262,19 @@ msgid ""
262262
"in the document (like \"return converters\" and \"self converters\"). But "
263263
"we'll keep it simple for this walkthrough so you can learn."
264264
msgstr ""
265+
"要想了解 Argument Clinic 是如何工作的,最好的方式就是转换一个函数与之合作。下面介绍需遵循的最基本步骤。请注意,若真的准备在 "
266+
"CPython 中进行检查,则应进行更深入的转换,使用一些本文后续会介绍到的高级概念(比如 “返回转换” 和 "
267+
"“自转换”)。但以下例子将维持简单,以供学习。"
265268

266269
#: ../../howto/clinic.rst:154
267270
msgid "Let's dive in!"
268-
msgstr ""
271+
msgstr "就此开始"
269272

270273
#: ../../howto/clinic.rst:156
271274
msgid ""
272275
"Make sure you're working with a freshly updated checkout of the CPython "
273276
"trunk."
274-
msgstr ""
277+
msgstr "请确保 CPython 是最新的已签出版本。"
275278

276279
#: ../../howto/clinic.rst:159
277280
msgid ""

0 commit comments

Comments
 (0)