Skip to content

Commit a24e387

Browse files
author
github-actions
committed
Merge 3.14 into 3.12
1 parent 8a70cfb commit a24e387

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

faq/general.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -666,10 +666,10 @@ msgid ""
666666
"and supported by most widely used libraries. Python 2.x :pep:`is not "
667667
"maintained anymore <373>`."
668668
msgstr ""
669-
"最新の安定版は `Python ダウンロードページ<https://www.python.org/downloads/"
670-
">`_ で見つけられます。 Python 3.x が推奨されるバージョンで、最も広く利用され"
671-
"ているライブラリでサポートされています。 Python 2.x :pep:`は もはや保守されて"
672-
"いません<373>` 。"
669+
"最新の安定版は `Python download page <https://www.python.org/downloads/>`_ で"
670+
"見つけられます。 Python 3.x が推奨されるバージョンで、最も広く利用されている"
671+
"ライブラリでサポートされています。 Python 2.x :pep:`は もはや保守されていませ"
672+
"<373>` 。"
673673

674674
#: ../../faq/general.rst:317
675675
msgid "How many people are using Python?"

howto/isolating-extensions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ msgstr ""
916916

917917
#: ../../howto/isolating-extensions.rst:632
918918
msgid "Per-Class Scope"
919-
msgstr ""
919+
msgstr "クラスごとのスコープ"
920920

921921
#: ../../howto/isolating-extensions.rst:634
922922
msgid ""

using/ios.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,12 +600,13 @@ msgid ""
600600
"Add Objective C code to initialize and use a Python interpreter in embedded "
601601
"mode. You should ensure that:"
602602
msgstr ""
603-
"Python インタープリターを埋め込みモードで初期化・使用する Objective C コード"
604-
"を追加します。次のことを確認する必要があります:"
603+
"Python インタープリタを埋め込みモードで初期化・使用する Objective C コードを"
604+
"追加します。次のことを確認する必要があります:"
605605

606606
#: ../../using/ios.rst:295
607607
msgid "UTF-8 mode (:c:member:`PyPreConfig.utf8_mode`) is *enabled*;"
608608
msgstr ""
609+
"UTF-8 モード (:c:member:`PyPreConfig.utf8_mode`) が有効になっていること"
609610

610611
#: ../../using/ios.rst:296
611612
msgid "Buffered stdio (:c:member:`PyConfig.buffered_stdio`) is *disabled*;"

0 commit comments

Comments
 (0)