1515# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023
1616# 秘湯 <xwhhsprings@gmail.com>, 2023
1717# tomo, 2023
18- # righteous righteous , 2023
18+ # righteous, 2023
1919# Takanori Suzuki <takanori@takanory.net>, 2024
20- # Takeshi Nakazato, 2024
2120# TENMYO Masakazu, 2024
21+ # Takeshi Nakazato, 2024
2222#
2323#, fuzzy
2424msgid ""
2525msgstr ""
2626"Project-Id-Version : Python 3.13\n "
2727"Report-Msgid-Bugs-To : \n "
28- "POT-Creation-Date : 2024-06-28 14:15 +0000\n "
28+ "POT-Creation-Date : 2024-07-05 14:16 +0000\n "
2929"PO-Revision-Date : 2021-06-28 01:13+0000\n "
30- "Last-Translator : TENMYO Masakazu , 2024\n "
30+ "Last-Translator : Takeshi Nakazato , 2024\n "
3131"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
3232"ja/)\n "
3333"MIME-Version : 1.0\n "
@@ -1977,6 +1977,8 @@ msgid ""
19771977"If *k* is not equal to ``1``, *t* must have the same length as the slice it "
19781978"is replacing."
19791979msgstr ""
1980+ "*k* が ``1`` と等しくない場合、 *t* はそれが入れ替えるスライスと同じ長さでな"
1981+ "ければなりません。"
19801982
19811983#: ../../library/stdtypes.rst:1226
19821984msgid ""
@@ -7242,6 +7244,11 @@ msgid ""
72427244"For unions which include forward references, present the whole expression as "
72437245"a string, e.g. ``\" int | Foo\" ``."
72447246msgstr ""
7247+ "``|`` のオペランドは、実行時に1つ以上の前方参照をメンバーとして含むようなユニ"
7248+ "オンを定義するために使うことはできません。たとえば、 ``\" Foo\" `` がまだ定義さ"
7249+ "れていないクラスへの参照である場合、 ``int | \" Foo\" `` は実行時に失敗します。"
7250+ "前方参照を含むユニオンは、 ``\" int | Foo\" `` のように、ユニオン全体を文字列と"
7251+ "してあらわしてください。"
72457252
72467253#: ../../library/stdtypes.rst:5192
72477254msgid ""
@@ -7646,6 +7653,8 @@ msgid ""
76467653"The :ref:`type parameters <type-params>` of generic classes, functions, and :"
76477654"ref:`type aliases <type-aliases>`."
76487655msgstr ""
7656+ "ジェネリッククラス、ジェネリック関数、および :ref:`型エイリアス <type-"
7657+ "aliases>` の :ref:` 型パラメータ <type-params>` です。"
76497658
76507659#: ../../library/stdtypes.rst:5524
76517660msgid ""
@@ -7680,6 +7689,8 @@ msgid ""
76807689"A tuple containing names of attributes of this class which are accessed "
76817690"through ``self.X`` from any function in its body."
76827691msgstr ""
7692+ "クラスの中に定義されている関数のどこからでも ``self.X`` の形式でアクセス可能"
7693+ "な、クラスの属性名すべてを含むタプルです。"
76837694
76847695#: ../../library/stdtypes.rst:5555
76857696msgid "Integer string conversion length limitation"
@@ -7706,6 +7717,13 @@ msgid ""
77067717"algorithms for base 10 have sub-quadratic complexity. Converting a large "
77077718"value such as ``int('1' * 500_000)`` can take over a second on a fast CPU."
77087719msgstr ""
7720+ "CPython の :class:`int` 型は、任意の長さの数をバイナリ形式で保存したものです "
7721+ "(一般に \" bignum\" または多倍長整数として知られています)。基数が2のべき乗でな"
7722+ "い限り、線形の時間で文字列をバイナリ整数に、あるいはバイナリ整数を文字列に変"
7723+ "換できるアルゴリズムは存在しません。10進数に対するアルゴリズムでは、最もよく"
7724+ "知られているものでさえ、2次に近い (sub-quadratic) 複雑さになります。高速な "
7725+ "CPU でも、 ``int('1' * 500_000)`` のような大きな数の変換は1秒以上かかる可能性"
7726+ "があります。"
77097727
77107728#: ../../library/stdtypes.rst:5569
77117729msgid ""
0 commit comments