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

Skip to content

Commit a1d6e12

Browse files
committed
[po] auto sync bot
1 parent 3ec1de4 commit a1d6e12

3 files changed

Lines changed: 92 additions & 77 deletions

File tree

c-api/intro.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#
66
# Translators:
77
# Fei Yin <[email protected]>, 2018
8-
# Shengjing Zhu <[email protected]>, 2018
98
# Tony Tong <[email protected]>, 2018
109
# ww song <[email protected]>, 2018
1110
#
@@ -89,7 +88,8 @@ msgid ""
8988
"``<string.h>``, ``<errno.h>``, ``<limits.h>``, ``<assert.h>`` and "
9089
"``<stdlib.h>`` (if available)."
9190
msgstr ""
92-
"这意味着包含以下标准头文件:``<stdio.h>``,``<string.h>``,``<errno.h>``,``<limits.h>``,``<assert.h>``和``<stdlib.h>``(如果可用)。"
91+
"这意味着包含以下标准头文件:\\ ``<stdio.h>``\\\\ ``<string.h>``\\\\ ``<errno.h>``\\ "
92+
",\\ ``<limits.h>``\\\\ ``<assert.h>`` 和 ``<stdlib.h>``\\ (如果可用)。"
9393

9494
#: ../../c-api/intro.rst:59
9595
msgid ""

glossary.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,7 @@ msgid ""
10041004
"in places where a constant hash value is needed, for example as a key in a "
10051005
"dictionary."
10061006
msgstr ""
1007+
"具有固定值的对象。不可变对象包括数字,字符串和元组。这样的对象不能被改变。如果必须存储一个不同的值,则必须创建新的对象。它们在需要常量哈希值的地方起着重要作用,例如作为字典中的键。"
10071008

10081009
#: ../../glossary.rst:519
10091010
msgid "import path"
@@ -1783,6 +1784,11 @@ msgid ""
17831784
"because the lookups use arbitrary :term:`immutable` keys rather than "
17841785
"integers."
17851786
msgstr ""
1787+
"类一个 :term:`iterable` ,它支持通过 :meth:`__getitem__` "
1788+
"特殊方法来使用整数索引进行高效的元素访问,并定义了一个返回序列长度的 :meth:`__len__` 方法。内置序列类型包括 :class:`list`"
1789+
" , :class:`str` , :class:`tuple` 和 :class:`bytes` 。注意虽然 :class:`dict` 也支持 "
1790+
":meth:`__getitem__` 和 :meth:`__len__` ,但它被认为是映射而不是序列,因为它查找时使用任意 "
1791+
":term:`immutable` 的键而不是整数。"
17861792

17871793
#: ../../glossary.rst:984
17881794
msgid ""

0 commit comments

Comments
 (0)