Skip to content

Commit ff54fed

Browse files
committed
fix: resolve fuzzy entries
1 parent 357c853 commit ff54fed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+391
-367
lines changed

c-api/frame.po

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

4343
#: ../../c-api/frame.rst:20
4444
msgid "See also :ref:`Reflection <reflection>`."
45-
msgstr ""
45+
msgstr "另請參閱 :ref:`Reflection <reflection>`。"
4646

4747
#: ../../c-api/frame.rst:24
4848
msgid ""

c-api/init.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ msgstr ""
981981

982982
#: ../../c-api/init.rst:736
983983
msgid "See also the :c:var:`Py_Version` constant."
984-
msgstr ""
984+
msgstr "另請參閱 :c:var:`Py_Version` 常數。"
985985

986986
#: ../../c-api/init.rst:743
987987
msgid ""
@@ -2453,7 +2453,7 @@ msgstr ""
24532453

24542454
#: ../../c-api/init.rst:2016
24552455
msgid "See also the :func:`sys.setprofile` function."
2456-
msgstr ""
2456+
msgstr "另請參閱 :func:`sys.setprofile` 函式。"
24572457

24582458
#: ../../c-api/init.rst:2018 ../../c-api/init.rst:2025
24592459
#: ../../c-api/init.rst:2044 ../../c-api/init.rst:2051

c-api/init_config.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ msgstr "預設值:``NULL``。"
810810

811811
#: ../../c-api/init_config.rst:580
812812
msgid "See also the :c:member:`~PyConfig.orig_argv` member."
813-
msgstr ""
813+
msgstr "另請參閱 :c:member:`~PyConfig.orig_argv` 成員。"
814814

815815
#: ../../c-api/init_config.rst:584
816816
msgid ""
@@ -1108,7 +1108,7 @@ msgstr ""
11081108

11091109
#: ../../c-api/init_config.rst:791
11101110
msgid "See also the :c:member:`~PyConfig.filesystem_errors` member."
1111-
msgstr ""
1111+
msgstr "另請參閱 :c:member:`~PyConfig.filesystem_errors` 成員。"
11121112

11131113
#: ../../c-api/init_config.rst:795
11141114
msgid ""
@@ -1141,11 +1141,11 @@ msgstr "``\"surrogateescape\"``"
11411141

11421142
#: ../../c-api/init_config.rst:808
11431143
msgid "``\"surrogatepass\"`` (only supported with the UTF-8 encoding)"
1144-
msgstr ""
1144+
msgstr "``\"surrogatepass\"``\\ (僅支援 UTF-8 編碼)"
11451145

11461146
#: ../../c-api/init_config.rst:810
11471147
msgid "See also the :c:member:`~PyConfig.filesystem_encoding` member."
1148-
msgstr ""
1148+
msgstr "另請參閱 :c:member:`~PyConfig.filesystem_encoding` 成員。"
11491149

11501150
#: ../../c-api/init_config.rst:815
11511151
msgid "Randomized hash function seed."
@@ -1159,7 +1159,7 @@ msgstr ""
11591159

11601160
#: ../../c-api/init_config.rst:820
11611161
msgid "Set by the :envvar:`PYTHONHASHSEED` environment variable."
1162-
msgstr ""
1162+
msgstr "由 :envvar:`PYTHONHASHSEED` 環境變數設定。"
11631163

11641164
#: ../../c-api/init_config.rst:822
11651165
msgid ""
@@ -1174,7 +1174,7 @@ msgstr ""
11741174

11751175
#: ../../c-api/init_config.rst:830
11761176
msgid "Set by the :envvar:`PYTHONHOME` environment variable."
1177-
msgstr ""
1177+
msgstr "由 :envvar:`PYTHONHOME` 環境變數設定。"
11781178

11791179
#: ../../c-api/init_config.rst:834 ../../c-api/init_config.rst:964
11801180
#: ../../c-api/init_config.rst:984 ../../c-api/init_config.rst:1073

c-api/sys.po

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

372372
#: ../../c-api/sys.rst:314
373373
msgid "See also :c:func:`PySys_AuditTuple`."
374-
msgstr ""
374+
msgstr "請參閱 :c:func:`PySys_AuditTuple`。"
375375

376376
#: ../../c-api/sys.rst:320
377377
msgid ""

howto/enum.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ msgstr ""
15151515

15161516
#: ../../howto/enum.rst:806
15171517
msgid ":class:`IntFlag` members can also be iterated over::"
1518-
msgstr ""
1518+
msgstr ":class:`IntFlag` 成員也可以被疊代:"
15191519

15201520
#: ../../howto/enum.rst:808
15211521
msgid ""
@@ -1627,7 +1627,7 @@ msgstr ""
16271627

16281628
#: ../../howto/enum.rst:866
16291629
msgid ":class:`Flag` members can also be iterated over::"
1630-
msgstr ""
1630+
msgstr ":class:`Flag` 成員也可以被疊代:"
16311631

16321632
#: ../../howto/enum.rst:868
16331633
msgid ""

howto/logging-cookbook.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5135,6 +5135,8 @@ msgid ""
51355135
"INFO:demo:An INFO message\n"
51365136
"DEBUG:demo:A DEBUG message"
51375137
msgstr ""
5138+
"INFO:demo:An INFO message\n"
5139+
"DEBUG:demo:A DEBUG message"
51385140

51395141
#: ../../howto/logging-cookbook.rst:3977
51405142
msgid ""

library/asyncio-task.po

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

16041604
#: ../../library/asyncio-task.rst:1189
16051605
msgid "Added support for the :mod:`contextvars` module."
1606-
msgstr ""
1606+
msgstr "新增對 :mod:`contextvars` 模組的支援。"
16071607

16081608
#: ../../library/asyncio-task.rst:1195
16091609
msgid ""

library/bdb.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ msgstr ""
124124

125125
#: ../../library/bdb.rst:77
126126
msgid ":class:`Breakpoint` instances have the following attributes:"
127-
msgstr ""
127+
msgstr ":class:`Breakpoint` 實例有以下屬性:"
128128

129129
#: ../../library/bdb.rst:81
130130
msgid "File name of the :class:`Breakpoint`."
131-
msgstr ""
131+
msgstr ":class:`Breakpoint` 的檔案名稱。"
132132

133133
#: ../../library/bdb.rst:85
134134
msgid "Line number of the :class:`Breakpoint` within :attr:`file`."

library/bz2.po

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

155155
#: ../../library/bz2.rst:94
156156
msgid ":class:`BZ2File` also provides the following methods and attributes:"
157-
msgstr ""
157+
msgstr ":class:`BZ2File` 也提供了以下方法和屬性:"
158158

159159
#: ../../library/bz2.rst:98
160160
msgid ""

library/codecs.po

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

22992299
#: ../../library/codecs.rst:1315
23002300
msgid "``cp65001`` is now an alias to ``utf_8``."
2301-
msgstr ""
2301+
msgstr "``cp65001`` 現在是 ``utf_8`` 的別名。"
23022302

23032303
#: ../../library/codecs.rst:1320
23042304
msgid "Python Specific Encodings"

0 commit comments

Comments
 (0)