Skip to content

Commit 70611ca

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent a5b1e3c commit 70611ca

File tree

7 files changed

+74
-16
lines changed

7 files changed

+74
-16
lines changed

c-api/arg.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
15+
"POT-Creation-Date: 2023-12-29 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: tomo, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/float.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
16+
"POT-Creation-Date: 2023-12-29 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: tomo, 2023\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/refcounting.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
15+
"POT-Creation-Date: 2023-12-29 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1717
"Last-Translator: Arihiro TAKASE, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/stable.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
15+
"POT-Creation-Date: 2023-12-29 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1717
"Last-Translator: Naoki Koike, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

c-api/sys.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
16+
"POT-Creation-Date: 2023-12-29 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1818
"Last-Translator: tomo, 2023\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

faq/programming.po

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
# 菊池 健志, 2023
1010
# tomo, 2023
1111
# Arihiro TAKASE, 2023
12-
# TENMYO Masakazu, 2023
12+
# TENMYO Masakazu, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.12\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2023-12-08 14:14+0000\n"
19+
"POT-Creation-Date: 2023-12-29 14:13+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
21-
"Last-Translator: TENMYO Masakazu, 2023\n"
21+
"Last-Translator: TENMYO Masakazu, 2024\n"
2222
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2323
"ja/)\n"
2424
"MIME-Version: 1.0\n"
@@ -2610,17 +2610,17 @@ msgid ""
26102610
"1) Assignments create new names but do not change object identity. After "
26112611
"the assignment ``new = old``, it is guaranteed that ``new is old``."
26122612
msgstr ""
2613-
"1) 代入は新しい名前を作りますが、オブジェクトIDは変えません。 ``new = old`` "
2614-
"代入の後、 ``new is old`` が保証されます。."
2613+
"1 代入は新しい名前を作りますが、オブジェクトIDは変えません。 ``new = "
2614+
"old`` 代入の後、 ``new is old`` が保証されます。"
26152615

26162616
#: ../../faq/programming.rst:1846
26172617
msgid ""
26182618
"2) Putting an object in a container that stores object references does not "
26192619
"change object identity. After the list assignment ``s[0] = x``, it is "
26202620
"guaranteed that ``s[0] is x``."
26212621
msgstr ""
2622-
"2) オブジェクト参照を格納するコンテナにオブジェクトを入れても、オブジェクトID"
2623-
"は変わりません。 ``s[0] = x`` リスト代入の後、 ``s[0] is x`` が保証されま"
2622+
"2 オブジェクト参照を格納するコンテナにオブジェクトを入れても、オブジェクト"
2623+
"IDは変わりません。 ``s[0] = x`` リスト代入の後、 ``s[0] is x`` が保証されま"
26242624
"す。"
26252625

26262626
#: ../../faq/programming.rst:1850
@@ -2629,8 +2629,8 @@ msgid ""
26292629
"object can exist. After the assignments ``a = None`` and ``b = None``, it "
26302630
"is guaranteed that ``a is b`` because ``None`` is a singleton."
26312631
msgstr ""
2632-
"3) オブジェクトがシングルトンなら、それはそのオブジェクトのインスタンスは1つ"
2633-
"だけ存在できることを意味します。 ``a = None`` と ``b = None`` 代入の後、 "
2632+
"3 オブジェクトがシングルトンなら、それはそのオブジェクトのインスタンスは1"
2633+
"つだけ存在できることを意味します。 ``a = None`` と ``b = None`` 代入の後、 "
26342634
"``a is b`` が保証されます。``None`` がシングルトンのためです。"
26352635

26362636
#: ../../faq/programming.rst:1854

library/functions.po

+60-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@
1919
# tomo, 2023
2020
# Masato HASHIMOTO <cabezon.hashimoto@gmail.com>, 2023
2121
# righteous righteous, 2023
22+
# TENMYO Masakazu, 2024
2223
#
2324
#, fuzzy
2425
msgid ""
2526
msgstr ""
2627
"Project-Id-Version: Python 3.12\n"
2728
"Report-Msgid-Bugs-To: \n"
28-
"POT-Creation-Date: 2023-12-22 14:13+0000\n"
29+
"POT-Creation-Date: 2023-12-29 14:13+0000\n"
2930
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
30-
"Last-Translator: righteous righteous, 2023\n"
31+
"Last-Translator: TENMYO Masakazu, 2024\n"
3132
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
3233
"ja/)\n"
3334
"MIME-Version: 1.0\n"
@@ -418,6 +419,9 @@ msgid ""
418419
"floating point number, or an object implementing :meth:`~object.__abs__`. If "
419420
"the argument is a complex number, its magnitude is returned."
420421
msgstr ""
422+
"数の絶対値を返します。引数は整数、浮動小数点数または :meth:`~object.__abs__` "
423+
"が実装されたオブジェクトです。引数が複素数なら、その絶対値 (magnitude) が返さ"
424+
"れます。"
421425

