@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.10\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-08-07 00:19+0000\n "
14
- "PO-Revision-Date : 2022-02-12 19:12 +0800\n "
14
+ "PO-Revision-Date : 2022-08-31 22:26 +0800\n "
15
15
"Last-Translator : Matt Wang <mattwang44@gmail.com>\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
17
17
"tw)\n "
@@ -20,7 +20,7 @@ msgstr ""
20
20
"Content-Type : text/plain; charset=UTF-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Plural-Forms : nplurals=1; plural=0;\n "
23
- "X-Generator : Poedit 3.0 .1\n "
23
+ "X-Generator : Poedit 3.1 .1\n "
24
24
25
25
#: ../../using/mac.rst:6
26
26
msgid "Using Python on a Mac"
@@ -48,7 +48,6 @@ msgid "Getting and Installing MacPython"
48
48
msgstr "取得和安裝 MacPython"
49
49
50
50
#: ../../using/mac.rst:20
51
- #, fuzzy
52
51
msgid ""
53
52
"macOS used to come with Python 2.7 pre-installed between versions 10.8 and "
54
53
"`12.3 <https://developer.apple.com/documentation/macos-release-notes/"
@@ -57,24 +56,24 @@ msgid ""
57
56
"org). A current \" universal binary\" build of Python, which runs natively "
58
57
"on the Mac's new Intel and legacy PPC CPU's, is available there."
59
58
msgstr ""
60
- "macOS 自 10.8 版本開始預設安裝 Python 2.7。你也可以到 Python 網站 (https://"
61
- "www.python.org) 安裝最新的 Python 3 版本。你可以找到建立在\" 通用二進位 "
62
- "(universal binary)\" 上的 Python 建置版本,它能夠原生地運行在 Mac 新的 Intel "
63
- "CPU 與過去的 PPC CPU 上。"
59
+ "macOS 自 10.8 版本開始至 `12.3 版本 <https://developer.apple.com/"
60
+ "documentation/macos-release-notes/macos-12_3-release-notes#Python>`_\\ 之間預"
61
+ "設安裝 Python 2.7。你也可以到 Python 網站 (https://www.python.org) 安裝最新"
62
+ "的 Python 3 版本。你可以找到建立在\" 通用二進位 (universal binary)\" 上的 "
63
+ "Python 建置版本,它能夠原生地運行在 Mac 新的 Intel CPU 與過去的 PPC CPU 上。"
64
64
65
65
#: ../../using/mac.rst:27
66
66
msgid "What you get after installing is a number of things:"
67
67
msgstr "在安裝後你必須要做幾件事:"
68
68
69
69
#: ../../using/mac.rst:29
70
- #, fuzzy
71
70
msgid ""
72
71
"A :file:`Python 3.12` folder in your :file:`Applications` folder. In here "
73
72
"you find IDLE, the development environment that is a standard part of "
74
73
"official Python distributions; and PythonLauncher, which handles double-"
75
74
"clicking Python scripts from the Finder."
76
75
msgstr ""
77
- "會有一個 :file:`Python 3.9 ` 資料夾在你的 :file:`Applications` 資料夾中。在這"
76
+ "會有一個 :file:`Python 3.12 ` 資料夾在你的 :file:`Applications` 資料夾中。在這"
78
77
"裡你可以找到 IDLE,它是作為官方 Python 發行版標準組成的開發環境;以及 "
79
78
"PythonLauncher,它負責處理在 Finder 中雙擊 Python 腳本的操作。"
80
79
@@ -137,7 +136,6 @@ msgstr ""
137
136
"`ide` 部分,並在 IDE 執行時使用幫助選單。"
138
137
139
138
#: ../../using/mac.rst:62
140
- #, fuzzy
141
139
msgid ""
142
140
"If you want to run Python scripts from the Terminal window command line or "
143
141
"from the Finder you first need an editor to create your script. macOS comes "
@@ -155,8 +153,8 @@ msgstr ""
155
153
"Software 的 :program:`BBEdit` 或 :program:`TextWrangler`\\ (參見 http://www."
156
154
"barebones.com/products/bbedit/index.html)是不錯的選擇,\\ :program:"
157
155
"`TextMate`\\ (參見 https://macromates.com/)也是個選擇。其他編輯器包括 :"
158
- "program:`Gvim`\\ (http ://macvim-dev.github.io/macvim/)和 :program:"
159
- "`Aquamacs`\\ (http ://aquamacs.org/)。"
156
+ "program:`Gvim`\\ (https ://macvim-dev.github.io/macvim/)和 :program:"
157
+ "`Aquamacs`\\ (https ://aquamacs.org/)。"
160
158
161
159
#: ../../using/mac.rst:72
162
160
msgid ""
0 commit comments