@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.13\n "
14
14
"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 "
16
16
"PO-Revision-Date : 2021-06-28 00:56+0000\n "
17
17
"Last-Translator : 石井明久, 2024\n "
18
18
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -31,15 +31,10 @@ msgstr ":mod:`!builtins` --- 組み込みオブジェクト"
31
31
msgid ""
32
32
"This module provides direct access to all 'built-in' identifiers of Python; "
33
33
"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`."
36
35
msgstr ""
37
- "このモジュールは Python の全ての「組み込み」識別子に直接アクセスするためのも"
38
- "のです。例えば ``builtins.open`` は組み込み関数 :func:`open` の完全な名前で"
39
- "す。ドキュメントは :ref:`built-in-funcs` と :ref:`built-in-consts` を参照して"
40
- "ください。"
41
36
42
- #: ../../library/builtins.rst:15
37
+ #: ../../library/builtins.rst:12
43
38
msgid ""
44
39
"This module is not normally accessed explicitly by most applications, but "
45
40
"can be useful in modules that provide objects with the same name as a built-"
@@ -53,7 +48,7 @@ msgstr ""
53
48
"ば、組み込みの :func:`open` をラップした :func:`open` という関数を実装したい"
54
49
"モジュールがあったとすると、このモジュールは次のように直接的に使われます::"
55
50
56
- #: ../../library/builtins.rst:21
51
+ #: ../../library/builtins.rst:18
57
52
msgid ""
58
53
"import builtins\n"
59
54
"\n"
@@ -73,7 +68,7 @@ msgid ""
73
68
" # ..."
74
69
msgstr ""
75
70
76
- #: ../../library/builtins.rst:38
71
+ #: ../../library/builtins.rst:35
77
72
msgid ""
78
73
"As an implementation detail, most modules have the name ``__builtins__`` "
79
74
"made available as part of their globals. The value of ``__builtins__`` is "
@@ -86,3 +81,19 @@ msgstr ""
86
81
"か、あるいはこのモジュールの :attr:`~object.__dict__` 属性です。これは実装の"
87
82
"詳細部分なので、異なる Python の実装では ``__builtins__`` は使われていないこ"
88
83
"ともあります。"
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