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

Skip to content

Commit 358b1de

Browse files
[po] auto sync
1 parent 71a5bb8 commit 358b1de

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "78.03%", "updated_at": "2025-05-19T23:12:30Z"}
1+
{"translation": "78.04%", "updated_at": "2025-05-20T01:40:06Z"}

glossary.po

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ msgstr ""
9292

9393
#: ../../glossary.rst:38
9494
msgid "annotate function"
95-
msgstr ""
95+
msgstr "annotate function -- 标注函数"
9696

9797
#: ../../glossary.rst:40
9898
msgid ""
@@ -102,6 +102,9 @@ msgid ""
102102
"Annotate functions are a subset of :term:`evaluate functions <evaluate "
103103
"function>`."
104104
msgstr ""
105+
"一个可被调用以提取对象的 :term:`标注 <annotation>` 的函数。 此函数可作为函数、类和模块的 "
106+
":attr:`~object.__annotate__` 属性来访问。 标注函数是 :term:`求值函数 <evaluate function>` "
107+
"的一个子集。"
105108

106109
#: ../../glossary.rst:44
107110
msgid "annotation"
@@ -120,13 +123,18 @@ msgid ""
120123
"retrieved by calling :func:`annotationlib.get_annotations` on modules, "
121124
"classes, and functions, respectively."
122125
msgstr ""
126+
"局部变量的标注在运行时不可被访问,但全局变量、类属性和函数的标注可分别通过在模块、类和函数上调用 "
127+
":func:`annotationlib.get_annotations` 来提取。"
123128

124129
#: ../../glossary.rst:55
125130
msgid ""
126131
"See :term:`variable annotation`, :term:`function annotation`, :pep:`484`, "
127132
":pep:`526`, and :pep:`649`, which describe this functionality. Also see "
128133
":ref:`annotations-howto` for best practices on working with annotations."
129134
msgstr ""
135+
"参见 :term:`variable annotation`, :term:`function annotation`, :pep:`484`, "
136+
":pep:`526` 和 :pep:`649`,其中对此功能进行了描述。 另请参见 :ref:`annotations-howto` "
137+
"了解使用标注的最佳实践。"
130138

131139
#: ../../glossary.rst:59
132140
msgid "argument"
@@ -299,11 +307,11 @@ msgstr ""
299307

300308
#: ../../glossary.rst:134
301309
msgid "attached thread state"
302-
msgstr ""
310+
msgstr "附带线程状态"
303311

304312
#: ../../glossary.rst:137
305313
msgid "A :term:`thread state` that is active for the current OS thread."
306-
msgstr ""
314+
msgstr "为当前 OS 线程激活的 :term:`thread state`。"
307315

308316
#: ../../glossary.rst:139
309317
msgid ""

0 commit comments

Comments
 (0)