@@ -325,7 +325,7 @@ msgstr ""
325
325
msgid ""
326
326
"This means that it is possible to perform any operation or method call on a "
327
327
"value of type :data:`Any` and assign it to any variable::"
328
- msgstr ""
328
+ msgstr "これは、 :data:`Any` 型の値では、任意の演算やメソッドの呼び出しが行えることを意味します:: "
329
329
330
330
#: ../../library/typing.rst:345
331
331
msgid ""
@@ -431,7 +431,7 @@ msgstr "モジュールの内容"
431
431
432
432
#: ../../library/typing.rst:441
433
433
msgid "The module defines the following classes, functions and decorators."
434
- msgstr ""
434
+ msgstr "このモジュールでは以下のクラス、関数、デコレータを定義します。 "
435
435
436
436
#: ../../library/typing.rst:445
437
437
msgid ""
@@ -448,25 +448,29 @@ msgid ""
448
448
"checkers will flag the deprecated types when the checked program targets "
449
449
"Python 3.9 or newer."
450
450
msgstr ""
451
+ "余計な型は Python 3.9 で非推奨になりましたが、非推奨の警告はどれもインタープリタから通告されません。\n"
452
+ "型チェッカーがチェックするプログラムの対照が Python 3.9 もしくはそれ以降のときに、非推奨の型に目印を付けることが期待されています。"
451
453
452
454
#: ../../library/typing.rst:456
453
455
msgid ""
454
456
"The deprecated types will be removed from the :mod:`typing` module in the "
455
457
"first Python version released 5 years after the release of Python 3.9.0. See"
456
458
" details in :pep:`585`—*Type Hinting Generics In Standard Collections*."
457
459
msgstr ""
460
+ "非推奨の型は、Python 3.9.0 のリリースから5年後の初めての Python バージョンで :mod:`typing` モジュールから削除されます。\n"
461
+ "詳しいことは :pep:`585`—*Type Hinting Generics In Standard Collections* を参照してください。"
458
462
459
463
#: ../../library/typing.rst:462
460
464
msgid "Special typing primitives"
461
- msgstr ""
465
+ msgstr "特殊型付けプリミティブ "
462
466
463
467
#: ../../library/typing.rst:465
464
468
msgid "Special types"
465
- msgstr ""
469
+ msgstr "特殊型 "
466
470
467
471
#: ../../library/typing.rst:467
468
472
msgid "These can be used as types in annotations and do not support ``[]``."
469
- msgstr ""
473
+ msgstr "これらはアノテーションの内部の型として使えますが、``[]`` はサポートしていません。 "
470
474
471
475
#: ../../library/typing.rst:471
472
476
msgid "Special type indicating an unconstrained type."
@@ -486,13 +490,13 @@ msgstr "関数が返り値を持たないことを示す特別な型です。例
486
490
487
491
#: ../../library/typing.rst:490
488
492
msgid "Special forms"
489
- msgstr ""
493
+ msgstr "特殊形式 "
490
494
491
495
#: ../../library/typing.rst:492
492
496
msgid ""
493
497
"These can be used as types in annotations using ``[]``, each having a unique"
494
498
" syntax."
495
- msgstr ""
499
+ msgstr "これらは ``[]`` を使ったアノテーションの内部の型として使え、それぞれ固有の文法があります。 "
496
500
497
501
#: ../../library/typing.rst:496
498
502
msgid ""
@@ -524,6 +528,8 @@ msgstr ""
524
528
#: ../../library/typing.rst:508
525
529
msgid ":class:`builtins.tuple <tuple>` now supports ``[]``. See :pep:`585`."
526
530
msgstr ""
531
+ ":class:`builtins.tuple <tuple>` は ``[]`` をサポートするようになりました。\n"
532
+ ":pep:`585` を参照してください。"
527
533
528
534
#: ../../library/typing.rst:513
529
535
msgid "Union type; ``Union[X, Y]`` means either X or Y."
@@ -626,6 +632,8 @@ msgstr ""
626
632
#: ../../library/typing.rst:582
627
633
msgid ":class:`collections.abc.Callable` now supports ``[]``. See :pep:`585`."
628
634
msgstr ""
635
+ ":class:`collections.abc.Callable` は ``[]`` をサポートするようになりました。\n"
636
+ ":pep:`585` を参照してください。"
629
637
630
638
#: ../../library/typing.rst:587
631
639
msgid ""
@@ -674,6 +682,8 @@ msgstr ""
674
682
#: ../../library/typing.rst:627
675
683
msgid ":class:`builtins.type <type>` now supports ``[]``. See :pep:`585`."
676
684
msgstr ""
685
+ ":class:`builtins.type <type>` は ``[]`` をサポートするようになりました。\n"
686
+ ":pep:`585` を参照してください。"
677
687
678
688
#: ../../library/typing.rst:632
679
689
msgid ""
0 commit comments