Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c81b3b

Browse files
committed
[po] auto sync bot
1 parent efd0091 commit 1c81b3b

4 files changed

Lines changed: 15 additions & 13 deletions

File tree

howto/clinic.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Shengjing Zhu <[email protected]>, 2018
8-
# Chengeng Ning <[email protected]>, 2018
8+
# telnetning <[email protected]>, 2018
99
# Freesand Leo <[email protected]>, 2018
1010
# Junkai Shao <[email protected]>, 2018
1111
# Meng Du <[email protected]>, 2019

library/datetime.po

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ msgstr "1星期会转换成7天。"
269269
msgid ""
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
275275
msgid "``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."
334334
msgstr ""
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``"
393395
msgid ""
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
399401
msgid "``t1 = t2 - t3``"
@@ -403,7 +405,7 @@ msgstr "``t1 = t2 - t3``"
403405
msgid ""
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
409411
msgid "``t1 = t2 * i or t1 = i * t2``"
@@ -532,19 +534,19 @@ msgstr "注释:"
532534

533535
#: ../../library/datetime.rst:301
534536
msgid "This is exact, but may overflow."
535-
msgstr ""
537+
msgstr "精确但可以会溢出。"
536538

537539
#: ../../library/datetime.rst:304
538540
msgid "This is exact, and cannot overflow."
539-
msgstr ""
541+
msgstr "精确且不会溢出。"
540542

541543
#: ../../library/datetime.rst:307
542544
msgid "Division by 0 raises :exc:`ZeroDivisionError`."
543545
msgstr "除以0将会抛出:异常:`ZeroDivisionError`。"
544546

545547
#: ../../library/datetime.rst:310
546548
msgid "-*timedelta.max* is not representable as a :class:`timedelta` object."
547-
msgstr ""
549+
msgstr "-*timedelta.max*不是一个 :class:`timedelta`类对象。"
548550

549551
#: ../../library/datetime.rst:313
550552
msgid ""
@@ -614,11 +616,11 @@ msgstr ""
614616

615617
#: ../../library/datetime.rst:364
616618
msgid "Example usage:"
617-
msgstr ""
619+
msgstr "用法示例:"
618620

619621
#: ../../library/datetime.rst:390
620622
msgid ":class:`date` Objects"
621-
msgstr ""
623+
msgstr ":class:`date` 对象"
622624

623625
#: ../../library/datetime.rst:392
624626
msgid ""

library/struct.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Shengjing Zhu <[email protected]>, 2018
99
# Fred <[email protected]>, 2018
1010
# Madlee <[email protected]>, 2018
11-
# Danny Vi <[email protected]>, 2018
11+
# dannyvi <[email protected]>, 2018
1212
# Freesand Leo <[email protected]>, 2018
1313
# 叶浚安 <[email protected]>, 2019
1414
# Meng Du <[email protected]>, 2019

library/time.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 操旭 <[email protected]>, 2017
88
# Jerry Chen <[email protected]>, 2017
99
# ailin zhang <[email protected]>, 2018
10-
# Danny Vi <[email protected]>, 2018
10+
# dannyvi <[email protected]>, 2018
1111
# 叶浚安 <[email protected]>, 2019
1212
# Trim21 <[email protected]>, 2019
1313
# walkinrain <[email protected]>, 2019
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.7\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2019-01-12 10:20+0900\n"
25+
"POT-Creation-Date: 2019-05-14 11:26+0900\n"
2626
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
2727
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
2828
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -251,7 +251,7 @@ msgstr ""
251251
"在Windows上,此函数返回自第一次调用此函数以来经过的 wallclock 秒数,作为浮点数,基于Win32函数 "
252252
":c:func:`QueryPerformanceCounter`。分辨率通常优于1微秒。"
253253

254-
#: ../../library/time.rst:156
254+
#: ../../library/time.rst:159
255255
msgid ""
256256
"The behaviour of this function depends on the platform: use "
257257
":func:`perf_counter` or :func:`process_time` instead, depending on your "

0 commit comments

Comments
 (0)