@@ -10,7 +10,7 @@ msgstr ""
1010"Project-Id-Version : Python 3.11\n "
1111"Report-Msgid-Bugs-To : \n "
1212"POT-Creation-Date : 2022-12-25 00:16+0000\n "
13- "PO-Revision-Date : 2022-10-01 14:30 +0800\n "
13+ "PO-Revision-Date : 2022-12-26 23:06 +0800\n "
1414"Last-Translator : Phil Lin <linooohon@gmail.com>\n "
1515"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1616"tw)\n "
@@ -19,7 +19,7 @@ msgstr ""
1919"Content-Type : text/plain; charset=UTF-8\n "
2020"Content-Transfer-Encoding : 8bit\n "
2121"Plural-Forms : nplurals=1; plural=0;\n "
22- "X-Generator : Poedit 3.1.1 \n "
22+ "X-Generator : Poedit 3.2.2 \n "
2323
2424#: ../../library/functions.rst:5 ../../library/functions.rst:11
2525msgid "Built-in Functions"
@@ -1259,7 +1259,6 @@ msgid "Return a floating point number constructed from a number or string *x*."
12591259msgstr "回傳從數字或字串 *x* 生成的浮點數。"
12601260
12611261#: ../../library/functions.rst:647
1262- #, fuzzy
12631262msgid ""
12641263"If the argument is a string, it should contain a decimal number, optionally "
12651264"preceded by a sign, and optionally embedded in whitespace. The optional "
@@ -1272,19 +1271,18 @@ msgstr ""
12721271"如果引數是字串,則它必須是包含十進位制數字的字串,字串前面可以有符號,之前也"
12731272"可以有空格。選擇性的符號有 ``'+'`` 和 ``'-'``;``'+'`` 對建立的值沒有影響。引"
12741273"數也可以是 NaN(非數字)或正負無窮大的字串。確切地說,除去首尾的空格後,輸入"
1275- "必須遵循以下語法 :"
1274+ "必須遵循以下語法中 ``floatvalue`` 的生成規則 :"
12761275
12771276#: ../../library/functions.rst:665
1278- #, fuzzy
12791277msgid ""
12801278"Here ``digit`` is a Unicode decimal digit (character in the Unicode general "
12811279"category ``Nd``). Case is not significant, so, for example, \" inf\" , "
12821280"\" Inf\" , \" INFINITY\" , and \" iNfINity\" are all acceptable spellings for "
12831281"positive infinity."
12841282msgstr ""
1285- "``floatnumber `` 是 Python 浮點數的字串形式,詳見 :ref:`floating`。字母大小寫 "
1286- "都可以 ,例如,\" inf\" 、\" Inf\" 、\" INFINITY\" 、\" iNfINity\" 都可以表示正無窮 "
1287- "大 。"
1283+ "``digit `` 是一個 Unicode 十進位數字(Unicode 一般分類 ``Nd`` 中的字元)。字母 "
1284+ "大小寫都可以 ,例如,\" inf\" 、\" Inf\" 、\" INFINITY\" 、\" iNfINity\" 都可以表示正 "
1285+ "無窮大 。"
12881286
12891287#: ../../library/functions.rst:670
12901288msgid ""
0 commit comments