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

Skip to content

Commit c7597d8

Browse files
committed
[po] auto sync bot
1 parent b50071d commit c7597d8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

library/datetime.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 操旭 <[email protected]>, 2017
99
# isaced <[email protected]>, 2018
1010
# Menghua Xiao <[email protected]>, 2018
11-
# Danny Vi <[email protected]>, 2018
11+
# dannyvi <[email protected]>, 2018
1212
# 叶浚安 <[email protected]>, 2019
1313
# Hanxi Fu <[email protected]>, 2019
1414
# Freesand Leo <[email protected]>, 2019
@@ -18,6 +18,7 @@
1818
# Zombie110year <[email protected]>, 2019
1919
# Meng Du <[email protected]>, 2019
2020
# ppcfish <[email protected]>, 2019
21+
# 1lin24 <[email protected]>, 2019
2122
#
2223
#, fuzzy
2324
msgid ""
@@ -26,7 +27,7 @@ msgstr ""
2627
"Report-Msgid-Bugs-To: \n"
2728
"POT-Creation-Date: 2019-05-22 11:28+0900\n"
2829
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
29-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
30+
"Last-Translator: 1lin24 <1lin24@sina.com>, 2019\n"
3031
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3132
"MIME-Version: 1.0\n"
3233
"Content-Type: text/plain; charset=UTF-8\n"
@@ -36,7 +37,7 @@ msgstr ""
3637

3738
#: ../../library/datetime.rst:2
3839
msgid ":mod:`datetime` --- Basic date and time types"
39-
msgstr ":mod:`datetime` --- 基础日期/时间数据类型"
40+
msgstr ":mod:`datetime` --- 基础 日期 和 时间 数据类型"
4041

4142
#: ../../library/datetime.rst:11
4243
msgid "**Source code:** :source:`Lib/datetime.py`"
@@ -51,7 +52,7 @@ msgid ""
5152
"functionality, see also the :mod:`time` and :mod:`calendar` modules."
5253
msgstr ""
5354
":mod:`datetime` "
54-
"模块提供了用于以简单和复杂的方式操作日期和时间的类。在支持日期时间数学运算的同时,实现的关注点更着重于如何能够更有效地解析其属性用于格式化输出和数据操作。相关功能还可以参阅"
55+
"模块提供了可以通过多种方式操作日期和时间的类。在支持日期时间数学运算的同时,实现的关注点更着重于如何能够更有效地解析其属性用于格式化输出和数据操作。相关功能可以参阅"
5556
" :mod:`time` 和 :mod:`calendar` 模块。"
5657

5758
#: ../../library/datetime.rst:23
@@ -66,7 +67,7 @@ msgid ""
6667
"object is used to represent a specific moment in time that is not open to "
6768
"interpretation [#]_."
6869
msgstr ""
69-
"一个“aware对象有着用足以支持一些应用层面算法和国家层面时间调整的信息,例如时区和夏令时,来让自己和其他的aware对象区别开来。一个“aware”对象是用来表达不对解释器开放的时间点信息的"
70+
"\"aware\"对象有着用足以支持一些应用层面算法和国家层面时间调整的信息,例如时区和夏令时,来让自己和其他的\"aware\"对象区别开来。\"aware\"对象是用来表达不对解释器开放的特定时间信息"
7071
" [#]_。"
7172

7273
#: ../../library/datetime.rst:31

0 commit comments

Comments
 (0)