@@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.13\n "
21
21
"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 "
23
23
"PO-Revision-Date : 2021-06-28 01:16+0000\n "
24
24
"Last-Translator : Yosuke Miyashita, 2025\n "
25
25
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -31,8 +31,8 @@ msgstr ""
31
31
"Plural-Forms : nplurals=1; plural=0;\n "
32
32
33
33
#: ../../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 ""
36
36
37
37
#: ../../library/typing.rst:16
38
38
msgid "**Source code:** :source:`Lib/typing.py`"
@@ -1130,9 +1130,9 @@ msgid ""
1130
1130
"User-defined generics for parameter expressions are also supported via "
1131
1131
"parameter specification variables in the form ``[**P]``. The behavior is "
1132
1132
"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`::"
1136
1136
msgstr ""
1137
1137
1138
1138
#: ../../library/typing.rst:671
@@ -1195,14 +1195,9 @@ msgstr ""
1195
1195
msgid ""
1196
1196
"A user-defined generic class can have ABCs as base classes without a "
1197
1197
"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."
1200
1200
msgstr ""
1201
- "ユーザーが定義したジェネリッククラスはメタクラスの衝突を起こすことなく基底ク"
1202
- "ラスに抽象基底クラスをとれます。\n"
1203
- "ジェネリックメタクラスはサポートされません。\n"
1204
- "パラメータ化を行うジェネリクスの結果はキャッシュされていて、 typing モジュー"
1205
- "ルのほとんどの型は :term:`ハッシュ可能 <hashable>` で等価比較できます。"
1206
1201
1207
1202
#: ../../library/typing.rst:714
1208
1203
msgid "The :data:`Any` type"
@@ -3989,8 +3984,8 @@ msgstr "プロトコル"
3989
3984
3990
3985
#: ../../library/typing.rst:2688
3991
3986
msgid ""
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>`."
3994
3989
msgstr ""
3995
3990
3996
3991
#: ../../library/typing.rst:2693
@@ -4924,16 +4919,11 @@ msgstr "非推奨のエイリアス"
4924
4919
#: ../../library/typing.rst:3386
4925
4920
msgid ""
4926
4921
"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`)."
4931
4926
msgstr ""
4932
- "このモジュールは、既存の標準ライブラリ・クラスに対するいくつかの非推奨エイリ"
4933
- "アスを定義しています。これらは元々、 ``[]`` を使ったジェネリッククラスのパラ"
4934
- "メータ化をサポートするためにtypingモジュールに含まれていました。しかしこのエ"
4935
- "イリアスは、Python 3.9 で既存の相当するクラスが ``[]`` をサポートするように拡"
4936
- "張されたため、冗長な書き方になりました( :pep:`585` を参照)。"
4937
4927
4938
4928
#: ../../library/typing.rst:3393
4939
4929
msgid ""
@@ -4947,8 +4937,8 @@ msgstr ""
4947
4937
msgid ""
4948
4938
"If at some point it is decided to remove these deprecated aliases, a "
4949
4939
"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."
4952
4942
msgstr ""
4953
4943
4954
4944
#: ../../library/typing.rst:3403
0 commit comments