Skip to content

Commit 80ea7ce

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 8d2883c commit 80ea7ce

Some content is hidden

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

81 files changed

+720
-576
lines changed

bugs.po

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
# yaakiyu, 2022
99
# Takanori Suzuki <takanori@takanory.net>, 2023
1010
# souma987, 2023
11+
# Arihiro TAKASE, 2023
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Python 3.11\n"
1617
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
18+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1819
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
19-
"Last-Translator: souma987, 2023\n"
20-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
20+
"Last-Translator: Arihiro TAKASE, 2023\n"
21+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -191,6 +192,8 @@ msgid ""
191192
"For the \"Title\" field, enter a *very* short description of the problem; "
192193
"fewer than ten words is good."
193194
msgstr ""
195+
"「Title」フィールドには、問題の *とても* 短い説明を(訳注: 英語で)入力してくだ"
196+
"さい。10語以内が望ましいです。"
194197

195198
#: ../../bugs.rst:75
196199
msgid ""

c-api/call.po

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
# Translators:
77
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2021
88
# tomo, 2022
9+
# Arihiro TAKASE, 2023
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.11\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
16+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
17-
"Last-Translator: tomo, 2022\n"
18-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
18+
"Last-Translator: Arihiro TAKASE, 2023\n"
19+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -450,7 +451,7 @@ msgstr ""
450451
"出します。\n"
451452
"C 引数は :c:func:`Py_BuildValue` 形式のフォーマット文字列を使って記述しま"
452453
"す。\n"
453-
" *format* は *NULL* かもしれず、与える引数がないことを表します。"
454+
"*format* は *NULL* かもしれず、与える引数がないことを表します。"
454455

455456
#: ../../c-api/call.rst:278
456457
msgid ""

c-api/init.po

+7-6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Osamu NAKAMURA, 2021
99
# mollinaca, 2021
1010
# Akira inamori <akira.inamori@tf-ebina.com>, 2021
11+
# Arihiro TAKASE, 2023
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1819
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
19-
"Last-Translator: Akira inamori <akira.inamori@tf-ebina.com>, 2021\n"
20+
"Last-Translator: Arihiro TAKASE, 2023\n"
2021
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version: 1.0\n"
@@ -873,8 +874,8 @@ msgid ""
873874
"The program full path is now used for :data:`sys.executable`, instead of the "
874875
"program name."
875876
msgstr ""
876-
"プログラムの名前に代わって、プログラムのフルパスが:data:`sys.executable` に使"
877-
"われるようになりました。"
877+
"プログラムの名前に代わって、プログラムのフルパスが :data:`sys.executable` "
878+
"使われるようになりました。"
878879

879880
#: ../../c-api/init.rst:544
880881
msgid ""
@@ -2257,9 +2258,9 @@ msgstr ""
22572258
"るトレース関数の形式です。最初のパラメタはオブジェクトで、登録関数に *obj* と"
22582259
"して渡されます。 *frame* はイベントが属している実行フレームオブジェクトで、 "
22592260
"*what* は定数 :const:`PyTrace_CALL`, :const:`PyTrace_EXCEPTION`, :const:"
2260-
"`PyTrace_LINE`, :const:`PyTrace_RETURN`, :const:`PyTrace_C_CALL`, :const:"
2261-
"`PyTrace_C_RETURN`, :const:`PyTrace_OPCODE` のいずれかで、 *arg* は *what* の"
2262-
"値によって以下のように異なります:"
2261+
"`PyTrace_LINE`, :const:`PyTrace_RETURN`, :const:`PyTrace_C_CALL`, :const:"
2262+
"`PyTrace_C_EXCEPTION`, :const:`PyTrace_C_RETURN`, :const:`PyTrace_OPCODE` の"
2263+
"いずれかで、 *arg* は *what* の値によって以下のように異なります:"
22632264

22642265
#: ../../c-api/init.rst:1575
22652266
msgid "Value of *what*"

c-api/marshal.po

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Arihiro TAKASE, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.11\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
15+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
17+
"Last-Translator: Arihiro TAKASE, 2023\n"
18+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -116,7 +117,7 @@ msgid ""
116117
"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError` "
117118
"or :exc:`TypeError`) and returns ``NULL``."
118119
msgstr ""
119-
"エラーの場合、適切な例外 (:exc:`EOFError`, :exc:`ValueError`, exc:"
120+
"エラーの場合、適切な例外 (:exc:`EOFError`, :exc:`ValueError`, :exc:"
120121
"`TypeError`) を設定し ``NULL`` を返します。"
121122

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

