11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2021 , Python Software Foundation
2+ # Copyright (C) 2001-2022 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44#
55# Translators:
@@ -1011,35 +1011,35 @@ msgstr "將一個 C 的 :c:type:`short int` 轉換成 Python 整數物件。"
10111011
10121012#: ../../c-api/arg.rst:596
10131013msgid "Convert a C :c:type:`long int` to a Python integer object."
1014- msgstr "將一個 C 的C :c:type:`long int` 轉換成 Python 整數物件。"
1014+ msgstr "將一個 C 的 :c:type:`long int` 轉換成 Python 整數物件。"
10151015
10161016#: ../../c-api/arg.rst:599
10171017msgid "Convert a C :c:type:`unsigned char` to a Python integer object."
1018- msgstr "將一個 C 的C :c:type:`unsigned char` 轉換成 Python 整數物件。"
1018+ msgstr "將一個 C 的 :c:type:`unsigned char` 轉換成 Python 整數物件。"
10191019
10201020#: ../../c-api/arg.rst:602
10211021msgid "Convert a C :c:type:`unsigned short int` to a Python integer object."
10221022msgstr "將一個 C 的 :c:type:`unsigned short int` 轉換成 Python 整數物件。"
10231023
10241024#: ../../c-api/arg.rst:605
10251025msgid "Convert a C :c:type:`unsigned int` to a Python integer object."
1026- msgstr "將一個 C 的C :c:type:`unsigned int` 轉換成 Python 整數物件。"
1026+ msgstr "將一個 C 的 :c:type:`unsigned int` 轉換成 Python 整數物件。"
10271027
10281028#: ../../c-api/arg.rst:608
10291029msgid "Convert a C :c:type:`unsigned long` to a Python integer object."
1030- msgstr "將一個 C 的C :c:type:`unsigned long` 轉換成 Python 整數物件。"
1030+ msgstr "將一個 C 的 :c:type:`unsigned long` 轉換成 Python 整數物件。"
10311031
10321032#: ../../c-api/arg.rst:611
10331033msgid "Convert a C :c:type:`long long` to a Python integer object."
1034- msgstr "將一個 C 的C :c:type:`long long` 轉換成 Python 整數物件。"
1034+ msgstr "將一個 C 的 :c:type:`long long` 轉換成 Python 整數物件。"
10351035
10361036#: ../../c-api/arg.rst:614
10371037msgid "Convert a C :c:type:`unsigned long long` to a Python integer object."
10381038msgstr "將一個 C 的 :c:type:`unsigned long long` 轉換成 Python 整數物件。"
10391039
10401040#: ../../c-api/arg.rst:617
10411041msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
1042- msgstr ""
1042+ msgstr "將一個 C 的 :c:type:`Py_ssize_t` 轉換成 Python 整數。 "
10431043
10441044#: ../../c-api/arg.rst:621
10451045msgid "``c`` (:class:`bytes` of length 1) [char]"
@@ -1059,11 +1059,11 @@ msgstr ""
10591059
10601060#: ../../c-api/arg.rst:628
10611061msgid "Convert a C :c:type:`double` to a Python floating point number."
1062- msgstr ""
1062+ msgstr "將一個 C 的 :c:type:`double` 轉換成 Python 浮點數。 "
10631063
10641064#: ../../c-api/arg.rst:631
10651065msgid "Convert a C :c:type:`float` to a Python floating point number."
1066- msgstr ""
1066+ msgstr "將一個 C 的 :c:type:`float` 轉換成 Python 浮點數。 "
10671067
10681068#: ../../c-api/arg.rst:634
10691069msgid "``D`` (:class:`complex`) [Py_complex\\ *]"