Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a3bb0e

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

File tree

5 files changed

+8
-18
lines changed

5 files changed

+8
-18
lines changed

library/asyncio-exceptions.po

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 3 additions & 6 deletions
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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,12 +2421,11 @@ msgstr "key(鍵)"
24212421

24222422
#: ../../reference/expressions.rst:298
24232423
msgid "value"
2424-
msgstr ""
2424+
msgstr "value(值)"
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(資料元)"

tutorial/controlflow.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,12 @@ msgstr ""
395395
"``Point``)則永遠無法被賦值。"
396396

397397
#: ../../tutorial/controlflow.rst:345
398-
#, fuzzy
399398
msgid ""
400399
"Patterns can be arbitrarily nested. For example, if we have a short list of "
401400
"Points, with ``__match_args__`` added, we could match it like this::"
402401
msgstr ""
403402
"模式可以任意地被巢套 (nested)。例如,如果我們有一個由某些點所組成的簡短 "
404-
"list,我們就可以像這樣來對它進行匹配:\n"
403+
"list,我們就可以像這樣加入 ``__match_args__`` 來對它進行匹配:\n"
405404
"\n"
406405
"::"
407406

0 commit comments

Comments
 (0)