c-api/sequence.po

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Arihiro TAKASE, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.11\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
15+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
17+
"Last-Translator: Arihiro TAKASE, 2023\n"
18+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -199,9 +200,9 @@ msgid ""
199200
"iterable, raises :exc:`TypeError` with *m* as the message text. Returns "
200201
"``NULL`` on failure."
201202
msgstr ""
202-
"シーケンスまたはイテラブルの *o* を``PySequence_Fast*`` ファミリの関数で利用"
203+
"シーケンスまたはイテラブルの *o* を ``PySequence_Fast*`` ファミリの関数で利用"
203204
"できるオブジェクトとして返します。オブジェクトがシーケンスでもイテラブルでも"
204-
"ない場合は、メッセージ *m* を持つ、 :exec:`TypeError` を送出します。失敗した"
205+
"ない場合は、メッセージ *m* を持つ、 :exc:`TypeError` を送出します。失敗した"
205206
"ら ``NULL`` を返します。"
206207

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

c-api/structures.po

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
# tomo, 2021
88
# Osamu NAKAMURA, 2021
99
# yaakiyu, 2022
10+
# Arihiro TAKASE, 2023
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.11\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
17+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
18-
"Last-Translator: yaakiyu, 2022\n"
19-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
19+
"Last-Translator: Arihiro TAKASE, 2023\n"
20+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -721,7 +722,7 @@ msgid ""
721722
"Structure to define property-like access for a type. See also description of "
722723
"the :c:member:`PyTypeObject.tp_getset` slot."
723724
msgstr ""
724-
"型のプロパティのようなアクセスを定義するための構造体です。 c:member:"
725+
"型のプロパティのようなアクセスを定義するための構造体です。 :c:member:"
725726
"`PyTypeObject.tp_getset` スロットの説明も参照してください。"
726727

727728
#: ../../c-api/structures.rst:509

c-api/typeobj.po

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
# tomo, 2021
99
# Osamu NAKAMURA, 2021
1010
# 菊池 健志, 2023
11+
# Arihiro TAKASE, 2023
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Python 3.11\n"
1617
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-03-24 14:14+0000\n"
18+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1819
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
19-
"Last-Translator: 菊池 健志, 2023\n"
20-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
20+
"Last-Translator: Arihiro TAKASE, 2023\n"
21+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2561,7 +2562,7 @@ msgid ""
25612562
"operators (for example, they may be C ints or floats). The third argument "
25622563
"specifies the requested operation, as for :c:func:`PyObject_RichCompare`."
25632564
msgstr ""
2564-
"比較した結果に応じて ``Py_True` か `Py_False` を返します。\n"
2565+
"比較した結果に応じて ``Py_True`` か ``Py_False`` を返します。\n"
25652566
"VAL_A と VAL_B は C の比較演算によって順序付け可能でなければなりません(例え"
25662567
"ばこれらは C言語の整数か浮動小数点数になるでしょう)。三番目の引数には :c:"
25672568
"func:`PyObject_RichCompare` と同様に要求された演算を指定します。"

c-api/unicode.po

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
# mollinaca, 2021
88
# tomo, 2021
99
# souma987, 2022
10+
# Arihiro TAKASE, 2023
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.11\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
17+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
18-
"Last-Translator: souma987, 2022\n"
19-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
19+
"Last-Translator: Arihiro TAKASE, 2023\n"
20+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1504,10 +1505,9 @@ msgid ""
15041505
"of bytes that have been decoded will be stored in *consumed*."
15051506
msgstr ""
15061507
"*consumed* が ``NULL`` の場合、 :c:func:`PyUnicode_DecodeUTF8` と同じように動"
1507-
"作します。 *consumed* が ``NULL`` でない場合、 :c:func:"
1508-
"`PyUnicode_DecodeUTF8Stateful` は末尾の不完全な UTF-8 バイト列をエラーとみな"
1509-
"しません。これらのバイト列はデコードされず、デコードされたバイト数を "
1510-
"*consumed* に返します。"
1508+
"作します。 *consumed* が ``NULL`` でない場合、末尾の不完全な UTF-8 バイト列は"
1509+
"エラーとみなされません。これらのバイト列はデコードされず、デコードされたバイ"
1510+
"ト数は *consumed* に格納されます。"
15111511

15121512
#: ../../c-api/unicode.rst:1060
15131513
msgid ""

distutils/apiref.po

