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

Skip to content

Commit ce8a4a6

Browse files
[po] auto sync
1 parent a94f912 commit ce8a4a6

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

howto/clinic.po

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# telnetning <[email protected]>, 2020
1111
# Alpha Du <[email protected]>, 2020
1212
# ppcfish <[email protected]>, 2020
13-
# Dai Xu <[email protected]>, 2022
1413
# Freesand Leo <[email protected]>, 2022
14+
# Dai Xu <[email protected]>, 2022
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
2222
"PO-Revision-Date: 2020-05-30 11:54+0000\n"
23-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
23+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2022\n"
2424
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -580,27 +580,29 @@ msgid ""
580580
" ``;``, to provide usage help, this change is harmless—don't worry about "
581581
"it.)"
582582
msgstr ""
583+
"(Argument Clinic 生成的格式串一定是函数名后跟着 ``:``。如果现有代码的格式串以 ``;`` "
584+
"结尾,这种改动不回影响使用,因此不必担心。)"
583585

584586
#: ../../howto/clinic.rst:440
585587
msgid ""
586588
"Third, for parameters whose format units require two arguments (like a "
587589
"length variable, or an encoding string, or a pointer to a conversion "
588590
"function), ensure that the second argument is *exactly* the same between the"
589591
" two invocations."
590-
msgstr ""
592+
msgstr "第三,如果格式串需要指定两个参数(比如长度、编码字符串或指向转换函数的指针),请确保第二个参数在两次调用时 *完全* 相同。"
591593

592594
#: ../../howto/clinic.rst:445
593595
msgid ""
594596
"Fourth, inside the output portion of the block you'll find a preprocessor "
595597
"macro defining the appropriate static :c:type:`PyMethodDef` structure for "
596598
"this builtin::"
597-
msgstr ""
599+
msgstr "第四,在输出部分会有一个预处理器宏,为该内置函数定义合适的静态 :c:type:`PyMethodDef` 结构:"
598600

599601
#: ../../howto/clinic.rst:452
600602
msgid ""
601603
"This static structure should be *exactly* the same as the existing static "
602604
":c:type:`PyMethodDef` structure for this builtin."
603-
msgstr ""
605+
msgstr "此静态结构应与本内置函数现有的静态结构 :c:type:`PyMethodDef` *完全* 相同。"
604606

605607
#: ../../howto/clinic.rst:455
606608
msgid ""

0 commit comments

Comments
 (0)