@@ -16,7 +16,7 @@ msgid ""
1616msgstr ""
1717"Project-Id-Version : Python 3.12\n "
1818"Report-Msgid-Bugs-To : \n "
19- "POT-Creation-Date : 2024-03-15 14:13+0000\n "
19+ "POT-Creation-Date : 2024-03-29 14:13+0000\n "
2020"PO-Revision-Date : 2021-06-28 00:52+0000\n "
2121"Last-Translator : TENMYO Masakazu, 2024\n "
2222"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -479,6 +479,10 @@ msgid ""
479479"``match ... case`` statement. An older alternative is a sequence of ``if... "
480480"elif... elif... else``."
481481msgstr ""
482+ "一般的に、構造化された switch 文は、式が特定の値または値の集合を持つとき、1"
483+ "つのコードブロックを実行します。 Python 3.10 以降では、リテラル値や名前空間内"
484+ "の定数を、 ``match ... case`` 文で簡単にマッチさせることができます。より古い"
485+ "手段は一連の ``if... elif... elif... else`` です。"
482486
483487#: ../../faq/design.rst:268
484488msgid ""
@@ -513,6 +517,8 @@ msgid ""
513517"Imitating switch with fallthrough, as with C's switch-case-default, is "
514518"possible, much harder, and less needed."
515519msgstr ""
520+ "C の switch-case-default のような、フォールスルーのある switch を模倣すること"
521+ "もできますが、はるかに難しいうえに必要性も少ないでしょう。"
516522
517523#: ../../faq/design.rst:300
518524msgid ""
0 commit comments