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

Skip to content

Commit 9d54d7d

Browse files
committed
fix: resolve fuzzy entries
1 parent 4e622c7 commit 9d54d7d

32 files changed

+3009
-2871
lines changed

c-api/intro.po

Lines changed: 222 additions & 216 deletions
Large diffs are not rendered by default.

c-api/slice.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ msgstr "成功時回傳 ``0`` ,在失敗時回傳 ``-1`` 並設定例外。"
8888
#: ../../c-api/slice.rst:60
8989
msgid ""
9090
"This function is considered not safe for resizable sequences. Its invocation "
91-
"should be replaced by a combination of :c:func:`PySlice_Unpack` and :c:func:"
92-
"`PySlice_AdjustIndices` where ::"
91+
"should be replaced by a combination of :c:func:`PySlice_Unpack` "
92+
"and :c:func:`PySlice_AdjustIndices` where ::"
9393
msgstr ""
9494

9595
#: ../../c-api/slice.rst:64
@@ -156,18 +156,18 @@ msgstr ""
156156

157157
#: ../../c-api/slice.rst:118
158158
msgid "Ellipsis Object"
159-
msgstr ""
159+
msgstr "Ellipsis 物件"
160160

161161
#: ../../c-api/slice.rst:123
162162
msgid ""
163-
"The type of Python :const:`Ellipsis` object. Same as :class:`types."
164-
"EllipsisType` in the Python layer."
163+
"The type of Python :const:`Ellipsis` object. Same "
164+
"as :class:`types.EllipsisType` in the Python layer."
165165
msgstr ""
166166

167167
#: ../../c-api/slice.rst:129
168168
msgid ""
169-
"The Python ``Ellipsis`` object. This object has no methods. Like :c:data:"
170-
"`Py_None`, it is an :term:`immortal` singleton object."
169+
"The Python ``Ellipsis`` object. This object has no methods. "
170+
"Like :c:data:`Py_None`, it is an :term:`immortal` singleton object."
171171
msgstr ""
172172

173173
#: ../../c-api/slice.rst:132

extending/extending.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@ msgstr ""
22232223

22242224
#: ../../extending/extending.rst:1374
22252225
msgid "Footnotes"
2226-
msgstr "註解"
2226+
msgstr "註腳"
22272227

22282228
#: ../../extending/extending.rst:1375
22292229
msgid ""

extending/newtypes_tutorial.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2155,7 +2155,7 @@ msgstr ""
21552155

21562156
#: ../../extending/newtypes_tutorial.rst:882
21572157
msgid "Footnotes"
2158-
msgstr "註解"
2158+
msgstr "註腳"
21592159

21602160
#: ../../extending/newtypes_tutorial.rst:883
21612161
msgid ""

library/abc.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ msgstr ""
670670

671671
#: ../../library/abc.rst:357
672672
msgid "Footnotes"
673-
msgstr "註解"
673+
msgstr "註腳"
674674

675675
#: ../../library/abc.rst:358
676676
msgid ""

library/ast.po

Lines changed: 256 additions & 246 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)