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

Skip to content

Commit cc3a174

Browse files
committed
[po] auto sync bot
1 parent ad9e6ae commit cc3a174

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

library/ctypes.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2122
msgid ":mod:`ctypes` --- A foreign function library for Python"
22-
msgstr ""
23+
msgstr ":模块:`ctypes` --- 调用外部函数的Python库"
2324

2425
#: ../../library/ctypes.rst:11
2526
msgid ""
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."
2930
msgstr ""
31+
":模块:`ctypes` --- 是一个方便Python调用外部函数的库。它提供了和C兼容的数据类型,并可以直接调用DLL或共享库。 "
32+
"使用该模块可以用纯Python的形式讲这些库封装起来。"
3033

3134
#: ../../library/ctypes.rst:19
3235
msgid "ctypes tutorial"
33-
msgstr ""
36+
msgstr "ctypes教程"
3437

3538
#: ../../library/ctypes.rst:21
3639
msgid ""

0 commit comments

Comments
 (0)