@@ -1011,35 +1011,35 @@ msgstr "將一個 C 的 :c:type:`short int` 轉換成 Python 整數物件。"
1011
1011
1012
1012
#: ../../c-api/arg.rst:596
1013
1013
msgid "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 整數物件。"
1015
1015
1016
1016
#: ../../c-api/arg.rst:599
1017
1017
msgid "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 整數物件。"
1019
1019
1020
1020
#: ../../c-api/arg.rst:602
1021
1021
msgid "Convert a C :c:type:`unsigned short int` to a Python integer object."
1022
1022
msgstr "將一個 C 的 :c:type:`unsigned short int` 轉換成 Python 整數物件。"
1023
1023
1024
1024
#: ../../c-api/arg.rst:605
1025
1025
msgid "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 整數物件。"
1027
1027
1028
1028
#: ../../c-api/arg.rst:608
1029
1029
msgid "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 整數物件。"
1031
1031
1032
1032
#: ../../c-api/arg.rst:611
1033
1033
msgid "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 整數物件。"
1035
1035
1036
1036
#: ../../c-api/arg.rst:614
1037
1037
msgid "Convert a C :c:type:`unsigned long long` to a Python integer object."
1038
1038
msgstr "將一個 C 的 :c:type:`unsigned long long` 轉換成 Python 整數物件。"
1039
1039
1040
1040
#: ../../c-api/arg.rst:617
1041
1041
msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
1042
- msgstr ""
1042
+ msgstr "將一個 C 的 :c:type:`Py_ssize_t` 轉換成 Python 整數。 "
1043
1043
1044
1044
#: ../../c-api/arg.rst:621
1045
1045
msgid "``c`` (:class:`bytes` of length 1) [char]"
@@ -1059,11 +1059,11 @@ msgstr ""
1059
1059
1060
1060
#: ../../c-api/arg.rst:628
1061
1061
msgid "Convert a C :c:type:`double` to a Python floating point number."
1062
- msgstr ""
1062
+ msgstr "將一個 C 的 :c:type:`double` 轉換成 Python 浮點數。 "
1063
1063
1064
1064
#: ../../c-api/arg.rst:631
1065
1065
msgid "Convert a C :c:type:`float` to a Python floating point number."
1066
- msgstr ""
1066
+ msgstr "將一個 C 的 :c:type:`float` 轉換成 Python 浮點數。 "
1067
1067
1068
1068
#: ../../c-api/arg.rst:634
1069
1069
msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
0 commit comments