Skip to content

Commit 7cb5849

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 8a57228 commit 7cb5849

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

library/functions.po

+18-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.11\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2023-01-20 14:14+0000\n"
22+
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
2323
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
2424
"Last-Translator: Takeshi Nakazato, 2023\n"
2525
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
@@ -2656,21 +2656,32 @@ msgid ""
26562656
"``pow(inv_base, -exp, mod)`` is returned, where *inv_base* is an inverse to "
26572657
"*base* modulo *mod*."
26582658
msgstr ""
2659+
"*base* と *exp* が :class:`int` オペランドで *mod* が存在するとき、 *mod* も"
2660+
"また整数型でなければならず、かつゼロであってはいけません。 *mod* が存在して "
2661+
"*exp* が負の整数の場合、 *base* は *mod* と互いに素 (最大公約数が1) でなけれ"
2662+
"ばなりません。この場合、 *inv_base* を *base* に対する *mod* を法とするモジュ"
2663+
"ラ逆数 (*base* と *inv_base* の積を *mod* で割った余りが1になるような数) とし"
2664+
"て、 ``pow(inv_base, -exp, mod)`` が返されます。"
26592665

26602666
#: ../../library/functions.rst:1412
26612667
msgid "Here's an example of computing an inverse for ``38`` modulo ``97``::"
2662-
msgstr ""
2668+
msgstr "以下は``97`` を法とする ``38`` のモジュラ逆数の計算例です::"
26632669

26642670
#: ../../library/functions.rst:1419
26652671
msgid ""
26662672
"For :class:`int` operands, the three-argument form of ``pow`` now allows the "
26672673
"second argument to be negative, permitting computation of modular inverses."
26682674
msgstr ""
2675+
":class:`int` オペランドに対して、三引数形式の ``pow`` で第二引数に負の値を取"
2676+
"ることができるようになりました。これによりモジュラ逆数の計算が可能になりま"
2677+
"す。"
26692678

26702679
#: ../../library/functions.rst:1424
26712680
msgid ""
26722681
"Allow keyword arguments. Formerly, only positional arguments were supported."
26732682
msgstr ""
2683+
"キーワード引数を取ることができるようになりました。以前は位置引数だけがサポー"
2684+
"トされていました。"
26742685

26752686
#: ../../library/functions.rst:1431
26762687
msgid ""
@@ -2933,6 +2944,11 @@ msgid ""
29332944
"whose name is not an identifier will not be accessible using the dot "
29342945
"notation, but is accessible through :func:`getattr` etc.."
29352946
msgstr ""
2947+
":meth:`~object.__getattribute__` のカスタマイズや :attr:`~object.__slots__` "
2948+
"を通じてオブジェクトが強制していない限り、 *name* は :ref:`identifiers` で定"
2949+
"義されている Python 識別子である必要はありません。属性名が識別子でない場合、"
2950+
"ドットを使った属性へのアクセスはできませんが、 :func:`getattr` などを通じてア"
2951+
"クセス可能です。"
29362952

29372953
#: ../../library/functions.rst:1618
29382954
msgid ""

library/venv.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,9 @@ msgid ""
364364
"should be runnable without activating it."
365365
msgstr ""
366366
"Python を呼び出すときに仮想環境の Python インタプリタへのフルパスを指定すれば"
367-
"良いだけなので、仮想環境をアクティベートする*必要*はありません。さらに、仮想"
368-
"環境にインストールされたすべてのスクリプトはアクティベートせずとも実行可能な"
369-
"はずです。"
367+
"良いだけなので、仮想環境をアクティベートする *必要* はありません。さらに、"
368+
"想環境にインストールされたすべてのスクリプトはアクティベートせずとも実行可能"
369+
"なはずです。"
370370

371371
#: ../../library/venv.rst:99
372372
msgid ""

0 commit comments

Comments
 (0)