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

Skip to content

Commit fcd7c97

Browse files
committed
[po] auto sync bot
1 parent 794ce89 commit fcd7c97

7 files changed

Lines changed: 32 additions & 18 deletions

File tree

howto/logging-cookbook.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# 欢 王 <[email protected]>, 2018
99
# Meng Du <[email protected]>, 2019
1010
# MuSheng Chen <[email protected]>, 2019
11-
# Freesand Leo <[email protected]>, 2019
1211
# 非法操作 <[email protected]>, 2019
12+
# Freesand Leo <[email protected]>, 2019
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
2020
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
21-
"Last-Translator: 非法操作 <ultrahe@gmail.com>, 2019\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -515,9 +515,10 @@ msgid ""
515515
"application, and can be used as the basis for code meeting your own specific"
516516
" requirements::"
517517
msgstr ""
518-
"或者,你也可以使用 ``Queue`` "
519-
"和:class:`QueueHandler`将所有的日志事件发送至你的多进程应用的一个进程中。以下示例脚本演示了如何执行此操作。在示例中,一个单独的监听进程负责监听其他进程的日志事件,并根据自己的配置记录。尽管示例只演示了这种方法(例如你可能希望使用单独的监听线程而非监听进程"
520-
" -- 它们的实现是类似的),但你也可以在应用程序的监听进程和其他进程使用不同的配置,它可以作为满足你特定需求的一个基础::"
518+
"或者,你也可以使用 ``Queue`` 和 :class:`QueueHandler` 将所有的日志事件发送至你的多进程应用的一个进程中。 "
519+
"以下示例脚本演示了如何执行此操作。 在示例中,一个单独的监听进程负责监听其他进程的日志事件,并根据自己的配置记录。 "
520+
"尽管示例只演示了这种方法(例如你可能希望使用单独的监听线程而非监听进程 —— "
521+
"它们的实现是类似的),但你也可以在应用程序的监听进程和其他进程使用不同的配置,它可以作为满足你特定需求的一个基础::"
521522

522523
#: ../../howto/logging-cookbook.rst:851
523524
msgid ""

library/sched.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Freesand Leo <[email protected]>, 2019
87
# Meng Du <[email protected]>, 2019
8+
# Freesand Leo <[email protected]>, 2019
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2019-05-29 11:32+0900\n"
1616
"PO-Revision-Date: 2017-02-16 23:25+0000\n"
17-
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,6 +47,10 @@ msgid ""
4747
"argument ``0`` after each event is run to allow other threads an opportunity"
4848
" to run in multi-threaded applications."
4949
msgstr ""
50+
":class:`scheduler` 类定义了一个调度事件的通用接口。 它需要两个函数来实际处理“外部世界” —— *timefunc* "
51+
"应当不带参数地调用,并返回一个数字(“时间”,可以为任意单位)。 *delayfunc* 函数应当带一个参数调用,与 *timefunc* "
52+
"的输出相兼容,并且应当延迟其所指定的时间单位。 每个事件运行后还将调用 *delayfunc* 并传入参数 ``0`` "
53+
"以允许其他线程有机会在多线程应用中运行。"
5054

5155
#: ../../library/sched.rst:29
5256
msgid "*timefunc* and *delayfunc* parameters are optional."

library/turtle.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Fei Yin <[email protected]>, 2018
8-
# Freesand Leo <[email protected]>, 2018
8+
# Freesand Leo <[email protected]>, 2019
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2019-06-02 11:35+0900\n"
1616
"PO-Revision-Date: 2017-02-16 23:32+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -40,6 +40,8 @@ msgid ""
4040
"was part of the original Logo programming language developed by Wally "
4141
"Feurzeig, Seymour Papert and Cynthia Solomon in 1967."
4242
msgstr ""
43+
"海龟绘图很适合用来引导孩子学习编程。 最初来自于 Wally Feurzeig, Seymour Papert 和 Cynthia Solomon 于 "
44+
"1967 年所创造的 Logo 编程语言。"
4345

4446
#: ../../library/turtle.rst:26
4547
msgid ""

reference/executionmodel.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Jerry Chen <[email protected]>, 2017
88
# ww song <[email protected]>, 2018
9-
# Freesand Leo <[email protected]>, 2018
9+
# Freesand Leo <[email protected]>, 2019
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2019-05-14 11:26+0900\n"
1717
"PO-Revision-Date: 2017-02-16 23:38+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -324,6 +324,8 @@ msgid ""
324324
"either case, it prints a stack traceback, except when the exception is "
325325
":exc:`SystemExit`."
326326
msgstr ""
327+
"当一个异常完全未被处理时,解释器会终止程序的执行,或者返回交互模式的主循环。 无论是哪种情况,它都会打印栈回溯信息,除非是当异常为 "
328+
":exc:`SystemExit` 的时候。"
327329

328330
#: ../../reference/executionmodel.rst:248
329331
msgid ""

reference/lexical_analysis.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# 操旭 <[email protected]>, 2017
88
# Jerry Chen <[email protected]>, 2017
9-
# Freesand Leo <[email protected]>, 2018
9+
# Freesand Leo <[email protected]>, 2019
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2019-05-14 11:26+0900\n"
1717
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -107,6 +107,8 @@ msgid ""
107107
"end of the logical line unless the implicit line joining rules are invoked. "
108108
"Comments are ignored by the syntax."
109109
msgstr ""
110+
"一条注释以不包含在字符串字面值内的井号 (``#``) 开头,并在物理行的末尾结束。 一条注释标志着逻辑行的结束,除非存在隐含的行拼接规则。 "
111+
"注释在语法分析中会被忽略。"
110112

111113
#: ../../reference/lexical_analysis.rst:79
112114
msgid "Encoding declarations"

sphinx.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# ryohei <[email protected]>, 2017
88
# Shengjing Zhu <[email protected]>, 2018
99
# cdarlint <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2019
1110
# JW H <[email protected]>, 2019
11+
# Freesand Leo <[email protected]>, 2019
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2019-06-05 11:48+0900\n"
1919
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
20-
"Last-Translator: JW H <hjwdhjwd@gmail.com>, 2019\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -221,11 +221,11 @@ msgstr "各版本文档"
221221

222222
#: ../../tools/templates/indexsidebar.html:5
223223
msgid "Python 3.9 (in development)"
224-
msgstr ""
224+
msgstr "Python 3.9 (开发中)"
225225

226226
#: ../../tools/templates/indexsidebar.html:6
227227
msgid "Python 3.8 (pre-release)"
228-
msgstr ""
228+
msgstr "Python 3.8 (预览版)"
229229

230230
#: ../../tools/templates/indexsidebar.html:7
231231
msgid "Python 3.7 (stable)"

using/mac.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# cdarlint <[email protected]>, 2017
88
# Fei Yin <[email protected]>, 2018
99
# Meng Du <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2019
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2019-05-29 11:32+0900\n"
1718
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
18-
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
1920
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -271,6 +272,8 @@ msgid ""
271272
"is the foundation of most modern Mac development. Information on PyObjC is "
272273
"available from https://pypi.org/project/pyobjc/."
273274
msgstr ""
275+
"*PyObjC* 是一个 Python 到 Apple 的 Objective-C/Cocoa 框架的绑定,这是大多数现代 Mac 开发的基础。 有关 "
276+
"PyObjC 的信息,请访问 https://pypi.org/project/pyobjc/。"
274277

275278
#: ../../using/mac.rst:146
276279
msgid ""

0 commit comments

Comments
 (0)