77# Yinuo Huang <[email protected] >, 201888# eric R <[email protected] >, 20189910- # Freesand Leo <[email protected] >, 20191110# Zhe He <[email protected] >, 20191211# ChenYuan <[email protected] >, 20191312# Siyuan Xu <[email protected] >, 20191413# Meng Du <[email protected] >, 20191514# ppcfish <[email protected] >, 201915+ # Freesand Leo <[email protected] >, 20191616#
1717#, fuzzy
1818msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121"Report-Msgid-Bugs-To : \n "
2222"POT-Creation-Date : 2019-05-14 11:26+0900\n "
2323"PO-Revision-Date : 2017-02-16 17:43+0000\n "
24- "Last-Translator : ppcfish <ppcfish@gmail .com>, 2019\n "
24+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\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 "
@@ -55,7 +55,7 @@ msgstr "有的。"
5555msgid ""
5656"Several debuggers for Python are described below, and the built-in function "
5757":func:`breakpoint` allows you to drop into any of them."
58- msgstr ""
58+ msgstr "以下介绍了一些 Python 的调试器,内置函数 :func:`breakpoint` 允许你使用其中的任何一种。 "
5959
6060#: ../../faq/programming.rst:22
6161msgid ""
@@ -527,8 +527,8 @@ msgid ""
527527"The second time, ``mydict`` contains two items because when ``foo()`` begins"
528528" executing, ``mydict`` starts out with an item already in it."
529529msgstr ""
530- "第一次调用此函数时,``mydict`` 包含一个项目 。第二次,``mydict``包含两个项目 ,因为当 ``foo()`` 开始执行时, "
531- "``mydict`` 已有一个项目 。"
530+ "第一次调用此函数时,``mydict`` 包含一项 。第二次,``mydict`` 包含两项 ,因为当 ``foo()`` 开始执行时, "
531+ "``mydict`` 中已经有一项了 。"
532532
533533#: ../../faq/programming.rst:354
534534msgid ""
@@ -538,13 +538,16 @@ msgid ""
538538"dictionary in this example, subsequent calls to the function will refer to "
539539"this changed object."
540540msgstr ""
541+ "函数调用经常被期望为默认值创建新的对象。 但实际情况并非如此。 默认值会在函数定义时一次性地创建。 "
542+ "如果对象发生改变,就如本示例中的字典那样,则对函数的后续调用将会引用这个被改变的对象。"
541543
542544#: ../../faq/programming.rst:359
543545msgid ""
544546"By definition, immutable objects such as numbers, strings, tuples, and "
545547"``None``, are safe from change. Changes to mutable objects such as "
546548"dictionaries, lists, and class instances can lead to confusion."
547549msgstr ""
550+ "按照定义,不可变对象例如数字、字符串、元组和 ``None`` 因为不可变所以是安全的。 对可变对象例如字典、列表和类实例的改变则可能造成迷惑。"
548551
549552#: ../../faq/programming.rst:363
550553msgid ""
0 commit comments