Skip to content

Commit 7e26107

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent b4e4cde commit 7e26107

File tree

3 files changed

+47
-12
lines changed

3 files changed

+47
-12
lines changed

c-api/float.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
# Arihiro TAKASE, 2023
88
# tomo, 2023
99
# Taichi Haradaguchi, 2024
10+
# Takeshi Nakazato, 2024
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.13\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-07-19 14:16+0000\n"
17+
"POT-Creation-Date: 2024-07-26 14:15+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
18-
"Last-Translator: Taichi Haradaguchi, 2024\n"
19+
"Last-Translator: Takeshi Nakazato, 2024\n"
1920
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version: 1.0\n"
@@ -238,4 +239,4 @@ msgstr "object"
238239

239240
#: ../../c-api/float.rst:8
240241
msgid "floating-point"
241-
msgstr ""
242+
msgstr "浮動小数点"

library/stdtypes.po

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
# tomo, 2023
1818
# righteous, 2023
1919
# TENMYO Masakazu, 2024
20-
# Takeshi Nakazato, 2024
2120
# Takanori Suzuki <[email protected]>, 2024
21+
# Takeshi Nakazato, 2024
2222
#
2323
#, fuzzy
2424
msgid ""
2525
msgstr ""
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 <[email protected]>, 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."
24322432
msgstr ""
2433+
"`linspace レシピ <https://code.activestate.com/recipes/579000-equally-spaced-"
2434+
"numbers-linspace/>`_ は浮動小数点数向けの遅延評価版 range を実装する方法を紹"
2435+
"介しています。"
24332436

24342437
#: ../../library/stdtypes.rst:1511
24352438
msgid "Text Sequence Type --- :class:`str`"
@@ -3848,15 +3851,15 @@ msgstr "``'e'``"
38483851

38493852
#: ../../library/stdtypes.rst:2445 ../../library/stdtypes.rst:3664
38503853
msgid "Floating-point exponential format (lowercase)."
3851-
msgstr ""
3854+
msgstr "指数表記の浮動小数点数 (小文字)。"
38523855

38533856
#: ../../library/stdtypes.rst:2447 ../../library/stdtypes.rst:3666
38543857
msgid "``'E'``"
38553858
msgstr "``'E'``"
38563859

38573860
#: ../../library/stdtypes.rst:2447 ../../library/stdtypes.rst:3666
38583861
msgid "Floating-point exponential format (uppercase)."
3859-
msgstr ""
3862+
msgstr "指数表記の浮動小数点数 (大文字)。"
38603863

38613864
#: ../../library/stdtypes.rst:2449 ../../library/stdtypes.rst:3668
38623865
msgid "``'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
38673870
msgid "Floating-point decimal format."
3868-
msgstr ""
3871+
msgstr "10 進浮動小数点数。"
38693872

38703873
#: ../../library/stdtypes.rst:2451 ../../library/stdtypes.rst:3670
38713874
msgid "``'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."
38823885
msgstr ""
3886+
"浮動小数点数。指数部が -4 以上または精度以下の場合には小文字指数表記、それ以"
3887+
"外の場合には10進表記。"
38833888

38843889
#: ../../library/stdtypes.rst:2457 ../../library/stdtypes.rst:3676
38853890
msgid "``'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."
38923897
msgstr ""
3898+
"浮動小数点数。指数部が -4 以上または精度以下の場合には大文字指数表記、それ以"
3899+
"外の場合には10進表記。"
38933900

38943901
#: ../../library/stdtypes.rst:2461 ../../library/stdtypes.rst:3680
38953902
msgid "``'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."
54265433
msgstr ""
5434+
"浮動小数点数の場合と同様 memoryview オブジェクトに対する ``v is w`` は ``v "
5435+
"== w`` を意味 *しない* ことに注意してください。"
54275436

54285437
#: ../../library/stdtypes.rst:3901
54295438
msgid ""
@@ -7276,6 +7285,9 @@ msgid ""
72767285
"UnionType` and used for :func:`isinstance` checks. An object cannot be "
72777286
"instantiated from the type::"
72787287
msgstr ""
7288+
"ユーザー定義の Union オブジェクトは :data:`types.UnionType` からアクセスする"
7289+
"ことができ、 :func:`isinstance` によるチェックにも使うことができます。型から"
7290+
"オブジェクトをインスタンスかすることができません::"
72797291

