Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 495340f

Browse filesBrowse files
authored
Update faq/design.po (python#636)
Sync with 3.12
1 parent 639b34d commit 495340f
Copy full SHA for 495340f

File tree

Expand file treeCollapse file tree

1 file changed

+10
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-5
lines changed

‎faq/design.po

Copy file name to clipboardExpand all lines: faq/design.po
+10-5Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@
44
#
55
# Translators:
66
# Ching-Lung Chuang, 2015
7+
# SiriusKoan, 2022
8+
# Steven Hsu <hsuhaochun@gmail.com>, 2023
79
msgid ""
810
msgstr ""
911
"Project-Id-Version: Python 3.12\n"
1012
"Report-Msgid-Bugs-To: \n"
1113
"POT-Creation-Date: 2023-08-21 00:03+0000\n"
12-
"PO-Revision-Date: 2023-02-18 13:10+0800\n"
13-
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
14+
"PO-Revision-Date: 2023-08-31 11:34+0800\n"
15+
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
1416
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1517
"tw)\n"
1618
"Language: zh_TW\n"
1719
"MIME-Version: 1.0\n"
1820
"Content-Type: text/plain; charset=UTF-8\n"
1921
"Content-Transfer-Encoding: 8bit\n"
2022
"Plural-Forms: nplurals=1; plural=0;\n"
21-
"X-Generator: Poedit 3.2.2\n"
23+
"X-Generator: Poedit 3.3.2\n"
2224
"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,93,25,-1,-1,-1\n"
2325

2426
#: ../../faq/design.rst:3
@@ -1034,8 +1036,8 @@ msgstr ""
10341036
"就像介面規範一樣,一個適當的測試規則在建造大型又複雜的 Python 應用程式時可以"
10351037
"幫上忙。事實上,他可能可以有更好的表現,因為介面規範無法測試程式的特定屬性。"
10361038
"舉例來說,:meth:`!list.append` 方法應該要在某個內部的串列最後面加上新的元素,"
1037-
"而介面規範沒辦法測試你的 :meth:`!list.append` 是不是真的有正確的實作,但這在測"
1038-
"試套件裡是件很簡單的事。"
1039+
"而介面規範沒辦法測試你的 :meth:`!list.append` 是不是真的有正確的實作,但這在"
1040+
"測試套件裡是件很簡單的事。"
10391041

10401042
#: ../../faq/design.rst:592
10411043
msgid ""
@@ -1229,6 +1231,9 @@ msgid ""
12291231
"such as using a 'leading dot', have been rejected in favour of explicitness "
12301232
"(see https://mail.python.org/pipermail/python-ideas/2016-May/040070.html)."
12311233
msgstr ""
1234+
"類似的提案包括引入語法以進一步減少程式碼量,例如使用「前導點 (leading "
1235+
"dot)」,但這些提案已被捨棄,以維持程式的明確性(參閱 https://mail.python.org/"
1236+
"pipermail/python-ideas/2016-May/040070.html)。"
12321237

12331238
#: ../../faq/design.rst:715
12341239
msgid "Why don't generators support the with statement?"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.