@@ -1147,7 +1147,7 @@ msgstr ""
1147
1147
1148
1148
#: ../../reference/compound_stmts.rst:855
1149
1149
msgid "Sequence Patterns"
1150
- msgstr ""
1150
+ msgstr "シーケンスパターン "
1151
1151
1152
1152
#: ../../reference/compound_stmts.rst:857
1153
1153
msgid ""
@@ -1261,11 +1261,11 @@ msgstr ""
1261
1261
1262
1262
#: ../../reference/compound_stmts.rst:928
1263
1263
msgid "check ``<subject>`` is a sequence"
1264
- msgstr ""
1264
+ msgstr "``<subject>`` がシーケンスかをチェックする "
1265
1265
1266
1266
#: ../../reference/compound_stmts.rst:929
1267
1267
msgid "``len(subject) == <N>``"
1268
- msgstr ""
1268
+ msgstr "``len(subject) == <N>`` "
1269
1269
1270
1270
#: ../../reference/compound_stmts.rst:930
1271
1271
msgid ""
@@ -1283,7 +1283,7 @@ msgstr ""
1283
1283
1284
1284
#: ../../reference/compound_stmts.rst:937
1285
1285
msgid "Mapping Patterns"
1286
- msgstr ""
1286
+ msgstr "マッピングパターン "
1287
1287
1288
1288
#: ../../reference/compound_stmts.rst:939
1289
1289
msgid ""
@@ -1344,23 +1344,23 @@ msgstr ""
1344
1344
1345
1345
#: ../../reference/compound_stmts.rst:978
1346
1346
msgid "check ``<subject>`` is a mapping"
1347
- msgstr ""
1347
+ msgstr "``<subject>`` がマッピングかをチェックする "
1348
1348
1349
1349
#: ../../reference/compound_stmts.rst:979
1350
1350
msgid "``KEY1 in <subject>``"
1351
- msgstr ""
1351
+ msgstr "``KEY1 in <subject>`` "
1352
1352
1353
1353
#: ../../reference/compound_stmts.rst:980
1354
1354
msgid "``P1`` matches ``<subject>[KEY1]``"
1355
- msgstr ""
1355
+ msgstr "``P1`` は ``<subject>[KEY1]`` にマッチする "
1356
1356
1357
1357
#: ../../reference/compound_stmts.rst:981
1358
1358
msgid "... and so on for the corresponding KEY/pattern pair."
1359
1359
msgstr ""
1360
1360
1361
1361
#: ../../reference/compound_stmts.rst:987
1362
1362
msgid "Class Patterns"
1363
- msgstr ""
1363
+ msgstr "クラスパターン "
1364
1364
1365
1365
#: ../../reference/compound_stmts.rst:989
1366
1366
msgid ""
@@ -1476,7 +1476,7 @@ msgstr ""
1476
1476
1477
1477
#: ../../reference/compound_stmts.rst:1056
1478
1478
msgid ":ref:`class-pattern-matching`"
1479
- msgstr ""
1479
+ msgstr ":ref:`class-pattern-matching` "
1480
1480
1481
1481
#: ../../reference/compound_stmts.rst:1059
1482
1482
msgid ""
@@ -1499,7 +1499,7 @@ msgstr ":class:`bool`"
1499
1499
1500
1500
#: ../../reference/compound_stmts.rst:1065
1501
1501
msgid ":class:`bytearray`"
1502
- msgstr ""
1502
+ msgstr ":class:`bytearray` "
1503
1503
1504
1504
#: ../../reference/compound_stmts.rst:1066
1505
1505
msgid ":class:`bytes`"
@@ -1553,7 +1553,7 @@ msgstr ""
1553
1553
1554
1554
#: ../../reference/compound_stmts.rst:1082
1555
1555
msgid "``isinstance(<subject>, CLS)``"
1556
- msgstr ""
1556
+ msgstr "``isinstance(<subject>, CLS)`` "
1557
1557
1558
1558
#: ../../reference/compound_stmts.rst:1083
1559
1559
msgid "convert ``P1`` to a keyword pattern using ``CLS.__match_args__``"
@@ -1565,11 +1565,11 @@ msgstr ""
1565
1565
1566
1566
#: ../../reference/compound_stmts.rst:1085
1567
1567
msgid "``hasattr(<subject>, \" attr\" )``"
1568
- msgstr ""
1568
+ msgstr "``hasattr(<subject>, \" attr \" )`` "
1569
1569
1570
1570
#: ../../reference/compound_stmts.rst:1086
1571
1571
msgid "``P2`` matches ``<subject>.attr``"
1572
- msgstr ""
1572
+ msgstr "``P2`` は ``<subject>.attr`` にマッチする "
1573
1573
1574
1574
#: ../../reference/compound_stmts.rst:1087
1575
1575
msgid "... and so on for the corresponding keyword argument/pattern pair."
0 commit comments