Skip to content

Commit bb69d4f

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 356ef64 commit bb69d4f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

library/stdtypes.po

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6976,21 +6976,26 @@ msgid ""
69766976
"This attribute is a lazily computed tuple (possibly empty) of unique type "
69776977
"variables found in ``__args__``::"
69786978
msgstr ""
6979+
"この属性は、 ``__args__`` にある固有の型変数のタプルで、必要に応じて遅延計算"
6980+
"されます (空の可能性もあります)::"
69796981

69806982
#: ../../library/stdtypes.rst:5017
69816983
msgid ""
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."
69856987
msgstr ""
6988+
":class:`typing.ParamSpec` パラメータを含む ``GenericAlias`` オブジェクトは、"
6989+
"代入後に正しい ``__parameters__`` を持たない可能性があります。これは :class:"
6990+
"`typing.ParamSpec` が主に静的な型チェックを目的としているためです。"
69866991

69876992
#: ../../library/stdtypes.rst:5024
69886993
msgid ":pep:`484` - Type Hints"
69896994
msgstr ":pep:`484` - 型ヒント"
69906995

69916996
#: ../../library/stdtypes.rst:5024
69926997
msgid "Introducing Python's framework for type annotations."
6993-
msgstr ""
6998+
msgstr "型アノテーションのための Python のフレームワークへの導入です。"
69946999

69957000
#: ../../library/stdtypes.rst:5029
69967001
msgid ":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__`."
70057010
msgstr ""
7011+
"特殊なクラスメソッド :meth:`~object.__class_getitem__` を実装している場合に、"
7012+
"標準ライブラリのクラスに対してネイティブにパラメータ表記を可能にする機能への"
7013+
"導入です。"
70067014

70077015
#: ../../library/stdtypes.rst:5032
70087016
msgid ""
70097017
":ref:`Generics`, :ref:`user-defined generics <user-defined-generics>` and :"
70107018
"class:`typing.Generic`"
70117019
msgstr ""
7020+
":ref:`Generics`, :ref:`ユーザー定義のジェネリック型 <user-defined-"
7021+
"generics>`, および :class:`typing.Generic`"
70127022

70137023
#: ../../library/stdtypes.rst:5032
70147024
msgid ""
70157025
"Documentation on how to implement generic classes that can be parameterized "
70167026
"at runtime and understood by static type-checkers."
70177027
msgstr ""
7028+
"実行時にパラメータ設定が可能であり、かつ静的な型チェッカーが理解できるジェネ"
7029+
"リッククラスを実装する方法のドキュメントです。"
70187030

70197031
#: ../../library/stdtypes.rst:5041
70207032
msgid "Union Type"

reference/datamodel.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3794,6 +3794,8 @@ msgid ""
37943794
"Documentation on how to implement generic classes that can be parameterized "
37953795
"at runtime and understood by static type-checkers."
37963796
msgstr ""
3797+
"実行時にパラメータ設定が可能であり、かつ静的な型チェッカーが理解できるジェネ"
3798+
"リッククラスを実装する方法のドキュメントです。"
37973799

37983800
#: ../../reference/datamodel.rst:2219
37993801
msgid ""

0 commit comments

Comments
 (0)