- Notifications
You must be signed in to change notification settings - Fork 214
/
Copy pathinstalled.po
137 lines (122 loc) · 5.76 KB
/
installed.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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
#
# Translators:
# Ching-Lung Chuang, 2015
# Matt Wang <mattwang44@gmail.com>, 2021
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-24 00:11+0000\n"
"PO-Revision-Date: 2021-12-09 21:50+0800\n"
"Last-Translator: Ching-Lung Chuang\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
"Language: zh_TW\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"
"X-Generator: Poedit 3.0\n"
#:../../faq/installed.rst:3
msgid"\"Why is Python Installed on my Computer?\" FAQ"
msgstr"「為什麼 Python 被安裝在我的機器上?」常見問答集"
#:../../faq/installed.rst:6
msgid"What is Python?"
msgstr"什麼是 Python?"
#:../../faq/installed.rst:8
msgid""
"Python is a programming language. It's used for many different "
"applications. It's used in some high schools and colleges as an introductory "
"programming language because Python is easy to learn, but it's also used by "
"professional software developers at places such as Google, NASA, and "
"Lucasfilm Ltd."
msgstr""
"Python 是一種程式語言。它被使用於不同種類的應用程式中。因為 Python 屬於容易學"
"習的語言,它在一些高中和大學課程中被用作介紹程式語言的工具;但它也被專業的軟"
"體開發人員所使用,例如 Google、美國太空總署與盧卡斯電影公司。"
#:../../faq/installed.rst:13
msgid""
"If you wish to learn more about Python, start with the `Beginner's Guide to "
"Python <https://wiki.python.org/moin/BeginnersGuide>`_."
msgstr""
"若你想學習更多關於 Python 的知識,可以先從 `Python 初學者指引 <https://wiki."
"python.org/moin/BeginnersGuide>`_\\ 開始閱讀。"
#:../../faq/installed.rst:18
msgid"Why is Python installed on my machine?"
msgstr"為什麼 Python 被安裝在我的機器上?"
#:../../faq/installed.rst:20
msgid""
"If you find Python installed on your system but don't remember installing "
"it, there are several possible ways it could have gotten there."
msgstr""
"若你發現曾安裝 Python 於系統中,但不記得何時安裝過,那有可能是透過以下幾種途"
"徑安裝的。"
#:../../faq/installed.rst:23
msgid""
"Perhaps another user on the computer wanted to learn programming and "
"installed it; you'll have to figure out who's been using the machine and "
"might have installed it."
msgstr""
"也許其他使用此電腦的使用者想要學習撰寫程式並且安裝了 Python;你需要回想一下誰"
"曾經使用此機器且可能進行安裝。"
#:../../faq/installed.rst:26
msgid""
"A third-party application installed on the machine might have been written "
"in Python and included a Python installation. There are many such "
"applications, from GUI programs to network servers and administrative "
"scripts."
msgstr""
"安裝於機器的第三方應用程式可能以 Python 語言撰寫並且安裝了 Python。這樣的應用"
"程式並不少,從 GUI 程式到網路伺服器和管理者腳本都有。"
#:../../faq/installed.rst:29
msgid""
"Some Windows machines also have Python installed. At this writing we're "
"aware of computers from Hewlett-Packard and Compaq that include Python. "
"Apparently some of HP/Compaq's administrative tools are written in Python."
msgstr""
"一些安裝 Windows 的機器也被安裝 Python。截至撰寫此文件的當下,我們得知 HP 與 "
"Compaq 出廠的機器都預設安裝 Python。顯然的 HP 與 Compaq 部分的管理工具程式是"
"透過 Python 語言所撰寫。"
#:../../faq/installed.rst:32
msgid""
"Many Unix-compatible operating systems, such as macOS and some Linux "
"distributions, have Python installed by default; it's included in the base "
"installation."
msgstr""
"許多相容於 Unix 系統,例如 macOS 和一些 Linux 發行版本預設安裝 Python;它被包"
"含在基礎安裝內。"
#:../../faq/installed.rst:38
msgid"Can I delete Python?"
msgstr"我能夠自行刪除 Python 嗎?"
#:../../faq/installed.rst:40
msgid"That depends on where Python came from."
msgstr"需要依據 Python 的安裝方式決定。"
#:../../faq/installed.rst:42
msgid""
"If someone installed it deliberately, you can remove it without hurting "
"anything. On Windows, use the Add/Remove Programs icon in the Control Panel."
msgstr""
"若有人是有意地安裝 Python,你可自行移除移除它,這不會造成其他影響。Windows 作"
"業系統中,請於控制台 (Control Panel) 中尋找新增/移除程式來解除安裝。"
#:../../faq/installed.rst:45
msgid""
"If Python was installed by a third-party application, you can also remove "
"it, but that application will no longer work. You should use that "
"application's uninstaller rather than removing Python directly."
msgstr""
"若 Python 是透過第三方應用程式安裝時,你也可自行移除,不過該應用程式將無法正"
"常執行。你應該使用應用程式解除安裝功能而非直接刪除 Python。"
#:../../faq/installed.rst:49
msgid""
"If Python came with your operating system, removing it is not recommended. "
"If you remove it, whatever tools were written in Python will no longer run, "
"and some of them might be important to you. Reinstalling the whole system "
"would then be required to fix things again."
msgstr""
"當作業系統預設安裝 Python,不建議移除它。對你而言某些工具程式是重要不可或缺"
"的,若自行移除它,透過 Python 撰寫的工具程式將無法正常執行。重新安裝整個系"
"統,才能再次解決這些問題。"