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

Skip to content

Commit 3275908

Browse files
[po] auto sync
1 parent c37dd5c commit 3275908

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

library/idle.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,8 @@ msgid ""
17111711
" If particular characters have problems in Shell or an editor, add them to "
17121712
"the top of the sample and try changing first size and then font."
17131713
msgstr ""
1714+
"在 Font 选项卡中,可以查看使用多种语言的多个字符的示例文本来了解字体或字号效果。 可以编辑示例文本来添加想要的其他字符。 "
1715+
"请使用示例文本选择等宽字体。 如果某些字符在 Shell 或编辑器中的显示有问题,可以将它们添加到示例文本的开头并尝试改变字号和字体。"
17141716

17151717
#: ../../library/idle.rst:932
17161718
msgid ""
@@ -1719,6 +1721,8 @@ msgid ""
17191721
"save it as a new custom theme or key set and it well be accessible to older "
17201722
"IDLEs."
17211723
msgstr ""
1724+
"在 Highlights 和 Keys 选项卡中,可以选择内置或自定义的颜色主题和按键集合。 要将更新的内置颜色主题或按键集合与旧版 IDLE "
1725+
"一起使用,可以将其保存为新的自定义主题或按键集合就将可在旧版 IDLE 中使用。"
17221726

17231727
#: ../../library/idle.rst:938
17241728
msgid "IDLE on macOS"
@@ -1730,6 +1734,8 @@ msgid ""
17301734
"documents\" to \"Always\". This setting is not compatible with the "
17311735
"tk/tkinter GUI framework used by IDLE, and it breaks a few IDLE features."
17321736
msgstr ""
1737+
"在 System Preferences: Dock 中,可以将 \"Prefer tabs when opening documents\" 设为 "
1738+
"\"Always\"。 但是该设置不能兼容 IDLE 所使用的 tk/tkinter GUI 框架,并会使得部分 IDLE 特性失效。"
17331739

17341740
#: ../../library/idle.rst:945
17351741
msgid "Extensions"
@@ -1743,3 +1749,5 @@ msgid ""
17431749
" The only current default extension is zzdummy, an example also used for "
17441750
"testing."
17451751
msgstr ""
1752+
"IDLE 可以包含扩展插件。 扩展插件的首选项可通过首选项对话框的 Extensions 选项卡来修改。 请查看 idlelib 目录下 config-"
1753+
"extensions.def 的开头来了解详情。 目前唯一的扩展插件是 zzdummy,它也是一个测试用的示例。"

tutorial/classes.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
# Zombie110year <[email protected]>, 2019
1111
# Konge <[email protected]>, 2019
1212
# KaMingChung <[email protected]>, 2020
13-
# Freesand Leo <[email protected]>, 2020
1413
# Hissy <[email protected]>, 2021
1514
# jaystone776 <[email protected]>, 2021
15+
# Freesand Leo <[email protected]>, 2022
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2323
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
24-
"Last-Translator: jaystone776 <1732865113@qq.com>, 2021\n"
24+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
2525
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -210,7 +210,8 @@ msgid ""
210210
" describe what actually happens.) Of course, recursive invocations each "
211211
"have their own local namespace."
212212
msgstr ""
213-
"一个函数的本地命名空间在这个函数被调用时创建,并在函数返回或抛出一个不在函数内部处理的错误时被删除。(事实上,比起描述到底发生了什么,忘掉它更好。)当然,每次递归调用都会有它自己的本地命名空间。"
213+
"函数的本地命名空间在调用该函数时创建,并在函数返回或抛出不在函数内部处理的错误时被删除。 (实际上,用“遗忘”来描述实际发生的情况会更好一些。) "
214+
"当然,每次递归调用都会有自己的本地命名空间。"
214215

215216
#: ../../tutorial/classes.rst:112
216217
msgid ""

0 commit comments

Comments
 (0)