From d594a91bd960600e6f339e9eea8193e785dd6c56 Mon Sep 17 00:00:00 2001 From: "Matt.Wang" Date: Sat, 1 Jul 2023 03:34:43 +0800 Subject: [PATCH] feat: translate `c-api/apiabiversion.po` --- c-api/apiabiversion.po | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/c-api/apiabiversion.po b/c-api/apiabiversion.po index 076e45a8cd..002d2ba684 100644 --- a/c-api/apiabiversion.po +++ b/c-api/apiabiversion.po @@ -174,11 +174,11 @@ msgstr "" #: ../../c-api/apiabiversion.rst:61 msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``." -msgstr "" +msgstr "使用它進行數值比較,例如 ``#if PY_VERSION_HEX >= ...``。" #: ../../c-api/apiabiversion.rst:63 msgid "This version is also available via the symbol :data:`Py_Version`." -msgstr "" +msgstr "該版本也可透過符號 :data:`Py_Version` 獲得。" #: ../../c-api/apiabiversion.rst:67 msgid "" @@ -186,6 +186,8 @@ msgid "" "the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the " "Python version used at run time." msgstr "" +"編碼為單個常數整數的 Python 執行環境版本號,格式與 :c:macro:`PY_VERSION_HEX` 巨集相同。" +"這包含在執行環境使用的 Python 版本。" #: ../../c-api/apiabiversion.rst:73 msgid "All the given macros are defined in :source:`Include/patchlevel.h`."