422426
#: ../../library/functions.rst:67
423427
msgid ""
@@ -682,6 +686,12 @@ msgid ""
682686
"that classes are callable (calling a class returns a new instance); "
683687
"instances are callable if their class has a :meth:`~object.__call__` method."
684688
msgstr ""
689+
"*object* 引数が呼び出し可能オブジェクトであれば :const:`True` を、そうでなけ"
690+
"れば :const:`False` を返します。この関数が ``True`` を返しても、呼び出しは失"
691+
"敗する可能性がありますが、``False`` であれば、 *object* の呼び出しは決して成"
692+
"功しません。なお、クラスは呼び出し可能 (クラスを呼び出すと新しいインスタンス"
693+
"を返します) です。また、インスタンスはクラスが :meth:`~object.__call__` メ"
694+
"ソッドを持つなら呼び出し可能です。"
685695

686696
#: ../../library/functions.rst:241
687697
msgid ""
@@ -1055,6 +1065,11 @@ msgid ""
10551065
"__getattribute__` function to customize the way :func:`dir` reports their "
10561066
"attributes."
10571067
msgstr ""
1068+
"オブジェクトが :meth:`~object.__dir__` という名のメソッドを持つなら、そのメ"
1069+
"ソッドが呼び出され、属性のリストを返さなければなりません。これにより、カスタ"
1070+
"ムの :func:`~object.__getattr__` や :func:`~object.__getattribute__` 関数を実"
1071+
"装するオブジェクトは、:func:`dir` が属性を報告するやり方をカスタマイズできま"
1072+
"す。"
10581073

10591074
#: ../../library/functions.rst:443
10601075
msgid ""
@@ -1064,6 +1079,10 @@ msgid ""
10641079
"necessarily complete and may be inaccurate when the object has a custom :"
10651080
"func:`~object.__getattr__`."
10661081
msgstr ""
1082+
"オブジェクトが :meth:`~object.__dir__` を提供しない場合、その型オブジェクト"
1083+
"と、定義されていればオブジェクトの :attr:`~object.__dict__` 属性から、できる"
1084+
"だけ情報を集めようとします。結果のリストは必ずしも完全ではなく、カスタムの :"
1085+
"func:`~object.__getattr__` を持つ場合は不正確かもしれません。"
10671086

10681087
#: ../../library/functions.rst:449
10691088
msgid ""
@@ -1487,6 +1506,12 @@ msgid ""
14871506
"and the *format_spec* is non-empty, or if either the *format_spec* or the "
14881507
"return value are not strings."
14891508
msgstr ""
1509+
"``format(value, format_spec)`` の呼び出しは、 ``type(value)."
1510+
"__format__(value, format_spec)`` に翻訳され、これは value の :meth:`~object."
1511+
"__format__` メソッドの検索をするとき、インスタンス辞書を回避します。このメ"
1512+
"ソッドの探索が :mod:`object` に到達しても *format_spec* が空にならなかった"
1513+
"り、 *format_spec* や返り値が文字列でなかったりした場合、 :exc:`TypeError` が"
1514+
"送出されます。"
14901515

14911516
#: ../../library/functions.rst:739
14921517
msgid ""
@@ -1583,6 +1608,9 @@ msgid ""
15831608
"For objects with custom :meth:`~object.__hash__` methods, note that :func:"
15841609
"`hash` truncates the return value based on the bit width of the host machine."
15851610
msgstr ""
1611+
"独自の :meth:``~object.__hash__` メソッドを実装したオブジェクトを使う場合、:"
1612+
"func:`hash` が実行するマシンのビット幅に合わせて戻り値を切り捨てることに注意"
1613+
"してください。"
15861614

