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

Skip to content

Commit a14c4ce

Browse files
[po] auto sync
1 parent 36d251b commit a14c4ce

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

howto/clinic.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,28 +392,32 @@ msgid ""
392392
"Python. Check the name defined in the :c:type:`PyModuleDef` or "
393393
":c:type:`PyTypeObject` as appropriate."
394394
msgstr ""
395+
"类和模块的名称应与暴露给 Python 的相同。请适时检查 :c:type:`PyModuleDef` 或 :c:type:`PyTypeObject`"
396+
" 中定义的名称。"
395397

396398
#: ../../howto/clinic.rst:246
397399
msgid ""
398400
"When you declare a class, you must also specify two aspects of its type in "
399401
"C: the type declaration you'd use for a pointer to an instance of this "
400402
"class, and a pointer to the :c:type:`PyTypeObject` for this class."
401403
msgstr ""
404+
"在声明某个类时,还必须指定其 C 语言类型的两个部分:用于指向该类实例的指针的类型声明,和指向该类 :c:type:`PyTypeObject` "
405+
"的指针。"
402406

403407
#: ../../howto/clinic.rst:266
404408
msgid ""
405409
"Declare each of the parameters to the function. Each parameter should get "
406410
"its own line. All the parameter lines should be indented from the function "
407411
"name and the docstring."
408-
msgstr ""
412+
msgstr "声明函数的所有参数。每个参数都应另起一行。所有的参数行都应对齐函数名和文档字符串进行缩进。"
409413

410414
#: ../../howto/clinic.rst:270
411415
msgid "The general form of these parameter lines is as follows:"
412-
msgstr ""
416+
msgstr "这些参数行的常规形式如下:"
413417

414418
#: ../../howto/clinic.rst:276
415419
msgid "If the parameter has a default value, add that after the converter:"
416-
msgstr ""
420+
msgstr "如果参数带有默认值,请加在转换器之后:"
417421

418422
#: ../../howto/clinic.rst:283
419423
msgid ""

0 commit comments

Comments
 (0)