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

Skip to content

Commit 7806d5e

Browse files
[po] auto sync
1 parent 6762dc7 commit 7806d5e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

library/collections.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ msgstr ":class:`UserString`"
114114

115115
#: ../../library/collections.rst:33
116116
msgid "wrapper around string objects for easier string subclassing"
117-
msgstr "封装了列表对象,简化了字符串子类化"
117+
msgstr "封装了字符串对象,简化了字符串子类化"
118118

119119
#: ../../library/collections.rst:41
120120
msgid ""
@@ -227,7 +227,7 @@ msgstr ""
227227
msgid ""
228228
"Note, the iteration order of a :class:`ChainMap()` is determined by scanning"
229229
" the mappings last to first::"
230-
msgstr "注意,一个 :class:`ChainMap()` 的迭代顺序是通过扫描最后的映射来确定的::"
230+
msgstr "注意,一个 :class:`ChainMap()` 的迭代顺序是通过从后往前扫描该映射来确定的::"
231231

232232
#: ../../library/collections.rst:111
233233
msgid ""

library/operator.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Makdon <[email protected]>, 2019
1212
# Shengjing Zhu <[email protected]>, 2019
1313
# ppcfish <[email protected]>, 2019
14-
# Freesand Leo <[email protected]>, 2019
14+
# Freesand Leo <[email protected]>, 2021
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -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
210210
msgid "Remove the value of *a* at index *b*."
211-
msgstr "移除索引号 *b* 上的值 *a*。"
211+
msgstr "移除 *a* 中索引号为 *b* 的值。"
212212

213213
#: ../../library/operator.rst:227
214214
msgid "Return the value of *a* at index *b*."
215-
msgstr "返回索引号 *b* 上的值 *a*。"
215+
msgstr "返回 *a* 中索引为 *b* 的值。"
216216

217217
#: ../../library/operator.rst:232
218218
msgid "Return the index of the first of occurrence of *b* in *a*."
219219
msgstr "返回 *b* 在 *a* 中首次出现所在的索引号。"
220220

221221
#: ../../library/operator.rst:238
222222
msgid "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
226226
msgid ""

0 commit comments

Comments
 (0)