15871615
#: ../../library/functions.rst:806
15881616
msgid ""
@@ -1898,6 +1926,17 @@ msgid ""
18981926
"*sentinel*, :exc:`StopIteration` will be raised, otherwise the value will be "
18991927
"returned."
19001928
msgstr ""
1929+
":term:`iterator` オブジェクトを返します。第二引数があるかどうかによって第一引"
1930+
"数の解釈は大きく異なります。第二引数がない場合、 *object* は :term:"
1931+
"`iterable` プロトコル (:meth:`~object.__iter__` メソッド) をサポートするコレ"
1932+
"クションオブジェクトか、またはシーケンスプロトコル (``0`` から始まる整数を引"
1933+
"数にとる :meth:`~object.__getitem__` メソッド) をサポートするオブジェクトでな"
1934+
"ければなりません。第一引数がどちらのプロトコルもサポートしない場合は :exc:"
1935+
"`TypeError` 例外が送出されます。第二引数 *sentinel* が与えられた場合、 "
1936+
"*object* は呼び出し可能オブジェクトでなければなりません。この場合に生成される"
1937+
"イテレータは :meth:`~iterator.__next__` メソッドを呼び出すごとに引数なしで "
1938+
"*object* を呼び出します; 戻り値が *sentinel* と等しければ、 :exc:"
1939+
"`StopIteration` が送出されます。それ以外の場合は戻り値がそのまま返されます。"
19011940

19021941
#: ../../library/functions.rst:1000
19031942
msgid "See also :ref:`typeiter`."
@@ -2278,6 +2317,18 @@ msgid ""
22782317
"``write_through`` flag for :func:`io.TextIOWrapper.reconfigure`. When no "
22792318
"*buffering* argument is given, the default buffering policy works as follows:"
22802319
msgstr ""
2320+
"*buffering* はオプションの整数で、バッファリングのポリシーを設定するために使"
2321+
"われます。 バッファリングを無効化するためには0を渡してください (バイナリモー"
2322+
"ドでのみ設定可能です)。また行単位でのバッファリングには1を設定してください "
2323+
"(テキストモードでの書き込み時のみ有効です)。固定サイズのチャンクバッファに対"
2324+
"するサイズをバイト単位で指定したい場合は、1より大きい整数を渡してください。こ"
2325+
"の形式でバッファサイズを指定した場合、バイナリ形式でバッファリングをサポート"
2326+
"する I/O (buffered I/O) にはそのまま適用されますが、 ``TextIOWrapper`` (すな"
2327+
"わち ``mode='r+'`` のモードでオープンされたファイル) では別のバッファリングを"
2328+
"行うかもしれません。 ``TextIOWrapper`` でバッファリングを無効化するには、 :"
2329+
"func:`io.TextIOWrapper.reconfigure` で ``write_through`` フラグを使うことを検"
2330+
"討してください。 *buffering* 引数が与えられなかった場合、デフォルトのバッファ"
2331+
"リングポリシーは以下のように動作します:"
22812332

22822333
#: ../../library/functions.rst:1237
22832334
msgid ""
@@ -2759,6 +2810,9 @@ msgid ""
27592810
"\"getter\" for a read-only attribute with the same name, and it sets the "
27602811
"docstring for *voltage* to \"Get the current voltage.\""
27612812
msgstr ""
2813+
"``@property`` デコレータは :meth:`!voltage` を同じ名前のまま 読み出し専用属性"
2814+
"の \"getter\" にし、*voltage* のドキュメント文字列を \"Get the current "
2815+
"voltage.\" に設定します。"
27622816

27632817
#: ../../library/functions.rst:1516
27642818
msgid ""
@@ -2767,6 +2821,10 @@ msgid ""
27672821
"accessor function set to the decorated function. This is best explained "
27682822
"with an example:"
27692823
msgstr ""
2824+
"property オブジェクトは ``getter``, ``setter``, ``deleter`` メソッドを持って"
2825+
"います。これらのメソッドをデコレータとして使うと、対応するアクセサ関数がデコ"
2826+
"レートされた関数に設定された、 property のコピーを作成できます。 これを一番"
2827+
"分かりやすく説明する例があります:"
27702828

27712829
#: ../../library/functions.rst:1540
27722830
msgid ""

0 commit comments

Comments
 (0)