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

Skip to content

Commit e04970a

Browse files
committed
[po] auto sync bot
1 parent 3f1df42 commit e04970a

3 files changed

Lines changed: 20 additions & 10 deletions

File tree

howto/logging.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# 欢 王 <[email protected]>, 2018
1212
# Yan Gao <[email protected]>, 2018
1313
# Freesand Leo <[email protected]>, 2018
14-
# Danny Vi <dannyvis@icloud.com>, 2018
14+
# Meng Du <alphanow@gmail.com>, 2019
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2019-01-24 10:27+0900\n"
2222
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
23-
"Last-Translator: Danny Vi <dannyvis@icloud.com>, 2018\n"
23+
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
2424
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -293,8 +293,8 @@ msgid ""
293293
"configuration facility, only the first call will actually do anything: "
294294
"subsequent calls are effectively no-ops."
295295
msgstr ""
296-
"对 :func:`basicConfig` 的调用应该在 :func:`debug`, :func:`info` ... "
297-
"的前面。因为它被设计为一次性的配置,只有第一次调用会进行操作,随后的调用不会产生有效操作。"
296+
"对 :func:`basicConfig` 的调用应该在 :func:`debug`:func:`info` "
297+
"等的前面。因为它被设计为一次性的配置,只有第一次调用会进行操作,随后的调用不会产生有效操作。"
298298

299299
#: ../../howto/logging.rst:177
300300
msgid ""
@@ -303,6 +303,8 @@ msgid ""
303303
"afresh, not remembering the messages from earlier runs, you can specify the "
304304
"*filemode* argument, by changing the call in the above example to::"
305305
msgstr ""
306+
"如果多次运行上述脚本,则连续运行的消息将追加到文件 *example.log* 。 "
307+
"如果你希望每次运行重新开始,而不是记住先前运行的消息,则可以通过将上例中的调用更改为来指定 *filemode* 参数::"
306308

307309
#: ../../howto/logging.rst:184
308310
msgid ""

library/syslog.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +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
#
6+
# Translators:
7+
# Fred <[email protected]>, 2018
8+
# Meng Du <[email protected]>, 2019
9+
#
610
#, fuzzy
711
msgid ""
812
msgstr ""
913
"Project-Id-Version: Python 3.7\n"
1014
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-15 09:11+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Fred <fred.wei@foxmail.com>, 2018\n"
15+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
16+
"PO-Revision-Date: 2017-02-16 23:29+0000\n"
17+
"Last-Translator: Meng Du <alphanow@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,7 +24,7 @@ msgstr ""
2024

2125
#: ../../library/syslog.rst:2
2226
msgid ":mod:`syslog` --- Unix syslog library routines"
23-
msgstr ""
27+
msgstr "Unix syslog 库例程"
2428

2529
#: ../../library/syslog.rst:10
2630
msgid ""

tutorial/interpreter.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# cdarlint <[email protected]>, 2017
1010
# Freesand Leo <[email protected]>, 2017
1111
# Fred <[email protected]>, 2018
12+
# Meng Du <[email protected]>, 2019
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2019-03-25 10:57+0900\n"
1920
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
20-
"Last-Translator: Fred <fred.wei@foxmail.com>, 2018\n"
21+
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -61,6 +62,9 @@ msgid ""
6162
"command into :ref:`a command prompt window <faq-run-program-under-"
6263
"windows>`::"
6364
msgstr ""
65+
"在 Windows 机器上, Python 安装通常放在 :file:`C:\\\\Python37` "
66+
"中,尽管你可以在运行安装程序时更改此设置。要将此目录添加到路径中,可以将以下命令键入 :ref:`命令提示符窗口 <faq-run-program-"
67+
"under-windows>`::"
6468

6569
#: ../../tutorial/interpreter.rst:33
6670
msgid ""

0 commit comments

Comments
 (0)