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

Skip to content

Commit f85a525

Browse files
committed
[po] auto sync bot
1 parent fd24ff2 commit f85a525

3 files changed

Lines changed: 26 additions & 14 deletions

File tree

c-api/datetime.po

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Larry Wang <[email protected]>, 2019
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.7\n"
1013
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
15+
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
16+
"Last-Translator: Larry Wang <[email protected]>, 2019\n"
1317
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1418
"MIME-Version: 1.0\n"
1519
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +23,7 @@ msgstr ""
1923

2024
#: ../../c-api/datetime.rst:6
2125
msgid "DateTime Objects"
22-
msgstr ""
26+
msgstr "DateTime 对象"
2327

2428
#: ../../c-api/datetime.rst:8
2529
msgid ""
@@ -31,6 +35,9 @@ msgid ""
3135
"puts a pointer to a C structure into a static variable, "
3236
":c:data:`PyDateTimeAPI`, that is used by the following macros."
3337
msgstr ""
38+
":mod:`datetime` 模块提供了各种时间和日期对象。 "
39+
"在使用任何这些函数之前,必须包含头文件:file:`datetime.h`,以及宏:c:macro:.必须调用`PyDateTime_IMPORT`。通常这些操作应该在模块初始化函数内。(请注意,:file:`datetime.h`不包含在:file:`Python.h`中)"
40+
" 宏将一个指向C结构的指针放入一个静态变量中:c:data:`PyDateTimeAPI`,由以下宏使用。"
3441

3542
#: ../../c-api/datetime.rst:16
3643
msgid "Macro for access to the UTC singleton:"

library/email.util.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Jerry Chen <[email protected]>, 2017
8+
# Larry Wang <[email protected]>, 2019
9+
#
610
#, fuzzy
711
msgid ""
812
msgstr ""
913
"Project-Id-Version: Python 3.7\n"
1014
"Report-Msgid-Bugs-To: \n"
1115
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Jerry Chen <jerrychen9657@gmail.com>, 2017\n"
16+
"PO-Revision-Date: 2017-02-16 23:09+0000\n"
17+
"Last-Translator: Larry Wang <larry.wang.801@gmail.com>, 2019\n"
1418
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1519
"MIME-Version: 1.0\n"
1620
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,17 +24,17 @@ msgstr ""
2024

2125
#: ../../library/email.util.rst:2
2226
msgid ":mod:`email.utils`: Miscellaneous utilities"
23-
msgstr ""
27+
msgstr ":mod:`email.utils`: 其他工具"
2428

2529
#: ../../library/email.util.rst:7
2630
msgid "**Source code:** :source:`Lib/email/utils.py`"
27-
msgstr ""
31+
msgstr "**源代码:** :source:`Lib/email/utils.py`"
2832

2933
#: ../../library/email.util.rst:11
3034
msgid ""
3135
"There are a couple of useful utilities provided in the :mod:`email.utils` "
3236
"module:"
33-
msgstr ""
37+
msgstr ":mod:`email.utils` 模块提供如下几个工具"
3438

3539
#: ../../library/email.util.rst:16
3640
msgid ""
@@ -59,7 +63,7 @@ msgstr ""
5963

6064
#: ../../library/email.util.rst:40
6165
msgid "Added the *domain* keyword."
62-
msgstr ""
66+
msgstr "增加了关键字 *domain* "
6367

6468
#: ../../library/email.util.rst:44
6569
msgid ""

library/xmlrpc.client.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
77
# Jerry Chen <[email protected]>, 2017
88
# Madlee <[email protected]>, 2018
9+
# Larry Wang <[email protected]>, 2019
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.7\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
16+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1617
"PO-Revision-Date: 2017-02-16 23:37+0000\n"
17-
"Last-Translator: Madlee <madlee_thegreat@hotmail.com>, 2018\n"
18+
"Last-Translator: Larry Wang <larry.wang.801@gmail.com>, 2019\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -379,7 +380,7 @@ msgstr ""
379380

380381
#: ../../library/xmlrpc.client.rst:250
381382
msgid "DateTime Objects"
382-
msgstr ""
383+
msgstr "DateTime 对象"
383384

384385
#: ../../library/xmlrpc.client.rst:254
385386
msgid ""

0 commit comments

Comments
 (0)