@@ -2080,7 +2080,6 @@ msgid "Special form for annotating higher-order functions."
20802080msgstr "用於註釋高階函式的特別型式。"
20812081
20822082#: ../../library/typing.rst:1172
2083- #, fuzzy
20842083msgid ""
20852084"``Concatenate`` can be used in conjunction with :ref:`Callable <annotating-"
20862085"callables>` and :class:`ParamSpec` to annotate a higher-order callable which "
@@ -2091,13 +2090,13 @@ msgid ""
20912090"`ParamSpec` parameters. The last parameter to ``Concatenate`` must be a :"
20922091"class:`ParamSpec` or ellipsis (``...``)."
20932092msgstr ""
2094- "``Concatenate`` 可以被用在\\ :ref:`可呼叫物件 <annotating-callables>`\\ 與 : "
2095- "class:`ParamSpec` 的接合 (conjunction) 並註釋一個高階的 Callable 物件可以新 "
2096- "增 、移除、轉換另一個 Callable 物件的參數。使用方法是依照這個格式 "
2093+ "``Concatenate`` 可以被用在\\ :ref:`可呼叫物件 <annotating-callables>`\\ 與"
2094+ "\\ : class:`ParamSpec` 的接合 (conjunction) 並註釋一個高階的 Callable 物件可以 "
2095+ "新增 、移除、轉換另一個 Callable 物件的參數。使用方法是依照這個格式 "
20972096"``Concatenate[Arg1Type, Arg2Type, ..., ParamSpecVariable]``。``Concatenate`` "
2098- "目前只在 :ref:`Callable 物件 <annotating-callables>`\\ 中第一個引數使用時有 "
2099- "效 。``Concatenate`` 的最後一個參數必須為一個 :class:`ParamSpec` 或是刪節號 "
2100- "(``...``)。"
2097+ "可用於 \\ :ref:`Callable <annotating-callables>`\\ 型別提示中,也可在使用 \\ : "
2098+ "class:`ParamSpec` 參數實例化使用者自訂泛型類別時使用 。``Concatenate`` 的最後 "
2099+ "一個參數必須為一個 \\ :class:`ParamSpec` 或是刪節號 (``...``)。"
21012100
21022101#: ../../library/typing.rst:1182
21032102msgid ""
@@ -5447,13 +5446,12 @@ msgid ""
54475446msgstr ""
54485447
54495448#: ../../library/typing.rst:3408
5450- #, fuzzy
54515449msgid ""
54525450"Added the ``format`` parameter. See the documentation on :func:"
54535451"`annotationlib.get_annotations` for more information."
54545452msgstr ""
5455- "新增 ``include_extras `` 參數(如 :pep:`593` 中所述)。更多資訊請見 :data: "
5456- "`Annotated` 的文件 。"
5453+ "新增 ``format `` 參數。更多資訊請見 \\ :func:`annotationlib.get_annotations` 的 "
5454+ "文件 。"
54575455
54585456#: ../../library/typing.rst:3412
54595457msgid ""
0 commit comments