1111# Makdon <[email protected] >, 20191212# Shengjing Zhu <[email protected] >, 20191313# ppcfish <[email protected] >, 201914- # Freesand Leo <[email protected] >, 2019 14+ # Freesand Leo <[email protected] >, 2021 1515#
1616#, fuzzy
1717msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020"Report-Msgid-Bugs-To : \n "
2121"POT-Creation-Date : 2021-04-27 06:12+0000\n "
2222"PO-Revision-Date : 2017-02-16 23:20+0000\n "
23- "
Last-Translator :
Freesand Leo <[email protected] >, 2019 \n "
23+ "
Last-Translator :
Freesand Leo <[email protected] >, 2021 \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 "
@@ -208,19 +208,19 @@ msgstr "返回 *b* 在 *a* 中的出现次数。"
208208
209209#: ../../library/operator.rst:221
210210msgid "Remove the value of *a* at index *b*."
211- msgstr "移除索引号 *b* 上的值 *a* 。"
211+ msgstr "移除 *a* 中索引号为 *b* 的值 。"
212212
213213#: ../../library/operator.rst:227
214214msgid "Return the value of *a* at index *b*."
215- msgstr "返回索引号 *b* 上的值 *a* 。"
215+ msgstr "返回 *a* 中索引为 *b* 的值 。"
216216
217217#: ../../library/operator.rst:232
218218msgid "Return the index of the first of occurrence of *b* in *a*."
219219msgstr "返回 *b* 在 *a* 中首次出现所在的索引号。"
220220
221221#: ../../library/operator.rst:238
222222msgid "Set the value of *a* at index *b* to *c*."
223- msgstr "将索引号 *b* 上的值 *a* 设为 *c*。"
223+ msgstr "将 *a* 中索引号为 *b* 的值设为 *c*。"
224224
225225#: ../../library/operator.rst:243
226226msgid ""
0 commit comments