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

Skip to content

Commit 1c00c17

Browse files
[po] auto sync
1 parent 291dc56 commit 1c00c17

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

library/idle.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Shengjing Zhu <[email protected]>, 2021
88
# ppcfish <[email protected]>, 2021
99
# Iterator <[email protected]>, 2021
10+
# Freesand Leo <[email protected]>, 2022
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2021-07-27 13:07+0000\n"
1718
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
18-
"Last-Translator: Iterator <[email protected]>, 2021\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2022\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"
@@ -326,18 +327,18 @@ msgid ""
326327
"Move the cursor to the beginning of the line requested and make that line "
327328
"visible. A request past the end of the file goes to the end. Clear any "
328329
"selection and update the line and column status."
329-
msgstr ""
330+
msgstr "将光标移到所请求行的开头并使该行可见。 对于超过文件尾的请求将会移到文件尾。 清除所有选区并更新行列状态。"
330331

331332
#: ../../library/idle.rst:151
332333
msgid "Show Completions"
333-
msgstr "提示完成"
334+
msgstr "显示补全信息"
334335

335336
#: ../../library/idle.rst:150
336337
msgid ""
337338
"Open a scrollable list allowing selection of existing names. See "
338339
":ref:`Completions <completions>` in the Editing and navigation section "
339340
"below."
340-
msgstr ""
341+
msgstr "打开一个可滚动列表以允许选择现有的名称。 请参阅下面编辑与导航一节中的 :ref:`自动补全 <completions>`。"
341342

342343
#: ../../library/idle.rst:155
343344
msgid "Expand Word"
@@ -351,15 +352,14 @@ msgstr "展开键入的前缀以匹配同一窗口中的完整单词;重复以
351352

352353
#: ../../library/idle.rst:160
353354
msgid "Show call tip"
354-
msgstr "显示调用贴士"
355+
msgstr "显示调用提示"
355356

356357
#: ../../library/idle.rst:158
357358
msgid ""
358359
"After an unclosed parenthesis for a function, open a small window with "
359360
"function parameter hints. See :ref:`Calltips <calltips>` in the Editing and"
360361
" navigation section below."
361-
msgstr ""
362-
"在函数的右括号后,打开一个带有函数参数提示的小窗口。请参阅下面的“编辑和导航”部分中的 :ref:`Calltips <calltips>` 。"
362+
msgstr "在函数的右括号后,打开一个带有函数参数提示的小窗口。 请参阅下面的“编辑和导航”部分中的 :ref:`调用提示 <calltips>`。"
363363

364364
#: ../../library/idle.rst:163
365365
msgid "Show surrounding parens"
@@ -525,7 +525,7 @@ msgstr "打开或唤醒Python Shell窗口。"
525525

526526
#: ../../library/idle.rst:247
527527
msgid "Shell menu (Shell window only)"
528-
msgstr "Shell 菜单(仅 window 编辑器)"
528+
msgstr "Shell 菜单(仅限 Shell 窗口)"
529529

530530
#: ../../library/idle.rst:250
531531
msgid "View Last Restart"

library/tkinter.tix.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,10 +647,15 @@ msgid ""
647647
"the newly created image, which can be used to configure the ``image`` option"
648648
" of the Tk and Tix widgets."
649649
msgstr ""
650+
"在某个位图目录(参见上文的 :meth:`tix_addbitmapdir` 方法)中定位名为 :file:`name.xpm`, "
651+
":file:`name.xbm` 或 :file:`name.ppm` 的图像文件。 如果存在多个同名文件(但扩展名不同),则会按照 X "
652+
"显示的深度选择图像类型:单色显示选择 xbm 图像而彩色显示则选择彩色图像。 通过使用 "
653+
":meth:`tix_getimage`,你可以避免在你的应用程序中硬编码图像文件的路径名。 当执行成功时,此方法将返回新创建图像的名称,它可被用于配置"
654+
" Tk 和 Tix 部件的 ``image`` 选项。"
650655

651656
#: ../../library/tkinter.tix.rst:567
652657
msgid "Gets the options maintained by the Tix scheme mechanism."
653-
msgstr ""
658+
msgstr "获取由 Tix 方案机制维护的选项。"
654659

655660
#: ../../library/tkinter.tix.rst:572
656661
msgid ""
@@ -659,12 +664,14 @@ msgid ""
659664
"this call. Therefore, it is best to call the resetoptions method before the"
660665
" creation of any widgets in a Tix application."
661666
msgstr ""
667+
"将 Tix 应用程序的方案与字体集分别重置为 *newScheme* 和 *newFontSet*。 这只会影响调用此方法之后创建的部件。 "
668+
"因此,最好是在 Tix 应用程序的任何部件被创建之前调用 resetoptions 方法。"
662669

663670
#: ../../library/tkinter.tix.rst:577
664671
msgid ""
665672
"The optional parameter *newScmPrio* can be given to reset the priority level"
666673
" of the Tk options set by the Tix schemes."
667-
msgstr ""
674+
msgstr "可以给出可选的形参 *newScmPrio* 来重置由 Tix 方案所设置的 Tk 选项的优先级。"
668675

669676
#: ../../library/tkinter.tix.rst:580
670677
msgid ""
@@ -673,3 +680,5 @@ msgid ""
673680
"sets using the :meth:`tix_config` method. Instead, the "
674681
":meth:`tix_resetoptions` method must be used."
675682
msgstr ""
683+
"由于 Tk 处理 X 选项数据库的特别方式,在 Tix 被导入并初始化之后,将无法再使用 :meth:`tix_config` "
684+
"方法来重置颜色方案和字体集。 而必须要使用 :meth:`tix_resetoptions` 方法。"

0 commit comments

Comments
 (0)