@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-10-04 14:17+0000\n "
15+ "POT-Creation-Date : 2024-10-25 14:17+0000\n "
1616"PO-Revision-Date : 2021-06-28 00:56+0000\n "
1717"Last-Translator : 石井明久, 2024\n "
1818"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -31,15 +31,10 @@ msgstr ":mod:`!builtins` --- 組み込みオブジェクト"
3131msgid ""
3232"This module provides direct access to all 'built-in' identifiers of Python; "
3333"for example, ``builtins.open`` is the full name for the built-in function :"
34- "func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for "
35- "documentation."
34+ "func:`open`."
3635msgstr ""
37- "このモジュールは Python の全ての「組み込み」識別子に直接アクセスするためのも"
38- "のです。例えば ``builtins.open`` は組み込み関数 :func:`open` の完全な名前で"
39- "す。ドキュメントは :ref:`built-in-funcs` と :ref:`built-in-consts` を参照して"
40- "ください。"
4136
42- #: ../../library/builtins.rst:15
37+ #: ../../library/builtins.rst:12
4338msgid ""
4439"This module is not normally accessed explicitly by most applications, but "
4540"can be useful in modules that provide objects with the same name as a built-"
@@ -53,7 +48,7 @@ msgstr ""
5348"ば、組み込みの :func:`open` をラップした :func:`open` という関数を実装したい"
5449"モジュールがあったとすると、このモジュールは次のように直接的に使われます::"
5550
56- #: ../../library/builtins.rst:21
51+ #: ../../library/builtins.rst:18
5752msgid ""
5853"import builtins\n"
5954"\n"
@@ -73,7 +68,7 @@ msgid ""
7368" # ..."
7469msgstr ""
7570
76- #: ../../library/builtins.rst:38
71+ #: ../../library/builtins.rst:35
7772msgid ""
7873"As an implementation detail, most modules have the name ``__builtins__`` "
7974"made available as part of their globals. The value of ``__builtins__`` is "
@@ -86,3 +81,19 @@ msgstr ""
8681"か、あるいはこのモジュールの :attr:`~object.__dict__` 属性です。これは実装の"
8782"詳細部分なので、異なる Python の実装では ``__builtins__`` は使われていないこ"
8883"ともあります。"
84+
85+ #: ../../library/builtins.rst:43
86+ msgid ":ref:`built-in-consts`"
87+ msgstr ""
88+
89+ #: ../../library/builtins.rst:44
90+ msgid ":ref:`bltin-exceptions`"
91+ msgstr ""
92+
93+ #: ../../library/builtins.rst:45
94+ msgid ":ref:`built-in-funcs`"
95+ msgstr ""
96+
97+ #: ../../library/builtins.rst:46
98+ msgid ":ref:`bltin-types`"
99+ msgstr ""
0 commit comments