@@ -269,7 +269,7 @@ msgstr "1星期会转换成7天。"
269269msgid ""
270270"and days, seconds and microseconds are then normalized so that the "
271271"representation is unique, with"
272- msgstr "天(days)、秒(seconds)、毫秒 (microseconds)都是标准化的,所以它们的表达方式也是唯一的,例:"
272+ msgstr "天(days)、秒(seconds)、微秒 (microseconds)都是标准化的,所以它们的表达方式也是唯一的,例:"
273273
274274#: ../../library/datetime.rst:176
275275msgid "``0 <= microseconds < 1000000``"
@@ -332,6 +332,8 @@ msgid ""
332332"Note that, because of normalization, ``timedelta.max`` > ``-timedelta.min``."
333333" ``-timedelta.max`` is not representable as a :class:`timedelta` object."
334334msgstr ""
335+ "需要注意的是,因为标准化的缘故,``timedelta.max`` > ``-timedelta.min``,``-timedelta.max`` "
336+ "不可以表示一个 :class:`timedelta`类对象。"
335337
336338#: ../../library/datetime.rst:220 ../../library/datetime.rst:480
337339#: ../../library/datetime.rst:888 ../../library/datetime.rst:1449
@@ -393,7 +395,7 @@ msgstr "``t1 = t2 + t3``"
393395msgid ""
394396"Sum of *t2* and *t3*. Afterwards *t1*-*t2* == *t3* and *t1*-*t3* == *t2* are"
395397" true. (1)"
396- msgstr ""
398+ msgstr "*t2*和*t3*的总和。 *t1*-*t2* == *t3* 和 *t1*-*t3* == *t2* 的值永远为真。(1) "
397399
398400#: ../../library/datetime.rst:242
399401msgid "``t1 = t2 - t3``"
@@ -403,7 +405,7 @@ msgstr "``t1 = t2 - t3``"
403405msgid ""
404406"Difference of *t2* and *t3*. Afterwards *t1* == *t2* - *t3* and *t2* == *t1*"
405407" + *t3* are true. (1)(6)"
406- msgstr ""
408+ msgstr "*t2*减*t3*的差。*t1* == *t2* - *t3* 和 *t2* == *t1* + *t3* 值为永远为的真. (1)(6) "
407409
408410#: ../../library/datetime.rst:246
409411msgid "``t1 = t2 * i or t1 = i * t2``"
@@ -532,19 +534,19 @@ msgstr "注释:"
532534
533535#: ../../library/datetime.rst:301
534536msgid "This is exact, but may overflow."
535- msgstr ""
537+ msgstr "精确但可以会溢出。 "
536538
537539#: ../../library/datetime.rst:304
538540msgid "This is exact, and cannot overflow."
539- msgstr ""
541+ msgstr "精确且不会溢出。 "
540542
541543#: ../../library/datetime.rst:307
542544msgid "Division by 0 raises :exc:`ZeroDivisionError`."
543545msgstr "除以0将会抛出:异常:`ZeroDivisionError`。"
544546
545547#: ../../library/datetime.rst:310
546548msgid "-*timedelta.max* is not representable as a :class:`timedelta` object."
547- msgstr ""
549+ msgstr "-*timedelta.max*不是一个 :class:`timedelta`类对象。 "
548550
549551#: ../../library/datetime.rst:313
550552msgid ""
@@ -614,11 +616,11 @@ msgstr ""
614616
615617#: ../../library/datetime.rst:364
616618msgid "Example usage:"
617- msgstr ""
619+ msgstr "用法示例: "
618620
619621#: ../../library/datetime.rst:390
620622msgid ":class:`date` Objects"
621- msgstr ""
623+ msgstr ":class:`date` 对象 "
622624
623625#: ../../library/datetime.rst:392
624626msgid ""
0 commit comments