+8-6
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
# tomo, 2021
99
# Takeshi Nakazato, 2021
1010
# 菊池 健志, 2023
11+
# Arihiro TAKASE, 2023
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Python 3.11\n"
1617
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-03-31 18:02+0000\n"
18+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1819
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
19-
"Last-Translator: 菊池 健志, 2023\n"
20+
"Last-Translator: Arihiro TAKASE, 2023\n"
2021
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version: 1.0\n"
@@ -2057,10 +2058,11 @@ msgid ""
20572058
"Release."
20582059
msgstr ""
20592060
"AIX の場合、 Python 3.9 以降のバージョンでは \"aix\" に続く追加のフィールド "
2060-
"(``'-'``で連結されます) として AIX のバージョン、リリースおよびテクノロジー・"
2061-
"レベル (第1フィールド)、ビルド作成日 (第2フィールド)、ビットサイズ (第3フィー"
2062-
"ルド) を含む文字列を返します。 Python 3.8 以前のバージョンでは追加のフィール"
2063-
"ドとして AIX のバージョンとリリース の1つだけを含む文字列を返していました。"
2061+
"(``'-'`` で連結されます) として AIX のバージョン、リリースおよびテクノロ"
2062+
"ジー・レベル (第1フィールド)、ビルド作成日 (第2フィールド)、ビットサイズ (第3"
2063+
"フィールド) を含む文字列を返します。 Python 3.8 以前のバージョンでは追加の"
2064+
"フィールドとして AIX のバージョンとリリース の1つだけを含む文字列を返していま"
2065+
"した。"
20642066

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

distutils/extending.po

+9-8
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Arihiro TAKASE, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.11\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
15+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
17+
"Last-Translator: Arihiro TAKASE, 2023\n"
18+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -70,11 +71,11 @@ msgid ""
7071
"indirectly, directly subclassing the command they are replacing. Commands "
7172
"are required to derive from :class:`Command`."
7273
msgstr ""
73-
"ほとんどのdistutilsのコマンド実装は :mod:`distutils.cmd` の :class:"
74-
"`distutils.cmd.Command` クラスのサブクラスとして実装されています。新しいコマ"
75-
"ンドは :class:`Command` を直接継承し、置換するコマンドでは置換対象のコマンド"
76-
"のサブクラスにすることで :class:`Command` を間接的に継承します。コマンドは :"
77-
"class:`Command` から派生したものである必要があります。"
74+
"ほとんどのdistutilsのコマンド実装は :class:`distutils.cmd.Command` クラスのサ"
75+
"ブクラスとして実装されています。新しいコマンドは :class:`Command` を直接継承"
76+
"し、置換するコマンドでは置換対象のコマンドのサブクラスにすることで :class:"
77+
"`Command` を間接的に継承します。コマンドは :class:`Command` から派生したもの"
78+
"である必要があります。"
7879

7980
#: ../../distutils/extending.rst:35
8081
msgid "Integrating new commands"

distutils/setupscript.po

+7-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
# mollinaca, 2021
99
# Takeshi Nakazato, 2021
1010
# Atsuo Ishimoto <atsuoishimoto@gmail.com>, 2022
11+
# Arihiro TAKASE, 2023
1112
#
1213
#, fuzzy
1314
msgid ""
1415
msgstr ""
1516
"Project-Id-Version: Python 3.11\n"
1617
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
18+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1819
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
19-
"Last-Translator: Atsuo Ishimoto <atsuoishimoto@gmail.com>, 2022\n"
20-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
20+
"Last-Translator: Arihiro TAKASE, 2023\n"
21+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2122
"ja/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1245,8 +1246,9 @@ msgid ""
12451246
"``['foo', 'bar']``, Otherwise, it will be converted to a list of one string."
12461247
msgstr ""
12471248
"後方互換性を保つため、このフィールドはリストに加えて文字列も受け付けます。コ"
1248-
"ンマ区切りの文字列``'foo, bar'``を与えると、文字列のリスト``['foo', 'bar']``"
1249-
"に変換されます。それ以外の場合、1つの文字列だけを含むリストに変換されます。"
1249+
"ンマ区切りの文字列 ``'foo, bar'`` を与えると、文字列のリスト ``['foo', "
1250+
"'bar']`` に変換されます。それ以外の場合、1つの文字列だけを含むリストに変換さ"
1251+
"れます。"
12501252

12511253
#: ../../distutils/setupscript.rst:641
12521254
msgid "'short string'"

extending/newtypes_tutorial.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ msgid ""
806806
"can identify unneeded objects even when their reference counts are not zero. "
807807
"This can happen when objects are involved in cycles. For example, consider:"
808808
msgstr ""
809-
"Python は :term:`循環ガベージコレクタ (GC) 機能 <garbage collection> ` をもっ"
809+
"Python は :term:`循環ガベージコレクタ (GC) 機能 <garbage collection>` をもっ"
810810
"ており、これは不要なオブジェクトを、たとえ参照カウントがゼロでなくても発見す"
811811
"ることができます。そのような状況はオブジェクトの参照が循環しているときに起こ"
812812
"りえます。たとえば以下の例を考えてください:"

0 commit comments

Comments
 (0)