Skip to content

Commit 2744920

Browse files
committed
Working on reference/introduction.po
1 parent 4609277 commit 2744920

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

reference/introduction.po

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2025-09-08 15:25+0800\n"
10-
"PO-Revision-Date: 2017-09-22 18:27+0000\n"
11-
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
10+
"PO-Revision-Date: 2025-11-16 02:52+0800\n"
11+
"Last-Translator: Junli Xiao <https://github.com/JunliXiao>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1313
"tw)\n"
1414
"Language: zh_TW\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=1; plural=0;\n"
19+
"X-Generator: Poedit 3.8\n"
1920

2021
#: ../../reference/introduction.rst:6
2122
msgid "Introduction"
@@ -25,7 +26,7 @@ msgstr "簡介"
2526
msgid ""
2627
"This reference manual describes the Python programming language. It is not "
2728
"intended as a tutorial."
28-
msgstr ""
29+
msgstr "這份參考手冊將會描述 Python 的程式語言特性,而非用於教學。"
2930

3031
#: ../../reference/introduction.rst:11
3132
msgid ""
@@ -41,6 +42,13 @@ msgid ""
4142
"like to see a more formal definition of the language, maybe you could "
4243
"volunteer your time --- or invent a cloning machine :-)."
4344
msgstr ""
45+
"在我想要盡可能精確表達的同時,除了語法和詞法分析部分,我仍選擇使用英語來描述"
46+
"這些特性,而不是透過形式化的規格。如此一來,這份文件對於一般讀者來說將更容易"
47+
"理解,只是某些意思表達會有模糊之處。因此,如果你是來自火星,並想要僅僅藉由這"
48+
"份文件來重新實作 Python,你可能有些時候必須猜測做出判斷——事實上,你很有可能實"
49+
"作出一個不同的語言。另一方面,如果你已經在使用 Python,並且好奇這個語言的某個"
50+
"特定領域的精確規則為何,那麼你一定能在這份手冊裡找到它們。而如果你想要看到關"
51+
"於這語言更形式化的一個定義,也許你可以自告奮勇——或是發明一台複製機器。:-)"
4452

4553
#: ../../reference/introduction.rst:23
4654
msgid ""
@@ -53,6 +61,10 @@ msgid ""
5361
"implementation imposes additional limitations. Therefore, you'll find short "
5462
"\"implementation notes\" sprinkled throughout the text."
5563
msgstr ""
64+
"在一份語言的參考文件中加入太多實作細節,是很危險的——這些細節將來可能變化,同"
65+
"一個語言的其他實作也可能有不一樣的運作方式。然而,CPython 是一個廣泛使用的 "
66+
"Python 實作,而有時候它的一些特別古怪之處確實值得提及,尤其當那樣的實作作法帶"
67+
"來了額外限制。基於這個原因,手冊內你會發現簡短的實作細節說明散落在各處。"
5668

5769
#: ../../reference/introduction.rst:32
5870
msgid ""
@@ -61,21 +73,25 @@ msgid ""
6173
"modules are mentioned when they interact in a significant way with the "
6274
"language definition."
6375
msgstr ""
76+
"每一個 Python 實作都附帶內建模組和標準模組。它們會在 :ref:`library-index` 得"
77+
"到說明。一些內建模組因為和語言定義有深刻的交互影響,之後也將提及。"
6478

6579
#: ../../reference/introduction.rst:41
6680
msgid "Alternate Implementations"
67-
msgstr ""
81+
msgstr "語言實作"
6882

6983
#: ../../reference/introduction.rst:43
7084
msgid ""
7185
"Though there is one Python implementation which is by far the most popular, "
7286
"there are some alternate implementations which are of particular interest to "
7387
"different audiences."
7488
msgstr ""
89+
"儘管已有一個 Python 實作是目前最廣為流傳,仍存在其他種類的實作適合不同需求的"
90+
"族群所使用。"
7591

7692
#: ../../reference/introduction.rst:47
7793
msgid "Known implementations include:"
78-
msgstr ""
94+
msgstr "知名的實作如下:"
7995

8096
#: ../../reference/introduction.rst:49
8197
msgid "CPython"
@@ -102,7 +118,7 @@ msgstr ""
102118

103119
#: ../../reference/introduction.rst:59
104120
msgid "Python for .NET"
105-
msgstr ""
121+
msgstr "Python.NET"
106122

107123
#: ../../reference/introduction.rst:60
108124
msgid ""
@@ -151,7 +167,7 @@ msgstr ""
151167

152168
#: ../../reference/introduction.rst:89
153169
msgid "Notation"
154-
msgstr ""
170+
msgstr "表示法"
155171

156172
#: ../../reference/introduction.rst:93
157173
msgid ""

0 commit comments

Comments
 (0)