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

Skip to content

Commit 9839ea6

Browse files
committed
[po] auto sync bot
1 parent 25193b2 commit 9839ea6

4 files changed

Lines changed: 22 additions & 16 deletions

File tree

howto/urllib2.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
# Jerry Chen <[email protected]>, 2017
88
# Fei Yin <[email protected]>, 2018
99
# Junkai Shao <[email protected]>, 2018
10-
# yuan chen <[email protected]>, 2019
10+
# ChenYuan <[email protected]>, 2019
11+
# Kade For, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1819
"PO-Revision-Date: 2017-02-16 17:46+0000\n"
19-
"Last-Translator: yuan chen <[email protected]>, 2019\n"
20+
"Last-Translator: Kade For, 2019\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -34,7 +35,7 @@ msgstr "作者"
3435

3536
#: ../../howto/urllib2.rst:7
3637
msgid "`Michael Foord <http://www.voidspace.org.uk/python/index.shtml>`_"
37-
msgstr ""
38+
msgstr "`Michael Foord <http://www.voidspace.org.uk/python/index.shtml>`_"
3839

3940
#: ../../howto/urllib2.rst:11
4041
msgid ""
@@ -100,7 +101,7 @@ msgstr ""
100101

101102
#: ../../howto/urllib2.rst:53
102103
msgid "The simplest way to use urllib.request is as follows::"
103-
msgstr ""
104+
msgstr "下面是使用 urllib.request 最简单的方式:"
104105

105106
#: ../../howto/urllib2.rst:59
106107
msgid ""

library/atexit.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
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
# cissoid <[email protected]>, 2018
8+
# Kade For, 2019
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.7\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
15+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1516
"PO-Revision-Date: 2017-02-16 17:50+0000\n"
16-
"Last-Translator: cissoid <[email protected]>, 2018\n"
17+
"Last-Translator: Kade For, 2019\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -86,7 +87,7 @@ msgstr ""
8687
msgid ""
8788
"This function returns *func*, which makes it possible to use it as a "
8889
"decorator."
89-
msgstr ""
90+
msgstr "这个函数返回一个*函数*对象,可以把它当作装饰器使用。"
9091

9192
#: ../../library/atexit.rst:51
9293
msgid ""
@@ -99,13 +100,13 @@ msgstr ""
99100

100101
#: ../../library/atexit.rst:61
101102
msgid "Module :mod:`readline`"
102-
msgstr ""
103+
msgstr "模块 :mod:`readline`"
103104

104105
#: ../../library/atexit.rst:61
105106
msgid ""
106107
"Useful example of :mod:`atexit` to read and write :mod:`readline` history "
107108
"files."
108-
msgstr ""
109+
msgstr "使用 :mod:`atexit` 读写 :mod:`readline` 历史文件的有用的例子。"
109110

110111
#: ../../library/atexit.rst:68
111112
msgid ":mod:`atexit` Example"

library/distutils.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+
# Kade For, 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 23:07+0000\n"
16+
"Last-Translator: Kade For, 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
#: ../../library/distutils.rst:2
2125
msgid ":mod:`distutils` --- Building and installing Python modules"
22-
msgstr ""
26+
msgstr ":mod:`distutils` --- 构建和安装 Python 模块"
2327

2428
#: ../../library/distutils.rst:12
2529
msgid ""

library/zipfile.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ msgid ""
4141
"Any advanced use of this module will require an understanding of the format,"
4242
" as defined in `PKZIP Application Note`_."
4343
msgstr ""
44-
"ZIP 文件格式是一个常用的归档与压缩标准。这个模块提供了创建、读取、写入、添加以及列出 ZIP 文件的工具。任何此模块的进阶用法需要理解此格式,如在 "
45-
"`PKZIP 应用程序笔记 <PKZIP Application Note>`_ 中的定义。"
44+
"ZIP 文件格式是一个常用的归档与压缩标准。 这个模块提供了创建、读取、写入、添加及列出 ZIP 文件的工具。 "
45+
"任何对此模块的进阶使用都将需要理解此格式,其定义参见 `PKZIP 应用程序笔记`_。"
4646

4747
#: ../../library/zipfile.rst:19
4848
msgid ""

0 commit comments

Comments
 (0)