Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ee51d7

Browse files
committed
fix: resolve fuzzy entries
1 parent62a3034 commit7ee51d7

File tree

6 files changed

+5
-11
lines changed

6 files changed

+5
-11
lines changed

‎c-api/cell.po‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ msgid "Cell Objects"
2727
msgstr"Cell 物件"
2828

2929
#:../../c-api/cell.rst:8
30-
#,fuzzy
3130
msgid""
3231
"\"Cell\" objects are used to implement variables referenced by multiple "
3332
"scopes. For each such variable, a cell object is created to store the value; "

‎c-api/codec.po‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ msgid "Register a new codec search function."
2727
msgstr"註冊一個新的編解碼器搜尋函式。"
2828

2929
#:../../c-api/codec.rst:10
30-
#,fuzzy
3130
msgid""
3231
"As a side effect, this tries to load the :mod:`!encodings` package, if not "
3332
"yet done, to make sure that it is always first in the list of search "
@@ -73,7 +72,6 @@ msgid "Generic codec based decoding API."
7372
msgstr"基於泛用編解碼器的解碼 API。"
7473

7574
#:../../c-api/codec.rst:39
76-
#,fuzzy
7775
msgid""
7876
"*object* is passed through the decoder function found for the given "
7977
"*encoding* using the error handling method defined by *errors*. *errors* "
@@ -82,7 +80,7 @@ msgid ""
8280
msgstr""
8381
"*object* 被傳遞給以給定 *encoding* 所查找到的解碼器函式,並使用以 *errors* 定"
8482
"義的錯誤處理方法。*errors* 可以設為 ``NULL`` 來使用編解碼器定義的預設方法。如"
85-
"果找不到編碼器,則引發 :exc:`LookupError`。"
83+
"果找不到解碼器,則引發 :exc:`LookupError`。"
8684

8785
#:../../c-api/codec.rst:46
8886
msgid"Codec lookup API"

‎c-api/conversion.po‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,12 @@ msgstr ""
9696
"才能成功。在這種情況下,``str[size-1]`` 是 ``'\\0'``。"
9797

9898
#:../../c-api/conversion.rst:44
99-
#,fuzzy
10099
msgid""
101100
"When ``rv < 0``, the output conversion failed and ``str[size-1]`` is "
102101
"``'\\0'`` in this case too, but the rest of *str* is undefined. The exact "
103102
"cause of the error depends on the underlying platform."
104103
msgstr""
105-
"當 ``rv < 0`` 時,代表「有不好的事情發生了」。在這種情況下,``str[size-1]`` "
104+
"當 ``rv < 0`` 時,代表輸出的轉換失敗,且在這種情況下``str[size-1]`` "
106105
"也是 ``'\\0'``,但 *str* 的其餘部分未定義。錯誤的確切原因取決於底層平台。"
107106

108107
#:../../c-api/conversion.rst:49

‎c-api/datetime.po‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ msgstr ""
8585
"class:`datetime.datetime.time` 是同一物件"
8686

8787
#:../../c-api/datetime.rst:49
88-
#,fuzzy
8988
msgid""
9089
"This instance of :c:type:`PyTypeObject` represents the Python type for the "
9190
"difference between two datetime values; it is the same object as :class:"

‎c-api/descriptor.po‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ msgid "The type object for the built-in descriptor types."
3838
msgstr"內建 descriptor 型別的型別物件。"
3939

4040
#:../../c-api/descriptor.rst:35
41-
#,fuzzy
4241
msgid""
4342
"Return non-zero if the descriptor object *descr* describes a data attribute, "
4443
"or ``0`` if it describes a method. *descr* must be a descriptor object; "
4544
"there is no error checking."
4645
msgstr""
4746
"如果 descriptor 物件 *descr* 描述的是一個資料屬性則回傳非零值,或者如果它描述"
48-
"的是一個方法則返回 ``0``。*descr* 必須為一個 descriptor 物件;沒有錯誤檢查。"
47+
"的是一個方法則回傳 ``0``。*descr* 必須為一個 descriptor 物件;沒有錯誤檢查。"

‎c-api/exceptions.po‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,15 +1084,15 @@ msgstr ""
10841084

10851085
#:../../c-api/exceptions.rst:992
10861086
msgid":py:func:`sys.getrecursionlimit`"
1087-
msgstr""
1087+
msgstr":py:func:`sys.getrecursionlimit`"
10881088

10891089
#:../../c-api/exceptions.rst:996
10901090
msgid"Set the recursion limit for the current interpreter."
10911091
msgstr""
10921092

10931093
#:../../c-api/exceptions.rst:1002
10941094
msgid":py:func:`sys.setrecursionlimit`"
1095-
msgstr""
1095+
msgstr":py:func:`sys.setrecursionlimit`"
10961096

10971097
#:../../c-api/exceptions.rst:1007
10981098
msgid"Exception and warning types"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp