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

Skip to content

Commit c527c55

Browse files
committed
[po] auto sync bot
1 parent 19f8397 commit c527c55

12 files changed

Lines changed: 78 additions & 57 deletions

File tree

faq/extending.po

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Yinuo Huang <[email protected]>, 2018
7+
# ppcfish <[email protected]>, 2019
88
#
99
#, fuzzy
1010
msgid ""
@@ -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
2525
msgid "Extending/Embedding FAQ"
26-
msgstr ""
26+
msgstr "扩展/嵌入常见问题"
2727

2828
#: ../../faq/extending.rst:6
2929
msgid "Contents"
30-
msgstr "内容"
30+
msgstr "目录"
3131

3232
#: ../../faq/extending.rst:16
3333
msgid "Can I create my own functions in C?"
34-
msgstr ""
34+
msgstr "可以使用C语言中创建自己的函数吗?"
3535

3636
#: ../../faq/extending.rst:18
3737
msgid ""
@@ -46,7 +46,7 @@ msgstr ""
4646

4747
#: ../../faq/extending.rst:26
4848
msgid "Can I create my own functions in C++?"
49-
msgstr ""
49+
msgstr "可以使用C++语言中创建自己的函数吗?"
5050

5151
#: ../../faq/extending.rst:28
5252
msgid ""
@@ -58,7 +58,7 @@ msgstr ""
5858

5959
#: ../../faq/extending.rst:37
6060
msgid "Writing C is hard; are there any alternatives?"
61-
msgstr ""
61+
msgstr "C很难写,有没有其他选择?"
6262

6363
#: ../../faq/extending.rst:39
6464
msgid ""
@@ -89,7 +89,7 @@ msgstr ""
8989

9090
#: ../../faq/extending.rst:61
9191
msgid "How can I execute arbitrary Python statements from C?"
92-
msgstr ""
92+
msgstr "如何从C执行任意Python语句?"
9393

9494
#: ../../faq/extending.rst:63
9595
msgid ""
@@ -103,7 +103,7 @@ msgstr ""
103103

104104
#: ../../faq/extending.rst:72
105105
msgid "How can I evaluate an arbitrary Python expression from C?"
106-
msgstr ""
106+
msgstr "如何从C中评估任意Python表达式?"
107107

108108
#: ../../faq/extending.rst:74
109109
msgid ""
@@ -114,7 +114,7 @@ msgstr ""
114114

115115
#: ../../faq/extending.rst:80
116116
msgid "How do I extract C values from a Python object?"
117-
msgstr ""
117+
msgstr "如何从Python对象中提取C的值?"
118118

119119
#: ../../faq/extending.rst:82
120120
msgid ""
@@ -151,15 +151,15 @@ msgstr ""
151151

152152
#: ../../faq/extending.rst:104
153153
msgid "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
157157
msgid "You can't. Use :c:func:`PyTuple_Pack` instead."
158158
msgstr ""
159159

160160
#: ../../faq/extending.rst:110
161161
msgid "How do I call an object's method from C?"
162-
msgstr ""
162+
msgstr "如何从C调用对象的方法?"
163163

164164
#: ../../faq/extending.rst:112
165165
msgid ""
@@ -214,7 +214,7 @@ msgstr ""
214214

215215
#: ../../faq/extending.rst:182
216216
msgid "How do I access a module written in Python from C?"
217-
msgstr ""
217+
msgstr "如何从C访问用Python编写的模块?"
218218

219219
#: ../../faq/extending.rst:184
220220
msgid "You can get a pointer to the module object as follows::"
@@ -243,7 +243,7 @@ msgstr ""
243243

244244
#: ../../faq/extending.rst:204
245245
msgid "How do I interface to C++ objects from Python?"
246-
msgstr ""
246+
msgstr "如何从Python接口到C ++对象?"
247247

248248
#: ../../faq/extending.rst:206
249249
msgid ""
@@ -261,7 +261,7 @@ msgstr ""
261261