72807292
#: ../../library/stdtypes.rst:5250
72817293
msgid ""
@@ -7706,13 +7718,17 @@ msgstr ""
77067718
msgid ""
77077719
"Limiting conversion size offers a practical way to avoid :cve:`2020-10735`."
77087720
msgstr ""
7721+
"変換するサイズを制限することは、 :cve:`2020-10735` を回避する実践的な方法を提"
7722+
"供します。"
77097723

77107724
#: ../../library/stdtypes.rst:5575
77117725
msgid ""
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."
77157729
msgstr ""
7730+
"制限は、非線形な変換アルゴリズムが必要とされる場合に、入力または出力文字列の"
7731+
"桁数に対して適用されます。アンダースコアや正負の符号はカウントされません。"
77167732

77177733
#: ../../library/stdtypes.rst:5579
77187734
msgid ""
@@ -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."
78977913
msgstr ""
7914+
"小さな上限値を設定することで、問題が起きる *可能性があります* 。まれではあり"
7915+
"ますが、ソースコード内で閾値を超える定数が10進数の整数として存在するコードが"
7916+
"存在します。値に制限をつけることの帰結は、10進数の整数リテラルで制限を超える"
7917+
"長さを持つ定数を含むコードのパース時、すなわち通常は起動時、モジュールのイン"
7918+
"ポート時、またはインストール時など、そのコードのための ``.pyc`` ファイルが作"
7919+
"られるまでのどこかの時点でのエラーです。大きな定数を含むソースコードに対する"
7920+
"回避策は、その定数を、 ``0x`` を使って値の制限を持たない16進数の値に変換する"
7921+
"ことです。"
78987922

78997923
#: ../../library/stdtypes.rst:5686
79007924
msgid ""
@@ -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."
79057929
msgstr ""
7930+
"小さな上限値を使う場合、アプリケーションを徹底的にテストしてください。環境変"
7931+
"数やフラグを使って、制限が起動時や、さらにはインストールの段階で Python が "
7932+
"``.py`` ファイルを事前にコンパイルして ``.pyc`` ファイルを作成する際にも適用"
7933+
"されるようにした状態で、確実にテストが実行されるようにしてください。"
79067934

79077935
#: ../../library/stdtypes.rst:5692
79087936
msgid "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."
79177945
msgstr ""
7946+
"デフォルトの :data:`sys.int_info.default_max_str_digits` は、ほとんどのアプリ"
7947+
"ケーションで適切な値であると期待されます。もしあなたのアプリケーションが異な"
7948+
"る制限値を必要とする場合は、メインのエントリーポイントから、 Python バージョ"
7949+
"ンに依存しないコードを使って制限値を設定してください。こうしなければならない"
7950+
"理由は、これらの API が 3.12 以前のセキュリテイパッチリリースで追加されたため"
7951+
"です。"
79187952

79197953
#: ../../library/stdtypes.rst:5699
79207954
msgid "Example::"
@@ -8164,7 +8198,7 @@ msgstr "整数"
81648198

81658199
#: ../../library/stdtypes.rst:208 ../../library/stdtypes.rst:229
81668200
msgid "floating-point"
8167-
msgstr ""
8201+
msgstr "浮動小数点"
81688202

81698203
#: ../../library/stdtypes.rst:208 ../../library/stdtypes.rst:229
81708204
msgid "complex number"

reference/datamodel.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.13\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2024-07-19 14:16+0000\n"
25+
"POT-Creation-Date: 2024-07-26 14:15+0000\n"
2626
"PO-Revision-Date: 2021-06-28 01:19+0000\n"
2727
"Last-Translator: Takeshi Nakazato, 2024\n"
2828
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -5012,7 +5012,7 @@ msgstr "True"
50125012

50135013
#: ../../reference/datamodel.rst:261
50145014
msgid "floating-point"
5015-
msgstr ""
5015+
msgstr "浮動小数点"
50165016

50175017
#: ../../reference/datamodel.rst:261 ../../reference/datamodel.rst:279
50185018
msgid "number"

0 commit comments

Comments
 (0)