Skip to content

Commit 6aae7f0

Browse files
committed
feat: translate c-api/apiabiversion.po
1 parent 8937bdf commit 6aae7f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

c-api/apiabiversion.po

+4-2
Original file line numberDiff line numberDiff line change
@@ -174,18 +174,20 @@ msgstr ""
174174

175175
#: ../../c-api/apiabiversion.rst:61
176176
msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``."
177-
msgstr ""
177+
msgstr "使用它進行數值比較,例如 ``#if PY_VERSION_HEX >= ...``。"
178178

179179
#: ../../c-api/apiabiversion.rst:63
180180
msgid "This version is also available via the symbol :data:`Py_Version`."
181-
msgstr ""
181+
msgstr "該版本也可透過符號 :data:`Py_Version` 獲得。"
182182

183183
#: ../../c-api/apiabiversion.rst:67
184184
msgid ""
185185
"The Python runtime version number encoded in a single constant integer, with "
186186
"the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the "
187187
"Python version used at run time."
188188
msgstr ""
189+
"編碼為單個常數整數的 Python 執行環境版本號,格式與 :c:macro:`PY_VERSION_HEX` 巨集相同。"
190+
"這包含在執行環境使用的 Python 版本。"
189191

190192
#: ../../c-api/apiabiversion.rst:73
191193
msgid "All the given macros are defined in :source:`Include/patchlevel.h`."

0 commit comments

Comments
 (0)