99# isaced <[email protected] >, 20181010# Menghua Xiao <[email protected] >, 20181111# dannyvi <[email protected] >, 201812- 12+ # Pandaaaa906 <[email protected] >, 20191313# Hanxi Fu <[email protected] >, 20191414# Jack Wu <[email protected] >, 20191515# Trim21 <[email protected] >, 2019@@ -38,7 +38,7 @@ msgstr ""
3838
3939#: ../../library/datetime.rst:2
4040msgid ":mod:`datetime` --- Basic date and time types"
41- msgstr ":mod:`datetime` --- 基础 日期 和 时间 数据类型 "
41+ msgstr ":mod:`datetime` --- 基本的日期和时间类型 "
4242
4343#: ../../library/datetime.rst:11
4444msgid "**Source code:** :source:`Lib/datetime.py`"
@@ -403,7 +403,7 @@ msgstr "``t1 = t2 + t3``"
403403msgid ""
404404"Sum of *t2* and *t3*. Afterwards *t1*-*t2* == *t3* and *t1*-*t3* == *t2* are"
405405" true. (1)"
406- msgstr "*t2* 和 *t3* 的总和。 *t1*-*t2* == *t3* 和 *t1*-*t3* == *t2* 的值永远为真 。(1)"
406+ msgstr "*t2* 和 *t3* 的和。 运算后 *t1*-*t2* == *t3* and *t1*-*t3* == *t2* 必为真值 。(1)"
407407
408408#: ../../library/datetime.rst:242
409409msgid "``t1 = t2 - t3``"
@@ -414,7 +414,7 @@ msgid ""
414414"Difference of *t2* and *t3*. Afterwards *t1* == *t2* - *t3* and *t2* == *t1*"
415415" + *t3* are true. (1)(6)"
416416msgstr ""
417- "*t2* 减 *t3* 的差。*t1* == *t2* - *t3* 和 *t2* == *t1* + *t3* 值为永远为的真. (1)(6)"
417+ "*t2* 减 *t3* 的差。 运算后 *t1* == *t2* - *t3* and *t2* == *t1* + *t3* 必为真值。 (1)(6)"
418418
419419#: ../../library/datetime.rst:246
420420msgid "``t1 = t2 * i or t1 = i * t2``"
@@ -424,11 +424,11 @@ msgstr "``t1 = t2 * i or t1 = i * t2``"
424424msgid ""
425425"Delta multiplied by an integer. Afterwards *t1* // i == *t2* is true, "
426426"provided ``i != 0``."
427- msgstr "乘以一个整数。假如 ``i != 0`` 则 *t1* // i == *t2* 的值为真 。"
427+ msgstr "乘以一个整数。运算后假如 ``i != 0`` 则 *t1* // i == *t2* 必为真值 。"
428428
429429#: ../../library/datetime.rst:250
430430msgid "In general, *t1* \\ * i == *t1* \\ * (i-1) + *t1* is true. (1)"
431- msgstr " 通常 , *t1* \\ * i == *t1* \\ * (i-1) + *t1* 的值为真. (1)"
431+ msgstr " 通常情况下 , *t1* \\ * i == *t1* \\ * (i-1) + *t1* 为真值。 (1)"
432432
433433#: ../../library/datetime.rst:253
434434msgid "``t1 = t2 * f or t1 = f * t2``"
@@ -438,7 +438,7 @@ msgstr "``t1 = t2 * f or t1 = f * t2``"
438438msgid ""
439439"Delta multiplied by a float. The result is rounded to the nearest multiple "
440440"of timedelta.resolution using round-half-to-even."
441- msgstr "乘以一个浮点数,小数结果使用 round-half-to-even 方式进行取舍 。"
441+ msgstr "乘以一个浮点数,结果会被舍入到 timedelta 最接近的整数倍。 精度使用四舍五偶入奇不入规则 。"
442442
443443#: ../../library/datetime.rst:257
444444msgid "``f = t2 / t3``"
@@ -448,9 +448,7 @@ msgstr "``f = t2 / t3``"
448448msgid ""
449449"Division (3) of overall duration *t2* by interval unit *t3*. Returns a "
450450":class:`float` object."
451- msgstr ""
452- "Division (3) of overall duration *t2* by interval unit *t3*.返回一个 "
453- ":class:`float` 对象。"
451+ msgstr "总时间 *t2* 除以间隔单位 *t3* (3)。 返回一个 :class:`float` 对象。"
454452
455453#: ../../library/datetime.rst:261
456454msgid "``t1 = t2 / f or t1 = t2 / i``"
@@ -460,7 +458,7 @@ msgstr "``t1 = t2 / f or t1 = t2 / i``"
460458msgid ""
461459"Delta divided by a float or an int. The result is rounded to the nearest "
462460"multiple of timedelta.resolution using round-half-to-even."
463- msgstr "除以一个 浮点数或者整数。小数结果采用 round-half-to-even 方法进行取舍 。"
461+ msgstr "除以一个浮点数或整数。 结果会被舍入到 timedelta 最接近的整数倍。 精度使用四舍五偶入奇不入规则 。"
464462
465463#: ../../library/datetime.rst:265
466464msgid "``t1 = t2 // i`` or ``t1 = t2 // t3``"
0 commit comments