File tree 4 files changed +13
-14
lines changed
4 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 93.46%" , "updated_at" : " 2024-07-29T09 :20:59Z " }
1
+ {"translation" : " 93.46%" , "updated_at" : " 2024-08-04T03 :20:28Z " }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.9\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2024-07-29 06:10 +0000\n "
17
+ "POT-Creation-Date : 2024-08-03 21:31 +0000\n "
18
18
"PO-Revision-Date : 2017-02-16 23:06+0000\n "
19
19
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
20
20
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -115,7 +115,7 @@ msgid ""
115
115
"the disassembled code. Setting this means :meth:`.dis` will display a "
116
116
"\" current instruction\" marker against the specified opcode."
117
117
msgstr ""
118
- "如果 *current_offset* 不是 ``None`` ,则它指的是反汇编代码中的指令偏移量 。设置它意味着 :meth:`.dis` "
118
+ "如果 *current_offset* 不是 ``None`` ,它指的就是汇编代码中的指令偏移量 。设置它意味着 :meth:`.dis` "
119
119
"将针对指定的操作码显示“当前指令”标记。"
120
120
121
121
#: ../../library/dis.rst:75
@@ -372,7 +372,7 @@ msgstr "人类可读的操作参数描述"
372
372
373
373
#: ../../library/dis.rst:306
374
374
msgid "start index of operation within bytecode sequence"
375
- msgstr "在字节码序列中启动操作索引 "
375
+ msgstr "在字节码序列中的起始操作索引 "
376
376
377
377
#: ../../library/dis.rst:311
378
378
msgid "line started by this opcode (if any), otherwise ``None``"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ msgid ""
22
22
msgstr ""
23
23
"Project-Id-Version : Python 3.9\n "
24
24
"Report-Msgid-Bugs-To : \n "
25
- "POT-Creation-Date : 2024-01-12 22:01 +0000\n "
25
+ "POT-Creation-Date : 2024-08-03 21:31 +0000\n "
26
26
"PO-Revision-Date : 2017-02-16 23:38+0000\n "
27
27
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
28
28
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -173,11 +173,10 @@ msgid ""
173
173
"different, unique, newly created empty lists. (Note that ``c = d = []`` "
174
174
"assigns the same object to both ``c`` and ``d``.)"
175
175
msgstr ""
176
- "类型会影响对象行为的几乎所有方面。甚至对象编号的重要性也在某种程度上受到影响: "
177
- "对于不可变类型,会得出新值的运算实际上会返回对相同类型和取值的任一现有对象的引用,而对于可变类型来说这是不允许的。例如在 ``a = 1; b = "
178
- "1`` 之后,``a`` 和 ``b`` 可能会也可能不会指向同一个值为一的对象,这取决于具体实现,但是在 ``c = []; d = []`` "
179
- "之后,``c`` 和 ``d`` 保证会指向两个不同、单独的新建空列表。(请注意 ``c = d = []`` 则是将同一个对象赋值给 ``c`` 和 "
180
- "``d``。)"
176
+ "类型会影响对象行为的几乎所有方面。甚至对象标识号的重要性也在某种程度上受到影响:对于不可变类型,会得出新值的运算实际上可能返回类型和值相同的现有对象的引用,而对于可变类型来说这是不允许的。例如在"
177
+ " ``a = 1; b = 1`` 之后,``a`` 和 ``b`` 可能会指向同一个值为一的对象,也可能不会,这取决于具体实现,但是在 ``c = "
178
+ "[]; d = []`` 之后,``c`` 和 ``d`` 保证会指向两个不同、单独的新建空列表。(请注意 ``c = d = []`` "
179
+ "则是将同一个对象赋值给 ``c`` 和 ``d``。)"
181
180
182
181
#: ../../reference/datamodel.rst:120
183
182
msgid "The standard type hierarchy"
Original file line number Diff line number Diff line change 7
7
# Fei Yin <icebirds@163.com>, 2018
8
8
# ppcfish <ppcfish@gmail.com>, 2019
9
9
# Naisen Xu <723648649@qq.com>, 2020
10
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
11
10
# Freesand Leo <yuqinju@163.com>, 2024
11
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
12
12
#
13
13
#, fuzzy
14
14
msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.9\n "
17
17
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2024-07-20 02:59 +0000\n "
18
+ "POT-Creation-Date : 2024-08-03 21:31 +0000\n "
19
19
"PO-Revision-Date : 2017-02-16 23:42+0000\n "
20
- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
20
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
21
21
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
22
22
"MIME-Version : 1.0\n "
23
23
"Content-Type : text/plain; charset=UTF-8\n "
@@ -714,7 +714,7 @@ msgstr "PEP 301: Distutils的软件包索引和元数据"
714
714
msgid ""
715
715
"Support for the long-requested Python catalog makes its first appearance in "
716
716
"2.3."
717
- msgstr "广受期待的对 Python 类目的支持在 2.3 版中首次出现。"
717
+ msgstr "广受期待的对 Python 编目的支持在 2.3 版中首次出现。"
718
718
719
719
#: ../../whatsnew/2.3.rst:658
720
720
msgid ""
You can’t perform that action at this time.
0 commit comments