77# tomo, 2020
88# Keigo Fushio <fushio.keigo@gmail.com>, 2020
99# mollinaca, 2020
10+ # Takanori Suzuki <takanori@takanory.net>, 2021
1011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2021-04-29 17:15+0000\n "
1718"PO-Revision-Date : 2020-05-30 12:02+0000\n "
18- "Last-Translator : mollinaca, 2020 \n "
19+ "Last-Translator : Takanori Suzuki <takanori@takanory.net>, 2021 \n "
1920"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
2021"MIME-Version : 1.0\n "
2122"Content-Type : text/plain; charset=UTF-8\n "
@@ -451,6 +452,8 @@ msgid ""
451452"<bufferobjects>`, a read-only buffer of the object will be used to "
452453"initialize the bytes array."
453454msgstr ""
455+ ":ref:`バッファインタフェース <bufferobjects>` "
456+ "に適合するオブジェクトの場合、そのオブジェクトの読み出し専用バッファがバイト配列の初期化に使われます。"
454457
455458#: ../../library/functions.rst:157
456459msgid ""
@@ -777,6 +780,8 @@ msgid ""
777780"Falls back to :meth:`__index__` if :meth:`__complex__` and :meth:`__float__`"
778781" are not defined."
779782msgstr ""
783+ ":meth:`__complex__` と :meth:`__float__` が定義されていない場合、:meth:`__index__` "
784+ "へフォールバックします。"
780785
781786#: ../../library/functions.rst:347
782787msgid ""
@@ -1129,6 +1134,8 @@ msgid ""
11291134"``x.__float__()``. If ``__float__()`` is not defined then it falls back to "
11301135":meth:`__index__`."
11311136msgstr ""
1137+ "一般の Python オブジェクト ``x`` に対して、``float(x)`` は ``x.__float__()`` に委譲します。 "
1138+ ":meth:`__float__()` が定義されていない場合、:meth:`__index__` へフォールバックします。"
11321139
11331140#: ../../library/functions.rst:606
11341141msgid "If no argument is given, ``0.0`` is returned."
@@ -1339,7 +1346,7 @@ msgstr ""
13391346msgid ""
13401347"Raises an :ref:`auditing event <auditing>` ``builtins.id`` with argument "
13411348"``id``."
1342- msgstr ""
1349+ msgstr "引数 ``id`` を指定して :ref:`監査イベント <auditing>` ``builtins.id`` を送出します。 "
13431350
13441351#: ../../library/functions.rst:776
13451352msgid ""
@@ -1362,7 +1369,7 @@ msgstr ""
13621369msgid ""
13631370"Raises an :ref:`auditing event <auditing>` ``builtins.input`` with argument "
13641371"``prompt``."
1365- msgstr ""
1372+ msgstr "引数 ``prompt`` 付きで :ref:`監査イベント <auditing>` ``builtins.input`` を送出します。 "
13661373
13671374#: ../../library/functions.rst:791
13681375msgid ""
@@ -1375,6 +1382,7 @@ msgid ""
13751382"Raises an :ref:`auditing event <auditing>` ``builtins.input/result`` with "
13761383"argument ``result``."
13771384msgstr ""
1385+ "引数 ``result`` 付きで :ref:`監査イベント <auditing>` ``builtins.input/result`` を送出します。"
13781386
13791387#: ../../library/functions.rst:796
13801388msgid ""
@@ -1435,7 +1443,7 @@ msgstr ""
14351443
14361444#: ../../library/functions.rst:838
14371445msgid "Falls back to :meth:`__index__` if :meth:`__int__` is not defined."
1438- msgstr ""
1446+ msgstr ":meth:`__int__` が定義されていない場合、:meth:`__index__` へフォールバックします。 "
14391447
14401448#: ../../library/functions.rst:844
14411449msgid ""
@@ -2054,6 +2062,8 @@ msgid ""
20542062"Raises an :ref:`auditing event <auditing>` ``open`` with arguments ``file``,"
20552063" ``mode``, ``flags``."
20562064msgstr ""
2065+ "引数 ``file``, ``mode``, ``flags`` を指定して :ref:`監査イベント <auditing>` ``open`` "
2066+ "を送出します。 "
20572067
20582068#: ../../library/functions.rst:1235
20592069msgid ""
@@ -2561,6 +2571,8 @@ msgid ""
25612571"class of *type*. This is useful for accessing inherited methods that have "
25622572"been overridden in a class."
25632573msgstr ""
2574+ "メソッドの呼び出しを *type* "
2575+ "の親または兄弟クラスに委譲するプロキシオブジェクトを返します。これはクラスの中でオーバーライドされた継承メソッドにアクセスするのに便利です。"
25642576
25652577#: ../../library/functions.rst:1602
25662578msgid ""
@@ -2716,7 +2728,7 @@ msgstr ""
27162728
27172729#: ../../library/functions.rst:1708
27182730msgid "See also :ref:`class-customization`."
2719- msgstr ""
2731+ msgstr ":ref:`class-customization` も参照してください。 "
27202732
27212733#: ../../library/functions.rst:1710
27222734msgid ""
0 commit comments