@@ -910,11 +910,10 @@ msgid "``timedelta.seconds`` and ``timedelta.microseconds`` are ignored."
910
910
msgstr "``timedelta.seconds`` 和 ``timedelta.microseconds`` 被忽略。"
911
911
912
912
#: ../../library/datetime.rst:616
913
- #, fuzzy
914
913
msgid ""
915
914
"This is exact, and cannot overflow. ``timedelta.seconds`` and ``timedelta."
916
915
"microseconds`` are 0, and ``date2 + timedelta == date1`` after."
917
- msgstr "``timedelta.seconds`` 和 ``timedelta.microseconds`` 被忽略。 "
916
+ msgstr ""
918
917
919
918
#: ../../library/datetime.rst:620
920
919
msgid ":class:`date` objects are equal if they represent the same date."
@@ -3102,25 +3101,23 @@ msgid ""
3102
3101
msgstr ""
3103
3102
3104
3103
#: ../../library/datetime.rst:2515
3105
- #, fuzzy
3106
3104
msgid ""
3107
3105
"For :class:`.time` objects, the format codes for year, month, and day should "
3108
3106
"not be used, as :class:`!time` objects have no such values. If they're used "
3109
3107
"anyway, 1900 is substituted for the year, and 1 for the month and day."
3110
3108
msgstr ""
3111
3109
"對 :class:`.time` 物件來說,不應該使用年、月、日的格式碼,因為 :class:`!"
3112
- "time` 物件並沒有這些值。如果使用這些格式碼,年份會以 `` 1900`` 代替、月及日會 "
3113
- "以 ``1`` 代替。"
3110
+ "time` 物件並沒有這些值。如果使用這些格式碼,年份會以 1900 代替、月及日會以 1 "
3111
+ "代替。"
3114
3112
3115
3113
#: ../../library/datetime.rst:2519
3116
- #, fuzzy
3117
3114
msgid ""
3118
3115
"For :class:`date` objects, the format codes for hours, minutes, seconds, and "
3119
3116
"microseconds should not be used, as :class:`date` objects have no such "
3120
3117
"values. If they're used anyway, 0 is substituted for them."
3121
3118
msgstr ""
3122
3119
"對 :class:`.date` 物件來說,不應該使用時、分、秒、微秒的格式碼,因為 :class:"
3123
- "`date` 物件並沒有這些值。如果使用這些格式碼,這些值都會以 ``0`` 代替。"
3120
+ "`date` 物件並沒有這些值。如果使用這些格式碼,這些值都會以 0 代替。"
3124
3121
3125
3122
#: ../../library/datetime.rst:2523
3126
3123
msgid ""
0 commit comments