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

Skip to content

Commit 8a8ee7d

Browse files
committed
[po] auto sync bot
1 parent 92933aa commit 8a8ee7d

5 files changed

Lines changed: 32 additions & 17 deletions

File tree

library/calendar.po

Lines changed: 8 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+
# Jack Wu <[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 19:36+0000\n"
16+
"Last-Translator: Jack Wu <[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"
@@ -432,7 +436,7 @@ msgstr ""
432436

433437
#: ../../library/calendar.rst:419
434438
msgid "Module :mod:`time`"
435-
msgstr ""
439+
msgstr "模块:mod:`time`"
436440

437441
#: ../../library/calendar.rst:420
438442
msgid "Low-level time related functions."

library/datetime.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# 叶浚安 <[email protected]>, 2019
1313
# Hanxi Fu <[email protected]>, 2019
1414
# Freesand Leo <[email protected]>, 2019
15+
# Jack Wu <[email protected]>, 2019
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2019-03-17 10:52+0900\n"
2223
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
23-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
24+
"Last-Translator: Jack Wu <bitlabwzh@gmail.com>, 2019\n"
2425
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -109,19 +110,19 @@ msgstr ""
109110

110111
#: ../../library/datetime.rst:68
111112
msgid "Module :mod:`calendar`"
112-
msgstr ""
113+
msgstr "模块:mod:`calendar`"
113114

114115
#: ../../library/datetime.rst:68
115116
msgid "General calendar related functions."
116-
msgstr ""
117+
msgstr "日历相关一般函数"
117118

118119
#: ../../library/datetime.rst:70
119120
msgid "Module :mod:`time`"
120-
msgstr ""
121+
msgstr "模块:mod:`time`"
121122

122123
#: ../../library/datetime.rst:71
123124
msgid "Time access and conversions."
124-
msgstr ""
125+
msgstr "时间的访问和转换"
125126

126127
#: ../../library/datetime.rst:75
127128
msgid "Available Types"

library/os.path.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Jack Wu <[email protected]>, 2019
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.7\n"
1013
"Report-Msgid-Bugs-To: \n"
1114
"POT-Creation-Date: 2019-01-16 10:22+0900\n"
1215
"PO-Revision-Date: 2017-02-16 23:20+0000\n"
16+
"Last-Translator: Jack Wu <[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,14 +23,16 @@ msgstr ""
1923

2024
#: ../../library/os.path.rst:2
2125
msgid ":mod:`os.path` --- Common pathname manipulations"
22-
msgstr ""
26+
msgstr ":mod:`os.path` --- 常见路径操作"
2327

2428
#: ../../library/os.path.rst:7
2529
msgid ""
2630
"**Source code:** :source:`Lib/posixpath.py` (for POSIX), "
2731
":source:`Lib/ntpath.py` (for Windows NT), and :source:`Lib/macpath.py` (for "
2832
"Macintosh)"
2933
msgstr ""
34+
"**源代码:** :source:`Lib/posixpath.py` (适用 POSIX), :source:`Lib/ntpath.py` (适用 "
35+
"Windows NT), and :source:`Lib/macpath.py` (适用 Macintosh)"
3036

3137
#: ../../library/os.path.rst:15
3238
msgid ""

library/socket.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,29 @@ msgid ""
5757
" operations on Python files, buffer allocation on receive operations is "
5858
"automatic, and buffer length is implicit on send operations."
5959
msgstr ""
60+
"这个Python接口是用Python的面向对象风格对Unix系统调用和套接字库接口的直译:函数 :func:`.socket` 返回一个 "
61+
":dfn:`套接字对象` ,其方法是对各种套接字系统调用的实现。形参类型一般与C接口相比更高级:例如在Python文件 :meth:`read` 和 "
62+
":meth:`write` 操作中,接收操作的缓冲区分配是自动的,发送操作的缓冲区长度是隐式的。"
6063

6164
#: ../../library/socket.rst:33
6265
msgid "Module :mod:`socketserver`"
63-
msgstr ""
66+
msgstr "模块 :mod:`socketserver`"
6467

6568
#: ../../library/socket.rst:33
6669
msgid "Classes that simplify writing network servers."
67-
msgstr ""
70+
msgstr "用于简化网络服务端编写的类。"
6871

6972
#: ../../library/socket.rst:35
7073
msgid "Module :mod:`ssl`"
71-
msgstr ""
74+
msgstr "模块 :mod:`ssl`"
7275

7376
#: ../../library/socket.rst:36
7477
msgid "A TLS/SSL wrapper for socket objects."
75-
msgstr ""
78+
msgstr "套接字对象的TLS/SSL封装。"
7679

7780
#: ../../library/socket.rst:40
7881
msgid "Socket families"
79-
msgstr ""
82+
msgstr "套接字协议族"
8083

8184
#: ../../library/socket.rst:42
8285
msgid ""

library/time.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Freesand Leo <[email protected]>, 2018
1313
# 叶浚安 <[email protected]>, 2019
1414
# Meng Du <[email protected]>, 2019
15+
# Jack Wu <[email protected]>, 2019
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2019-01-12 10:20+0900\n"
2223
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
23-
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
24+
"Last-Translator: Jack Wu <bitlabwzh@gmail.com>, 2019\n"
2425
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1257,7 +1258,7 @@ msgstr ""
12571258

12581259
#: ../../library/time.rst:876
12591260
msgid "Module :mod:`calendar`"
1260-
msgstr ""
1261+
msgstr "模块:mod:`calendar`"
12611262

12621263
#: ../../library/time.rst:876
12631264
msgid ""

0 commit comments

Comments
 (0)