Skip to content

Commit 4aa0bba

Browse files
committed
fix fuzzy entries and add simple translations
1 parent 445e991 commit 4aa0bba

Some content is hidden

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

104 files changed

+471
-506
lines changed

c-api/frame.po

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

185185
#: ../../c-api/frame.rst:160
186186
msgid "See :pep:`667` for more information."
187-
msgstr ""
187+
msgstr "更多資訊請參閱 :pep:`667`。"
188188

189189
#: ../../c-api/frame.rst:164
190190
msgid "The type of frame :func:`locals` proxy objects."

c-api/init_config.po

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

28202820
#: ../../c-api/init_config.rst:1912
28212821
msgid "See :ref:`perf_profiling` for more information."
2822-
msgstr ""
2822+
msgstr "更多資訊請參見 :ref:`perf_profiling`。"
28232823

28242824
#: ../../c-api/init_config.rst:1918
28252825
msgid "Directory of the Python standard library."

c-api/intro.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ msgid ""
6363
"in a real application."
6464
msgstr ""
6565
"不論你是嵌入還是擴充 Python,許多 API 函式都是很有用的;此外,大多數嵌入 "
66-
"Python 的應用程式也需要提供自定義擴充模組,因此在嘗試將 Python 嵌入實際應用程"
66+
"Python 的應用程式也需要提供自訂擴充模組,因此在嘗試將 Python 嵌入實際應用程"
6767
"式之前熟悉編寫擴充可能是個好主意。"
6868

6969
#: ../../c-api/intro.rst:34

c-api/long.po

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

819819
#: ../../c-api/long.rst:730
820820
msgid "See the :c:struct:`PyLongLayout` structure."
821-
msgstr ""
821+
msgstr "請見 :c:struct:`PyLongLayout` 結構。"
822822

823823
#: ../../c-api/long.rst:732
824824
msgid ""

c-api/stable.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ msgid ""
200200
msgstr ""
201201
"穩定 ABI 可以防止 ABI 問題,例如由於結構布局或函式簽名變化導致缺少符號或數據"
202202
"損壞的鏈接器 (linker) 錯誤。然而,Python 的其他變化可能會改變 *行為* 的擴充。"
203-
"有關詳細信息,請參閱 Python 的向後相容性政策 (:pep:`387`)。"
203+
"有關詳細資訊,請參閱 Python 的向後相容性政策 (:pep:`387`)。"
204204

205205
#: ../../c-api/stable.rst:108
206206
msgid ""

c-api/structures.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ msgstr "PyObject ob_base;"
129129

130130
#: ../../c-api/structures.rst:86
131131
msgid "See documentation of :c:type:`PyObject` above."
132-
msgstr ""
132+
msgstr "請見上面 :c:type:`PyObject` 的文件。"
133133

134134
#: ../../c-api/structures.rst:91
135135
msgid ""

deprecations/index.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,9 +553,8 @@ msgid "Pending removal in Python 3.18"
553553
msgstr "Python 3.18 中待移除的項目"
554554

555555
#: ../../deprecations/pending-removal-in-3.18.rst:4
556-
#, fuzzy
557556
msgid ":mod:`decimal`:"
558-
msgstr ":mod:`datetime`:"
557+
msgstr ":mod:`decimal`:"
559558

560559
#: ../../deprecations/pending-removal-in-3.18.rst:6
561560
msgid ""
@@ -564,6 +563,9 @@ msgid ""
564563
"implementation, has been deprecated since Python 3.13. (Contributed by "
565564
"Serhiy Storchaka in :gh:`89902`.)"
566565
msgstr ""
566+
"非標準且無文件記載的 :class:`~decimal.Decimal` 格式說明符號 ``'N'``,僅在 :mod:"
567+
"`!decimal` 模組的 C 實作中被支援,自 Python 3.13 起已被棄用。(由 Serhiy "
568+
"Storchaka 於 :gh:`89902` 中貢獻。)"
567569

568570
#: ../../deprecations/pending-removal-in-3.19.rst:2
569571
msgid "Pending removal in Python 3.19"

deprecations/pending-removal-in-3.18.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ msgstr ""
1919

2020
#: ../../deprecations/pending-removal-in-3.18.rst:2
2121
msgid "Pending removal in Python 3.18"
22-
msgstr ""
22+
msgstr "Python 3.18 中待移除的項目"
2323

2424
#: ../../deprecations/pending-removal-in-3.18.rst:4
2525
msgid ":mod:`decimal`:"
26-
msgstr ""
26+
msgstr ":mod:`decimal`:"
2727

2828
#: ../../deprecations/pending-removal-in-3.18.rst:6
2929
msgid ""
@@ -32,3 +32,6 @@ msgid ""
3232
"implementation, has been deprecated since Python 3.13. (Contributed by "
3333
"Serhiy Storchaka in :gh:`89902`.)"
3434
msgstr ""
35+
"非標準且無文件記載的 :class:`~decimal.Decimal` 格式說明符號 ``'N'``,僅在 :mod:"
36+
"`!decimal` 模組的 C 實作中被支援,自 Python 3.13 起已被棄用。(由 Serhiy "
37+
"Storchaka 於 :gh:`89902` 中貢獻。)"

extending/extending.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ msgstr ""
6969
"C 擴充介面是 CPython 所特有的,擴充模組在其他 Python 實作上無法運作。在許多情"
7070
"況下,可以避免撰寫 C 擴充並保留對其他實作的可移植性。例如,如果你的用例是呼"
7171
"叫 C 函式庫函式或系統呼叫,你應該考慮使用 :mod:`ctypes` 模組或 `cffi "
72-
"<https://cffi.readthedocs.io/>`_ 函式庫,而不是編寫自定義的 C 程式碼。這些模"
72+
"<https://cffi.readthedocs.io/>`_ 函式庫,而不是編寫自訂的 C 程式碼。這些模"
7373
"組讓你可以撰寫 Python 程式碼來與 C 程式碼介接,而且比起撰寫和編譯 C 擴充模"
7474
"組,這些模組在 Python 實作之間更容易移植。"
7575

faq/design.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ msgid ""
450450
msgstr ""
451451
":meth:`~str.join` 是一個字串方法,因為在用他的時候,你是告訴分隔字串去走遍整"
452452
"個字串序列,並將自己插入到相鄰的兩項之間。這個方法的參數可以是任何符合序列規"
453-
"則的物件,包括自定義的新類別。在 bytes 和 bytearray 物件也有類似的方法可用。"
453+
"則的物件,包括自己定義的新類別。在 bytes 和 bytearray 物件也有類似的方法可用。"
454454

455455
#: ../../faq/design.rst:233
456456
msgid "How fast are exceptions?"

0 commit comments

Comments
 (0)