Skip to content

Commit e7e4e68

Browse files
sync with cpython 8bb16f66
1 parent 8122d5e commit e7e4e68

File tree

2 files changed

+624
-604
lines changed

2 files changed

+624
-604
lines changed

faq/general.po

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.11\n"
1212
"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"
1414
"PO-Revision-Date: 2022-10-16 06:51+0800\n"
1515
"Last-Translator: Steven Hsu <[email protected]>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -279,13 +279,13 @@ msgstr "更多關於錯誤修正發布的資訊請見 :pep:`6`。"
279279
#: ../../faq/general.rst:138
280280
#, fuzzy
281281
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."
289289
msgstr ""
290290
"並非所有的發布版本都是錯誤修正發布版本。在一個新的主要發布版本的準備階段,會"
291291
"發布一系列開發版本,標示為 alpha、beta 或候選發布版本 (release candidate)。"
@@ -596,17 +596,18 @@ msgstr "Python 的穩定性如何?"
596596
msgid ""
597597
"Very stable. New, stable releases have been coming out roughly every 6 to "
598598
"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`)."
600600
msgstr ""
601601
"非常穩定。自從 1991 年開始,大約每隔 6 到 18 個月都會發布新的穩定版本,而且這"
602602
"看起來會繼續進行。從 3.9 版開始,Python 每隔 12 個月將會釋出一個主要的發行版"
603603
"本 (:pep:`602`)。"
604604

605605
#: ../../faq/general.rst:302
606+
#, fuzzy
606607
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 "
610611
"stability; only fixes for known problems are included in a bugfix release, "
611612
"and it's guaranteed that interfaces will remain the same throughout a series "
612613
"of bugfix releases."

0 commit comments

Comments
 (0)