1717# tomo, 2023
1818# righteous, 2023
1919# TENMYO Masakazu, 2024
20- # Takeshi Nakazato, 2024
2120# Takanori Suzuki <takanori@takanory.net>, 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-07-19 14:16 +0000\n "
28+ "POT-Creation-Date : 2024-07-26 14:15 +0000\n "
2929"PO-Revision-Date : 2021-06-28 01:13+0000\n "
30- "Last-Translator : Takanori Suzuki <takanori@takanory.net> , 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 "
@@ -2430,6 +2430,9 @@ msgid ""
24302430"spaced-numbers-linspace/>`_ shows how to implement a lazy version of range "
24312431"suitable for floating-point applications."
24322432msgstr ""
2433+ "`linspace レシピ <https://code.activestate.com/recipes/579000-equally-spaced-"
2434+ "numbers-linspace/>`_ は浮動小数点数向けの遅延評価版 range を実装する方法を紹"
2435+ "介しています。"
24332436
24342437#: ../../library/stdtypes.rst:1511
24352438msgid "Text Sequence Type --- :class:`str`"
@@ -3848,15 +3851,15 @@ msgstr "``'e'``"
38483851
38493852#: ../../library/stdtypes.rst:2445 ../../library/stdtypes.rst:3664
38503853msgid "Floating-point exponential format (lowercase)."
3851- msgstr ""
3854+ msgstr "指数表記の浮動小数点数 (小文字)。 "
38523855
38533856#: ../../library/stdtypes.rst:2447 ../../library/stdtypes.rst:3666
38543857msgid "``'E'``"
38553858msgstr "``'E'``"
38563859
38573860#: ../../library/stdtypes.rst:2447 ../../library/stdtypes.rst:3666
38583861msgid "Floating-point exponential format (uppercase)."
3859- msgstr ""
3862+ msgstr "指数表記の浮動小数点数 (大文字)。 "
38603863
38613864#: ../../library/stdtypes.rst:2449 ../../library/stdtypes.rst:3668
38623865msgid "``'f'``"
@@ -3865,7 +3868,7 @@ msgstr "``'f'``"
38653868#: ../../library/stdtypes.rst:2449 ../../library/stdtypes.rst:2451
38663869#: ../../library/stdtypes.rst:3668 ../../library/stdtypes.rst:3670
38673870msgid "Floating-point decimal format."
3868- msgstr ""
3871+ msgstr "10 進浮動小数点数。 "
38693872
38703873#: ../../library/stdtypes.rst:2451 ../../library/stdtypes.rst:3670
38713874msgid "``'F'``"
@@ -3880,6 +3883,8 @@ msgid ""
38803883"Floating-point format. Uses lowercase exponential format if exponent is less "
38813884"than -4 or not less than precision, decimal format otherwise."
38823885msgstr ""
3886+ "浮動小数点数。指数部が -4 以上または精度以下の場合には小文字指数表記、それ以"
3887+ "外の場合には10進表記。"
38833888
38843889#: ../../library/stdtypes.rst:2457 ../../library/stdtypes.rst:3676
38853890msgid "``'G'``"
@@ -3890,6 +3895,8 @@ msgid ""
38903895"Floating-point format. Uses uppercase exponential format if exponent is less "
38913896"than -4 or not less than precision, decimal format otherwise."
38923897msgstr ""
3898+ "浮動小数点数。指数部が -4 以上または精度以下の場合には大文字指数表記、それ以"
3899+ "外の場合には10進表記。"
38933900
38943901#: ../../library/stdtypes.rst:2461 ../../library/stdtypes.rst:3680
38953902msgid "``'c'``"
@@ -5424,6 +5431,8 @@ msgid ""
54245431"Note that, as with floating-point numbers, ``v is w`` does *not* imply ``v "
54255432"== w`` for memoryview objects."
54265433msgstr ""
5434+ "浮動小数点数の場合と同様 memoryview オブジェクトに対する ``v is w`` は ``v "
5435+ "== w`` を意味 *しない* ことに注意してください。"
54275436
54285437#: ../../library/stdtypes.rst:3901
54295438msgid ""
@@ -7276,6 +7285,9 @@ msgid ""
72767285"UnionType` and used for :func:`isinstance` checks. An object cannot be "
72777286"instantiated from the type::"
72787287msgstr ""
7288+ "ユーザー定義の Union オブジェクトは :data:`types.UnionType` からアクセスする"
7289+ "ことができ、 :func:`isinstance` によるチェックにも使うことができます。型から"
7290+ "オブジェクトをインスタンスかすることができません::"
72797291
72807292#: ../../library/stdtypes.rst:5250
72817293msgid ""
@@ -7706,13 +7718,17 @@ msgstr ""
77067718msgid ""
77077719"Limiting conversion size offers a practical way to avoid :cve:`2020-10735`."
77087720msgstr ""
7721+ "変換するサイズを制限することは、 :cve:`2020-10735` を回避する実践的な方法を提"
7722+ "供します。"
77097723
77107724#: ../../library/stdtypes.rst:5575
77117725msgid ""
77127726"The limit is applied to the number of digit characters in the input or "
77137727"output string when a non-linear conversion algorithm would be involved. "
77147728"Underscores and the sign are not counted towards the limit."
77157729msgstr ""
7730+ "制限は、非線形な変換アルゴリズムが必要とされる場合に、入力または出力文字列の"
7731+ "桁数に対して適用されます。アンダースコアや正負の符号はカウントされません。"
77167732
77177733#: ../../library/stdtypes.rst:5579
77187734msgid ""
@@ -7895,6 +7911,14 @@ msgid ""
78957911"exist for the code. A workaround for source that contains such large "
78967912"constants is to convert them to ``0x`` hexadecimal form as it has no limit."
78977913msgstr ""
7914+ "小さな上限値を設定することで、問題が起きる *可能性があります* 。まれではあり"
7915+ "ますが、ソースコード内で閾値を超える定数が10進数の整数として存在するコードが"
7916+ "存在します。値に制限をつけることの帰結は、10進数の整数リテラルで制限を超える"
7917+ "長さを持つ定数を含むコードのパース時、すなわち通常は起動時、モジュールのイン"
7918+ "ポート時、またはインストール時など、そのコードのための ``.pyc`` ファイルが作"
7919+ "られるまでのどこかの時点でのエラーです。大きな定数を含むソースコードに対する"
7920+ "回避策は、その定数を、 ``0x`` を使って値の制限を持たない16進数の値に変換する"
7921+ "ことです。"
78987922
78997923#: ../../library/stdtypes.rst:5686
79007924msgid ""
@@ -7903,6 +7927,10 @@ msgid ""
79037927"during startup and even during any installation step that may invoke Python "
79047928"to precompile ``.py`` sources to ``.pyc`` files."
79057929msgstr ""
7930+ "小さな上限値を使う場合、アプリケーションを徹底的にテストしてください。環境変"
7931+ "数やフラグを使って、制限が起動時や、さらにはインストールの段階で Python が "
7932+ "``.py`` ファイルを事前にコンパイルして ``.pyc`` ファイルを作成する際にも適用"
7933+ "されるようにした状態で、確実にテストが実行されるようにしてください。"
79067934
79077935#: ../../library/stdtypes.rst:5692
79087936msgid "Recommended configuration"
@@ -7915,6 +7943,12 @@ msgid ""
79157943"limit, set it from your main entry point using Python version agnostic code "
79167944"as these APIs were added in security patch releases in versions before 3.12."
79177945msgstr ""
7946+ "デフォルトの :data:`sys.int_info.default_max_str_digits` は、ほとんどのアプリ"
7947+ "ケーションで適切な値であると期待されます。もしあなたのアプリケーションが異な"
7948+ "る制限値を必要とする場合は、メインのエントリーポイントから、 Python バージョ"
7949+ "ンに依存しないコードを使って制限値を設定してください。こうしなければならない"
7950+ "理由は、これらの API が 3.12 以前のセキュリテイパッチリリースで追加されたため"
7951+ "です。"
79187952
79197953#: ../../library/stdtypes.rst:5699
79207954msgid "Example::"
@@ -8164,7 +8198,7 @@ msgstr "整数"
81648198
81658199#: ../../library/stdtypes.rst:208 ../../library/stdtypes.rst:229
81668200msgid "floating-point"
8167- msgstr ""
8201+ msgstr "浮動小数点 "
81688202
81698203#: ../../library/stdtypes.rst:208 ../../library/stdtypes.rst:229
81708204msgid "complex number"
0 commit comments