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

Skip to content

Commit 7a6db9c

Browse files
committed
[po] auto sync bot
1 parent 8a82dc3 commit 7a6db9c

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

howto/logging.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@ msgstr "提出一个警告信息基于一个特殊的运行时事件"
100100
msgid ""
101101
":func:`warnings.warn` in library code if the issue is avoidable and the "
102102
"client application should be modified to eliminate the warning"
103-
msgstr ""
103+
msgstr ":func:`warnings.warn` 位于代码库中,该事件是可以避免的,需要修改客户端应用以消除告警"
104104

105105
#: ../../howto/logging.rst:47
106106
msgid ""
107107
":func:`logging.warning` if there is nothing the client application can do "
108108
"about the situation, but the event should still be noted"
109-
msgstr ""
109+
msgstr ":func:`logging.warning` 不需要修改客户端应用,但是该事件还是需要引起关注"
110110

111111
#: ../../howto/logging.rst:52
112112
msgid "Report an error regarding a particular runtime event"
113-
msgstr ""
113+
msgstr "对一个特殊的运行时事件报告错误"
114114

115115
#: ../../howto/logging.rst:52
116116
msgid "Raise an exception"
@@ -120,7 +120,7 @@ msgstr "引发异常"
120120
msgid ""
121121
"Report suppression of an error without raising an exception (e.g. error "
122122
"handler in a long-running server process)"
123-
msgstr ""
123+
msgstr "报告错误而不引发异常(如在长时间运行中的服务端进程的错误处理)"
124124

125125
#: ../../howto/logging.rst:55
126126
msgid ""

library/tk.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: ailin zhang <[email protected]>, 2018\n"
1314
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1415
"MIME-Version: 1.0\n"
1516
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +20,7 @@ msgstr ""
1920

2021
#: ../../library/tk.rst:5
2122
msgid "Graphical User Interfaces with Tk"
22-
msgstr ""
23+
msgstr "Tk图形用户界面(GUI)"
2324

2425
#: ../../library/tk.rst:13
2526
msgid ""
@@ -28,6 +29,7 @@ msgid ""
2829
"programmers using the :mod:`tkinter` package, and its extension, the "
2930
":mod:`tkinter.tix` and the :mod:`tkinter.ttk` modules."
3031
msgstr ""
32+
"Tcl/Tk集成到Python中已经有一些年头了。Python程序员可以通过:mod:`tkinter`包和它的扩展,:mod:`tkinter.tix`模块和:mod:`tkinter.ttk`模块,来使用这套鲁棒的、平台无关的窗口工具集。"
3133

3234
#: ../../library/tk.rst:18
3335
msgid ""
@@ -38,6 +40,7 @@ msgid ""
3840
"classes. In addition, the internal module :mod:`_tkinter` provides a "
3941
"threadsafe mechanism which allows Python and Tcl to interact."
4042
msgstr ""
43+
":mod:`tkinter`包使用面向对象的方式对Tcl/Tk进行了一层薄包装。使用:mod:`tkinter`,你不需要写Tcl代码,但可能需要参考Tk文档,甚至Tcl文档。:mod:`tkinter`使用Python类,对Tk的窗体小部件(Widgets)进行了一系列的封装。除此之外,内部模块:mod:`_tkinter`针对Python和Tcl之间的交互,提供了一套线程安全的机制。"
4144

4245
#: ../../library/tk.rst:25
4346
msgid ""

0 commit comments

Comments
 (0)