@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-04-16 00:29 +0000\n "
14+ "POT-Creation-Date : 2026-06-12 18:22 +0000\n "
1515"PO-Revision-Date : 2025-07-28 21:38+0800\n "
1616"Last-Translator : Weilin Du <1372449351@qq.com>\n "
1717"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1081,9 +1081,10 @@ msgstr ""
10811081"(identifier)(請見 :func:`setattr`)。"
10821082
10831083#: ../../library/functions.rst:476
1084+ #, fuzzy
10841085msgid ""
10851086"Create a new dictionary. The :class:`dict` object is the dictionary class. "
1086- "See :class:`dict` and :ref:`typesmapping` for documentation about this class."
1087+ "See also :ref:`typesmapping` for documentation about this class."
10871088msgstr ""
10881089"建立一個新的 dictionary(字典)。:class:`dict` 物件是一個 dictionary class。"
10891090"參見 :class:`dict` 和 :ref:`typesmapping` 來瞭解這個 class。"
@@ -1614,10 +1615,11 @@ msgstr ""
16141615"exc:`TypeError`。"
16151616
16161617#: ../../library/functions.rst:854
1618+ #, fuzzy
16171619msgid ""
16181620"Return a new :class:`frozenset` object, optionally with elements taken from "
1619- "*iterable*. `` frozenset`` is a built-in class. See :class:`frozenset` and : "
1620- "ref:`types- set` for documentation about this class."
1621+ "*iterable*. :class:` frozenset` is a built-in class. See also :ref:`types- "
1622+ "set` for documentation about this class."
16211623msgstr ""
16221624"回傳一個新的 :class:`frozenset` 物件,它包含選擇性引數 *iterable* 中的元素。"
16231625"``frozenset`` 是一個內建的 class。有關此 class 的文件,請參閱 :class:"
@@ -3212,10 +3214,11 @@ msgstr ""
32123214"確地表示為浮點數。更多資訊請參閱 :ref:`tut-fp-issues`。"
32133215
32143216#: ../../library/functions.rst:1810
3217+ #, fuzzy
32153218msgid ""
32163219"Return a new :class:`set` object, optionally with elements taken from "
3217- "*iterable*. `` set`` is a built-in class. See :class:`set` and :ref:`types-"
3218- "set` for documentation about this class."
3220+ "*iterable*. :class:` set` is a built-in class. See also :ref:`types-set` "
3221+ "for documentation about this class."
32193222msgstr ""
32203223"回傳一個新的 :class:`set` 物件,可選擇性地包含從 *iterable* 取得的元素。"
32213224"``set`` 是一個內建類別。關於此類別的說明文件請參閱 :class:`set` 和 :ref:"
0 commit comments