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 82efcb8

Browse filesBrowse files
committed
fix fuzzy entries
1 parent 366987d commit 82efcb8
Copy full SHA for 82efcb8

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+5
-14
lines changed

‎library/collections.po

Copy file name to clipboardExpand all lines: library/collections.po
+4-6Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.10\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-02-02 05:33+0000\n"
14-
"PO-Revision-Date: 2022-01-14 13:26+0800\n"
14+
"PO-Revision-Date: 2022-02-07 11:41+0800\n"
1515
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1717
"tw)\n"
@@ -388,7 +388,6 @@ msgstr ""
388388
"其刪除:"
389389

390390
#: ../../library/collections.rst:273
391-
#, fuzzy
392391
msgid ""
393392
"As a :class:`dict` subclass, :class:`Counter` inherited the capability to "
394393
"remember insertion order. Math operations on *Counter* objects also "
@@ -497,7 +496,6 @@ msgstr ""
497496
"::"
498497

499498
#: ../../library/collections.rst:365
500-
#, fuzzy
501499
msgid ""
502500
"Several mathematical operations are provided for combining :class:`Counter` "
503501
"objects to produce multisets (counters that have counts greater than zero). "
@@ -509,9 +507,9 @@ msgid ""
509507
msgstr ""
510508
"為結合多個 :class:`Counter` 物件以產生 multiset(多重集合,擁有大於 0 計數元"
511509
"素的計數器),有提供了幾種數學操作。加法和減法是根據各個對應元素分別將 "
512-
"Counter 加上和減去計數,交集和聯集則分別回傳各個元素最小和最大計數。每一個操"
513-
"作都可以接受輸入帶有正負號的計數,但輸出的 Counter 則會將擁有小於或等於 0 計"
514-
"數的元素剔除。"
510+
"Counter 加上和減去計數,交集和聯集分別回傳各個元素最小和最大計數,相等性與包"
511+
"含性運算則會比較對應的計數。每一個操作都可以接受輸入帶有正負號的計數,但輸出"
512+
"的 Counter 則會將擁有小於或等於 0 計數的元素剔除。"
515513

516514
#: ../../library/collections.rst:390
517515
msgid ""

‎library/idle.po

Copy file name to clipboardExpand all lines: library/idle.po
+1-8Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,8 @@ msgid ""
204204
msgstr ""
205205

206206
#: ../../library/idle.rst:105
207-
#, fuzzy
208207
msgid "Exit IDLE"
209-
msgstr "IDLE"
208+
msgstr "離開 IDLE"
210209

211210
#: ../../library/idle.rst:105
212211
msgid "Close all windows and quit IDLE (ask to save unsaved edit windows)."
@@ -1575,9 +1574,3 @@ msgid ""
15751574
"The only current default extension is zzdummy, an example also used for "
15761575
"testing."
15771576
msgstr ""
1578-
1579-
#~ msgid "Close"
1580-
#~ msgstr "關閉"
1581-
1582-
#~ msgid "Exit"
1583-
#~ msgstr "離開"

0 commit comments

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