Skip to content

Commit c2010ea

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent 33afd8c commit c2010ea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

library/functions.po

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,13 +1501,20 @@ msgid ""
15011501
"with two leading underscores) name in order to retrieve it with :func:"
15021502
"`getattr`."
15031503
msgstr ""
1504+
":ref:`プライベートな名前のマングリング <private-name-mangling>` はコンパイル"
1505+
"時に行われます。そのため、プライベートな属性 (先頭に2つのアンダースコアを伴う"
1506+
"名前を持つ属性) の値を :func:`getattr` で取り出すためには、属性名を手動でマン"
1507+
"グリングする必要があります。"
15041508

15051509
#: ../../library/functions.rst:743
15061510
msgid ""
15071511
"Return the dictionary implementing the current module namespace. For code "
15081512
"within functions, this is set when the function is defined and remains the "
15091513
"same regardless of where the function is called."
15101514
msgstr ""
1515+
"現在のモジュールの名前空間を実装した辞書を返します。関数内のコードに対して"
1516+
"は、関数が定義されるときに辞書が設定され、その関数がどこから呼ばれたかにかか"
1517+
"わらず同じ内容になります。"
15111518

15121519
#: ../../library/functions.rst:750
15131520
msgid ""
@@ -1566,6 +1573,10 @@ msgid ""
15661573
"positional-only. For more info, see :ref:`the FAQ entry on positional-only "
15671574
"parameters <faq-positional-only-arguments>`."
15681575
msgstr ""
1576+
":func:`help` を呼び出したときに関数の引数リストにスラッシュ (/) が現れた場合"
1577+
"は、スラッシュより前の引数が位置専用引数だという意味であることに注意してくだ"
1578+
"さい。より詳しい情報は、 :ref:`位置専用引数についての FAQ の項目 <faq-"
1579+
"positional-only-arguments>` を参照してください。"
15691580

15701581
#: ../../library/functions.rst:783
15711582
msgid ""
@@ -1688,6 +1699,8 @@ msgid ""
16881699
"Raises an :ref:`auditing event <auditing>` ``builtins.input/result`` with "
16891700
"the result after successfully reading input."
16901701
msgstr ""
1702+
"入力の読み込みに成功した後に、その結果付きで :ref:`監査イベント <auditing>` "
1703+
"``builtins.input/result`` を送出します。"
16911704

16921705
#: ../../library/functions.rst:863
16931706
msgid ""

0 commit comments

Comments
 (0)