@@ -126,7 +126,7 @@ msgstr "常數"
126126
127127#: ../../library/datetime.rst:74
128128msgid "The :mod:`datetime` module exports the following constants:"
129- msgstr ""
129+ msgstr ":mod:`datetime` 模組匯出以下常數: "
130130
131131#: ../../library/datetime.rst:78
132132msgid ""
@@ -295,19 +295,19 @@ msgstr ""
295295
296296#: ../../library/datetime.rst:207
297297msgid "A millisecond is converted to 1000 microseconds."
298- msgstr ""
298+ msgstr "一毫秒會被轉換為 1000 微秒。 "
299299
300300#: ../../library/datetime.rst:208
301301msgid "A minute is converted to 60 seconds."
302- msgstr ""
302+ msgstr "一分鐘會被轉換為 60 秒。 "
303303
304304#: ../../library/datetime.rst:209
305305msgid "An hour is converted to 3600 seconds."
306- msgstr ""
306+ msgstr "一小時會被轉換為 3600 秒。 "
307307
308308#: ../../library/datetime.rst:210
309309msgid "A week is converted to 7 days."
310- msgstr ""
310+ msgstr "一週會被轉換為 7 天。 "
311311
312312#: ../../library/datetime.rst:212
313313msgid ""
@@ -359,7 +359,7 @@ msgstr ""
359359#: ../../library/datetime.rst:1057 ../../library/datetime.rst:1676
360360#: ../../library/datetime.rst:2278
361361msgid "Class attributes:"
362- msgstr ""
362+ msgstr "類別屬性: "
363363
364364#: ../../library/datetime.rst:260
365365msgid "The most negative :class:`timedelta` object, ``timedelta(-999999999)``."
@@ -410,15 +410,15 @@ msgstr "``seconds``"
410410
411411#: ../../library/datetime.rst:284
412412msgid "Between 0 and 86399 inclusive"
413- msgstr ""
413+ msgstr "在 0 到 86399 (含)之間 "
414414
415415#: ../../library/datetime.rst:286
416416msgid "``microseconds``"
417417msgstr "``microseconds``"
418418
419419#: ../../library/datetime.rst:286
420420msgid "Between 0 and 999999 inclusive"
421- msgstr ""
421+ msgstr "在 0 到 999999 (含)之間 "
422422
423423#: ../../library/datetime.rst:289 ../../library/datetime.rst:587
424424#: ../../library/datetime.rst:1130
@@ -582,11 +582,11 @@ msgstr "註解:"
582582
583583#: ../../library/datetime.rst:358
584584msgid "This is exact but may overflow."
585- msgstr ""
585+ msgstr "這是精確的,但可能會溢位。 "
586586
587587#: ../../library/datetime.rst:361
588588msgid "This is exact and cannot overflow."
589- msgstr ""
589+ msgstr "這是精確的,且不會溢位。 "
590590
591591#: ../../library/datetime.rst:364
592592msgid "Division by 0 raises :exc:`ZeroDivisionError`."
@@ -652,7 +652,7 @@ msgstr ""
652652#: ../../library/datetime.rst:422 ../../library/datetime.rst:633
653653#: ../../library/datetime.rst:1204 ../../library/datetime.rst:1804
654654msgid "Instance methods:"
655- msgstr ""
655+ msgstr "實例方法: "
656656
657657#: ../../library/datetime.rst:426
658658msgid ""
@@ -725,11 +725,11 @@ msgstr ""
725725
726726#: ../../library/datetime.rst:494
727727msgid "Return the current local date."
728- msgstr ""
728+ msgstr "回傳目前的本地日期。 "
729729
730730#: ../../library/datetime.rst:496
731731msgid "This is equivalent to ``date.fromtimestamp(time.time())``."
732- msgstr ""
732+ msgstr "這等同於 ``date.fromtimestamp(time.time())``。 "
733733
734734#: ../../library/datetime.rst:500
735735msgid ""
@@ -804,7 +804,7 @@ msgstr ""
804804
805805#: ../../library/datetime.rst:579 ../../library/datetime.rst:1086
806806msgid "Between 1 and 12 inclusive."
807- msgstr ""
807+ msgstr "在 1 到 12 (含)之間。 "
808808
809809#: ../../library/datetime.rst:584 ../../library/datetime.rst:1091
810810msgid "Between 1 and the number of days in the given month of the given year."
@@ -855,7 +855,7 @@ msgstr ""
855855
856856#: ../../library/datetime.rst:614
857857msgid "``timedelta.seconds`` and ``timedelta.microseconds`` are ignored."
858- msgstr ""
858+ msgstr "``timedelta.seconds`` 和 ``timedelta.microseconds`` 被忽略。 "
859859
860860#: ../../library/datetime.rst:617
861861msgid ""
@@ -898,7 +898,7 @@ msgstr ""
898898msgid ""
899899"Return a :class:`time.struct_time` such as returned by :func:`time."
900900"localtime`."
901- msgstr ""
901+ msgstr "回傳一個 :class:`time.struct_time`,如同 :func:`time.localtime` 所回傳。 "
902902
903903#: ../../library/datetime.rst:652
904904msgid "The hours, minutes and seconds are 0, and the DST flag is -1."
@@ -984,6 +984,9 @@ msgstr ""
984984#: ../../library/datetime.rst:728 ../../library/datetime.rst:1503
985985msgid "``d.ctime()`` is equivalent to::"
986986msgstr ""
987+ "``d.ctime()`` 等價於:\n"
988+ "\n"
989+ "::"
987990
988991#: ../../library/datetime.rst:732
989992msgid ""
@@ -1018,7 +1021,7 @@ msgstr ""
10181021
10191022#: ../../library/datetime.rst:772
10201023msgid "More examples of working with :class:`date`:"
1021- msgstr ""
1024+ msgstr "更多 :class:`date` 的用法範例: "
10221025
10231026#: ../../library/datetime.rst:821
10241027msgid ":class:`.datetime` Objects"
@@ -1051,31 +1054,31 @@ msgstr ""
10511054
10521055#: ../../library/datetime.rst:838
10531056msgid "``MINYEAR <= year <= MAXYEAR``,"
1054- msgstr ""
1057+ msgstr "``MINYEAR <= year <= MAXYEAR``, "
10551058
10561059#: ../../library/datetime.rst:839
10571060msgid "``1 <= month <= 12``,"
1058- msgstr ""
1061+ msgstr "``1 <= month <= 12``, "
10591062
10601063#: ../../library/datetime.rst:840
10611064msgid "``1 <= day <= number of days in the given month and year``,"
10621065msgstr ""
10631066
10641067#: ../../library/datetime.rst:841 ../../library/datetime.rst:1667
10651068msgid "``0 <= hour < 24``,"
1066- msgstr ""
1069+ msgstr "``0 <= hour < 24``, "
10671070
10681071#: ../../library/datetime.rst:842 ../../library/datetime.rst:1668
10691072msgid "``0 <= minute < 60``,"
1070- msgstr ""
1073+ msgstr "``0 <= minute < 60``, "
10711074
10721075#: ../../library/datetime.rst:843 ../../library/datetime.rst:1669
10731076msgid "``0 <= second < 60``,"
1074- msgstr ""
1077+ msgstr "``0 <= second < 60``, "
10751078
10761079#: ../../library/datetime.rst:844 ../../library/datetime.rst:1670
10771080msgid "``0 <= microsecond < 1000000``,"
1078- msgstr ""
1081+ msgstr "``0 <= microsecond < 1000000``, "
10791082
10801083#: ../../library/datetime.rst:845 ../../library/datetime.rst:1671
10811084msgid "``fold in [0, 1]``."
@@ -1712,28 +1715,30 @@ msgstr ""
17121715
17131716#: ../../library/datetime.rst:1422
17141717msgid "``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 "
17161719
17171720#: ../../library/datetime.rst:1423
17181721msgid "``YYYY-MM-DDTHH:MM:SS``, if :attr:`microsecond` is 0"
1719- msgstr ""
1722+ msgstr "``YYYY-MM-DDTHH:MM:SS``,如果 :attr:`microsecond` 是 0 "
17201723
17211724#: ../../library/datetime.rst:1425
17221725msgid ""
17231726"If :meth:`utcoffset` does not return ``None``, a string is appended, giving "
17241727"the UTC offset:"
1725- msgstr ""
1728+ msgstr "如果 :meth:`utcoffset` 没有回傳 ``None``,則會附加一个字串,給出 UTC 偏移: "
17261729
17271730#: ../../library/datetime.rst:1428
17281731msgid ""
17291732"``YYYY-MM-DDTHH:MM:SS.ffffff+HH:MM[:SS[.ffffff]]``, if :attr:`microsecond` "
17301733"is not 0"
17311734msgstr ""
1735+ "``YYYY-MM-DDTHH:MM:SS.ffffff+HH:MM[:SS[.ffffff]]``,如果 :attr:"
1736+ "`microsecond` 不是 0"
17321737
17331738#: ../../library/datetime.rst:1430
17341739msgid ""
17351740"``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 "
17371742
17381743#: ../../library/datetime.rst:1440
17391744msgid ""
@@ -2040,7 +2045,7 @@ msgstr ""
20402045
20412046#: ../../library/datetime.rst:1907
20422047msgid "Examples of Usage: :class:`.time`"
2043- msgstr ""
2048+ msgstr "用法範例: \\ :class:`.time` "
20442049
20452050#: ../../library/datetime.rst:1909
20462051msgid "Examples of working with a :class:`.time` object::"
@@ -2455,7 +2460,7 @@ msgstr "``strptime``"
24552460
24562461#: ../../library/datetime.rst:2307
24572462msgid "Usage"
2458- msgstr ""
2463+ msgstr "用法 "
24592464
24602465#: ../../library/datetime.rst:2307
24612466msgid "Convert object to a string according to a given format"
@@ -2472,11 +2477,11 @@ msgstr ""
24722477
24732478#: ../../library/datetime.rst:2309
24742479msgid "Instance method"
2475- msgstr ""
2480+ msgstr "實例方法 "
24762481
24772482#: ../../library/datetime.rst:2309
24782483msgid "Class method"
2479- msgstr ""
2484+ msgstr "類別方法 "
24802485
24812486#: ../../library/datetime.rst:2311
24822487msgid "Method of"
0 commit comments