@@ -930,7 +930,7 @@ msgid ""
930
930
"Deprecated the ``_field_types`` attribute in favor of the more standard "
931
931
"``__annotations__`` attribute which has the same information."
932
932
msgstr ""
933
- "``_field_types``属性が非推奨となりました 。代わりに同じ情報を持つより標準的な ``__annotations__`` "
933
+ "``_field_types``属性は非推奨となりました 。代わりに同じ情報を持つより標準的な ``__annotations__`` "
934
934
"属性を使ってください。"
935
935
936
936
#: ../../library/typing.rst:966
@@ -956,6 +956,9 @@ msgid ""
956
956
"consistent type. This expectation is not checked at runtime but is only "
957
957
"enforced by type checkers. Usage::"
958
958
msgstr ""
959
+ "``TypedDict`` は、その全てのインスタンスにおいてキーの集合が固定されていて、各キーに対応する値が全てのインスタンスで同じ型を持つことが期待される辞書型を作成します。\n"
960
+ "この期待は実行時にはチェックされず、型チェッカーでのみ強制されます。\n"
961
+ "使用方法は次の通りです::"
959
962
960
963
#: ../../library/typing.rst:991
961
964
msgid ""
@@ -964,12 +967,14 @@ msgid ""
964
967
"feature with older versions of Python that do not support :pep:`526`, "
965
968
"``TypedDict`` supports two additional equivalent syntactic forms::"
966
969
msgstr ""
970
+ "内観のための型情報には ``Point2D.__annotations__`` や ``Point2D.__total__`` を通してアクセスできます。\n"
971
+ ":pep:`526` をサポートしていない古いバージョンの Python でこの機能を使えるようにするために、 ``TypedDict`` はこれと同等の 2 つの文法形式を追加でサポートしています::"
967
972
968
973
#: ../../library/typing.rst:999
969
974
msgid ""
970
975
"See :pep:`589` for more examples and detailed rules of using ``TypedDict`` "
971
976
"with type checkers."
972
- msgstr ""
977
+ msgstr "他の例や、型チェッカーで ``TypedDict`` を扱う詳細な規則については :pep:`589` を参照してください。 "
973
978
974
979
#: ../../library/typing.rst:1006
975
980
msgid ""