44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Yinuo Huang <[email protected] >, 2018 7+ # ppcfish <[email protected] >, 2019 88#
99#, fuzzy
1010msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313"Report-Msgid-Bugs-To : \n "
1414"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1515"PO-Revision-Date : 2017-02-16 17:43+0000\n "
16- "
Last-Translator :
Yinuo Huang <[email protected] >, 2018 \n"
16+ "
Last-Translator :
ppcfish <[email protected] >, 2019 \n"
1717"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1818"MIME-Version : 1.0\n "
1919"Content-Type : text/plain; charset=UTF-8\n "
@@ -23,15 +23,15 @@ msgstr ""
2323
2424#: ../../faq/extending.rst:3
2525msgid "Extending/Embedding FAQ"
26- msgstr ""
26+ msgstr "扩展/嵌入常见问题 "
2727
2828#: ../../faq/extending.rst:6
2929msgid "Contents"
30- msgstr "内容 "
30+ msgstr "目录 "
3131
3232#: ../../faq/extending.rst:16
3333msgid "Can I create my own functions in C?"
34- msgstr ""
34+ msgstr "可以使用C语言中创建自己的函数吗? "
3535
3636#: ../../faq/extending.rst:18
3737msgid ""
@@ -46,7 +46,7 @@ msgstr ""
4646
4747#: ../../faq/extending.rst:26
4848msgid "Can I create my own functions in C++?"
49- msgstr ""
49+ msgstr "可以使用C++语言中创建自己的函数吗? "
5050
5151#: ../../faq/extending.rst:28
5252msgid ""
@@ -58,7 +58,7 @@ msgstr ""
5858
5959#: ../../faq/extending.rst:37
6060msgid "Writing C is hard; are there any alternatives?"
61- msgstr ""
61+ msgstr "C很难写,有没有其他选择? "
6262
6363#: ../../faq/extending.rst:39
6464msgid ""
@@ -89,7 +89,7 @@ msgstr ""
8989
9090#: ../../faq/extending.rst:61
9191msgid "How can I execute arbitrary Python statements from C?"
92- msgstr ""
92+ msgstr "如何从C执行任意Python语句? "
9393
9494#: ../../faq/extending.rst:63
9595msgid ""
@@ -103,7 +103,7 @@ msgstr ""
103103
104104#: ../../faq/extending.rst:72
105105msgid "How can I evaluate an arbitrary Python expression from C?"
106- msgstr ""
106+ msgstr "如何从C中评估任意Python表达式? "
107107
108108#: ../../faq/extending.rst:74
109109msgid ""
@@ -114,7 +114,7 @@ msgstr ""
114114
115115#: ../../faq/extending.rst:80
116116msgid "How do I extract C values from a Python object?"
117- msgstr ""
117+ msgstr "如何从Python对象中提取C的值? "
118118
119119#: ../../faq/extending.rst:82
120120msgid ""
@@ -151,15 +151,15 @@ msgstr ""
151151
152152#: ../../faq/extending.rst:104
153153msgid "How do I use Py_BuildValue() to create a tuple of arbitrary length?"
154- msgstr ""
154+ msgstr "如何使用Py_BuildValue()创建任意长度的元组? "
155155
156156#: ../../faq/extending.rst:106
157157msgid "You can't. Use :c:func:`PyTuple_Pack` instead."
158158msgstr ""
159159
160160#: ../../faq/extending.rst:110
161161msgid "How do I call an object's method from C?"
162- msgstr ""
162+ msgstr "如何从C调用对象的方法? "
163163
164164#: ../../faq/extending.rst:112
165165msgid ""
@@ -214,7 +214,7 @@ msgstr ""
214214
215215#: ../../faq/extending.rst:182
216216msgid "How do I access a module written in Python from C?"
217- msgstr ""
217+ msgstr "如何从C访问用Python编写的模块? "
218218
219219#: ../../faq/extending.rst:184
220220msgid "You can get a pointer to the module object as follows::"
@@ -243,7 +243,7 @@ msgstr ""
243243
244244#: ../../faq/extending.rst:204
245245msgid "How do I interface to C++ objects from Python?"
246- msgstr ""
246+ msgstr "如何从Python接口到C ++对象? "
247247
248248#: ../../faq/extending.rst:206
249249msgid ""
@@ -261,7 +261,7 @@ msgstr ""
261261
262262#: ../../faq/extending.rst:216
263263msgid "I added a module using the Setup file and the make fails; why?"
264- msgstr ""
264+ msgstr "我使用Setup文件添加了一个模块,为什么make失败了? "
265265
266266#: ../../faq/extending.rst:218
267267msgid ""
@@ -311,7 +311,7 @@ msgstr ""
311311
312312#: ../../faq/extending.rst:259
313313msgid "How do I tell \" incomplete input\" from \" invalid input\" ?"
314- msgstr ""
314+ msgstr "如何从“无效输入”中输出“不完整输入”? "
315315
316316#: ../../faq/extending.rst:261
317317msgid ""
@@ -361,7 +361,7 @@ msgstr ""
361361
362362#: ../../faq/extending.rst:430
363363msgid "How do I find undefined g++ symbols __builtin_new or __pure_virtual?"
364- msgstr ""
364+ msgstr "如何找到未定义的g ++符号__builtin_new或__pure_virtual? "
365365
366366#: ../../faq/extending.rst:432
367367msgid ""
@@ -375,7 +375,7 @@ msgstr ""
375375msgid ""
376376"Can I create an object class with some methods implemented in C and others "
377377"in Python (e.g. through inheritance)?"
378- msgstr ""
378+ msgstr "能否创建一个对象类,其中部分方法在C中实现,而其他方法在Python中实现(例如通过继承)? "
379379
380380#: ../../faq/extending.rst:440
381381msgid ""
0 commit comments