@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2024-05-09 00:03+0000\n "
11
- "PO-Revision-Date : 2024-07-17 21:32 +0800\n "
11
+ "PO-Revision-Date : 2024-07-18 21:04 +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 "
@@ -1010,18 +1010,21 @@ msgid ""
1010
1010
"tuple` interface: values can be accessed by index and by attribute name. "
1011
1011
"The following values are present:"
1012
1012
msgstr ""
1013
+ "由 :func:`gmtime`、:func:`localtime` 和 :func:`strptime` 回傳的時間值序列的型"
1014
+ "別。它是一個具有 :term:`named tuple` 介面的物件:值可以通過索引和屬性名稱存"
1015
+ "取。包含以下值:"
1013
1016
1014
1017
#: ../../library/time.rst:584
1015
1018
msgid "Index"
1016
- msgstr ""
1019
+ msgstr "索引 "
1017
1020
1018
1021
#: ../../library/time.rst:585
1019
1022
msgid "Attribute"
1020
1023
msgstr "屬性"
1021
1024
1022
1025
#: ../../library/time.rst:586
1023
1026
msgid "Values"
1024
- msgstr ""
1027
+ msgstr "值 "
1025
1028
1026
1029
#: ../../library/time.rst:588
1027
1030
msgid "0"
@@ -1037,31 +1040,31 @@ msgstr "1"
1037
1040
1038
1041
#: ../../library/time.rst:594
1039
1042
msgid "range [1, 12]"
1040
- msgstr ""
1043
+ msgstr "範圍 [1, 12] "
1041
1044
1042
1045
#: ../../library/time.rst:596
1043
1046
msgid "2"
1044
1047
msgstr "2"
1045
1048
1046
1049
#: ../../library/time.rst:598
1047
1050
msgid "range [1, 31]"
1048
- msgstr ""
1051
+ msgstr "範圍 [1, 31] "
1049
1052
1050
1053
#: ../../library/time.rst:600
1051
1054
msgid "3"
1052
1055
msgstr "3"
1053
1056
1054
1057
#: ../../library/time.rst:602
1055
1058
msgid "range [0, 23]"
1056
- msgstr ""
1059
+ msgstr "範圍 [0, 23] "
1057
1060
1058
1061
#: ../../library/time.rst:604
1059
1062
msgid "4"
1060
1063
msgstr "4"
1061
1064
1062
1065
#: ../../library/time.rst:606
1063
1066
msgid "range [0, 59]"
1064
- msgstr ""
1067
+ msgstr "範圍 [0, 59] "
1065
1068
1066
1069
#: ../../library/time.rst:608
1067
1070
msgid "5"
@@ -1070,48 +1073,49 @@ msgstr "5"
1070
1073
#: ../../library/time.rst:610
1071
1074
msgid "range [0, 61]; see :ref:`Note (2) <leap-second>` in :func:`strftime`"
1072
1075
msgstr ""
1076
+ "範圍 [0, 61];參見 :func:`strftime` 中的\\ :ref:`註釋 (2) <leap-second>`"
1073
1077
1074
1078
#: ../../library/time.rst:612
1075
1079
msgid "6"
1076
1080
msgstr "6"
1077
1081
1078
1082
#: ../../library/time.rst:614
1079
1083
msgid "range [0, 6]; Monday is 0"
1080
- msgstr ""
1084
+ msgstr "範圍 [0, 6];星期一是 0 "
1081
1085
1082
1086
#: ../../library/time.rst:616
1083
1087
msgid "7"
1084
1088
msgstr "7"
1085
1089
1086
1090
#: ../../library/time.rst:618
1087
1091
msgid "range [1, 366]"
1088
- msgstr ""
1092
+ msgstr "範圍 [1, 366] "
1089
1093
1090
1094
#: ../../library/time.rst:620
1091
1095
msgid "8"
1092
1096
msgstr "8"
1093
1097
1094
1098
#: ../../library/time.rst:622
1095
1099
msgid "0, 1 or -1; see below"
1096
- msgstr ""
1100
+ msgstr "0、1 或 -1;見下文 "
1097
1101
1098
1102
#: ../../library/time.rst:624 ../../library/time.rst:628
1099
1103
msgid "N/A"
1100
1104
msgstr "N/A"
1101
1105
1102
1106
#: ../../library/time.rst:626
1103
1107
msgid "abbreviation of timezone name"
1104
- msgstr ""
1108
+ msgstr "時區名稱的縮寫 "
1105
1109
1106
1110
#: ../../library/time.rst:630
1107
1111
msgid "offset east of UTC in seconds"
1108
- msgstr ""
1112
+ msgstr "UTC 向東的偏移量(以秒為單位) "
1109
1113
1110
1114
#: ../../library/time.rst:632
1111
1115
msgid ""
1112
1116
"Note that unlike the C structure, the month value is a range of [1, 12], not "
1113
1117
"[0, 11]."
1114
- msgstr ""
1118
+ msgstr "請注意,與 C 結構不同,月份值的範圍是 [1, 12],而不是 [0, 11]。 "
1115
1119
1116
1120
#: ../../library/time.rst:635
1117
1121
msgid ""
@@ -1120,13 +1124,17 @@ msgid ""
1120
1124
"that this is not known, and will usually result in the correct state being "
1121
1125
"filled in."
1122
1126
msgstr ""
1127
+ "在呼叫 :func:`mktime` 時,當日光節約時間生效的時候,:attr:`tm_isdst` 可以設定"
1128
+ "為 1,不生效時設定為 0。值 -1 表示未知是否生效,通常結果會填入正確的狀態。"
1123
1129
1124
1130
#: ../../library/time.rst:639
1125
1131
msgid ""
1126
1132
"When a tuple with an incorrect length is passed to a function expecting a :"
1127
1133
"class:`struct_time`, or having elements of the wrong type, a :exc:"
1128
1134
"`TypeError` is raised."
1129
1135
msgstr ""
1136
+ "當一個長度不正確的元組被傳遞給預期得到 :class:`struct_time` 的函式時,或者其"
1137
+ "中有元素型別錯誤時,將引發 :exc:`TypeError`。"
1130
1138
1131
1139
#: ../../library/time.rst:645
1132
1140
msgid ""
0 commit comments