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

Skip to content

Commit 9a5f247

Browse files
committed
[po] auto sync bot
1 parent d5284a0 commit 9a5f247

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

c-api/datetime.po

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# ppcfish <[email protected]>, 2019
99
# Jiu Hong Jiang <[email protected]>, 2019
1010
# Freesand Leo <[email protected]>, 2019
11-
# belingud <[email protected]>, 2019
1211
#
1312
#, fuzzy
1413
msgid ""
@@ -17,7 +16,7 @@ msgstr ""
1716
"Report-Msgid-Bugs-To: \n"
1817
"POT-Creation-Date: 2019-05-19 11:28+0900\n"
1918
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
20-
"Last-Translator: belingud <1170202353@qq.com>, 2019\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2120
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2221
"MIME-Version: 1.0\n"
2322
"Content-Type: text/plain; charset=UTF-8\n"
@@ -52,7 +51,7 @@ msgstr "宏访问UTC单例:"
5251
msgid ""
5352
"Returns the time zone singleton representing UTC, the same object as "
5453
":attr:`datetime.timezone.utc`."
55-
msgstr ""
54+
msgstr "返回表示 UTC 的时区单例,与 :attr:`datetime.timezone.utc` 为同一对象。"
5655

5756
#: ../../c-api/datetime.rst:26
5857
msgid "Type-check macros:"
@@ -63,24 +62,28 @@ msgid ""
6362
"Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype of"
6463
" :c:data:`PyDateTime_DateType`. *ob* must not be *NULL*."
6564
msgstr ""
65+
"如果 *ob* 为 :c:data:`PyDateTime_DateType` 类型或 :c:data:`PyDateTime_DateType` "
66+
"的某个子类型则返回真值。 *ob* 不能为 *NULL*。"
6667

6768
#: ../../c-api/datetime.rst:36
6869
msgid ""
6970
"Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must not "
7071
"be *NULL*."
71-
msgstr ""
72+
msgstr "如果 *ob* 为 :c:data:`PyDateTime_DateType` 类型则返回真值。 *ob* 不能为 *NULL*。"
7273

7374
#: ../../c-api/datetime.rst:42
7475
msgid ""
7576
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
7677
"subtype of :c:data:`PyDateTime_DateTimeType`. *ob* must not be *NULL*."
7778
msgstr ""
79+
"如果 *ob* 为 :c:data:`PyDateTime_DateTimeType` 类型或 "
80+
":c:data:`PyDateTime_DateTimeType` 的某个子类型则返回真值。 *ob* 不能为 *NULL*。"
7881

7982
#: ../../c-api/datetime.rst:48
8083
msgid ""
8184
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* must "
8285
"not be *NULL*."
83-
msgstr ""
86+
msgstr "如果 *ob* 为 :c:data:`PyDateTime_DateTimeType` 类型则返回真值。 *ob* 不能为 *NULL*。"
8487

8588
#: ../../c-api/datetime.rst:54
8689
msgid ""
@@ -94,7 +97,7 @@ msgstr ""
9497
msgid ""
9598
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must not "
9699
"be *NULL*."
97-
msgstr "如果*ob*的类型是:c:data: ' PyDateTime_TimeType ',则返回真。*ob*不能为*NULL*。"
100+
msgstr "如果 *ob* 的类型是 :c:data:`PyDateTime_TimeType` 则返回真值。 *ob* 不能为 *NULL*。"
98101

99102
#: ../../c-api/datetime.rst:66
100103
msgid ""

0 commit comments

Comments
 (0)