-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathmac.po
375 lines (331 loc) · 17.7 KB
/
mac.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Rafael Fontenelle <[email protected]>, 2022
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 14:59+0000\n"
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
"Last-Translator: Rafael Fontenelle <[email protected]>, 2022\n"
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
"ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../using/mac.rst:6
msgid "Using Python on a Mac"
msgstr "Mac で Python を使う"
#: ../../using/mac.rst:0
msgid "Author"
msgstr "著者"
#: ../../using/mac.rst:8
msgid "Bob Savage <[email protected]>"
msgstr "Bob Savage <[email protected]>"
#: ../../using/mac.rst:11
msgid ""
"Python on a Mac running macOS is in principle very similar to Python on any "
"other Unix platform, but there are a number of additional features such as "
"the IDE and the Package Manager that are worth pointing out."
msgstr ""
"macOS が動作している Mac 上の Python は原則的には他の Unix プラットフォーム上"
"の Python と非常によく似ていますが、 IDE やパッケージ・マネージャなどの指摘す"
"べき追加要素があります。"
#: ../../using/mac.rst:18
msgid "Getting and Installing MacPython"
msgstr "MacPython の入手とインストール"
#: ../../using/mac.rst:20
msgid ""
"macOS used to come with Python 2.7 pre-installed between versions 10.8 and "
"`12.3 <https://developer.apple.com/documentation/macos-release-notes/"
"macos-12_3-release-notes#Python>`_. You are invited to install the most "
"recent version of Python 3 from the Python website (https://www.python."
"org). A current \"universal binary\" build of Python, which runs natively "
"on the Mac's new Intel and legacy PPC CPU's, is available there."
msgstr ""
"macOS 10.8 から `12.3 <https://developer.apple.com/documentation/macos-"
"release-notes/macos-12_3-release-notes#Python>`_ までは Apple によって "
"Python 2.7 がプリインストールされていました。Python の Web サイト (https://"
"www.python.org) から最新バージョンの Python 3 を取得しインストールすることも"
"できます。新しい Intel の CPU でも古い PPC の CPU でもネイティブに動作する "
"\"ユニバーサル・バイナリ\" ビルドの最新のものがあります。"
#: ../../using/mac.rst:27
msgid "What you get after installing is a number of things:"
msgstr "インストールを行うといくつかのものが手に入ります:"
#: ../../using/mac.rst:29
msgid ""
"A :file:`Python 3.12` folder in your :file:`Applications` folder. In here "
"you find IDLE, the development environment that is a standard part of "
"official Python distributions; and PythonLauncher, which handles double-"
"clicking Python scripts from the Finder."
msgstr ""
":file:`Applications` フォルダにある :file:`Python 3.12` フォルダ。公式の "
"Python ディストリビューションに含まれる開発環境 IDLE; と Finder から Python "
"スクリプトをダブルクリックしたときに起動する PythonLauncher。"
#: ../../using/mac.rst:34
msgid ""
"A framework :file:`/Library/Frameworks/Python.framework`, which includes the "
"Python executable and libraries. The installer adds this location to your "
"shell path. To uninstall MacPython, you can simply remove these three "
"things. A symlink to the Python executable is placed in /usr/local/bin/."
msgstr ""
"Python 実行ファイルやライブラリを含む :file:`/Library/Frameworks/Python."
"framework` フレームワーク。インストーラはシェルのパスにこの場所を追加しま"
"す。 MacPython をアンインストールするには、これら 3 つを削除すればよいだけで"
"す。 Python 実行ファイルへのシンボリックリンクは /usr/local/bin/ に置かれてい"
"ます。"
#: ../../using/mac.rst:39
msgid ""
"The Apple-provided build of Python is installed in :file:`/System/Library/"
"Frameworks/Python.framework` and :file:`/usr/bin/python`, respectively. You "
"should never modify or delete these, as they are Apple-controlled and are "
"used by Apple- or third-party software. Remember that if you choose to "
"install a newer Python version from python.org, you will have two different "
"but functional Python installations on your computer, so it will be "
"important that your paths and usages are consistent with what you want to do."
msgstr ""
"Apple が提供している Python のビルドは :file:`/System/Library/Frameworks/"
"Python.framework` と :file:`/usr/bin/python` にそれぞれインストールされていま"
"す。これらは Apple が管理しているものであり Apple やサードパーティのソフト"
"ウェアが使用するので、編集したり削除したりしてはいけません。 python.org から"
"新しいバージョンの Python をインストールする場合には、それぞれ正常に動作する "
"2 つの異なる Python 環境がコンピュータにインストールされるため、意図する方の "
"Python のパスを設定し、使用することが重要です。"
#: ../../using/mac.rst:47
msgid ""
"IDLE includes a help menu that allows you to access Python documentation. If "
"you are completely new to Python you should start reading the tutorial "
"introduction in that document."
msgstr ""
"IDLE にはヘルプメニューがあり Python のドキュメントにアクセスすることができま"
"す。もし Python が全くの初めての場合にはドキュメントのチュートリアルを最初か"
"ら読み進めることをおすすめします。"
#: ../../using/mac.rst:51
msgid ""
"If you are familiar with Python on other Unix platforms you should read the "
"section on running Python scripts from the Unix shell."
msgstr ""
"もし他の Unix プラットフォームで Python を使い慣れている場合には Unix シェル"
"からの Python スクリプトの実行についての節を読むことをおすすめします。"
#: ../../using/mac.rst:56
msgid "How to run a Python script"
msgstr "Python スクリプトの実行方法"
#: ../../using/mac.rst:58
msgid ""
"Your best way to get started with Python on macOS is through the IDLE "
"integrated development environment, see section :ref:`ide` and use the Help "
"menu when the IDE is running."
msgstr ""
"macOS で Python を始める最良の方法は統合開発環境である IDLE を使うことで"
"す、 :ref:`ide` 節を参照し IDE を実行しているときにヘルプメニューを使ってくだ"
"さい。"
#: ../../using/mac.rst:62
msgid ""
"If you want to run Python scripts from the Terminal window command line or "
"from the Finder you first need an editor to create your script. macOS comes "
"with a number of standard Unix command line editors, :program:`vim` and :"
"program:`emacs` among them. If you want a more Mac-like editor, :program:"
"`BBEdit` or :program:`TextWrangler` from Bare Bones Software (see http://www."
"barebones.com/products/bbedit/index.html) are good choices, as is :program:"
"`TextMate` (see https://macromates.com/). Other editors include :program:"
"`Gvim` (https://macvim-dev.github.io/macvim/) and :program:`Aquamacs` "
"(http://aquamacs.org/)."
msgstr ""
"もし Python スクリプトをターミナルのコマンドラインや Finder から実行したい場"
"合は最初にエディタでスクリプトを作る必要があります。 macOS には :program:"
"`vim` や :program:`emacs` などの Unix の標準のラインエディタが備わっていま"
"す。もしもっと Mac らしいエディタが欲しい場合には、Bare Bones Software "
"(http://www.barebones.com/products/bbedit/index.html を参照) の :program:"
"`BBEdit` や :program:`TextWrangler` もしくは :program:`TextMate` (https://"
"macromates.com/) は良い選択候補です。他には :program:`Gvim` (https://macvim-"
"dev.github.io/macvim/) や :program:`Aquamacs` (http://aquamacs.org/) などがあ"
"ります。"
#: ../../using/mac.rst:72
msgid ""
"To run your script from the Terminal window you must make sure that :file:`/"
"usr/local/bin` is in your shell search path."
msgstr ""
"ターミナルからスクリプトを実行するには :file:`/usr/local/bin` がシェルのパス"
"に含まれていることを確認してください。"
#: ../../using/mac.rst:75
msgid "To run your script from the Finder you have two options:"
msgstr "Finder からスクリプトを実行するのには 2 つの方法があります:"
#: ../../using/mac.rst:77
msgid "Drag it to :program:`PythonLauncher`"
msgstr ":program:`PythonLauncher` へドラッグする"
#: ../../using/mac.rst:79
msgid ""
"Select :program:`PythonLauncher` as the default application to open your "
"script (or any .py script) through the finder Info window and double-click "
"it. :program:`PythonLauncher` has various preferences to control how your "
"script is launched. Option-dragging allows you to change these for one "
"invocation, or use its Preferences menu to change things globally."
msgstr ""
"Finder の情報ウィンドウから :program:`PythonLauncher` をそのスクリプト (もし"
"くは .py スクリプト全て) を開くデフォルトのアプリケーションとして選び、スクリ"
"プトファイルをダブルクリックしてください。 :program:`PythonLauncher` の環境設"
"定にはどのようにスクリプトを実行するかを管理する様々な設定があります。 "
"option キーを押しながらドラッグすることで実行するごとにこれらの設定を変えられ"
"ますし、環境設定メニューから全ての実行に対して設定変更することもできます。"
#: ../../using/mac.rst:89
msgid "Running scripts with a GUI"
msgstr "GUI でスクリプトを実行"
#: ../../using/mac.rst:91
msgid ""
"With older versions of Python, there is one macOS quirk that you need to be "
"aware of: programs that talk to the Aqua window manager (in other words, "
"anything that has a GUI) need to be run in a special way. Use :program:"
"`pythonw` instead of :program:`python` to start such scripts."
msgstr ""
"古いバージョンの Python には、気を付けておかないといけない macOS の癖がありま"
"す: Aqua ウィンドウマネージャとやりとりをする (別の言い方をすると GUI を持"
"つ) プログラムは特別な方法で実行する必要があります。\n"
"そのようなスクリプトを実行するには :program:`python` ではなく :program:"
"`pythonw` を使ってください。"
#: ../../using/mac.rst:96
msgid ""
"With Python 3.9, you can use either :program:`python` or :program:`pythonw`."
msgstr ""
"Python 3.9 では、 :program:`python` と :program:`pythonw` のどちらでも使えま"
"す。"
#: ../../using/mac.rst:100
msgid "Configuration"
msgstr "Configuration"
#: ../../using/mac.rst:102
msgid ""
"Python on macOS honors all standard Unix environment variables such as :"
"envvar:`PYTHONPATH`, but setting these variables for programs started from "
"the Finder is non-standard as the Finder does not read your :file:`.profile` "
"or :file:`.cshrc` at startup. You need to create a file :file:`~/.MacOSX/"
"environment.plist`. See Apple's Technical Document QA1067 for details."
msgstr ""
"macOS 上の Python では :envvar:`PYTHONPATH` のような全ての標準の Unix 環境変"
"数が使えますが、Finder からプログラムを起動する場合このような環境変数を設定す"
"る方法は非標準であり Finder は起動時に :file:`.profile` や :file:`.cshrc` を"
"読み込みません。 :file:`~/.MacOSX/environment.plist` ファイルを作る必要があり"
"ます。詳細については Apple の Technical Document QA1067 を参照してください。"
#: ../../using/mac.rst:109
msgid ""
"For more information on installation Python packages in MacPython, see "
"section :ref:`mac-package-manager`."
msgstr ""
"MacPython の Python パッケージのインストールについてのさらなる情報は、 :ref:"
"`mac-package-manager` 節を参照してください。"
#: ../../using/mac.rst:116
msgid "The IDE"
msgstr "IDE"
#: ../../using/mac.rst:118
msgid ""
"MacPython ships with the standard IDLE development environment. A good "
"introduction to using IDLE can be found at http://www.hashcollision.org/hkn/"
"python/idle_intro/index.html."
msgstr ""
"MacPython には標準の IDLE 開発環境が付いてきます。 http://www.hashcollision."
"org/hkn/python/idle_intro/index.html に IDLE を使うための良い入門があります。"
#: ../../using/mac.rst:126
msgid "Installing Additional Python Packages"
msgstr "追加の Python パッケージのインストール"
#: ../../using/mac.rst:128
msgid "There are several methods to install additional Python packages:"
msgstr "追加の Python パッケージをインストールする方法がいくつかあります:"
#: ../../using/mac.rst:130
msgid ""
"Packages can be installed via the standard Python distutils mode (``python "
"setup.py install``)."
msgstr ""
"パッケージは Python の標準の distutils モードを使ってインストールすることがで"
"きます (``python setup.py install``)。"
#: ../../using/mac.rst:133
msgid ""
"Many packages can also be installed via the :program:`setuptools` extension "
"or :program:`pip` wrapper, see https://pip.pypa.io/."
msgstr ""
"多くのパッケージは :program:`setuptools` 拡張や :program:`pip` ラッパーを使っ"
"てもインストールできます。 https://pip.pypa.io/ を参照してください。"
#: ../../using/mac.rst:138
msgid "GUI Programming on the Mac"
msgstr "Mac での GUI プログラミング"
#: ../../using/mac.rst:140
msgid ""
"There are several options for building GUI applications on the Mac with "
"Python."
msgstr ""
"Python で Mac 上の GUI アプリケーションをビルドする方法がいくつかあります。"
#: ../../using/mac.rst:142
msgid ""
"*PyObjC* is a Python binding to Apple's Objective-C/Cocoa framework, which "
"is the foundation of most modern Mac development. Information on PyObjC is "
"available from https://pypi.org/project/pyobjc/."
msgstr ""
"*PyObjC* は Mac の最新の開発基盤である Apple の Objective-C/Cocoa フレーム"
"ワークへの Python バインディングです。PyObjC の情報は https://pypi.org/"
"project/pyobjc/ にあります。"
#: ../../using/mac.rst:146
msgid ""
"The standard Python GUI toolkit is :mod:`tkinter`, based on the cross-"
"platform Tk toolkit (https://www.tcl.tk). An Aqua-native version of Tk is "
"bundled with OS X by Apple, and the latest version can be downloaded and "
"installed from https://www.activestate.com; it can also be built from source."
msgstr ""
"Python 標準の GUI ツールキットは、クロスプラットフォームの Tk ツールキット "
"(https://www.tcl.tk) 上に構築された :mod:`tkinter` です。 Tk の Aqua ネイティ"
"ブバージョンは Apple が OS X にバンドルしており、最新バージョンは https://"
"www.activestate.com からダウンロードおよびインストールできます; またソースか"
"らビルドすることもできます。"
#: ../../using/mac.rst:151
msgid ""
"*wxPython* is another popular cross-platform GUI toolkit that runs natively "
"on macOS. Packages and documentation are available from https://www.wxpython."
"org."
msgstr ""
"*wxPython* は別の人気のあるクロスプラットフォームの GUI ツールキットで macOS "
"上でネイティブに動作します。パッケージとドキュメントは https://www.wxpython."
"org から利用できます。"
#: ../../using/mac.rst:154
msgid ""
"*PyQt* is another popular cross-platform GUI toolkit that runs natively on "
"macOS. More information can be found at https://riverbankcomputing.com/"
"software/pyqt/intro."
msgstr ""
"*PyQt* は別の人気のあるクロスプラットフォームの GUI ツールキットで macOS 上で"
"ネイティブに動作します。詳しい情報は https://riverbankcomputing.com/software/"
"pyqt/intro にあります。"
#: ../../using/mac.rst:160
msgid "Distributing Python Applications on the Mac"
msgstr "Mac 上の Python アプリケーションの配布"
#: ../../using/mac.rst:162
msgid ""
"The standard tool for deploying standalone Python applications on the Mac "
"is :program:`py2app`. More information on installing and using py2app can be "
"found at https://pypi.org/project/py2app/."
msgstr ""
"Mac 上の単独の Python アプリケーションをデプロイする標準のツールは :program:"
"`py2app` です。 py2app のインストールと使用法に関する情報は https://pypi.org/"
"project/py2app/ にあります。"
#: ../../using/mac.rst:168
msgid "Other Resources"
msgstr "他のリソース"
#: ../../using/mac.rst:170
msgid ""
"The MacPython mailing list is an excellent support resource for Python users "
"and developers on the Mac:"
msgstr ""
"MacPython メーリングリストは Mac での Python ユーザや開発者にとって素晴しいサ"
"ポートリソースです:"
#: ../../using/mac.rst:173
msgid "https://www.python.org/community/sigs/current/pythonmac-sig/"
msgstr "https://www.python.org/community/sigs/current/pythonmac-sig/"
#: ../../using/mac.rst:175
msgid "Another useful resource is the MacPython wiki:"
msgstr "他の役に立つリソースは MacPython wiki です:"
#: ../../using/mac.rst:177
msgid "https://wiki.python.org/moin/MacPython"
msgstr "https://wiki.python.org/moin/MacPython"