Skip to content

Commit b92170d

Browse files
committed
fix: resolve fuzzy entries
1 parent 11fc9b1 commit b92170d

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

library/asyncio-exceptions.po

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ msgstr ""
5353
"該例外必須重新被引發。"
5454

5555
#: ../../library/asyncio-exceptions.rst:34
56-
#, fuzzy
5756
msgid ""
5857
":exc:`CancelledError` is now a subclass of :class:`BaseException` rather "
5958
"than :class:`Exception`."
60-
msgstr ":exc:`CancelledError` 現在是 :class:`BaseException` 的子類別。"
59+
msgstr ":exc:`CancelledError` 現在是 :class:`BaseException` 而非 :class:`Exception` 的子類別。"
6160

6261
#: ../../library/asyncio-exceptions.rst:39
6362
msgid "Invalid internal state of :class:`Task` or :class:`Future`."

library/functions.po

+1-2
Original file line numberDiff line numberDiff line change
@@ -1464,14 +1464,13 @@ msgstr ""
14641464
"別不同,如 1 和 1.0)。"
14651465

14661466
#: ../../library/functions.rst:794
1467-
#, fuzzy
14681467
msgid ""
14691468
"For objects with custom :meth:`__hash__` methods, note that :func:`hash` "
14701469
"truncates the return value based on the bit width of the host machine. See :"
14711470
"meth:`__hash__ <object.__hash__>` for details."
14721471
msgstr ""
14731472
"請注意,如果物件實現了自己的 :meth:`__hash__` method,:func:`hash` 根據執行機"
1474-
"器的位元長度來擷取回傳值。另請參閱 :meth:`__hash__`。"
1473+
"器的位元長度來擷取回傳值。另請參閱 :meth:`__hash__ <object.__hash__>`。"
14751474

14761475
#: ../../library/functions.rst:801
14771476
msgid ""

library/typing.po

+3-6
Original file line numberDiff line numberDiff line change
@@ -996,9 +996,8 @@ msgid ""
996996
msgstr ""
997997

998998
#: ../../library/typing.rst:1085
999-
#, fuzzy
1000999
msgid ":class:`ParamSpec`"
1001-
msgstr ":class:`ParamSpec` 和 :class:`Callable`\\"
1000+
msgstr ":class:`ParamSpec`"
10021001

10031002
#: ../../library/typing.rst:1086 ../../library/typing.rst:1743
10041003
msgid ":ref:`annotating-callables`"
@@ -3134,9 +3133,8 @@ msgid ":pep:`585`"
31343133
msgstr ":pep:`585`"
31353134

31363135
#: ../../library/typing.rst:3319
3137-
#, fuzzy
31383136
msgid ":class:`typing.ByteString`"
3139-
msgstr "``typing.Text``"
3137+
msgstr ":class:`typing.ByteString`"
31403138

31413139
#: ../../library/typing.rst:3321
31423140
msgid "3.14"
@@ -3147,9 +3145,8 @@ msgid ":gh:`91896`"
31473145
msgstr ":gh:`91896`"
31483146

31493147
#: ../../library/typing.rst:3323
3150-
#, fuzzy
31513148
msgid ":data:`typing.Text`"
3152-
msgstr "``typing.Text``"
3149+
msgstr ":data:`typing.Text`"
31533150

31543151
#: ../../library/typing.rst:3324
31553152
msgid "3.11"

reference/expressions.po

+1-5
Original file line numberDiff line numberDiff line change
@@ -2424,9 +2424,8 @@ msgid "value"
24242424
msgstr ""
24252425

24262426
#: ../../reference/expressions.rst:298
2427-
#, fuzzy
24282427
msgid "key/value pair"
2429-
msgstr "key/datum pair(鍵/資料元對)"
2428+
msgstr "key/value pair(鍵/值對)"
24302429

24312430
#: ../../reference/expressions.rst:298
24322431
msgid "dictionary expression"
@@ -2993,6 +2992,3 @@ msgstr "order(順序)"
29932992
#: ../../reference/expressions.rst:1901
29942993
msgid "precedence"
29952994
msgstr "precedence(優先順序)"
2996-
2997-
#~ msgid "datum"
2998-
#~ msgstr "datum(資料元)"

0 commit comments

Comments
 (0)