262262
#: ../../faq/extending.rst:216
263263
msgid "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
267267
msgid ""
@@ -311,7 +311,7 @@ msgstr ""
311311

312312
#: ../../faq/extending.rst:259
313313
msgid "How do I tell \"incomplete input\" from \"invalid input\"?"
314-
msgstr ""
314+
msgstr "如何从“无效输入”中输出“不完整输入”?"
315315

316316
#: ../../faq/extending.rst:261
317317
msgid ""
@@ -361,7 +361,7 @@ msgstr ""
361361

362362
#: ../../faq/extending.rst:430
363363
msgid "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
367367
msgid ""
@@ -375,7 +375,7 @@ msgstr ""
375375
msgid ""
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
381381
msgid ""

library/archiving.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# 刘士 <[email protected]>, 2018
8+
# Dingyuan Wang <[email protected]>, 2019
9+
#
610
#, fuzzy
711
msgid ""
812
msgstr ""
913
"Project-Id-Version: Python 3.7\n"
1014
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: 刘士 <liushilive@outlook.com>, 2018\n"
15+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
16+
"PO-Revision-Date: 2017-02-16 17:47+0000\n"
17+
"Last-Translator: Dingyuan Wang <abcdoyle888@gmail.com>, 2019\n"
1418
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1519
"MIME-Version: 1.0\n"
1620
"Content-Type: text/plain; charset=UTF-8\n"
@@ -29,5 +33,5 @@ msgid ""
2933
"format archives. See also :ref:`archiving-operations` provided by the "
3034
":mod:`shutil` module."
3135
msgstr ""
32-
"本章中描述的模块支持使用 zlib、gzip、bzip2 和 lzma 算法进行数据压缩,以及创建 ZIP 和 tar-format 档案。参见 "
33-
":ref:`archiving-operations` 由 :mod:`shutil` 模块提供。"
36+
"本章中描述的模块支持 zlib、gzip、bzip2 和 lzma 数据压缩算法,以及创建 ZIP 和 tar 格式的归档文件。参见由 "
37+
":mod:`shutil` 模块提供的 :ref:`archiving-operations` 。"

library/argparse.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Freesand Leo <[email protected]>, 2018
1111
# stonejing <[email protected]>, 2019
1212
# ppcfish <[email protected]>, 2019
13+
# Dingyuan Wang <[email protected]>, 2019
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
2021
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
21-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
22+
"Last-Translator: Dingyuan Wang <abcdoyle888@gmail.com>, 2019\n"
2223
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -595,7 +596,7 @@ msgid ""
595596
"This can be achieved by passing ``False`` as the ``add_help=`` argument to "
596597
":class:`ArgumentParser`::"
597598
msgstr ""
598-
"有时候,关闭额外的帮助信息会有用。这能够通过在 :class:`ArgumentParser` 中设置 ``add_help=`` 参数为 "
599+
"有时候可能会需要关闭额外的帮助信息。这可以通过在 :class:`ArgumentParser` 中设置 ``add_help=`` 参数为 "
599600
"``False`` 来实现。"
600601

601602
#: ../../library/argparse.rst:632
@@ -787,7 +788,7 @@ msgstr ""
787788

788789
#: ../../library/argparse.rst:828
789790
msgid "nargs"
790-
msgstr ""
791+
msgstr "nargs"
791792

792793
#: ../../library/argparse.rst:830
793794
msgid ""

library/cmath.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# focusheart <[email protected]>, 2019
8+
# Dingyuan Wang <[email protected]>, 2019
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1516
"PO-Revision-Date: 2017-02-16 23:02+0000\n"
16-
"Last-Translator: focusheart <focusheart@gmail.com>, 2019\n"
17+
"Last-Translator: Dingyuan Wang <abcdoyle888@gmail.com>, 2019\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -231,7 +232,7 @@ msgstr ""
231232
msgid ""
232233
"Return ``True`` if the values *a* and *b* are close to each other and "
233234
"``False`` otherwise."
234-
msgstr ""
235+
msgstr "若 *a* 和 *b* 的值比较接近则返回 ``True``,否则返回 ``False``。"
235236

