Skip to content

Commit 4186989

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent 096a134 commit 4186989

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

library/stdtypes.po

+10
Original file line numberDiff line numberDiff line change
@@ -6546,12 +6546,18 @@ msgid ""
65466546
"the value type. In this example, the function expects a ``dict`` with keys "
65476547
"of type :class:`str` and values of type :class:`int`::"
65486548
msgstr ""
6549+
"もうひとつの例として :term:`mapping` オブジェクトの場合を示します。ここでは"
6550+
"キーと値の2つの型をパラメータとするジェネリック型である :class:`dict` を使っ"
6551+
"ています。この例では、関数はキーが :class:`str` 型、値が :class:`int` 型であ"
6552+
"るような ``dict`` を引数にとります::"
65496553

65506554
#: ../../library/stdtypes.rst:4783
65516555
msgid ""
65526556
"The builtin functions :func:`isinstance` and :func:`issubclass` do not "
65536557
"accept ``GenericAlias`` types for their second argument::"
65546558
msgstr ""
6559+
"組み込み関数 :func:`isinstance` と :func:`issubclass` は第二引数として "
6560+
"``GenericAlias`` 型を指定することはできません::"
65556561

65566562
#: ../../library/stdtypes.rst:4791
65576563
msgid ""
@@ -6567,12 +6573,16 @@ msgid ""
65676573
"Furthermore, parameterized generics erase type parameters during object "
65686574
"creation::"
65696575
msgstr ""
6576+
"しかも、パラメータ付きジェネリック型は、オブジェクト生成時にパラメータの型情"
6577+
"報を削除します::"
65706578

65716579
#: ../../library/stdtypes.rst:4812
65726580
msgid ""
65736581
"Calling :func:`repr` or :func:`str` on a generic shows the parameterized "
65746582
"type::"
65756583
msgstr ""
6584+
":func:`repr` や :func:`str` のジェネリック型に対する呼び出しは、パラメータ型"
6585+
"を表示します::"
65766586

65776587
#: ../../library/stdtypes.rst:4820
65786588
msgid ""

0 commit comments

Comments
 (0)