Skip to content

Commit a8e812f

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 109725f commit a8e812f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+379
-328
lines changed

c-api/call.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ msgstr ""
449449
"出します。\n"
450450
"C 引数は :c:func:`Py_BuildValue` 形式のフォーマット文字列を使って記述しま"
451451
"す。\n"
452-
" *format* は *NULL* かもしれず、与える引数がないことを表します。"
452+
"*format* は *NULL* かもしれず、与える引数がないことを表します。"
453453

454454
#: ../../c-api/call.rst:278
455455
msgid ""

c-api/init.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -860,8 +860,8 @@ msgid ""
860860
"The program full path is now used for :data:`sys.executable`, instead of the "
861861
"program name."
862862
msgstr ""
863-
"プログラムの名前に代わって、プログラムのフルパスが:data:`sys.executable` に使"
864-
"われるようになりました。"
863+
"プログラムの名前に代わって、プログラムのフルパスが :data:`sys.executable` "
864+
"使われるようになりました。"
865865

866866
#: ../../c-api/init.rst:524
867867
msgid ""
@@ -2187,9 +2187,9 @@ msgstr ""
21872187
"るトレース関数の形式です。最初のパラメタはオブジェクトで、登録関数に *obj* と"
21882188
"して渡されます。 *frame* はイベントが属している実行フレームオブジェクトで、 "
21892189
"*what* は定数 :const:`PyTrace_CALL`, :const:`PyTrace_EXCEPTION`, :const:"
2190-
"`PyTrace_LINE`, :const:`PyTrace_RETURN`, :const:`PyTrace_C_CALL`, :const:"
2191-
"`PyTrace_C_RETURN`, :const:`PyTrace_OPCODE` のいずれかで、 *arg* は *what* の"
2192-
"値によって以下のように異なります:"
2190+
"`PyTrace_LINE`, :const:`PyTrace_RETURN`, :const:`PyTrace_C_CALL`, :const:"
2191+
"`PyTrace_C_EXCEPTION`, :const:`PyTrace_C_RETURN`, :const:`PyTrace_OPCODE` の"
2192+
"いずれかで、 *arg* は *what* の値によって以下のように異なります:"
21932193

21942194
#: ../../c-api/init.rst:1505
21952195
msgid "Value of *what*"

c-api/marshal.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ msgid ""
116116
"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError` "
117117
"or :exc:`TypeError`) and returns ``NULL``."
118118
msgstr ""
119-
"エラーの場合、適切な例外 (:exc:`EOFError`, :exc:`ValueError`, exc:"
119+
"エラーの場合、適切な例外 (:exc:`EOFError`, :exc:`ValueError`, :exc:"
120120
"`TypeError`) を設定し ``NULL`` を返します。"
121121

122122
#: ../../c-api/marshal.rst:75

c-api/sequence.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ msgid ""
199199
"iterable, raises :exc:`TypeError` with *m* as the message text. Returns "
200200
"``NULL`` on failure."
201201
msgstr ""
202-
"シーケンスまたはイテラブルの *o* を``PySequence_Fast*`` ファミリの関数で利用"
202+
"シーケンスまたはイテラブルの *o* を ``PySequence_Fast*`` ファミリの関数で利用"
203203
"できるオブジェクトとして返します。オブジェクトがシーケンスでもイテラブルでも"
204-
"ない場合は、メッセージ *m* を持つ、 :exec:`TypeError` を送出します。失敗した"
204+
"ない場合は、メッセージ *m* を持つ、 :exc:`TypeError` を送出します。失敗した"
205205
"ら ``NULL`` を返します。"
206206

207207
#: ../../c-api/sequence.rst:138

c-api/structures.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ msgid ""
694694
"Structure to define property-like access for a type. See also description of "
695695
"the :c:member:`PyTypeObject.tp_getset` slot."
696696
msgstr ""
697-
"型のプロパティのようなアクセスを定義するための構造体です。 c:member:"
697+
"型のプロパティのようなアクセスを定義するための構造体です。 :c:member:"
698698
"`PyTypeObject.tp_getset` スロットの説明も参照してください。"
699699

700700
#: ../../c-api/structures.rst:494

c-api/typeobj.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,7 @@ msgid ""
25582558
"operators (for example, they may be C ints or floats). The third argument "
25592559
"specifies the requested operation, as for :c:func:`PyObject_RichCompare`."
25602560
msgstr ""
2561-
"比較した結果に応じて ``Py_True` か `Py_False` を返します。\n"
2561+
"比較した結果に応じて ``Py_True`` か ``Py_False`` を返します。\n"
25622562
"VAL_A と VAL_B は C の比較演算によって順序付け可能でなければなりません(例え"
25632563
"ばこれらは C言語の整数か浮動小数点数になるでしょう)。三番目の引数には :c:"
25642564
"func:`PyObject_RichCompare` と同様に要求された演算を指定します。"

