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

Skip to content

Commit ec4d13c

Browse files
[po] auto sync
1 parent 7b4d4eb commit ec4d13c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

library/dataclasses.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ msgid ""
252252
":meth:`__setattr__` or :meth:`__delattr__` is defined in the class, then "
253253
":exc:`TypeError` is raised. See the discussion below."
254254
msgstr ""
255+
"``frozen``: 如为真值 (默认值为 ``False``),则对字段赋值将会产生异常。 这模拟了只读的冻结实例。 如果在类中定义了 "
256+
":meth:`__setattr__` 或 :meth:`__delattr__` 则将会引发 :exc:`TypeError`。 参见下文的讨论。"
255257

256258
#: ../../library/dataclasses.rst:161
257259
msgid ""
@@ -549,7 +551,7 @@ msgstr ""
549551
msgid ""
550552
"Return ``True`` if its parameter is a dataclass or an instance of one, "
551553
"otherwise return ``False``."
552-
msgstr ""
554+
msgstr "如果其形参为 dataclass 或其实例则返回 ``True``,否则返回 ``False``。"
553555

554556
#: ../../library/dataclasses.rst:392
555557
msgid ""

0 commit comments

Comments
 (0)