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

Skip to content

Commit cd40c33

Browse files
committed
[po] auto sync bot
1 parent cb00e44 commit cd40c33

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

c-api/dict.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
# Translators:
77
# ww song <[email protected]>, 2018
88
# SKY H. <[email protected]>, 2018
9-
# 叶浚安 <[email protected]>, 2019
9+
# Pandaaaa906 <[email protected]>, 2019
1010
# Josh Ouyang <[email protected]>, 2019
11+
# Meng Du <[email protected]>, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1819
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
19-
"Last-Translator: Josh Ouyang <[email protected]>, 2019\n"
20+
"Last-Translator: Meng Du <[email protected]>, 2019\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -207,6 +208,10 @@ msgid ""
207208
"Its value represents offsets within the internal dictionary structure, and "
208209
"since the structure is sparse, the offsets are not consecutive."
209210
msgstr ""
211+
"迭代字典 *p* 中的所有键值对。在第一次调用此函数开始迭代之前,必须将 *ppos* 引用的 :c:type:`Py_ssize_t` 初始化为 "
212+
"``0`` ;对于字典中的每一对,该函数返回 true ,一旦报告了所有对,该函数返回 false 。参数 *pkey* 和 *pvalue* 应指向 "
213+
":c:type:`PyObject\\*` 变量,分别用每个键和值填充,或者可以是 *NULL* 。 通过它们返回的任何引用都是借用的。 *ppos* "
214+
"在迭代期间不应更改。其值表示内部字典结构中的偏移量,并且由于结构稀疏,因此偏移量不是连续的。"
210215

211216
#: ../../c-api/dict.rst:169
212217
msgid "For example::"

0 commit comments

Comments
 (0)