@@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.11\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
- "POT-Creation-Date : 2023-06-17 00:33 +0000\n "
13
+ "POT-Creation-Date : 2023-06-19 00:34 +0000\n "
14
14
"PO-Revision-Date : 2022-10-16 06:51+0800\n "
15
15
"
Last-Translator :
Steven Hsu <[email protected] >\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -279,13 +279,13 @@ msgstr "更多關於錯誤修正發布的資訊請見 :pep:`6`。"
279
279
#: ../../faq/general.rst:138
280
280
#, fuzzy
281
281
msgid ""
282
- "Not all releases are bugfix releases. In the run-up to a new minor release, "
283
- "a series of development releases are made, denoted as alpha, beta, or "
284
- "release candidate. Alphas are early releases in which interfaces aren't yet "
285
- "finalized; it's not unexpected to see an interface change between two alpha "
286
- "releases. Betas are more stable, preserving existing interfaces but possibly "
287
- "adding new modules, and release candidates are frozen, making no changes "
288
- "except as needed to fix critical bugs."
282
+ "Not all releases are bugfix releases. In the run-up to a new feature "
283
+ "release, a series of development releases are made, denoted as alpha, beta, "
284
+ "or release candidate. Alphas are early releases in which interfaces aren't "
285
+ "yet finalized; it's not unexpected to see an interface change between two "
286
+ "alpha releases. Betas are more stable, preserving existing interfaces but "
287
+ "possibly adding new modules, and release candidates are frozen, making no "
288
+ "changes except as needed to fix critical bugs."
289
289
msgstr ""
290
290
"並非所有的發布版本都是錯誤修正發布版本。在一個新的主要發布版本的準備階段,會"
291
291
"發布一系列開發版本,標示為 alpha、beta 或候選發布版本 (release candidate)。"
@@ -596,17 +596,18 @@ msgstr "Python 的穩定性如何?"
596
596
msgid ""
597
597
"Very stable. New, stable releases have been coming out roughly every 6 to "
598
598
"18 months since 1991, and this seems likely to continue. As of version 3.9, "
599
- "Python will have a minor new release every 12 months (:pep:`602`)."
599
+ "Python will have a new feature release every 12 months (:pep:`602`)."
600
600
msgstr ""
601
601
"非常穩定。自從 1991 年開始,大約每隔 6 到 18 個月都會發布新的穩定版本,而且這"
602
602
"看起來會繼續進行。從 3.9 版開始,Python 每隔 12 個月將會釋出一個主要的發行版"
603
603
"本 (:pep:`602`)。"
604
604
605
605
#: ../../faq/general.rst:302
606
+ #, fuzzy
606
607
msgid ""
607
- "The developers issue \" bugfix\" releases of older versions, so the stability "
608
- "of existing releases gradually improves. Bugfix releases, indicated by a "
609
- "third component of the version number (e.g. 3.5.3, 3.6.2), are managed for "
608
+ "The developers issue bugfix releases of older versions, so the stability of "
609
+ "existing releases gradually improves. Bugfix releases, indicated by a third "
610
+ "component of the version number (e.g. 3.5.3, 3.6.2), are managed for "
610
611
"stability; only fixes for known problems are included in a bugfix release, "
611
612
"and it's guaranteed that interfaces will remain the same throughout a series "
612
613
"of bugfix releases."
0 commit comments