File tree 4 files changed +6
-15
lines changed
4 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,10 @@ msgstr ""
53
53
"該例外必須重新被引發。"
54
54
55
55
#: ../../library/asyncio-exceptions.rst:34
56
- #, fuzzy
57
56
msgid ""
58
57
":exc:`CancelledError` is now a subclass of :class:`BaseException` rather "
59
58
"than :class:`Exception`."
60
- msgstr ":exc:`CancelledError` 現在是 :class:`BaseException` 的子類別。"
59
+ msgstr ":exc:`CancelledError` 現在是 :class:`BaseException` 而非 :class:`Exception` 的子類別。"
61
60
62
61
#: ../../library/asyncio-exceptions.rst:39
63
62
msgid "Invalid internal state of :class:`Task` or :class:`Future`."
Original file line number Diff line number Diff line change @@ -1464,14 +1464,13 @@ msgstr ""
1464
1464
"別不同,如 1 和 1.0)。"
1465
1465
1466
1466
#: ../../library/functions.rst:794
1467
- #, fuzzy
1468
1467
msgid ""
1469
1468
"For objects with custom :meth:`__hash__` methods, note that :func:`hash` "
1470
1469
"truncates the return value based on the bit width of the host machine. See :"
1471
1470
"meth:`__hash__ <object.__hash__>` for details."
1472
1471
msgstr ""
1473
1472
"請注意,如果物件實現了自己的 :meth:`__hash__` method,:func:`hash` 根據執行機"
1474
- "器的位元長度來擷取回傳值。另請參閱 :meth:`__hash__`。"
1473
+ "器的位元長度來擷取回傳值。另請參閱 :meth:`__hash__ <object.__hash__> `。"
1475
1474
1476
1475
#: ../../library/functions.rst:801
1477
1476
msgid ""
Original file line number Diff line number Diff line change @@ -996,9 +996,8 @@ msgid ""
996
996
msgstr ""
997
997
998
998
#: ../../library/typing.rst:1085
999
- #, fuzzy
1000
999
msgid ":class:`ParamSpec`"
1001
- msgstr ":class:`ParamSpec` 和 :class:`Callable` \\ 。 "
1000
+ msgstr ":class:`ParamSpec`"
1002
1001
1003
1002
#: ../../library/typing.rst:1086 ../../library/typing.rst:1743
1004
1003
msgid ":ref:`annotating-callables`"
@@ -3134,9 +3133,8 @@ msgid ":pep:`585`"
3134
3133
msgstr ":pep:`585`"
3135
3134
3136
3135
#: ../../library/typing.rst:3319
3137
- #, fuzzy
3138
3136
msgid ":class:`typing.ByteString`"
3139
- msgstr "`` typing.Text` `"
3137
+ msgstr ":class:` typing.ByteString `"
3140
3138
3141
3139
#: ../../library/typing.rst:3321
3142
3140
msgid "3.14"
@@ -3147,9 +3145,8 @@ msgid ":gh:`91896`"
3147
3145
msgstr ":gh:`91896`"
3148
3146
3149
3147
#: ../../library/typing.rst:3323
3150
- #, fuzzy
3151
3148
msgid ":data:`typing.Text`"
3152
- msgstr "`` typing.Text` `"
3149
+ msgstr ":data:` typing.Text`"
3153
3150
3154
3151
#: ../../library/typing.rst:3324
3155
3152
msgid "3.11"
Original file line number Diff line number Diff line change @@ -2424,9 +2424,8 @@ msgid "value"
2424
2424
msgstr ""
2425
2425
2426
2426
#: ../../reference/expressions.rst:298
2427
- #, fuzzy
2428
2427
msgid "key/value pair"
2429
- msgstr "key/datum pair(鍵/資料元對 )"
2428
+ msgstr "key/value pair(鍵/值對 )"
2430
2429
2431
2430
#: ../../reference/expressions.rst:298
2432
2431
msgid "dictionary expression"
@@ -2993,6 +2992,3 @@ msgstr "order(順序)"
2993
2992
#: ../../reference/expressions.rst:1901
2994
2993
msgid "precedence"
2995
2994
msgstr "precedence(優先順序)"
2996
-
2997
- #~ msgid "datum"
2998
- #~ msgstr "datum(資料元)"
You can’t perform that action at this time.
0 commit comments