File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ msgstr ""
1010"Report-Msgid-Bugs-To : \n "
1111"POT-Creation-Date : 2018-07-14 08:34+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13+ "
Last-Translator :
丰 李 <[email protected] >, 2018\n "
1314"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1415"MIME-Version : 1.0\n "
1516"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,18 +20,20 @@ msgstr ""
1920
2021#: ../../library/ctypes.rst:2
2122msgid ":mod:`ctypes` --- A foreign function library for Python"
22- msgstr ""
23+ msgstr ":模块:`ctypes` --- 调用外部函数的Python库 "
2324
2425#: ../../library/ctypes.rst:11
2526msgid ""
2627":mod:`ctypes` is a foreign function library for Python. It provides C "
2728"compatible data types, and allows calling functions in DLLs or shared "
2829"libraries. It can be used to wrap these libraries in pure Python."
2930msgstr ""
31+ ":模块:`ctypes` --- 是一个方便Python调用外部函数的库。它提供了和C兼容的数据类型,并可以直接调用DLL或共享库。 "
32+ "使用该模块可以用纯Python的形式讲这些库封装起来。"
3033
3134#: ../../library/ctypes.rst:19
3235msgid "ctypes tutorial"
33- msgstr ""
36+ msgstr "ctypes教程 "
3437
3538#: ../../library/ctypes.rst:21
3639msgid ""
You can’t perform that action at this time.
0 commit comments