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

Skip to content

Commit 25820f3

Browse files
[po] auto sync
1 parent d3a46cd commit 25820f3

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

library/tkinter.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
# Leo Li <[email protected]>, 2021
1212
# oneTaken <[email protected]>, 2021
1313
# Freesand Leo <[email protected]>, 2021
14+
# Alpha Du <[email protected]>, 2021
1415
# ppcfish <[email protected]>, 2021
1516
# 钢 彭 <[email protected]>, 2021
1617
# Alex Ding <[email protected]>, 2021
17-
# Alpha Du <alphanow@gmail.com>, 2021
18+
# Dai Xu <daixu61@hotmail.com>, 2021
1819
#
1920
#, fuzzy
2021
msgid ""
@@ -23,7 +24,7 @@ msgstr ""
2324
"Report-Msgid-Bugs-To: \n"
2425
"POT-Creation-Date: 2021-08-12 13:42+0000\n"
2526
"PO-Revision-Date: 2021-06-28 01:15+0000\n"
26-
"Last-Translator: Alpha Du <alphanow@gmail.com>, 2021\n"
27+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
2728
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2829
"MIME-Version: 1.0\n"
2930
"Content-Type: text/plain; charset=UTF-8\n"
@@ -46,9 +47,8 @@ msgid ""
4647
"on most Unix platforms, as well as on Windows systems. (Tk itself is not "
4748
"part of Python; it is maintained at ActiveState.)"
4849
msgstr ""
49-
" :mod:`tkinter` 包(“Tk interface”)是 Python 使用 Tk GUI 工具包的标准接口。Tk 和 "
50-
":mod:`tkinter` 在大多数 Unix 平台和 Windows 系统上可用。(Tk 本身不是 Python 的一部分;它现在由 "
51-
"ActiveState 维护。)"
50+
" :mod:`tkinter` 包(“Tk interface”)是 Python 调用 Tk GUI 工具包的标准接口。大多数 Unix 平台以及 "
51+
"Windows 系统都支持 Tk 和 :mod:`tkinter` 。(Tk 本身不属于 Python;而由 ActiveState 进行维护。)"
5252

5353
#: ../../library/tkinter.rst:18
5454
msgid ""
@@ -58,8 +58,8 @@ msgid ""
5858
"is installed, so you can read the Tcl/Tk documentation specific to that "
5959
"version."
6060
msgstr ""
61-
"在命令行中运行 ``python -m tkinter``,应该会弹出一个Tk界面的窗口,表明 :mod:`tkinter` 包已经正确安装,而且告诉你"
62-
" Tcl/Tk 的版本号,通过这个版本号,你就可以参考对应的 Tcl/Tk 文档了。"
61+
"若在命令行执行 ``python -m tkinter``,应会弹出一个简单的 Tk 界面窗口, 表明 :mod:`tkinter` "
62+
"包已安装完成,还会显示当前安装的 Tcl/Tk 版本,以便阅读对应版本的 Tcl/Tk 文档。"
6363

6464
#: ../../library/tkinter.rst:23
6565
msgid ""
@@ -68,8 +68,8 @@ msgid ""
6868
"threaded. See the source code for the :mod:`_tkinter` module for more "
6969
"information about supported versions."
7070
msgstr ""
71-
"Tkinter 支持一系列的 Tcl/Tk 版本,可以在有或没有线程支持的情况下构建。官方的 Python 二进制版本捆绑了 Tcl/Tk 8.6 "
72-
"线程。关于支持的版本,请参见 :mod:`_tkinter` 模块的源代码。"
71+
"Tkinter 支持众多的 Tcl/Tk 版本,带或不带多线程版本均可。官方的 Python 二进制版本捆绑了 Tcl/Tk 8.6 "
72+
"多线程版本。关于可支持版本的更多信息,请参阅 :mod:`_tkinter` 模块的源代码。"
7373

7474
#: ../../library/tkinter.rst:28
7575
msgid ""
@@ -78,12 +78,12 @@ msgid ""
7878
"these additions and changes, and refer to the official Tcl/Tk documentation "
7979
"for details that are unchanged."
8080
msgstr ""
81-
"Tkinter并不是一个薄薄的包装,而是增加了相当多的自己的逻辑,使体验更加 pythonic "
82-
"。本文档将集中介绍这些增加和变化,对于没有变化的细节,请参考官方的 Tcl/Tk 文档。"
81+
"Tkinter 并不只是做了简单的封装,而是增加了相当多的代码逻辑,让使用体验更具 Python 风格(pythonic "
82+
"。本文将集中介绍这些增加和变化部分,关于未改动部分的细节,请参考 Tcl/Tk 官方文档。"
8383

8484
#: ../../library/tkinter.rst:35
8585
msgid "Tkinter documentation:"
86-
msgstr "Tkinter文档:"
86+
msgstr "Tkinter 文档:"
8787

8888
#: ../../library/tkinter.rst:39
8989
msgid "`Python Tkinter Resources <https://wiki.python.org/moin/TkInter>`_"
@@ -94,7 +94,7 @@ msgid ""
9494
"The Python Tkinter Topic Guide provides a great deal of information on using"
9595
" Tk from Python and links to other sources of information on Tk."
9696
msgstr ""
97-
"The Python Tkinter Topic Guide 提供了在 Python 中使用 Tk 的很多信息, 同时包含了Tk其他信息的链接。"
97+
"The Python Tkinter Topic Guide 提供了大量 Python 如何调用 Tk 的信息,还包含了一些 Tk 其他信息的链接。"
9898

9999
#: ../../library/tkinter.rst:42
100100
msgid "`TKDocs <http://www.tkdocs.com/>`_"
@@ -103,12 +103,12 @@ msgstr "`TKDocs <http://www.tkdocs.com/>`_"
103103
#: ../../library/tkinter.rst:42
104104
msgid ""
105105
"Extensive tutorial plus friendlier widget pages for some of the widgets."
106-
msgstr "大量的教程,部分可视化组件的介绍说明。"
106+
msgstr "大量的教程,以及一些组件的说明页面。"
107107

108108
#: ../../library/tkinter.rst:45
109109
msgid ""
110110
"`Tkinter 8.5 reference: a GUI for Python <https://www.tkdocs.com/shipman/>`_"
111-
msgstr "`Tkinter 8.5 参考:一个Python图形用户界面 <https://www.tkdocs.com/shipman/>`_"
111+
msgstr "`Tkinter 8.5 参考手册:一种 Python GUI <https://www.tkdocs.com/shipman/>`_"
112112

113113
#: ../../library/tkinter.rst:45
114114
msgid "On-line reference material."

0 commit comments

Comments
 (0)