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

Skip to content

Commit 693ed44

Browse files
committed
[po] auto sync bot
1 parent aee3ef1 commit 693ed44

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

library/stdtypes.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5272,14 +5272,17 @@ msgid ""
52725272
":class:`collections.abc.Set` are available (for example, ``==``, ``<``, or "
52735273
"``^``)."
52745274
msgstr ""
5275+
"键视图类似于集合,因为其条目不重复且可哈希。 如果所有值都是可哈希的,即 ``(键, 值)`` 对也是不重复且可哈希的,那么条目视图也会类似于集合。 "
5276+
"(值视图则不被视为类似于集合,因其条目通常都是有重复的。) 对于类似于集合的视图,为抽象基类 :class:`collections.abc.Set` "
5277+
"所定义的全部操作都是有效的 (例如 ``==``, ``<`` 或 ``^``)。"
52755278

52765279
#: ../../library/stdtypes.rst:4344
52775280
msgid "An example of dictionary view usage::"
5278-
msgstr ""
5281+
msgstr "一个使用字典视图的示例::"
52795282

52805283
#: ../../library/stdtypes.rst:4379
52815284
msgid "Context Manager Types"
5282-
msgstr ""
5285+
msgstr "上下文管理器类型"
52835286

52845287
#: ../../library/stdtypes.rst:4386
52855288
msgid ""

0 commit comments

Comments
 (0)