@@ -6976,21 +6976,26 @@ msgid ""
69766976"This attribute is a lazily computed tuple (possibly empty) of unique type "
69776977"variables found in ``__args__``::"
69786978msgstr ""
6979+ "この属性は、 ``__args__`` にある固有の型変数のタプルで、必要に応じて遅延計算"
6980+ "されます (空の可能性もあります)::"
69796981
69806982#: ../../library/stdtypes.rst:5017
69816983msgid ""
69826984"A ``GenericAlias`` object with :class:`typing.ParamSpec` parameters may not "
69836985"have correct ``__parameters__`` after substitution because :class:`typing."
69846986"ParamSpec` is intended primarily for static type checking."
69856987msgstr ""
6988+ ":class:`typing.ParamSpec` パラメータを含む ``GenericAlias`` オブジェクトは、"
6989+ "代入後に正しい ``__parameters__`` を持たない可能性があります。これは :class:"
6990+ "`typing.ParamSpec` が主に静的な型チェックを目的としているためです。"
69866991
69876992#: ../../library/stdtypes.rst:5024
69886993msgid ":pep:`484` - Type Hints"
69896994msgstr ":pep:`484` - 型ヒント"
69906995
69916996#: ../../library/stdtypes.rst:5024
69926997msgid "Introducing Python's framework for type annotations."
6993- msgstr ""
6998+ msgstr "型アノテーションのための Python のフレームワークへの導入です。 "
69946999
69957000#: ../../library/stdtypes.rst:5029
69967001msgid ":pep:`585` - Type Hinting Generics In Standard Collections"
@@ -7003,18 +7008,25 @@ msgid ""
70037008"provided they implement the special class method :meth:`~object."
70047009"__class_getitem__`."
70057010msgstr ""
7011+ "特殊なクラスメソッド :meth:`~object.__class_getitem__` を実装している場合に、"
7012+ "標準ライブラリのクラスに対してネイティブにパラメータ表記を可能にする機能への"
7013+ "導入です。"
70067014
70077015#: ../../library/stdtypes.rst:5032
70087016msgid ""
70097017":ref:`Generics`, :ref:`user-defined generics <user-defined-generics>` and :"
70107018"class:`typing.Generic`"
70117019msgstr ""
7020+ ":ref:`Generics`, :ref:`ユーザー定義のジェネリック型 <user-defined-"
7021+ "generics>`, および :class:`typing.Generic`"
70127022
70137023#: ../../library/stdtypes.rst:5032
70147024msgid ""
70157025"Documentation on how to implement generic classes that can be parameterized "
70167026"at runtime and understood by static type-checkers."
70177027msgstr ""
7028+ "実行時にパラメータ設定が可能であり、かつ静的な型チェッカーが理解できるジェネ"
7029+ "リッククラスを実装する方法のドキュメントです。"
70187030
70197031#: ../../library/stdtypes.rst:5041
70207032msgid "Union Type"
0 commit comments