Skip to content

Commit 15b6ac1

Browse files
committed
fix: resolve fuzzy entries
1 parent 14cb376 commit 15b6ac1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

library/ast.po

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2001-2023, Python Software Foundation
1+
# Copyright (C) 2001-2024, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
33
#
44
# Translators:
@@ -646,7 +646,6 @@ msgid ""
646646
msgstr "``type_comment`` 是一個可選字串,其中的註解為型別註釋。"
647647

648648
#: ../../library/ast.rst:883
649-
#, fuzzy
650649
msgid ""
651650
"An assignment with a type annotation. ``target`` is a single node and can be "
652651
"a :class:`Name`, an :class:`Attribute` or a :class:`Subscript`. "
@@ -1166,7 +1165,6 @@ msgid "A ``return`` statement."
11661165
msgstr "一個 ``return`` 陳述式。"
11671166

11681167
#: ../../library/ast.rst:2006
1169-
#, fuzzy
11701168
msgid ""
11711169
"A ``yield`` or ``yield from`` expression. Because these are expressions, "
11721170
"they must be wrapped in an :class:`Expr` node if the value sent back is not "

library/asyncio-future.po

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2001-2022, Python Software Foundation
1+
# Copyright (C) 2001-2024, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
33
#
44
# Translators:
@@ -212,7 +212,6 @@ msgstr ""
212212
"`CancelledError` 例外。"
213213

214214
#: ../../library/asyncio-future.rst:122
215-
#, fuzzy
216215
msgid ""
217216
"If the Future's result isn't yet available, this method raises an :exc:"
218217
"`InvalidStateError` exception."
@@ -224,7 +223,6 @@ msgid "Mark the Future as *done* and set its result."
224223
msgstr "將 Future 標記為 *done* 並設定其結果。"
225224

226225
#: ../../library/asyncio-future.rst:129 ../../library/asyncio-future.rst:136
227-
#, fuzzy
228226
msgid ""
229227
"Raises an :exc:`InvalidStateError` error if the Future is already *done*."
230228
msgstr "如果 Future 已經 *done* 則引發一個 :exc:`InvalidStateError` 錯誤。"

0 commit comments

Comments
 (0)