File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -174,18 +174,20 @@ msgstr ""
174174
175175#: ../../c-api/apiabiversion.rst:61
176176msgid "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
180180msgid "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
184184msgid ""
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."
188188msgstr ""
189+ "編碼為單個常數整數的 Python 執行環境版本號,格式與 :c:macro:`PY_VERSION_HEX` 巨集相同。"
190+ "這包含在執行環境使用的 Python 版本。"
189191
190192#: ../../c-api/apiabiversion.rst:73
191193msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
You can’t perform that action at this time.
0 commit comments