@@ -15,7 +15,7 @@ msgid ""
15
15
msgstr ""
16
16
"Project-Id-Version : Python 3.12\n "
17
17
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2023-06-16 14:12 +0000\n "
18
+ "POT-Creation-Date : 2023-06-23 14:14 +0000\n "
19
19
"PO-Revision-Date : 2021-06-28 00:52+0000\n "
20
20
"Last-Translator : Arihiro TAKASE, 2023\n "
21
21
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -293,13 +293,13 @@ msgstr ""
293
293
294
294
#: ../../faq/general.rst:138
295
295
msgid ""
296
- "Not all releases are bugfix releases. In the run-up to a new minor release, "
297
- "a series of development releases are made, denoted as alpha, beta, or "
298
- "release candidate. Alphas are early releases in which interfaces aren't yet "
299
- "finalized; it's not unexpected to see an interface change between two alpha "
300
- "releases. Betas are more stable, preserving existing interfaces but possibly "
301
- "adding new modules, and release candidates are frozen, making no changes "
302
- "except as needed to fix critical bugs."
296
+ "Not all releases are bugfix releases. In the run-up to a new feature "
297
+ "release, a series of development releases are made, denoted as alpha, beta, "
298
+ "or release candidate. Alphas are early releases in which interfaces aren't "
299
+ "yet finalized; it's not unexpected to see an interface change between two "
300
+ "alpha releases. Betas are more stable, preserving existing interfaces but "
301
+ "possibly adding new modules, and release candidates are frozen, making no "
302
+ "changes except as needed to fix critical bugs."
303
303
msgstr ""
304
304
305
305
#: ../../faq/general.rst:146
@@ -606,23 +606,18 @@ msgstr "Python はどれくらい安定していますか?"
606
606
msgid ""
607
607
"Very stable. New, stable releases have been coming out roughly every 6 to "
608
608
"18 months since 1991, and this seems likely to continue. As of version 3.9, "
609
- "Python will have a minor new release every 12 months (:pep:`602`)."
609
+ "Python will have a new feature release every 12 months (:pep:`602`)."
610
610
msgstr ""
611
611
612
612
#: ../../faq/general.rst:302
613
613
msgid ""
614
- "The developers issue \" bugfix\" releases of older versions, so the stability "
615
- "of existing releases gradually improves. Bugfix releases, indicated by a "
616
- "third component of the version number (e.g. 3.5.3, 3.6.2), are managed for "
614
+ "The developers issue bugfix releases of older versions, so the stability of "
615
+ "existing releases gradually improves. Bugfix releases, indicated by a third "
616
+ "component of the version number (e.g. 3.5.3, 3.6.2), are managed for "
617
617
"stability; only fixes for known problems are included in a bugfix release, "
618
618
"and it's guaranteed that interfaces will remain the same throughout a series "
619
619
"of bugfix releases."
620
620
msgstr ""
621
- "開発者が旧バージョンの \" bugfix\" リリースを公開するので、既存リリースの安定"
622
- "性は徐々に向上していきます。バグフィックスリリースは、バージョン番号の 3 番目"
623
- "の要素によって示され(例: 3.5.3、3.6.2)、安定性のために管理されています。バグ"
624
- "フィックスリリースには既知の問題への修正だけが含まれ、一連のバグフィックスリ"
625
- "リースを通じて同じインターフェースが保たれることが保証されているのです。"
626
621
627
622
#: ../../faq/general.rst:309
628
623
msgid ""
0 commit comments