@@ -126,7 +126,7 @@ msgstr "常數"
126
126
127
127
#: ../../library/datetime.rst:74
128
128
msgid "The :mod:`datetime` module exports the following constants:"
129
- msgstr ""
129
+ msgstr ":mod:`datetime` 模組匯出以下常數: "
130
130
131
131
#: ../../library/datetime.rst:78
132
132
msgid ""
@@ -295,19 +295,19 @@ msgstr ""
295
295
296
296
#: ../../library/datetime.rst:207
297
297
msgid "A millisecond is converted to 1000 microseconds."
298
- msgstr ""
298
+ msgstr "一毫秒會被轉換為 1000 微秒。 "
299
299
300
300
#: ../../library/datetime.rst:208
301
301
msgid "A minute is converted to 60 seconds."
302
- msgstr ""
302
+ msgstr "一分鐘會被轉換為 60 秒。 "
303
303
304
304
#: ../../library/datetime.rst:209
305
305
msgid "An hour is converted to 3600 seconds."
306
- msgstr ""
306
+ msgstr "一小時會被轉換為 3600 秒。 "
307
307
308
308
#: ../../library/datetime.rst:210
309
309
msgid "A week is converted to 7 days."
310
- msgstr ""
310
+ msgstr "一週會被轉換為 7 天。 "
311
311
312
312
#: ../../library/datetime.rst:212
313
313
msgid ""
@@ -359,7 +359,7 @@ msgstr ""
359
359
#: ../../library/datetime.rst:1057 ../../library/datetime.rst:1676
360
360
#: ../../library/datetime.rst:2278
361
361
msgid "Class attributes:"
362
- msgstr ""
362
+ msgstr "類別屬性: "
363
363
364
364
#: ../../library/datetime.rst:260
365
365
msgid "The most negative :class:`timedelta` object, ``timedelta(-999999999)``."
@@ -410,15 +410,15 @@ msgstr "``seconds``"
410
410
411
411
#: ../../library/datetime.rst:284
412
412
msgid "Between 0 and 86399 inclusive"
413
- msgstr ""
413
+ msgstr "在 0 到 86399 (含)之間 "
414
414
415
415
#: ../../library/datetime.rst:286
416
416
msgid "``microseconds``"
417
417
msgstr "``microseconds``"
418
418
419
419
#: ../../library/datetime.rst:286
420
420
msgid "Between 0 and 999999 inclusive"
421
- msgstr ""
421
+ msgstr "在 0 到 999999 (含)之間 "
422
422
423
423
#: ../../library/datetime.rst:289 ../../library/datetime.rst:587
424
424
#: ../../library/datetime.rst:1130
@@ -582,11 +582,11 @@ msgstr "註解:"
582
582
583
583
#: ../../library/datetime.rst:358
584
584
msgid "This is exact but may overflow."
585
- msgstr ""
585
+ msgstr "這是精確的,但可能會溢位。 "
586
586
587
587
#: ../../library/datetime.rst:361
588
588
msgid "This is exact and cannot overflow."
589
- msgstr ""
589
+ msgstr "這是精確的,且不會溢位。 "
590
590
591
591
#: ../../library/datetime.rst:364
592
592
msgid "Division by 0 raises :exc:`ZeroDivisionError`."
@@ -652,7 +652,7 @@ msgstr ""
652
652
#: ../../library/datetime.rst:422 ../../library/datetime.rst:633
653
653
#: ../../library/datetime.rst:1204 ../../library/datetime.rst:1804
654
654
msgid "Instance methods:"
655
- msgstr ""
655
+ msgstr "實例方法: "
656
656
657
657
#: ../../library/datetime.rst:426
658
658
msgid ""
@@ -725,11 +725,11 @@ msgstr ""
725
725
726
726
#: ../../library/datetime.rst:494
727
727
msgid "Return the current local date."
728
- msgstr ""
728
+ msgstr "回傳目前的本地日期。 "
729
729
730
730
#: ../../library/datetime.rst:496
731
731
msgid "This is equivalent to ``date.fromtimestamp(time.time())``."
732
- msgstr ""
732
+ msgstr "這等同於 ``date.fromtimestamp(time.time())``。 "
733
733
734
734
#: ../../library/datetime.rst:500
735
735
msgid ""
@@ -804,7 +804,7 @@ msgstr ""
804
804
805
805
#: ../../library/datetime.rst:579 ../../library/datetime.rst:1086
806
806
msgid "Between 1 and 12 inclusive."
807
- msgstr ""
807
+ msgstr "在 1 到 12 (含)之間。 "
808
808
809
809
#: ../../library/datetime.rst:584 ../../library/datetime.rst:1091
810
810
msgid "Between 1 and the number of days in the given month of the given year."
@@ -855,7 +855,7 @@ msgstr ""
855
855
856
856
#: ../../library/datetime.rst:614
857
857
msgid "``timedelta.seconds`` and ``timedelta.microseconds`` are ignored."
858
- msgstr ""
858
+ msgstr "``timedelta.seconds`` 和 ``timedelta.microseconds`` 被忽略。 "
859
859
860
860
#: ../../library/datetime.rst:617
861
861
msgid ""
@@ -898,7 +898,7 @@ msgstr ""
898
898
msgid ""
899
899
"Return a :class:`time.struct_time` such as returned by :func:`time."
900
900
"localtime`."
901
- msgstr ""
901
+ msgstr "回傳一個 :class:`time.struct_time`,如同 :func:`time.localtime` 所回傳。 "
902
902
903
903
#: ../../library/datetime.rst:652
904
904
msgid "The hours, minutes and seconds are 0, and the DST flag is -1."
@@ -984,6 +984,9 @@ msgstr ""
984
984
#: ../../library/datetime.rst:728 ../../library/datetime.rst:1503
985
985
msgid "``d.ctime()`` is equivalent to::"
986
986
msgstr ""
987
+ "``d.ctime()`` 等價於:\n"
988
+ "\n"
989
+ "::"
987
990
988
991
#: ../../library/datetime.rst:732
989
992
msgid ""
@@ -1018,7 +1021,7 @@ msgstr ""
1018
1021
1019
1022
#: ../../library/datetime.rst:772
1020
1023
msgid "More examples of working with :class:`date`:"
1021
- msgstr ""
1024
+ msgstr "更多 :class:`date` 的用法範例: "
1022
1025
1023
1026
#: ../../library/datetime.rst:821
1024
1027
msgid ":class:`.datetime` Objects"
@@ -1051,31 +1054,31 @@ msgstr ""
1051
1054
1052
1055
#: ../../library/datetime.rst:838
1053
1056
msgid "``MINYEAR <= year <= MAXYEAR``,"
1054
- msgstr ""
1057
+ msgstr "``MINYEAR <= year <= MAXYEAR``, "
1055
1058
1056
1059
#: ../../library/datetime.rst:839
1057
1060
msgid "``1 <= month <= 12``,"
1058
- msgstr ""
1061
+ msgstr "``1 <= month <= 12``, "
1059
1062
1060
1063
#: ../../library/datetime.rst:840
1061
1064
msgid "``1 <= day <= number of days in the given month and year``,"
1062
1065
msgstr ""
1063
1066
1064
1067
#: ../../library/datetime.rst:841 ../../library/datetime.rst:1667
1065
1068
msgid "``0 <= hour < 24``,"
1066
- msgstr ""
1069
+ msgstr "``0 <= hour < 24``, "
1067
1070
1068
1071
#: ../../library/datetime.rst:842 ../../library/datetime.rst:1668
1069
1072
msgid "``0 <= minute < 60``,"
1070
- msgstr ""
1073
+ msgstr "``0 <= minute < 60``, "
1071
1074
1072
1075
#: ../../library/datetime.rst:843 ../../library/datetime.rst:1669
1073
1076
msgid "``0 <= second < 60``,"
1074
- msgstr ""
1077
+ msgstr "``0 <= second < 60``, "
1075
1078
1076
1079
#: ../../library/datetime.rst:844 ../../library/datetime.rst:1670
1077
1080
msgid "``0 <= microsecond < 1000000``,"
1078
- msgstr ""
1081
+ msgstr "``0 <= microsecond < 1000000``, "
1079
1082
1080
1083
#: ../../library/datetime.rst:845 ../../library/datetime.rst:1671
1081
1084
msgid "``fold in [0, 1]``."
@@ -1712,28 +1715,30 @@ msgstr ""
1712
1715
1713
1716
#: ../../library/datetime.rst:1422
1714
1717
msgid "``YYYY-MM-DDTHH:MM:SS.ffffff``, if :attr:`microsecond` is not 0"
1715
- msgstr ""
1718
+ msgstr "``YYYY-MM-DDTHH:MM:SS.ffffff``,如果 :attr:`microsecond` 不是 0 "
1716
1719
1717
1720
#: ../../library/datetime.rst:1423
1718
1721
msgid "``YYYY-MM-DDTHH:MM:SS``, if :attr:`microsecond` is 0"
1719
- msgstr ""
1722
+ msgstr "``YYYY-MM-DDTHH:MM:SS``,如果 :attr:`microsecond` 是 0 "
1720
1723
1721
1724
#: ../../library/datetime.rst:1425
1722
1725
msgid ""
1723
1726
"If :meth:`utcoffset` does not return ``None``, a string is appended, giving "
1724
1727
"the UTC offset:"
1725
- msgstr ""
1728
+ msgstr "如果 :meth:`utcoffset` 没有回傳 ``None``,則會附加一个字串,給出 UTC 偏移: "
1726
1729
1727
1730
#: ../../library/datetime.rst:1428
1728
1731
msgid ""
1729
1732
"``YYYY-MM-DDTHH:MM:SS.ffffff+HH:MM[:SS[.ffffff]]``, if :attr:`microsecond` "
1730
1733
"is not 0"
1731
1734
msgstr ""
1735
+ "``YYYY-MM-DDTHH:MM:SS.ffffff+HH:MM[:SS[.ffffff]]``,如果 :attr:"
1736
+ "`microsecond` 不是 0"
1732
1737
1733
1738
#: ../../library/datetime.rst:1430
1734
1739
msgid ""
1735
1740
"``YYYY-MM-DDTHH:MM:SS+HH:MM[:SS[.ffffff]]``, if :attr:`microsecond` is 0"
1736
- msgstr ""
1741
+ msgstr "``YYYY-MM-DDTHH:MM:SS+HH:MM[:SS[.ffffff]]``,如果 :attr:`microsecond` 是 0 "
1737
1742
1738
1743
#: ../../library/datetime.rst:1440
1739
1744
msgid ""
@@ -2040,7 +2045,7 @@ msgstr ""
2040
2045
2041
2046
#: ../../library/datetime.rst:1907
2042
2047
msgid "Examples of Usage: :class:`.time`"
2043
- msgstr ""
2048
+ msgstr "用法範例: \\ :class:`.time` "
2044
2049
2045
2050
#: ../../library/datetime.rst:1909
2046
2051
msgid "Examples of working with a :class:`.time` object::"
@@ -2455,7 +2460,7 @@ msgstr "``strptime``"
2455
2460
2456
2461
#: ../../library/datetime.rst:2307
2457
2462
msgid "Usage"
2458
- msgstr ""
2463
+ msgstr "用法 "
2459
2464
2460
2465
#: ../../library/datetime.rst:2307
2461
2466
msgid "Convert object to a string according to a given format"
@@ -2472,11 +2477,11 @@ msgstr ""
2472
2477
2473
2478
#: ../../library/datetime.rst:2309
2474
2479
msgid "Instance method"
2475
- msgstr ""
2480
+ msgstr "實例方法 "
2476
2481
2477
2482
#: ../../library/datetime.rst:2309
2478
2483
msgid "Class method"
2479
- msgstr ""
2484
+ msgstr "類別方法 "
2480
2485
2481
2486
#: ../../library/datetime.rst:2311
2482
2487
msgid "Method of"
0 commit comments