77# tomo, 2021
88# Osamu NAKAMURA, 2021
99# Takanori Suzuki <takanori@takanory.net>, 2024
10+ # 石井 明久, 2024
1011#
1112#, fuzzy
1213msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516"Report-Msgid-Bugs-To : \n "
1617"POT-Creation-Date : 2024-05-31 14:14+0000\n "
1718"PO-Revision-Date : 2021-06-28 01:08+0000\n "
18- "Last-Translator : Takanori Suzuki <takanori@takanory.net> , 2024\n "
19+ "Last-Translator : 石井 明久 , 2024\n "
1920"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
2021"ja/)\n "
2122"MIME-Version : 1.0\n "
@@ -145,6 +146,8 @@ msgid ""
145146"If not separately noted, all functions that claim \" Availability: Unix\" are "
146147"supported on macOS and iOS, both of which build on a Unix core."
147148msgstr ""
149+ "特に記述がない場合、「利用できる環境 : Unix 」と書かれている関数は、 ともに "
150+ "Unix をコアにしている macOS と iOS でも利用することができます。"
148151
149152#: ../../library/intro.rst:63
150153msgid ""
@@ -224,7 +227,7 @@ msgstr ""
224227
225228#: ../../library/intro.rst:126
226229msgid "iOS"
227- msgstr ""
230+ msgstr "iOS "
228231
229232#: ../../library/intro.rst:128
230233msgid ""
@@ -233,6 +236,10 @@ msgid ""
233236"system. However, there are several major differences between iOS and other "
234237"POSIX systems."
235238msgstr ""
239+ "ほとんどの点において、 iOS は POSIX オペレーティングシステムです。ファイル I/"
240+ "Oやソケット処理、スレッドは全て POSIX オペレーティングシステム上と同様に動作"
241+ "します。しかし、 iOS と他のPOSIX システムの間には、いくつかの大きな違いがあり"
242+ "ます。"
236243
237244#: ../../library/intro.rst:132
238245msgid ""
@@ -243,6 +250,12 @@ msgid ""
243250"interpreter to an iOS app created with Xcode. See the :ref:`iOS usage guide "
244251"<using-ios>` for more details."
245252msgstr ""
253+ "iOS では、埋め込みモードの Python のみが有効です。 Python の REPL は存在せ"
254+ "ず、通常の Python 開発の一部である、 :program:`pip` のようなバイナリを実行す"
255+ "る能力もありません。 Python のコードを iOS アプリに追加するためには、 :ref:"
256+ "`Python embedding API <embedding>` を使用して、 Xcode で作成された iOS アプリ"
257+ "に Python インタープリターを追加する必要があります。詳細は、:ref:`iOS usage "
258+ "guide <using-ios>` にあります。"
246259
247260#: ../../library/intro.rst:139
248261msgid ""
0 commit comments