@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.10\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2022-10-06 00:23+0000\n "
11
- "PO-Revision-Date : 2021-11-22 16:44 +0800\n "
11
+ "PO-Revision-Date : 2022-10-16 03:21 +0800\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -17,7 +17,7 @@ msgstr ""
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
- "X-Generator : Poedit 3.0 \n "
20
+ "X-Generator : Poedit 3.1.1 \n "
21
21
22
22
#: ../../c-api/arg.rst:6
23
23
msgid "Parsing arguments and building values"
@@ -473,26 +473,27 @@ msgstr "``h`` (:class:`int`) [short int]"
473
473
474
474
#: ../../c-api/arg.rst:262
475
475
msgid "Convert a Python integer to a C :c:expr:`short int`."
476
- msgstr ""
476
+ msgstr "將一個 Python 整數轉換成 C 的 :c:expr:`short int`。 "
477
477
478
478
#: ../../c-api/arg.rst:266 ../../c-api/arg.rst:602
479
479
msgid "``H`` (:class:`int`) [unsigned short int]"
480
480
msgstr "``H`` (:class:`int`) [unsigned short int]"
481
481
482
482
#: ../../c-api/arg.rst:265
483
- #, fuzzy
484
483
msgid ""
485
484
"Convert a Python integer to a C :c:expr:`unsigned short int`, without "
486
485
"overflow checking."
487
- msgstr "將一個 C 的 :c:type:`unsigned short int` 轉換成 Python 整數物件。"
486
+ msgstr ""
487
+ "將一個 Python 整數轉換成 C 的 :c:expr:`unsigned short int`,轉換過程無溢位檢"
488
+ "查。"
488
489
489
490
#: ../../c-api/arg.rst:269 ../../c-api/arg.rst:587
490
491
msgid "``i`` (:class:`int`) [int]"
491
492
msgstr "``i`` (:class:`int`) [int]"
492
493
493
494
#: ../../c-api/arg.rst:269
494
495
msgid "Convert a Python integer to a plain C :c:expr:`int`."
495
- msgstr ""
496
+ msgstr "將一個 Python 整數轉換成 C 的 :c:expr:`int`。 "
496
497
497
498
#: ../../c-api/arg.rst:273 ../../c-api/arg.rst:605
498
499
msgid "``I`` (:class:`int`) [unsigned int]"
@@ -503,14 +504,15 @@ msgid ""
503
504
"Convert a Python integer to a C :c:expr:`unsigned int`, without overflow "
504
505
"checking."
505
506
msgstr ""
507
+ "將一個 Python 整數轉換成 C 的 :c:expr:`unsigned int`,轉換過程無溢位檢查。"
506
508
507
509
#: ../../c-api/arg.rst:276 ../../c-api/arg.rst:596
508
510
msgid "``l`` (:class:`int`) [long int]"
509
511
msgstr "``l`` (:class:`int`) [long int]"
510
512
511
513
#: ../../c-api/arg.rst:276
512
514
msgid "Convert a Python integer to a C :c:expr:`long int`."
513
- msgstr ""
515
+ msgstr "將一個 Python 整數轉換成 C 的 :c:expr:`long int`。 "
514
516
515
517
#: ../../c-api/arg.rst:280 ../../c-api/arg.rst:608
516
518
msgid "``k`` (:class:`int`) [unsigned long]"
@@ -521,33 +523,35 @@ msgid ""
521
523
"Convert a Python integer to a C :c:expr:`unsigned long` without overflow "
522
524
"checking."
523
525
msgstr ""
526
+ "將一個 Python 整數轉換成 C 的 :c:expr:`unsigned long`,轉換過程無溢位檢查。"
524
527
525
528
#: ../../c-api/arg.rst:283 ../../c-api/arg.rst:611
526
529
msgid "``L`` (:class:`int`) [long long]"
527
530
msgstr "``L`` (:class:`int`) [long long]"
528
531
529
532
#: ../../c-api/arg.rst:283
530
533
msgid "Convert a Python integer to a C :c:expr:`long long`."
531
- msgstr ""
534
+ msgstr "將一個 Python 整數轉換成 C 的 :c:expr:`long long`。 "
532
535
533
536
#: ../../c-api/arg.rst:287 ../../c-api/arg.rst:614
534
537
msgid "``K`` (:class:`int`) [unsigned long long]"
535
538
msgstr "``K`` (:class:`int`) [unsigned long long]"
536
539
537
540
#: ../../c-api/arg.rst:286
538
- #, fuzzy
539
541
msgid ""
540
542
"Convert a Python integer to a C :c:expr:`unsigned long long` without "
541
543
"overflow checking."
542
- msgstr "將一個 C 的 :c:type:`unsigned long long` 轉換成 Python 整數物件。"
544
+ msgstr ""
545
+ "將一個 Python 整數轉換成 C 的 :c:expr:`unsigned long long`,轉換過程無溢位檢"
546
+ "查。"
543
547
544
548
#: ../../c-api/arg.rst:290 ../../c-api/arg.rst:617
545
549
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
546
550
msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
547
551
548
552
#: ../../c-api/arg.rst:290
549
553
msgid "Convert a Python integer to a C :c:type:`Py_ssize_t`."
550
- msgstr ""
554
+ msgstr "將一個 Python 整數轉換成 C 的 :c:type:`Py_ssize_t`。 "
551
555
552
556
#: ../../c-api/arg.rst:297
553
557
msgid "``c`` (:class:`bytes` or :class:`bytearray` of length 1) [char]"
@@ -578,26 +582,24 @@ msgid "``f`` (:class:`float`) [float]"
578
582
msgstr "``f`` (:class:`float`) [float]"
579
583
580
584
#: ../../c-api/arg.rst:304
581
- #, fuzzy
582
585
msgid "Convert a Python floating point number to a C :c:expr:`float`."
583
- msgstr "將一個 C 的 :c:type:`float` 轉換成 Python 浮點數 。"
586
+ msgstr "將一個 Python 浮點數轉換成 C 的 :c:type::c:expr: `float`。"
584
587
585
588
#: ../../c-api/arg.rst:307 ../../c-api/arg.rst:628
586
589
msgid "``d`` (:class:`float`) [double]"
587
590
msgstr "``d`` (:class:`float`) [double]"
588
591
589
592
#: ../../c-api/arg.rst:307
590
- #, fuzzy
591
593
msgid "Convert a Python floating point number to a C :c:expr:`double`."
592
- msgstr "將一個 C 的 :c:type:`float` 轉換成 Python 浮點數 。"
594
+ msgstr "將一個 Python 浮點數轉換成 C 的 :c:type::c:expr:`double` 。"
593
595
594
596
#: ../../c-api/arg.rst:310
595
597
msgid "``D`` (:class:`complex`) [Py_complex]"
596
598
msgstr "``D`` (:class:`complex`) [Py_complex]"
597
599
598
600
#: ../../c-api/arg.rst:310
599
601
msgid "Convert a Python complex number to a C :c:type:`Py_complex` structure."
600
- msgstr ""
602
+ msgstr "將一個 Python 複數轉換成 C 的 :c:type:`Py_complex` 結構。 "
601
603
602
604
#: ../../c-api/arg.rst:313
603
605
msgid "Other objects"
@@ -997,58 +999,48 @@ msgstr ""
997
999
"``U#``\\ (:class:`str` 或 ``None``)[const char \\ *, :c:type:`Py_ssize_t`]"
998
1000
999
1001
#: ../../c-api/arg.rst:587
1000
- #, fuzzy
1001
1002
msgid "Convert a plain C :c:expr:`int` to a Python integer object."
1002
- msgstr "將一個 C 的 :c:type :`int` 轉換成 Python 整數物件。"
1003
+ msgstr "將一個 C 的 :c:expr :`int` 轉換成 Python 整數物件。"
1003
1004
1004
1005
#: ../../c-api/arg.rst:590
1005
1006
msgid "``b`` (:class:`int`) [char]"
1006
1007
msgstr "``b`` (:class:`int`) [char]"
1007
1008
1008
1009
#: ../../c-api/arg.rst:590
1009
- #, fuzzy
1010
1010
msgid "Convert a plain C :c:expr:`char` to a Python integer object."
1011
- msgstr "將一個 C 的 :c:type :`char` 轉換成 Python 整數物件。"
1011
+ msgstr "將一個 C 的 :c:expr :`char` 轉換成 Python 整數物件。"
1012
1012
1013
1013
#: ../../c-api/arg.rst:593
1014
- #, fuzzy
1015
1014
msgid "Convert a plain C :c:expr:`short int` to a Python integer object."
1016
- msgstr "將一個 C 的 :c:type :`short int` 轉換成 Python 整數物件。"
1015
+ msgstr "將一個 C 的 :c:expr :`short int` 轉換成 Python 整數物件。"
1017
1016
1018
1017
#: ../../c-api/arg.rst:596
1019
- #, fuzzy
1020
1018
msgid "Convert a C :c:expr:`long int` to a Python integer object."
1021
- msgstr "將一個 C 的 :c:type :`long int` 轉換成 Python 整數物件。"
1019
+ msgstr "將一個 C 的 :c:expr :`long int` 轉換成 Python 整數物件。"
1022
1020
1023
1021
#: ../../c-api/arg.rst:599
1024
- #, fuzzy
1025
1022
msgid "Convert a C :c:expr:`unsigned char` to a Python integer object."
1026
- msgstr "將一個 C 的 :c:type :`unsigned char` 轉換成 Python 整數物件。"
1023
+ msgstr "將一個 C 的 :c:expr :`unsigned char` 轉換成 Python 整數物件。"
1027
1024
1028
1025
#: ../../c-api/arg.rst:602
1029
- #, fuzzy
1030
1026
msgid "Convert a C :c:expr:`unsigned short int` to a Python integer object."
1031
- msgstr "將一個 C 的 :c:type :`unsigned short int` 轉換成 Python 整數物件。"
1027
+ msgstr "將一個 C 的 :c:expr :`unsigned short int` 轉換成 Python 整數物件。"
1032
1028
1033
1029
#: ../../c-api/arg.rst:605
1034
- #, fuzzy
1035
1030
msgid "Convert a C :c:expr:`unsigned int` to a Python integer object."
1036
- msgstr "將一個 C 的 :c:type :`unsigned int` 轉換成 Python 整數物件。"
1031
+ msgstr "將一個 C 的 :c:expr :`unsigned int` 轉換成 Python 整數物件。"
1037
1032
1038
1033
#: ../../c-api/arg.rst:608
1039
- #, fuzzy
1040
1034
msgid "Convert a C :c:expr:`unsigned long` to a Python integer object."
1041
- msgstr "將一個 C 的 :c:type :`unsigned long` 轉換成 Python 整數物件。"
1035
+ msgstr "將一個 C 的 :c:expr :`unsigned long` 轉換成 Python 整數物件。"
1042
1036
1043
1037
#: ../../c-api/arg.rst:611
1044
- #, fuzzy
1045
1038
msgid "Convert a C :c:expr:`long long` to a Python integer object."
1046
- msgstr "將一個 C 的 :c:type :`long long` 轉換成 Python 整數物件。"
1039
+ msgstr "將一個 C 的 :c:expr :`long long` 轉換成 Python 整數物件。"
1047
1040
1048
1041
#: ../../c-api/arg.rst:614
1049
- #, fuzzy
1050
1042
msgid "Convert a C :c:expr:`unsigned long long` to a Python integer object."
1051
- msgstr "將一個 C 的 :c:type :`unsigned long long` 轉換成 Python 整數物件。"
1043
+ msgstr "將一個 C 的 :c:expr :`unsigned long long` 轉換成 Python 整數物件。"
1052
1044
1053
1045
#: ../../c-api/arg.rst:617
1054
1046
msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
@@ -1059,36 +1051,36 @@ msgid "``c`` (:class:`bytes` of length 1) [char]"
1059
1051
msgstr "``c``\\ (長度為 1 的 :class:`bytes`)[char]"
1060
1052
1061
1053
#: ../../c-api/arg.rst:620
1062
- #, fuzzy
1063
1054
msgid ""
1064
1055
"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
1065
1056
"object of length 1."
1066
- msgstr "將一個 C 的 :c:type:`long int` 轉換成 Python 整數物件。"
1057
+ msgstr ""
1058
+ "將一個 C 中代表一個位元組的 :c:expr:`int` 轉換成 Python 中長度為一的 :class:"
1059
+ "`bytes`。"
1067
1060
1068
1061
#: ../../c-api/arg.rst:624
1069
- #, fuzzy
1070
1062
msgid ""
1071
1063
"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
1072
1064
"object of length 1."
1073
- msgstr "將一個 C 的 :c:type:`unsigned char` 轉換成 Python 整數物件。"
1065
+ msgstr ""
1066
+ "將一個 C 中代表一個字元的 :c:expr:`int` 轉換成 Python 中長度為一的 :class:"
1067
+ "`str`。"
1074
1068
1075
1069
#: ../../c-api/arg.rst:628
1076
- #, fuzzy
1077
1070
msgid "Convert a C :c:expr:`double` to a Python floating point number."
1078
- msgstr "將一個 C 的 :c:type :`double` 轉換成 Python 浮點數。"
1071
+ msgstr "將一個 C 的 :c:expr :`double` 轉換成 Python 浮點數。"
1079
1072
1080
1073
#: ../../c-api/arg.rst:631
1081
- #, fuzzy
1082
1074
msgid "Convert a C :c:expr:`float` to a Python floating point number."
1083
- msgstr "將一個 C 的 :c:type :`float` 轉換成 Python 浮點數。"
1075
+ msgstr "將一個 C 的 :c:expr :`float` 轉換成 Python 浮點數。"
1084
1076
1085
1077
#: ../../c-api/arg.rst:634
1086
1078
msgid "``D`` (:class:`complex`) [Py_complex \\ *]"
1087
1079
msgstr "``D`` (:class:`complex`) [Py_complex \\ *]"
1088
1080
1089
1081
#: ../../c-api/arg.rst:634
1090
1082
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
1091
- msgstr ""
1083
+ msgstr "將一個 C 的 :c:type:`Py_complex` 結構轉換成 Python 複數。 "
1092
1084
1093
1085
#: ../../c-api/arg.rst:637
1094
1086
msgid ""
0 commit comments