55#
66# Translators:
77# python-doc bot, 2025
8+ # Freesand Leo <yuqinju@163.com>, 2025
89#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To :\n "
1415"POT-Creation-Date :2025-11-05 14:15+0000\n "
1516"PO-Revision-Date :2025-09-16 00:00+0000\n "
16- "Last-Translator :python-doc bot , 2025\n "
17+ "Last-Translator :Freesand Leo <yuqinju@163.com> , 2025\n "
1718"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version :1.0\n "
1920"Content-Type :text/plain; charset=UTF-8\n "
@@ -37,10 +38,14 @@ msgid ""
3738"referenced when accessed. Cell objects are not likely to be useful "
3839"elsewhere."
3940msgstr ""
41+ "\" Cell\" 对象用于实现由多个作用域引用的变量。 对于每个这样的变量,将创建一个 Cell "
42+ "对象来存储该值;引用该值的每个栈帧的局部变量将包含同样使用该变量的对外部作用域的 Cell 的引用。 当该值被访问时,将使用包含在 Cell "
43+ "中的值而不是 Cell 对象本身。 这种对 Cell 对象的非关联化引用需要来自所生成字节码的支持;这些内部被访问时不会自动非关联化。 Cell "
44+ "对象在其他地方不太可能会被用到。"
4045
4146#: ../../c-api/cell.rst:20
4247msgid "The C structure used for cell objects."
43- msgstr "用于Cell对象的C结构体 。"
48+ msgstr "用于 Cell 对象的 C 结构体 。"
4449
4550#: ../../c-api/cell.rst:25
4651msgid "The type object corresponding to cell objects."