66# Translators:
77# ww song <[email protected] >, 201888# SKY H. <[email protected] >, 20189- 9+ # Pandaaaa906 <[email protected] >, 20191010# Josh Ouyang <[email protected] >, 201911+ # Meng Du <[email protected] >, 20191112#
1213#, fuzzy
1314msgid ""
@@ -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."
209210msgstr ""
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
212217msgid "For example::"
0 commit comments