c-api/unicode.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,10 +1553,9 @@ msgid ""
15531553
"of bytes that have been decoded will be stored in *consumed*."
15541554
msgstr ""
15551555
"*consumed* が ``NULL`` の場合、 :c:func:`PyUnicode_DecodeUTF8` と同じように動"
1556-
"作します。 *consumed* が ``NULL`` でない場合、 :c:func:"
1557-
"`PyUnicode_DecodeUTF8Stateful` は末尾の不完全な UTF-8 バイト列をエラーとみな"
1558-
"しません。これらのバイト列はデコードされず、デコードされたバイト数を "
1559-
"*consumed* に返します。"
1556+
"作します。 *consumed* が ``NULL`` でない場合、末尾の不完全な UTF-8 バイト列は"
1557+
"エラーとみなされません。これらのバイト列はデコードされず、デコードされたバイ"
1558+
"ト数は *consumed* に格納されます。"
15601559

15611560
#: ../../c-api/unicode.rst:1078
15621561
msgid ""

distutils/apiref.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,10 +2054,11 @@ msgid ""
20542054
"Release."
20552055
msgstr ""
20562056
"AIX の場合、 Python 3.9 以降のバージョンでは \"aix\" に続く追加のフィールド "
2057-
"(``'-'``で連結されます) として AIX のバージョン、リリースおよびテクノロジー・"
2058-
"レベル (第1フィールド)、ビルド作成日 (第2フィールド)、ビットサイズ (第3フィー"
2059-
"ルド) を含む文字列を返します。 Python 3.8 以前のバージョンでは追加のフィール"
2060-
"ドとして AIX のバージョンとリリース の1つだけを含む文字列を返していました。"
2057+
"(``'-'`` で連結されます) として AIX のバージョン、リリースおよびテクノロ"
2058+
"ジー・レベル (第1フィールド)、ビルド作成日 (第2フィールド)、ビットサイズ (第3"
2059+
"フィールド) を含む文字列を返します。 Python 3.8 以前のバージョンでは追加の"
2060+
"フィールドとして AIX のバージョンとリリース の1つだけを含む文字列を返していま"
2061+
"した。"
20612062

20622063
#: ../../distutils/apiref.rst:1151
20632064
msgid "Examples of returned values on AIX:"

distutils/extending.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ msgid ""
7070
"indirectly, directly subclassing the command they are replacing. Commands "
7171
"are required to derive from :class:`Command`."
7272
msgstr ""
73-
"ほとんどのdistutilsのコマンド実装は :mod:`distutils.cmd` の :class:"
74-
"`distutils.cmd.Command` クラスのサブクラスとして実装されています。新しいコマ"
75-
"ンドは :class:`Command` を直接継承し、置換するコマンドでは置換対象のコマンド"
76-
"のサブクラスにすることで :class:`Command` を間接的に継承します。コマンドは :"
77-
"class:`Command` から派生したものである必要があります。"
73+
"ほとんどのdistutilsのコマンド実装は :class:`distutils.cmd.Command` クラスのサ"
74+
"ブクラスとして実装されています。新しいコマンドは :class:`Command` を直接継承"
75+
"し、置換するコマンドでは置換対象のコマンドのサブクラスにすることで :class:"
76+
"`Command` を間接的に継承します。コマンドは :class:`Command` から派生したもの"
77+
"である必要があります。"
7878

7979
#: ../../distutils/extending.rst:35
8080
msgid "Integrating new commands"

distutils/setupscript.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,8 +1242,9 @@ msgid ""
12421242
"``['foo', 'bar']``, Otherwise, it will be converted to a list of one string."
12431243
msgstr ""
12441244
"後方互換性を保つため、このフィールドはリストに加えて文字列も受け付けます。コ"
1245-
"ンマ区切りの文字列``'foo, bar'``を与えると、文字列のリスト``['foo', 'bar']``"
1246-
"に変換されます。それ以外の場合、1つの文字列だけを含むリストに変換されます。"
1245+
"ンマ区切りの文字列 ``'foo, bar'`` を与えると、文字列のリスト ``['foo', "
1246+
"'bar']`` に変換されます。それ以外の場合、1つの文字列だけを含むリストに変換さ"
1247+
"れます。"
12471248

12481249
#: ../../distutils/setupscript.rst:641
12491250
msgid "'short string'"

0 commit comments

Comments
 (0)