1111# Zhe He <[email protected] >, 20191212# ChenYuan <[email protected] >, 20191313# Siyuan Xu <[email protected] >, 201914- # ppcfish <[email protected] >, 20191514# Meng Du <[email protected] >, 201915+ # ppcfish <[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 : Meng Du <alphanow @gmail.com>, 2019\n "
24+ "Last-Translator : ppcfish <ppcfish @gmail.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 "
@@ -585,6 +585,8 @@ msgid ""
585585"tuple and the keyword arguments as a dictionary. You can then pass these "
586586"arguments when calling another function by using ``*`` and ``**``::"
587587msgstr ""
588+ "使用函数参数列表中的 ``*`` 和 ``**`` 说明符收集参数;这会将位置参数作为元组,将关键字参数作为字典。然后,您可以使用 ``*`` 和 "
589+ "``**`` 调用另一个函数时传递这些参数:"
588590
589591#: ../../faq/programming.rst:418
590592msgid "What is the difference between arguments and parameters?"
@@ -603,7 +605,7 @@ msgstr ""
603605msgid ""
604606"*foo*, *bar* and *kwargs* are parameters of ``func``. However, when calling"
605607" ``func``, for example::"
606- msgstr ""
608+ msgstr "*foo*, *bar* 和 *kwargs* 是 ``func`` 的参数。但是,在调用 ``func`` 时,例如: "
607609
608610#: ../../faq/programming.rst:433
609611msgid "the values ``42``, ``314``, and ``somevar`` are arguments."
@@ -710,7 +712,7 @@ msgstr ""
710712
711713#: ../../faq/programming.rst:512
712714msgid "How do I write a function with output parameters (call by reference)?"
713- msgstr ""
715+ msgstr "如何编写带输出参数的函数(通过引用调用)? "
714716
715717#: ../../faq/programming.rst:514
716718msgid ""
@@ -816,7 +818,7 @@ msgstr ""
816818
817819#: ../../faq/programming.rst:651
818820msgid "How can I find the methods or attributes of an object?"
819- msgstr ""
821+ msgstr "如何找到对象的方法或属性? "
820822
821823#: ../../faq/programming.rst:653
822824msgid ""
@@ -827,7 +829,7 @@ msgstr ""
827829
828830#: ../../faq/programming.rst:659
829831msgid "How can my code discover the name of an object?"
830- msgstr ""
832+ msgstr "我的代码如何才能发现对象的名称? "
831833
832834#: ../../faq/programming.rst:661
833835msgid ""
@@ -935,7 +937,7 @@ msgstr ""
935937
936938#: ../../faq/programming.rst:776
937939msgid "What does the slash(/) in the parameter list of a function mean?"
938- msgstr ""
940+ msgstr "函数参数列表中的斜杠(/)是什么意思? "
939941
940942#: ../../faq/programming.rst:778
941943msgid ""
@@ -1589,7 +1591,7 @@ msgstr ""
15891591
15901592#: ../../faq/programming.rst:1370
15911593msgid "How can I sort one list by values from another list?"
1592- msgstr ""
1594+ msgstr "如何按其他列表中的值对一个列表进行排序? "
15931595
15941596#: ../../faq/programming.rst:1372
15951597msgid ""
@@ -1669,7 +1671,7 @@ msgstr "另请参阅 :ref:`why-self` 。"
16691671msgid ""
16701672"How do I check if an object is an instance of a given class or of a subclass"
16711673" of it?"
1672- msgstr ""
1674+ msgstr "如何检查对象是否是给定类或其子类的实例? "
16731675
16741676#: ../../faq/programming.rst:1444
16751677msgid ""
@@ -1745,7 +1747,7 @@ msgstr ""
17451747msgid ""
17461748"How do I call a method defined in a base class from a derived class that "
17471749"overrides it?"
1748- msgstr ""
1750+ msgstr "如何从覆盖基类的派生类调用基类中定义的方法? "
17491751
17501752#: ../../faq/programming.rst:1527
17511753msgid "Use the built-in :func:`super` function::"
@@ -1776,7 +1778,7 @@ msgstr ""
17761778
17771779#: ../../faq/programming.rst:1558
17781780msgid "How do I create static class data and static class methods?"
1779- msgstr ""
1781+ msgstr "如何创建静态类数据和静态类方法? "
17801782
17811783#: ../../faq/programming.rst:1560
17821784msgid ""
@@ -1823,7 +1825,7 @@ msgstr ""
18231825
18241826#: ../../faq/programming.rst:1605
18251827msgid "How can I overload constructors (or methods) in Python?"
1826- msgstr ""
1828+ msgstr "如何在Python中重载构造函数(或方法)? "
18271829
18281830#: ../../faq/programming.rst:1607
18291831msgid ""
@@ -2039,7 +2041,7 @@ msgstr ""
20392041
20402042#: ../../faq/programming.rst:1786
20412043msgid "How do I find the current module name?"
2042- msgstr ""
2044+ msgstr "如何找到当前模块名称? "
20432045
20442046#: ../../faq/programming.rst:1788
20452047msgid ""
0 commit comments