1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2022 , Python Software Foundation
2
+ # Copyright (C) 2001-2023 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# Translators:
5
- # Matt Wang <mattwang44@gmail.com>, 2022
5
+ # Matt Wang <mattwang44@gmail.com>, 2022-2023
6
6
#
7
7
msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.11\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2023-03-23 00:15+0000\n "
12
- "PO-Revision-Date : 2023-03-15 11:03 +0800\n "
12
+ "PO-Revision-Date : 2023-03-27 12:47 +0800\n "
13
13
"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -4017,7 +4017,7 @@ msgstr ""
4017
4017
4018
4018
#: ../../whatsnew/3.11.rst:2119
4019
4019
msgid "Building CPython now requires:"
4020
- msgstr ""
4020
+ msgstr "建置 CPython 現在必須要有: "
4021
4021
4022
4022
#: ../../whatsnew/3.11.rst:2121
4023
4023
msgid ""
@@ -4027,6 +4027,10 @@ msgid ""
4027
4027
"(Contributed by Victor Stinner in :issue:`46656`, :issue:`45440` and :issue:"
4028
4028
"`46640`.)"
4029
4029
msgstr ""
4030
+ "`C11 <https://en.cppreference.com/w/c/11>`_ 編譯器與標準函式庫。`可選的 C11 "
4031
+ "特性 <https://en.wikipedia.org/wiki/"
4032
+ "C11_(C_standard_revision)#Optional_features>`_ 並非必要。(由 Victor Stinner "
4033
+ "於 :issue:`46656`、:issue:`45440` 和 :issue:`46640` 中貢獻。)"
4030
4034
4031
4035
#: ../../whatsnew/3.11.rst:2128
4032
4036
msgid ""
@@ -4042,6 +4046,8 @@ msgid ""
4042
4046
"IEEE 754 floats, NaN values are always available. (Contributed by Victor "
4043
4047
"Stinner in :issue:`46656`.)"
4044
4048
msgstr ""
4049
+ ":c:macro:`!Py_NO_NAN` 巨集已被移除。因為 CPython 現在需要 IEEE 754 浮點數,"
4050
+ "NaN 數值皆為可得的。(由 Victor Stinner 在 :issue:`46656` 中貢獻。)"
4045
4051
4046
4052
#: ../../whatsnew/3.11.rst:2136
4047
4053
msgid ""
0 commit comments