12
12
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023
13
13
# Takeshi Nakazato, 2023
14
14
# tomo, 2023
15
- # Takanori Suzuki <takanori@takanory.net>, 2023
16
15
# righteous righteous, 2023
16
+ # Takanori Suzuki <takanori@takanory.net>, 2023
17
17
#
18
18
#, fuzzy
19
19
msgid ""
20
20
msgstr ""
21
21
"Project-Id-Version : Python 3.12\n "
22
22
"Report-Msgid-Bugs-To : \n "
23
- "POT-Creation-Date : 2023-12-15 14:14 +0000\n "
23
+ "POT-Creation-Date : 2023-12-29 14:13 +0000\n "
24
24
"PO-Revision-Date : 2021-06-28 01:19+0000\n "
25
- "Last-Translator : righteous righteous , 2023\n "
25
+ "Last-Translator : Takanori Suzuki <takanori@takanory.net> , 2023\n "
26
26
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
27
27
"ja/)\n "
28
28
"MIME-Version : 1.0\n "
@@ -428,7 +428,7 @@ msgstr ""
428
428
429
429
#: ../../reference/compound_stmts.rst:398
430
430
msgid ":keyword:`!else` clause"
431
- msgstr ""
431
+ msgstr ":keyword:`!else` 節 "
432
432
433
433
#: ../../reference/compound_stmts.rst:400
434
434
msgid ""
@@ -545,20 +545,27 @@ msgstr ""
545
545
msgid ""
546
546
"The context manager's :meth:`~object.__enter__` is loaded for later use."
547
547
msgstr ""
548
+ "コンテキストマネージャの :meth:`~object.__enter__` メソッドが、後で使うために"
549
+ "ロードされます。"
548
550
549
551
#: ../../reference/compound_stmts.rst:494
550
552
msgid "The context manager's :meth:`~object.__exit__` is loaded for later use."
551
553
msgstr ""
554
+ "コンテキストマネージャの :meth:`~object.__exit__` メソッドが、後で使うために"
555
+ "ロードされます。"
552
556
553
557
#: ../../reference/compound_stmts.rst:496
554
558
msgid "The context manager's :meth:`~object.__enter__` method is invoked."
555
559
msgstr ""
560
+ "コンテキストマネージャの :meth:`~object.__enter__` メソッドが呼ばれます。"
556
561
557
562
#: ../../reference/compound_stmts.rst:498
558
563
msgid ""
559
564
"If a target was included in the :keyword:`with` statement, the return value "
560
565
"from :meth:`~object.__enter__` is assigned to it."
561
566
msgstr ""
567
+ ":keyword:`with` 文にターゲットが含まれていたら、それに :meth:`~object."
568
+ "__enter__` からの戻り値が代入されます。"
562
569
563
570
#: ../../reference/compound_stmts.rst:503
564
571
msgid ""
@@ -568,6 +575,11 @@ msgid ""
568
575
"target list, it will be treated the same as an error occurring within the "
569
576
"suite would be. See step 7 below."
570
577
msgstr ""
578
+ ":keyword:`with` 文は、 :meth:`~object.__enter__` メソッドがエラーなく終了した"
579
+ "場合には :meth:`~object.__exit__` が常に呼ばれることを保証します。ですので、"
580
+ "もしターゲットリストへの代入中にエラーが発生した場合には、これはそのスイート"
581
+ "の中で発生したエラーと同じように扱われます。以下のステップ 7 を参照してくださ"
582
+ "い。"
571
583
572
584
#: ../../reference/compound_stmts.rst:509
573
585
msgid "The suite is executed."
@@ -580,6 +592,10 @@ msgid ""
580
592
"passed as arguments to :meth:`~object.__exit__`. Otherwise, three :const:"
581
593
"`None` arguments are supplied."
582
594
msgstr ""
595
+ "コンテキストマネージャの :meth:`~object.__exit__` メソッドが呼ばれます。ス"
596
+ "イートが例外によって終了されたのなら、その例外の型、値、トレースバックが :"
597
+ "meth:`~object.__exit__` に引数として渡されます。そうでなければ、 3 つの :"
598
+ "const:`None` 引数が与えられます。"
583
599
584
600
#: ../../reference/compound_stmts.rst:516
585
601
msgid ""
@@ -588,13 +604,19 @@ msgid ""
588
604
"return value was true, the exception is suppressed, and execution continues "
589
605
"with the statement following the :keyword:`with` statement."
590
606
msgstr ""
607
+ "スイートが例外により終了され、 :meth:`~object.__exit__` メソッドからの戻り値"
608
+ "が偽(false)ならば、例外が再送出されます。この戻り値が真(true)ならば例外は"
609
+ "抑制され、実行は :keyword:`with` 文の次の文から続きます。"
591
610
592
611
#: ../../reference/compound_stmts.rst:521
593
612
msgid ""
594
613
"If the suite was exited for any reason other than an exception, the return "
595
614
"value from :meth:`~object.__exit__` is ignored, and execution proceeds at "
596
615
"the normal location for the kind of exit that was taken."
597
616
msgstr ""
617
+ "もしそのスイートが例外でない何らかの理由で終了した場合、その :meth:`~object."
618
+ "__exit__` からの戻り値は無視されて、実行は発生した終了の種類に応じた通常の位"
619
+ "置から継続します。"
598
620
599
621
#: ../../reference/compound_stmts.rst:525
600
622
#: ../../reference/compound_stmts.rst:1537
@@ -1214,7 +1236,7 @@ msgstr ""
1214
1236
1215
1237
#: ../../reference/compound_stmts.rst:943
1216
1238
msgid "Sequence Patterns"
1217
- msgstr ""
1239
+ msgstr "シーケンスパターン "
1218
1240
1219
1241
#: ../../reference/compound_stmts.rst:945
1220
1242
msgid ""
@@ -1328,11 +1350,11 @@ msgstr ""
1328
1350
1329
1351
#: ../../reference/compound_stmts.rst:1016
1330
1352
msgid "check ``<subject>`` is a sequence"
1331
- msgstr ""
1353
+ msgstr "``<subject>`` がシーケンスかをチェックする "
1332
1354
1333
1355
#: ../../reference/compound_stmts.rst:1017
1334
1356
msgid "``len(subject) == <N>``"
1335
- msgstr ""
1357
+ msgstr "``len(subject) == <N>`` "
1336
1358
1337
1359
#: ../../reference/compound_stmts.rst:1018
1338
1360
msgid ""
@@ -1350,7 +1372,7 @@ msgstr ""
1350
1372
1351
1373
#: ../../reference/compound_stmts.rst:1025
1352
1374
msgid "Mapping Patterns"
1353
- msgstr ""
1375
+ msgstr "マッピングパターン "
1354
1376
1355
1377
#: ../../reference/compound_stmts.rst:1027
1356
1378
msgid ""
@@ -1411,23 +1433,23 @@ msgstr ""
1411
1433
1412
1434
#: ../../reference/compound_stmts.rst:1066
1413
1435
msgid "check ``<subject>`` is a mapping"
1414
- msgstr ""
1436
+ msgstr "``<subject>`` がマッピングかをチェックする "
1415
1437
1416
1438
#: ../../reference/compound_stmts.rst:1067
1417
1439
msgid "``KEY1 in <subject>``"
1418
- msgstr ""
1440
+ msgstr "``KEY1 in <subject>`` "
1419
1441
1420
1442
#: ../../reference/compound_stmts.rst:1068
1421
1443
msgid "``P1`` matches ``<subject>[KEY1]``"
1422
- msgstr ""
1444
+ msgstr "``P1`` は ``<subject>[KEY1]`` にマッチする "
1423
1445
1424
1446
#: ../../reference/compound_stmts.rst:1069
1425
1447
msgid "... and so on for the corresponding KEY/pattern pair."
1426
1448
msgstr ""
1427
1449
1428
1450
#: ../../reference/compound_stmts.rst:1075
1429
1451
msgid "Class Patterns"
1430
- msgstr ""
1452
+ msgstr "クラスパターン "
1431
1453
1432
1454
#: ../../reference/compound_stmts.rst:1077
1433
1455
msgid ""
@@ -1543,7 +1565,7 @@ msgstr ""
1543
1565
1544
1566
#: ../../reference/compound_stmts.rst:1144
1545
1567
msgid ":ref:`class-pattern-matching`"
1546
- msgstr ""
1568
+ msgstr ":ref:`class-pattern-matching` "
1547
1569
1548
1570
#: ../../reference/compound_stmts.rst:1147
1549
1571
msgid ""
@@ -1566,7 +1588,7 @@ msgstr ":class:`bool`"
1566
1588
1567
1589
#: ../../reference/compound_stmts.rst:1153
1568
1590
msgid ":class:`bytearray`"
1569
- msgstr ""
1591
+ msgstr ":class:`bytearray` "
1570
1592
1571
1593
#: ../../reference/compound_stmts.rst:1154
1572
1594
msgid ":class:`bytes`"
@@ -1620,7 +1642,7 @@ msgstr ""
1620
1642
1621
1643
#: ../../reference/compound_stmts.rst:1170
1622
1644
msgid "``isinstance(<subject>, CLS)``"
1623
- msgstr ""
1645
+ msgstr "``isinstance(<subject>, CLS)`` "
1624
1646
1625
1647
#: ../../reference/compound_stmts.rst:1171
1626
1648
msgid "convert ``P1`` to a keyword pattern using ``CLS.__match_args__``"
@@ -1632,11 +1654,11 @@ msgstr ""
1632
1654
1633
1655
#: ../../reference/compound_stmts.rst:1174
1634
1656
msgid "``hasattr(<subject>, \" attr\" )``"
1635
- msgstr ""
1657
+ msgstr "``hasattr(<subject>, \" attr \" )`` "
1636
1658
1637
1659
#: ../../reference/compound_stmts.rst:1175
1638
1660
msgid "``P2`` matches ``<subject>.attr``"
1639
- msgstr ""
1661
+ msgstr "``P2`` は ``<subject>.attr`` にマッチする "
1640
1662
1641
1663
#: ../../reference/compound_stmts.rst:1177
1642
1664
msgid "... and so on for the corresponding keyword argument/pattern pair."
0 commit comments