@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.14\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-08-07 20:38 +0000\n "
14
+ "POT-Creation-Date : 2025-08-09 14:17 +0000\n "
15
15
"PO-Revision-Date : 2025-08-02 17:35+0000\n "
16
16
"Last-Translator : python-doc bot, 2025\n "
17
17
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -92,23 +92,19 @@ msgstr ""
92
92
93
93
#: ../../library/typing.rst:48
94
94
msgid ""
95
- "`\" Typing cheat sheet\" <https://mypy.readthedocs.io/en/stable/"
96
- "cheat_sheet_py3. html>`_"
95
+ "`Typing cheat sheet <https://mypy.readthedocs.io/en/stable/cheat_sheet_py3. "
96
+ "html>`_"
97
97
msgstr ""
98
- "`\" Typing cheat sheet\" <https://mypy.readthedocs.io/en/stable/"
99
- "cheat_sheet_py3.html>`_"
100
98
101
99
#: ../../library/typing.rst:49
102
100
msgid "A quick overview of type hints (hosted at the mypy docs)"
103
101
msgstr "型ヒントの簡単な概要 (mypy ドキュメンテーション)"
104
102
105
103
#: ../../library/typing.rst:51
106
104
msgid ""
107
- "\" Type System Reference\" section of `the mypy docs <https://mypy."
108
- "readthedocs.io/ en/stable/index.html>`_"
105
+ "Type System Reference section of `the mypy docs <https://mypy.readthedocs.io/ "
106
+ "en/stable/index.html>`_"
109
107
msgstr ""
110
- "`mypy ドキュメンテーション <https://mypy.readthedocs.io/en/stable/index."
111
- "html>`_ の \" Type System Reference\" セクション"
112
108
113
109
#: ../../library/typing.rst:52
114
110
msgid ""
@@ -121,7 +117,7 @@ msgstr ""
121
117
"部分もあるかもしれません。)"
122
118
123
119
#: ../../library/typing.rst:56
124
- msgid "`\" Static Typing with Python\" <https://typing.python.org/en/latest/>`_"
120
+ msgid "`Static Typing with Python <https://typing.python.org/en/latest/>`_"
125
121
msgstr ""
126
122
127
123
#: ../../library/typing.rst:57
@@ -140,8 +136,8 @@ msgstr "Python 型システムの仕様"
140
136
#: ../../library/typing.rst:66
141
137
msgid ""
142
138
"The canonical, up-to-date specification of the Python type system can be "
143
- "found at `\" Specification for the Python type system\" <https://typing."
144
- "python. org/en/latest/spec/index.html>`_."
139
+ "found at `Specification for the Python type system <https://typing.python ."
140
+ "org/en/latest/spec/index.html>`_."
145
141
msgstr ""
146
142
147
143
#: ../../library/typing.rst:72
@@ -3810,7 +3806,7 @@ msgid ""
3810
3806
"runtime as soon as the class has been created. Monkey-patching attributes "
3811
3807
"onto a runtime-checkable protocol will still work, but will have no impact "
3812
3808
"on :func:`isinstance` checks comparing objects to the protocol. See :ref:"
3813
- "`\" What's new in Python 3.12\" <whatsnew-typing-py312>` for more details."
3809
+ "`What's new in Python 3.12 <whatsnew-typing-py312>` for more details."
3814
3810
msgstr ""
3815
3811
3816
3812
#: ../../library/typing.rst:2582
0 commit comments