236237
#: ../../library/cmath.rst:217
237238
msgid ""

library/csv.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Danny Vi <[email protected]>, 2018
1010
# walkinrain <[email protected]>, 2019
1111
# 开 方 <[email protected]>, 2019
12+
# Dingyuan Wang <[email protected]>, 2019
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1920
"PO-Revision-Date: 2017-02-16 23:04+0000\n"
20-
"Last-Translator: 开 方 <kaifang.1995@gmail.com>, 2019\n"
21+
"Last-Translator: Dingyuan Wang <abcdoyle888@gmail.com>, 2019\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -66,7 +67,7 @@ msgstr ""
6667

6768
#: ../../library/csv.rst:41
6869
msgid ":pep:`305` - CSV File API"
69-
msgstr ""
70+
msgstr ":pep:`305` - CSV 文件 API"
7071

7172
#: ../../library/csv.rst:42
7273
msgid ""

library/fractions.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Zhe He <[email protected]>, 2019
8+
# Dingyuan Wang <[email protected]>, 2019
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1516
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
16-
"Last-Translator: Zhe He <hezhe88@gmail.com>, 2019\n"
17+
"Last-Translator: Dingyuan Wang <abcdoyle888@gmail.com>, 2019\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -156,14 +157,17 @@ msgid ""
156157
"sign as *b* if *b* is nonzero; otherwise it takes the sign of *a*. ``gcd(0,"
157158
" 0)`` returns ``0``."
158159
msgstr ""
160+
"返回整数 *a* 和 *b* 的最大公约数。如果 *a* 或 *b* 之一非零,则 ``gcd(a, b)`` 的绝对值是能同时整除 *a* 和 *b*"
161+
" 的最大整数。若 *b* 非零,则 ``gcd(a,b)`` 与 *b* 同号;否则返回值与 *a* 同号。``gcd(0, 0)`` 返回 "
162+
"``0``。"
159163

160164
#: ../../library/fractions.rst:176
161165
msgid "Use :func:`math.gcd` instead."
162166
msgstr "由 :func:`math.gcd` 取代."
163167

164168
#: ../../library/fractions.rst:182
165169
msgid "Module :mod:`numbers`"
166-
msgstr ""
170+
msgstr ":mod:`numbers` 模块"
167171

168172
#: ../../library/fractions.rst:183
169173
msgid "The abstract base classes making up the numeric tower."

library/imaplib.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
77
# Freesand Leo <[email protected]>, 2018
8+
# Dingyuan Wang <[email protected]>, 2019
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.7\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2018-12-20 10:06+0900\n"
15+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1516
"PO-Revision-Date: 2017-02-16 23:14+0000\n"
16-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
17+
"Last-Translator: Dingyuan Wang <abcdoyle888@gmail.com>, 2019\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -61,7 +62,7 @@ msgstr ""
6162

6263
#: ../../library/imaplib.rst:50
6364
msgid "Support for the :keyword:`with` statement was added."
64-
msgstr ""
65+
msgstr "支持了 :keyword:`with` 语句。"
6566

6667
#: ../../library/imaplib.rst:53
6768
msgid ""

library/lzma.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ msgstr ""
2525

2626
#: ../../library/lzma.rst:2
2727
msgid ":mod:`lzma` --- Compression using the LZMA algorithm"
28-
msgstr ""
28+
msgstr ":mod:`lzma` --- 用 LZMA 算法压缩"
2929

3030
#: ../../library/lzma.rst:12
3131
msgid "**Source code:** :source:`Lib/lzma.py`"
32-
msgstr ""
32+
msgstr "**源代码:** :source:`Lib/lzma.py`"
3333

3434
#: ../../library/lzma.rst:16
3535
msgid ""

0 commit comments

Comments
 (0)