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

Skip to content

Commit 935d70b

Browse files
[po] auto sync
1 parent 31bdc77 commit 935d70b

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

faq/gui.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# Translators:
77
# dgy18787 <[email protected]>, 2021
88
# Kade For, 2021
9-
# Freesand Leo <[email protected]>, 2021
109
# Azuk 443 <[email protected]>, 2021
1110
# ppcfish <[email protected]>, 2021
1211
# Siyuan Xu, 2021
12+
# Freesand Leo <[email protected]>, 2021
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2021-08-17 13:45+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
21-
"Last-Translator: Siyuan Xu, 2021\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2021\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"
@@ -40,7 +40,7 @@ msgstr "图形界面常见问题"
4040

4141
#: ../../faq/gui.rst:18
4242
msgid "What GUI toolkits exist for Python?"
43-
msgstr ""
43+
msgstr "Python 有哪些 GUI 工具包?"
4444

4545
#: ../../faq/gui.rst:20
4646
msgid ""
@@ -67,6 +67,10 @@ msgid ""
6767
"#Platform-specific_Frameworks>`_ GUI frameworks can be found on the python "
6868
"wiki."
6969
msgstr ""
70+
"存在多种选项,具体取决于你的目标平台。 Python Wiki 上提供了一个 `跨平台 "
71+
"<https://wiki.python.org/moin/GuiProgramming#Cross-Platform_Frameworks>`_ 和 "
72+
"`平台专属 <https://wiki.python.org/moin/GuiProgramming#Platform-"
73+
"specific_Frameworks>`_ 的 GUI 框架列表。"
7074

7175
#: ../../faq/gui.rst:36
7276
msgid "Tkinter questions"

library/pyexpat.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ msgid ""
294294
" These bytes represent UTF-8 encoded text. This attribute has no meaningful"
295295
" interpretation when :attr:`buffer_text` is false."
296296
msgstr ""
297+
"当 :attr:`buffer_text` 被启用时,缓冲区中存储的字节数。 这些字节数据表示以 UTF-8 编码的文本。 当 "
298+
":attr:`buffer_text` 为假值时此属性没有任何实际意义。"
297299

298300
#: ../../library/pyexpat.rst:229
299301
msgid ""

library/tk.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ msgid ""
5959
"several alternative `GUI frameworks and tools "
6060
"<https://wiki.python.org/moin/GuiProgramming>`_."
6161
msgstr ""
62+
":mod:`tkinter` 的主要特点是速度很快,并且通常直接附带在 Python 中。 "
63+
"虽然它的官方文档做得不好,但还是有许多可用的资源,包括:在线参考、教程、入门书等等。 :mod:`tkinter` 还有众所周知的较过时的外观界面,这在"
64+
" Tk 8.5 中已得到很大改进。 无论如何,你还可以考虑许多其他的 GUI 库。 Python wiki 例出了一些替代性的 `GUI 框架和工具 "
65+
"<https://wiki.python.org/moin/GuiProgramming>`_。"

whatsnew/3.10.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,18 +779,20 @@ msgstr "有关类型提示的新增特性"
779779
msgid ""
780780
"This section covers major changes affecting :pep:`484` type hints and the "
781781
":mod:`typing` module."
782-
msgstr ""
782+
msgstr "本节介绍了涉及 :pep:`484` 类型提示和 :mod:`typing` 模块的主要改变。"
783783

784784
#: ../../whatsnew/3.10.rst:723
785785
msgid "PEP 604: New Type Union Operator"
786-
msgstr ""
786+
msgstr "PEP 604: 新的类型联合运算符"
787787

788788
#: ../../whatsnew/3.10.rst:725
789789
msgid ""
790790
"A new type union operator was introduced which enables the syntax ``X | Y``."
791791
" This provides a cleaner way of expressing 'either type X or type Y' instead"
792792
" of using :data:`typing.Union`, especially in type hints."
793793
msgstr ""
794+
"引入了启用 ``X | Y`` 语法的类型联合运算符。 这提供了一种表示 '类型 X 或类型 Y' 的相比使用 :data:`typing.Union`"
795+
" 更清晰的方式,特别是在类型提示中。"
794796

795797
#: ../../whatsnew/3.10.rst:729
796798
msgid ""

0 commit comments

Comments
 (0)