@@ -19,7 +19,7 @@ msgid ""
1919msgstr ""
2020"Project-Id-Version : Python 3.13\n "
2121"Report-Msgid-Bugs-To : \n "
22- "POT-Creation-Date : 2025-04-18 14:18 +0000\n "
22+ "POT-Creation-Date : 2025-05-02 14:19 +0000\n "
2323"PO-Revision-Date : 2021-06-28 01:16+0000\n "
2424"Last-Translator : Yosuke Miyashita, 2025\n "
2525"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -31,8 +31,8 @@ msgstr ""
3131"Plural-Forms : nplurals=1; plural=0;\n "
3232
3333#: ../../library/typing.rst:3
34- msgid ":mod:`typing` --- Support for type hints"
35- msgstr ":mod:`typing` --- 型ヒントのサポート "
34+ msgid ":mod:`! typing` --- Support for type hints"
35+ msgstr ""
3636
3737#: ../../library/typing.rst:16
3838msgid "**Source code:** :source:`Lib/typing.py`"
@@ -1130,9 +1130,9 @@ msgid ""
11301130"User-defined generics for parameter expressions are also supported via "
11311131"parameter specification variables in the form ``[**P]``. The behavior is "
11321132"consistent with type variables' described above as parameter specification "
1133- "variables are treated by the typing module as a specialized type variable. "
1134- "The one exception to this is that a list of types can be used to substitute "
1135- "a :class:`ParamSpec`::"
1133+ "variables are treated by the :mod:`! typing` module as a specialized type "
1134+ "variable. The one exception to this is that a list of types can be used to "
1135+ "substitute a :class:`ParamSpec`::"
11361136msgstr ""
11371137
11381138#: ../../library/typing.rst:671
@@ -1195,14 +1195,9 @@ msgstr ""
11951195msgid ""
11961196"A user-defined generic class can have ABCs as base classes without a "
11971197"metaclass conflict. Generic metaclasses are not supported. The outcome of "
1198- "parameterizing generics is cached, and most types in the typing module are : "
1199- "term:`hashable` and comparable for equality."
1198+ "parameterizing generics is cached, and most types in the :mod:`! typing` "
1199+ "module are : term:`hashable` and comparable for equality."
12001200msgstr ""
1201- "ユーザーが定義したジェネリッククラスはメタクラスの衝突を起こすことなく基底ク"
1202- "ラスに抽象基底クラスをとれます。\n"
1203- "ジェネリックメタクラスはサポートされません。\n"
1204- "パラメータ化を行うジェネリクスの結果はキャッシュされていて、 typing モジュー"
1205- "ルのほとんどの型は :term:`ハッシュ可能 <hashable>` で等価比較できます。"
12061201
12071202#: ../../library/typing.rst:714
12081203msgid "The :data:`Any` type"
@@ -3989,8 +3984,8 @@ msgstr "プロトコル"
39893984
39903985#: ../../library/typing.rst:2688
39913986msgid ""
3992- "The following protocols are provided by the typing module. All are decorated "
3993- "with :func:`@runtime_checkable <runtime_checkable>`."
3987+ "The following protocols are provided by the :mod:`! typing` module. All are "
3988+ "decorated with :func:`@runtime_checkable <runtime_checkable>`."
39943989msgstr ""
39953990
39963991#: ../../library/typing.rst:2693
@@ -4924,16 +4919,11 @@ msgstr "非推奨のエイリアス"
49244919#: ../../library/typing.rst:3386
49254920msgid ""
49264921"This module defines several deprecated aliases to pre-existing standard "
4927- "library classes. These were originally included in the typing module in "
4928- "order to support parameterizing these generic classes using ``[]``. However, "
4929- "the aliases became redundant in Python 3.9 when the corresponding pre- "
4930- "existing classes were enhanced to support ``[]`` (see :pep:`585`)."
4922+ "library classes. These were originally included in the :mod:`! typing` module "
4923+ "in order to support parameterizing these generic classes using ``[]``. "
4924+ "However, the aliases became redundant in Python 3.9 when the corresponding "
4925+ "pre- existing classes were enhanced to support ``[]`` (see :pep:`585`)."
49314926msgstr ""
4932- "このモジュールは、既存の標準ライブラリ・クラスに対するいくつかの非推奨エイリ"
4933- "アスを定義しています。これらは元々、 ``[]`` を使ったジェネリッククラスのパラ"
4934- "メータ化をサポートするためにtypingモジュールに含まれていました。しかしこのエ"
4935- "イリアスは、Python 3.9 で既存の相当するクラスが ``[]`` をサポートするように拡"
4936- "張されたため、冗長な書き方になりました( :pep:`585` を参照)。"
49374927
49384928#: ../../library/typing.rst:3393
49394929msgid ""
@@ -4947,8 +4937,8 @@ msgstr ""
49474937msgid ""
49484938"If at some point it is decided to remove these deprecated aliases, a "
49494939"deprecation warning will be issued by the interpreter for at least two "
4950- "releases prior to removal. The aliases are guaranteed to remain in the "
4951- "typing module without deprecation warnings until at least Python 3.14."
4940+ "releases prior to removal. The aliases are guaranteed to remain in the :mod: "
4941+ "`! typing` module without deprecation warnings until at least Python 3.14."
49524942msgstr ""
49534943
49544944#: ../../library/typing.rst:3403
0 commit comments