6
6
msgstr ""
7
7
"Project-Id-Version : Python 3.13\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
- "POT-Creation-Date : 2025-03-05 00:14+0000\n "
9
+ "POT-Creation-Date : 2025-03-06 00:14+0000\n "
10
10
"PO-Revision-Date : 2024-07-11 11:12+0800\n "
11
11
"
Last-Translator :
Li-Hung Wang <[email protected] >\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -110,8 +110,8 @@ msgstr ""
110
110
"多數 Python 型別檢查器中廣為使用。(某些部分依然是特定給 mypy 使用。)"
111
111
112
112
#: ../../library/typing.rst:56
113
- msgid ""
114
- "`\" Static Typing with Python\" <https://typing.readthedocs.io /en/latest/>`_"
113
+ #, fuzzy
114
+ msgid "`\" Static Typing with Python\" <https://typing.python.org /en/latest/>`_"
115
115
msgstr ""
116
116
"`\" Python 的靜態型別 (Static Typing)\" <https://typing.readthedocs.io/en/"
117
117
"latest/>`_"
@@ -129,10 +129,11 @@ msgid "Specification for the Python Type System"
129
129
msgstr "Python 型別系統的技術規範"
130
130
131
131
#: ../../library/typing.rst:66
132
+ #, fuzzy
132
133
msgid ""
133
134
"The canonical, up-to-date specification of the Python type system can be "
134
135
"found at `\" Specification for the Python type system\" <https://typing."
135
- "readthedocs.io /en/latest/spec/index.html>`_."
136
+ "python.org /en/latest/spec/index.html>`_."
136
137
msgstr ""
137
138
"關於 Python 型別系統標準的 (canonical)、最新的技術規範可以在\\ `「Python 型別"
138
139
"系統的技術規範」 <https://typing.readthedocs.io/en/latest/spec/index."
@@ -4331,9 +4332,9 @@ msgstr ""
4331
4332
4332
4333
#: ../../library/typing.rst:2816
4333
4334
msgid ""
4334
- "`Unreachable Code and Exhaustiveness Checking <https://typing.readthedocs.io /"
4335
- "en/ latest/guides/unreachable.html>`__ has more information about "
4336
- "exhaustiveness checking with static typing."
4335
+ "`Unreachable Code and Exhaustiveness Checking <https://typing.python.org/en /"
4336
+ "latest/guides/unreachable.html>`__ has more information about exhaustiveness "
4337
+ "checking with static typing."
4337
4338
msgstr ""
4338
4339
4339
4340
#: ../../library/typing.rst:2824
0 commit comments