44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Freesand Leo <[email protected] >, 201887# Danny Vi <[email protected] >, 20188+ # Freesand Leo <[email protected] >, 2018991010# Meng Du <[email protected] >, 201911+ # Shengjing Zhu <[email protected] >, 20191112#
1213#, fuzzy
1314msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617"Report-Msgid-Bugs-To : \n "
1718"POT-Creation-Date : 2019-03-27 10:59+0900\n "
1819"PO-Revision-Date : 2017-02-16 23:03+0000\n "
19- "Last-Translator : Meng Du <alphanow @gmail.com>, 2019\n "
20+ "Last-Translator : Shengjing Zhu <zsj950618 @gmail.com>, 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 "
@@ -1155,13 +1156,13 @@ msgstr "对于 :class:`OrderedDict` ,相等操作检查匹配顺序。"
11551156msgid ""
11561157"The :meth:`popitem` method of :class:`OrderedDict` has a different "
11571158"signature. It accepts an optional argument to specify which item is popped."
1158- msgstr ":meth:`popitem` 方法 :class:`OrderedDict` 有不同的签名。它接受一个可选参数来指定弹出哪个项目 。"
1159+ msgstr ":class:`OrderedDict` 类的 :meth:`popitem` 方法有不同的签名。它接受一个可选参数来指定弹出哪个元素 。"
11591160
11601161#: ../../library/collections.rst:1063
11611162msgid ""
11621163":class:`OrderedDict` has a :meth:`move_to_end` method to efficiently "
11631164"reposition an element to an endpoint."
1164- msgstr ":class:`OrderedDict` 有一个 :meth:`move_to_end` 方法,可以有效地将元素移动到末尾 。"
1165+ msgstr ":class:`OrderedDict` 类有一个 :meth:`move_to_end` 方法,可以有效地将元素移动到任一端 。"
11651166
11661167#: ../../library/collections.rst:1066
11671168msgid "Until Python 3.8, :class:`dict` lacked a :meth:`__reversed__` method."
@@ -1180,17 +1181,18 @@ msgid ""
11801181"out)` order if *last* is true or :abbr:`FIFO (first-in, first-out)` order if"
11811182" false."
11821183msgstr ""
1183- "有序字典的方法 :meth:`popitem` 移除一个键值对。 如果 *last* 值为真,键值对返回为 :abbr:`LIFO (last-in, "
1184- "first-out)` 后进先出顺序,否则就返回 :abbr:`FIFO (first-in, first-out)` 先进先出。"
1184+ "有序字典的 :meth:`popitem` 方法移除并返回一个 (key, value) 键值对。 如果 *last* 值为真,则按 "
1185+ ":abbr:`LIFO (last-in, first-out)` 后进先出的顺序返回键值对,否则就按 :abbr:`FIFO (first-in, "
1186+ "first-out)` 先进先出的顺序返回键值对。"
11851187
11861188#: ../../library/collections.rst:1085
11871189msgid ""
11881190"Move an existing *key* to either end of an ordered dictionary. The item is "
11891191"moved to the right end if *last* is true (the default) or to the beginning "
11901192"if *last* is false. Raises :exc:`KeyError` if the *key* does not exist::"
11911193msgstr ""
1192- "将现有 *key* 移动到有序字典的任一端。 如果 *last* 为真值(默认)则将项目移至末尾 ;如果 *last* 为假值 则项将目移至开头。 如果 "
1193- "*key* 不存在则引发 :exc:`KeyError`::"
1194+ "将现有 *key* 移动到有序字典的任一端。 如果 *last* 为真值(默认)则将元素移至末尾 ;如果 *last* 为假值则将元素移至开头。 如果 "
1195+ "*key* 不存在则会触发 :exc:`KeyError`::"
11941196
11951197#: ../../library/collections.rst:1100
11961198msgid ""
0 commit comments