@@ -107,19 +107,19 @@ msgstr ""
107107
108108#: ../../c-api/init_config.rst:83
109109msgid "It must be freed by :c:func:`PyInitConfig_Free`."
110- msgstr ""
110+ msgstr "必須由 :c:func:`PyInitConfig_Free` 來釋放。 "
111111
112112#: ../../c-api/init_config.rst:85
113113msgid "Return ``NULL`` on memory allocation failure."
114- msgstr ""
114+ msgstr "在記憶體配置失敗時回傳 ``NULL``。 "
115115
116116#: ../../c-api/init_config.rst:90
117117msgid "Free memory of the initialization configuration *config*."
118- msgstr ""
118+ msgstr "釋放初始化配置 *config* 的記憶體。 "
119119
120120#: ../../c-api/init_config.rst:92
121121msgid "If *config* is ``NULL``, no operation is performed."
122- msgstr ""
122+ msgstr "如果 *config* 是 ``NULL``,則不執行任何操作。 "
123123
124124#: ../../c-api/init_config.rst:96
125125msgid "Error Handling"
@@ -138,7 +138,6 @@ msgid "Set *\\*err_msg* to ``NULL`` and return ``0`` otherwise."
138138msgstr "如果沒有設定錯誤,則設定 *\\ *err_msg* 為 ``NULL`` 並回傳 ``0``。"
139139
140140#: ../../c-api/init_config.rst:105
141- #, fuzzy
142141msgid "An error message is a UTF-8 encoded string."
143142msgstr "錯誤訊息是 UTF-8 編碼的字串。"
144143
@@ -190,11 +189,11 @@ msgstr ""
190189
191190#: ../../c-api/init_config.rst:138
192191msgid "Test if the configuration has an option called *name*."
193- msgstr ""
192+ msgstr "測試配置是否有名為 *name* 的選項。 "
194193
195194#: ../../c-api/init_config.rst:140
196195msgid "Return ``1`` if the option exists, or return ``0`` otherwise."
197- msgstr ""
196+ msgstr "如果選項存在則回傳 ``1``,否則回傳 ``0``。 "
198197
199198#: ../../c-api/init_config.rst:145
200199msgid "Get an integer configuration option."
@@ -1242,7 +1241,7 @@ msgstr ""
12421241
12431242#: ../../c-api/init_config.rst:767
12441243msgid "Functions to create a status:"
1245- msgstr ""
1244+ msgstr "建立狀態的函式: "
12461245
12471246#: ../../c-api/init_config.rst:771
12481247msgid "Success."
@@ -1262,11 +1261,11 @@ msgstr ""
12621261
12631262#: ../../c-api/init_config.rst:785
12641263msgid "Exit Python with the specified exit code."
1265- msgstr ""
1264+ msgstr "以指定的退出代號退出 Python。 "
12661265
12671266#: ../../c-api/init_config.rst:787
12681267msgid "Functions to handle a status:"
1269- msgstr ""
1268+ msgstr "處理狀態的函式: "
12701269
12711270#: ../../c-api/init_config.rst:791
12721271msgid ""
@@ -1750,11 +1749,11 @@ msgstr ""
17501749
17511750#: ../../c-api/init_config.rst:1125
17521751msgid "Read all Python configuration."
1753- msgstr ""
1752+ msgstr "讀取所有 Python 配置。 "
17541753
17551754#: ../../c-api/init_config.rst:1127
17561755msgid "Fields which are already initialized are left unchanged."
1757- msgstr ""
1756+ msgstr "已經初始化的欄位將保持不變。 "
17581757
17591758#: ../../c-api/init_config.rst:1129
17601759msgid ""
@@ -1922,11 +1921,11 @@ msgstr ""
19221921
19231922#: ../../c-api/init_config.rst:1238
19241923msgid "Set by the :envvar:`__PYVENV_LAUNCHER__` environment variable."
1925- msgstr ""
1924+ msgstr "由 :envvar:`__PYVENV_LAUNCHER__` 環境變數設定。 "
19261925
19271926#: ../../c-api/init_config.rst:1240
19281927msgid "Set from :c:member:`PyConfig.executable` if ``NULL``."
1929- msgstr ""
1928+ msgstr "如果為 ``NULL``,則從 :c:member:`PyConfig.executable` 設定。 "
19301929
19311930#: ../../c-api/init_config.rst:1246
19321931msgid "See also :c:member:`PyConfig.executable`."
@@ -2005,7 +2004,7 @@ msgstr ""
20052004
20062005#: ../../c-api/init_config.rst:1310
20072006msgid "Valid values:"
2008- msgstr ""
2007+ msgstr "有效值: "
20092008
20102009#: ../../c-api/init_config.rst:1312
20112010msgid ""
@@ -2110,11 +2109,11 @@ msgstr "也請見 :c:member:`PyConfig.base_executable`"
21102109
21112110#: ../../c-api/init_config.rst:1391
21122111msgid "Enable faulthandler?"
2113- msgstr ""
2112+ msgstr "啟用 faulthandler? "
21142113
21152114#: ../../c-api/init_config.rst:1393
21162115msgid "If non-zero, call :func:`faulthandler.enable` at startup."
2117- msgstr ""
2116+ msgstr "如果非零,則在啟動時呼叫 :func:`faulthandler.enable`。 "
21182117
21192118#: ../../c-api/init_config.rst:1395
21202119msgid ""
@@ -2141,11 +2140,11 @@ msgstr ""
21412140
21422141#: ../../c-api/init_config.rst:1411
21432142msgid "Default encoding on other platforms:"
2144- msgstr ""
2143+ msgstr "其他平台的預設編碼: "
21452144
21462145#: ../../c-api/init_config.rst:1413
21472146msgid "``\" utf-8\" `` if :c:member:`PyPreConfig.utf8_mode` is non-zero."
2148- msgstr ""
2147+ msgstr "如果 :c:member:`PyPreConfig.utf8_mode` 非零,則為 `` \" utf-8 \" ``。 "
21492148
21502149#: ../../c-api/init_config.rst:1414
21512150msgid ""
@@ -2188,11 +2187,11 @@ msgstr ""
21882187
21892188#: ../../c-api/init_config.rst:1435
21902189msgid "On other platforms: use ``\" surrogateescape\" `` by default."
2191- msgstr ""
2190+ msgstr "其他平台:預設使用 `` \" surrogateescape \" ``。 "
21922191
21932192#: ../../c-api/init_config.rst:1437
21942193msgid "Supported error handlers:"
2195- msgstr ""
2194+ msgstr "支援的錯誤處理器: "
21962195
21972196#: ../../c-api/init_config.rst:1439
21982197msgid "``\" strict\" ``"
@@ -2212,7 +2211,7 @@ msgstr "另請參閱 :c:member:`~PyConfig.filesystem_encoding` 成員。"
22122211
22132212#: ../../c-api/init_config.rst:1447
22142213msgid "If non-zero, use frozen modules."
2215- msgstr ""
2214+ msgstr "如果非零,則使用凍結模組。 "
22162215
22172216#: ../../c-api/init_config.rst:1449
22182217msgid "Set by the :envvar:`PYTHON_FROZEN_MODULES` environment variable."
@@ -2275,11 +2274,11 @@ msgstr ""
22752274
22762275#: ../../c-api/init_config.rst:1491
22772276msgid "Added support for ``import_time = 2``"
2278- msgstr ""
2277+ msgstr "新增對 ``import_time = 2`` 的支援 "
22792278
22802279#: ../../c-api/init_config.rst:1495
22812280msgid "Enter interactive mode after executing a script or a command."
2282- msgstr ""
2281+ msgstr "在執行腳本或命令後進入互動模式。 "
22832282
22842283#: ../../c-api/init_config.rst:1497
22852284msgid ""
@@ -2567,7 +2566,7 @@ msgstr ""
25672566
25682567#: ../../c-api/init_config.rst:1723
25692568msgid "Now also applies on Windows."
2570- msgstr ""
2569+ msgstr "現在也適用於 Windows。 "
25712570
25722571#: ../../c-api/init_config.rst:1728
25732572msgid ""
@@ -2639,7 +2638,7 @@ msgstr ""
26392638
26402639#: ../../c-api/init_config.rst:1780 ../../c-api/init_config.rst:1801
26412640msgid "Used by :c:func:`Py_RunMain`."
2642- msgstr ""
2641+ msgstr "被 :c:func:`Py_RunMain` 使用。 "
26432642
26442643#: ../../c-api/init_config.rst:1786
26452644msgid ""
@@ -2745,23 +2744,23 @@ msgstr ""
27452744
27462745#: ../../c-api/init_config.rst:1869
27472746msgid "Default encoding:"
2748- msgstr ""
2747+ msgstr "預設編碼: "
27492748
27502749#: ../../c-api/init_config.rst:1871
27512750msgid "``\" UTF-8\" `` if :c:member:`PyPreConfig.utf8_mode` is non-zero."
2752- msgstr ""
2751+ msgstr "如果 :c:member:`PyPreConfig.utf8_mode` 非零,則為 `` \" UTF-8 \" ``。 "
27532752
27542753#: ../../c-api/init_config.rst:1872
27552754msgid "Otherwise, use the :term:`locale encoding`."
2756- msgstr ""
2755+ msgstr "否則使用 :term:`locale encoding`。 "
27572756
27582757#: ../../c-api/init_config.rst:1874
27592758msgid "Default error handler:"
27602759msgstr ""
27612760
27622761#: ../../c-api/init_config.rst:1876
27632762msgid "On Windows: use ``\" surrogateescape\" ``."
2764- msgstr ""
2763+ msgstr "在 Windows 上:使用 `` \" surrogateescape \" ``。 "
27652764
27662765#: ../../c-api/init_config.rst:1877
27672766msgid ""
@@ -2793,17 +2792,18 @@ msgstr ""
27932792
27942793#: ../../c-api/init_config.rst:1896
27952794msgid "Enable the Linux ``perf`` profiler support?"
2796- msgstr ""
2795+ msgstr "要啟用 Linux ``perf`` 分析器支援嗎? "
27972796
27982797#: ../../c-api/init_config.rst:1898
27992798msgid "If equals to ``1``, enable support for the Linux ``perf`` profiler."
2800- msgstr ""
2799+ msgstr "如果等於 ``1``,則啟用對 Linux ``perf`` 分析器的支援。 "
28012800
28022801#: ../../c-api/init_config.rst:1900
28032802msgid ""
28042803"If equals to ``2``, enable support for the Linux ``perf`` profiler with "
28052804"DWARF JIT support."
28062805msgstr ""
2806+ "如果等於 ``2``,則啟用有 DWARF JIT 支援的 Linux ``perf`` 分析器的支援。"
28072807
28082808#: ../../c-api/init_config.rst:1903
28092809msgid ""
@@ -3420,12 +3420,3 @@ msgstr "main()"
34203420#: ../../c-api/init_config.rst:1181
34213421msgid "argv (in module sys)"
34223422msgstr ""
3423-
3424- #~ msgid "Builtin types;"
3425- #~ msgstr "內建型別;"
3426-
3427- #~ msgid "Builtin exceptions;"
3428- #~ msgstr "內建例外;"
3429-
3430- #~ msgid "Import the :mod:`site` module;"
3431- #~ msgstr "引入 :mod:`site` 模組;"