Skip to content

Commit cb82552

Browse files
committed
resolve fuzzy entries
1 parent 9deb119 commit cb82552

File tree

13 files changed

+33
-71
lines changed

13 files changed

+33
-71
lines changed

faq/extending.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ msgid ""
151151
msgstr ""
152152
"這取決於物件的型別。如果它是一個元組,:c:func:`PyTuple_Size` 回傳它的長度,:"
153153
"c:func:`PyTuple_GetItem` 回傳指定索引的項目。列表具有類似的函式:c:func:"
154-
"`PyListSize` 和 :c:func:`PyList_GetItem`。"
154+
"`PyList_Size` 和 :c:func:`PyList_GetItem`。"
155155

156156
#: ../../faq/extending.rst:87
157157
#, fuzzy
@@ -163,7 +163,7 @@ msgid ""
163163
msgstr ""
164164
"對於位元組,:c:func:`PyBytes_Size` 回傳它的長度,:c:func:"
165165
"`PyBytes_AsStringAndSize` 提供指向它的值和長度的指標。請注意,Python 位元組物"
166-
"件可能包含空位元組,因此不應使用 C 的 :c:func:`strlen`。"
166+
"件可能包含空位元組,因此不應使用 C 的 :c:func:`!strlen`。"
167167

168168
#: ../../faq/extending.rst:92
169169
msgid ""

library/asyncio-future.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,9 @@ msgstr ""
405405
"futures.as_completed` 函式相容。"
406406

407407
#: ../../library/asyncio-future.rst:278
408-
#, fuzzy
409408
msgid ""
410409
":meth:`asyncio.Future.cancel` accepts an optional ``msg`` argument, but :"
411410
"meth:`concurrent.futures.Future.cancel` does not."
412411
msgstr ""
413412
":meth:`asyncio.Future.cancel` 接受一個可選的 ``msg`` 引數,但 :func:"
414-
"`concurrent.futures.cancel` 無此引數。"
413+
"`concurrent.futures.Future.cancel` 無此引數。"

library/concurrent.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ msgstr ""
2020
"Plural-Forms: nplurals=1; plural=0;\n"
2121

2222
#: ../../library/concurrent.rst:2
23-
#, fuzzy
2423
msgid "The :mod:`!concurrent` package"
25-
msgstr ":mod:`concurrent` 套件"
24+
msgstr ":mod:`!concurrent` 套件"
2625

2726
#: ../../library/concurrent.rst:4
2827
msgid "Currently, there is only one module in this package:"

library/graphlib.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,11 @@ msgstr ""
177177
"`TopologicalSorter.get_ready` 所回傳的少,則可以繼續取得進度。"
178178

179179
#: ../../library/graphlib.rst:118
180-
#, fuzzy
181180
msgid ""
182181
"The :meth:`~object.__bool__` method of this class defers to this function, "
183182
"so instead of::"
184183
msgstr ""
185-
"此類別的 :meth:`~TopologicalSorter.__bool__` 方法遵循此函式,因此以下做法:\n"
184+
"此類別的 :meth:`~object.__bool__` 方法遵循此函式,因此以下做法:\n"
186185
"\n"
187186
"::"
188187

@@ -290,15 +289,14 @@ msgstr ""
290289
"個並包含在例外中。"
291290

292291
#: ../../library/graphlib.rst:207
293-
#, fuzzy
294292
msgid ""
295293
"The detected cycle can be accessed via the second element in the :attr:"
296294
"`~BaseException.args` attribute of the exception instance and consists in a "
297295
"list of nodes, such that each node is, in the graph, an immediate "
298296
"predecessor of the next node in the list. In the reported list, the first "
299297
"and the last node will be the same, to make it clear that it is cyclic."
300298
msgstr ""
301-
"檢測到的循環可以通過例外實例的 :attr:`~CycleError.args` 屬性中第二個元素來存"
302-
",其為一個節點列表,每個節點在圖中都是列表中下一個節點的直接前驅節點"
299+
"檢測到的循環可以通過例外實例的 :attr:`~BaseException.args` 屬性中第二個元素來"
300+
"存取,其為一個節點列表,每個節點在圖中都是列表中下一個節點的直接前驅節點"
303301
"(immediate predecessor,即父節點)。在報告列表中,第一個和最後一個節點將會是"
304302
"相同的,用以明確表示它是循環的。"

library/logging.po

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,21 +2087,3 @@ msgstr "Errors(錯誤)"
20872087
#: ../../library/logging.rst:12
20882088
msgid "logging"
20892089
msgstr "logging(日誌)"
2090-
2091-
#~ msgid "``CRITICAL``"
2092-
#~ msgstr "``CRITICAL``"
2093-
2094-
#~ msgid "``ERROR``"
2095-
#~ msgstr "``ERROR``"
2096-
2097-
#~ msgid "``WARNING``"
2098-
#~ msgstr "``WARNING``"
2099-
2100-
#~ msgid "``INFO``"
2101-
#~ msgstr "``INFO``"
2102-
2103-
#~ msgid "``DEBUG``"
2104-
#~ msgstr "``DEBUG``"
2105-
2106-
#~ msgid "``NOTSET``"
2107-
#~ msgstr "``NOTSET``"

