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

Skip to content

Commit da5c695

Browse files
[po] auto sync
1 parent b6575c0 commit da5c695

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

library/time.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# jacky <[email protected]>, 2019
1616
# Meng Du <[email protected]>, 2019
1717
# ppcfish <[email protected]>, 2019
18-
# Freesand Leo <[email protected]>, 2020
1918
# Kevin Deng <[email protected]>, 2020
19+
# Freesand Leo <[email protected]>, 2021
2020
#
2121
#, fuzzy
2222
msgid ""
@@ -25,7 +25,7 @@ msgstr ""
2525
"Report-Msgid-Bugs-To: \n"
2626
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2727
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
28-
"Last-Translator: Kevin Deng <kevindeng55+transifex@gmail.com>, 2020\n"
28+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
2929
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3030
"MIME-Version: 1.0\n"
3131
"Content-Type: text/plain; charset=UTF-8\n"
@@ -646,7 +646,7 @@ msgid ""
646646
"Week number of the year (Sunday as the first day of the week) as a decimal "
647647
"number [00,53]. All days in a new year preceding the first Sunday are "
648648
"considered to be in week 0."
649-
msgstr "十进制数 [00,53] 表示的一年中的周数(星期日作为一周的第一天)作为。在第一个星期日之前的新年中的所有日子都被认为是在第0周。"
649+
msgstr "十进制数 [00,53] 表示的一年中的周数(星期日作为一周的第一天)。 在第一个星期日之前的新年中的所有日子都被认为是在第 0 周。"
650650

651651
#: ../../library/time.rst:402 ../../library/time.rst:413
652652
msgid "\\(3)"
@@ -669,7 +669,7 @@ msgid ""
669669
"Week number of the year (Monday as the first day of the week) as a decimal "
670670
"number [00,53]. All days in a new year preceding the first Monday are "
671671
"considered to be in week 0."
672-
msgstr "十进制数 [00,53] 表示的一年中的周数(星期一作为一周的第一天)作为。在第一个星期一之前的新年中的所有日子被认为是在第0周。"
672+
msgstr "十进制数 [00,53] 表示的一年中的周数(星期一作为一周的第一天)。 在第一个星期一之前的新年中的所有日子被认为是在第 0 周。"
673673

674674
#: ../../library/time.rst:421
675675
msgid "``%x``"
@@ -803,10 +803,10 @@ msgid ""
803803
"data when more accurate values cannot be inferred are ``(1900, 1, 1, 0, 0, "
804804
"0, 0, 1, -1)``. Both *string* and *format* must be strings."
805805
msgstr ""
806-
"*format* 参数使用与 :func:`strftime` ;使用的指令相同的指令。它默认为匹配 :func:`ctime` 返回格式的 "
807-
"``\"%a %b %d %H:%M:%S %Y\"``` 。如果 *string*不能根据 *format* 解析,或者解析后它有多余的数据,则引发 "
808-
":exc:`ValueError`当无法推断出更准确的值时,用于填充任何缺失数据的默认值是 ``(1900, 1, 1, 0, 0, 0, 0, "
809-
"1, -1)`` 。 *string* 和 *format* 都必须是字符串。"
806+
"*format* 参数使用与 :func:`strftime` 相同的指令。 它默认为匹配 :func:`ctime` 所返回的格式 ``\"%a %b"
807+
" %d %H:%M:%S %Y\"``` 。 如果 *string* 不能根据 *format* 来解析,或者解析后它有多余的数据,则会引发 "
808+
":exc:`ValueError`当无法推断出更准确的值时,用于填充任何缺失数据的默认值是 ``(1900, 1, 1, 0, 0, 0, 0, "
809+
"1, -1)`` 。 *string* 和 *format* 都必须为字符串。"
810810

811811
#: ../../library/time.rst:495
812812
msgid "For example:"

0 commit comments

Comments
 (0)