library/netrc.po

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,27 +87,25 @@ msgstr ""
8787
"發安全檢查。"
8888

8989
#: ../../library/netrc.rst:52
90-
#, fuzzy
9190
msgid ""
9291
"Exception raised by the :class:`~netrc.netrc` class when syntactical errors "
9392
"are encountered in source text. Instances of this exception provide three "
9493
"interesting attributes:"
9594
msgstr ""
9695
"當原始文本中遇到語法錯誤時,:class:`~netrc.netrc` 類別會引發例外。此例外的實"
97-
"例提供了三個有趣的屬性::attr:`msg` 是該錯誤的文字解釋、:attr:`filename` 是原"
98-
"始檔案的名稱、:attr:`lineno` 給出發現錯誤的列號。"
96+
"例提供了三個有趣的屬性:"
9997

10098
#: ../../library/netrc.rst:58
10199
msgid "Textual explanation of the error."
102-
msgstr ""
100+
msgstr "錯誤的文字解釋。"
103101

104102
#: ../../library/netrc.rst:62
105103
msgid "The name of the source file."
106-
msgstr ""
104+
msgstr "原始檔案的名稱。"
107105

108106
#: ../../library/netrc.rst:66
109107
msgid "The line number on which the error was found."
110-
msgstr ""
108+
msgstr "發現錯誤的列號。"
111109

112110
#: ../../library/netrc.rst:72
113111
msgid "netrc Objects"

library/operator.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,15 @@ msgstr ""
8282
"邏輯運算通常也適用於所有物件,並且支援真值檢測、標識檢測和 boolean 運算:"
8383

8484
#: ../../library/operator.rst:61
85-
#, fuzzy
8685
msgid ""
8786
"Return the outcome of :keyword:`not` *obj*. (Note that there is no :meth:`!"
8887
"__not__` method for object instances; only the interpreter core defines this "
8988
"operation. The result is affected by the :meth:`~object.__bool__` and :meth:"
9089
"`~object.__len__` methods.)"
9190
msgstr ""
92-
"回傳 :keyword:`not` *obj* 的結果。(請注意物件實例並沒有 :meth:`__not__` "
93-
"method(方法);只有直譯器核心定義此操作。結果會受 :meth:`__bool__` 和 :meth:"
94-
"`__len__` method 影響。)"
91+
"回傳 :keyword:`not` *obj* 的結果。(請注意物件實例並沒有 :meth:`!__not__` "
92+
"method(方法);只有直譯器核心定義此操作。結果會受 :meth:`~object.__bool__` 和 "
93+
":meth:`~object.__len__` method 影響。)"
9594

9695
#: ../../library/operator.rst:69
9796
msgid ""

library/selectors.po

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,3 @@ msgstr "範例"
326326
#: ../../library/selectors.rst:245
327327
msgid "Here is a simple echo server implementation::"
328328
msgstr ""
329-
330-
#~ msgid ":const:`EVENT_READ`"
331-
#~ msgstr ":const:`EVENT_READ`"
332-
333-
#~ msgid ":const:`EVENT_WRITE`"
334-
#~ msgstr ":const:`EVENT_WRITE`"

library/urllib.error.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,14 @@ msgid "A file-like object where the HTTP error body can be read from."
108108
msgstr ""
109109

110110
#: ../../library/urllib.error.rst:72
111-
#, fuzzy
112111
msgid ""
113112
"This exception is raised when the :func:`~urllib.request.urlretrieve` "
114113
"function detects that the amount of the downloaded data is less than the "
115114
"expected amount (given by the *Content-Length* header)."
116115
msgstr ""
117116
"此例外會在 :func:`~urllib.request.urlretrieve` 函式檢查到已下載的資料量小於期"
118-
"待的資料量(由 *Content-Length* header 給定)時被引發。:attr:`content` 屬性中"
119-
"將存放已下載(可能已被截斷)的資料。"
117+
"待的資料量(由 *Content-Length* header 給定)時被引發。"
120118

121119
#: ../../library/urllib.error.rst:79
122120
msgid "The downloaded (and supposedly truncated) data."
123-
msgstr ""
121+
msgstr "已下載(可能已被截斷)的資料。"

library/xml.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,8 @@ msgid ""
258258
msgstr ""
259259

260260
#: ../../library/xml.rst:123
261-
#, fuzzy
262261
msgid "The :mod:`!defusedxml` Package"
263-
msgstr ":mod:`defusedxml` 套件"
262+
msgstr ":mod:`!defusedxml` 套件"
264263

265264
#: ../../library/xml.rst:125
266265
msgid ""

0 commit comments

Comments
 (0)