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

Skip to content

Commit 5b0f3ad

Browse files
committed
[po] auto sync bot
1 parent 344a6bb commit 5b0f3ad

16 files changed

Lines changed: 221 additions & 199 deletions

bugs.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# Translators:
77
# chordy <[email protected]>, 2017
88
# Thomas ZHANG <[email protected]>, 2017
9-
# 操旭 <[email protected]>, 2017
109
# Shengjing Zhu <[email protected]>, 2018
1110
# eric R <[email protected]>, 2018
1211
# hanfeng <[email protected]>, 2018
@@ -16,6 +15,7 @@
1615
# rpish yao <[email protected]>, 2019
1716
# Freesand Leo <[email protected]>, 2019
1817
# ppcfish <[email protected]>, 2019
18+
# 豌豆花下猫 <[email protected]>, 2019
1919
#
2020
#, fuzzy
2121
msgid ""
@@ -24,7 +24,7 @@ msgstr ""
2424
"Report-Msgid-Bugs-To: \n"
2525
"POT-Creation-Date: 2019-01-10 10:19+0900\n"
2626
"PO-Revision-Date: 2017-02-16 17:31+0000\n"
27-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
27+
"Last-Translator: 豌豆花下猫 <chinesehuazhou@gmail.com>, 2019\n"
2828
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2929
"MIME-Version: 1.0\n"
3030
"Content-Type: text/plain; charset=UTF-8\n"
@@ -34,7 +34,7 @@ msgstr ""
3434

3535
#: ../../bugs.rst:5
3636
msgid "Dealing with Bugs"
37-
msgstr "处理错误"
37+
msgstr "解决 Bug"
3838

3939
#: ../../bugs.rst:7
4040
msgid ""

c-api/buffer.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
# 马强 <[email protected]>, 2019
1010
# Freesand Leo <[email protected]>, 2019
1111
# Meng Du <[email protected]>, 2019
12+
# ppcfish <[email protected]>, 2019
13+
# 豌豆花下猫 <[email protected]>, 2019
1214
#
1315
#, fuzzy
1416
msgid ""
@@ -17,7 +19,7 @@ msgstr ""
1719
"Report-Msgid-Bugs-To: \n"
1820
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1921
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
20-
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
22+
"Last-Translator: 豌豆花下猫 <chinesehuazhou@gmail.com>, 2019\n"
2123
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2224
"MIME-Version: 1.0\n"
2325
"Content-Type: text/plain; charset=UTF-8\n"
@@ -435,7 +437,7 @@ msgstr ""
435437
#: ../../c-api/buffer.rst:333 ../../c-api/buffer.rst:333
436438
#: ../../c-api/buffer.rst:335 ../../c-api/buffer.rst:337
437439
msgid "yes"
438-
msgstr ""
440+
msgstr "yes"
439441

440442
#: ../../c-api/buffer.rst:274 ../../c-api/buffer.rst:323
441443
#: ../../c-api/buffer.rst:325
@@ -459,7 +461,7 @@ msgstr ""
459461

460462
#: ../../c-api/buffer.rst:287
461463
msgid "contiguity requests"
462-
msgstr ""
464+
msgstr "连续性的请求"
463465

464466
#: ../../c-api/buffer.rst:289
465467
msgid ""

c-api/cell.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Freesand Leo <[email protected]>, 2019
8+
# don mak <[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 17:33+0000\n"
16-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
17+
"Last-Translator: don mak <[email protected]>, 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"
@@ -44,21 +45,21 @@ msgstr ""
4445

4546
#: ../../c-api/cell.rst:20
4647
msgid "The C structure used for cell objects."
47-
msgstr ""
48+
msgstr "用于Cell对象的C结构体。"
4849

4950
#: ../../c-api/cell.rst:25
5051
msgid "The type object corresponding to cell objects."
51-
msgstr ""
52+
msgstr "与 Cell 对象对应的类型对​​象。"
5253

5354
#: ../../c-api/cell.rst:30
5455
msgid "Return true if *ob* is a cell object; *ob* must not be *NULL*."
55-
msgstr ""
56+
msgstr "如果 *ob* 是一个 Cell 对象,则返回true; *ob* 不得为 *NULL*。"
5657

5758
#: ../../c-api/cell.rst:35
5859
msgid ""
5960
"Create and return a new cell object containing the value *ob*. The parameter"
6061
" may be *NULL*."
61-
msgstr ""
62+
msgstr "生成并返回一个包含 *ob* 的值的 Cell 对象。形参必须为 *NULL*。"
6263

6364
#: ../../c-api/cell.rst:41
6465
msgid "Return the contents of the cell *cell*."

c-api/structures.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ msgstr ""
512512

513513
#: ../../c-api/structures.rst:308
514514
msgid "name"
515-
msgstr ""
515+
msgstr "name"
516516

517517
#: ../../c-api/structures.rst:308
518518
msgid "attribute name"

faq/programming.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Freesand Leo <[email protected]>, 2019
1111
# Zhe He <[email protected]>, 2019
1212
# ChenYuan <[email protected]>, 2019
13+
# ppcfish <[email protected]>, 2019
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2019-03-11 10:48+0900\n"
2021
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
21-
"Last-Translator: ChenYuan <[email protected]>, 2019\n"
22+
"Last-Translator: ppcfish <[email protected]>, 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"
@@ -1112,7 +1113,7 @@ msgstr ""
11121113

11131114
#: ../../faq/programming.rst:1017
11141115
msgid "Performance"
1115-
msgstr ""
1116+
msgstr "性能"
11161117

11171118
#: ../../faq/programming.rst:1020
11181119
msgid "My program is too slow. How do I speed it up?"

howto/clinic.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ msgstr ""
10331033

10341034
#: ../../howto/clinic.rst:830
10351035
msgid "``'D'``"
1036-
msgstr ""
1036+
msgstr "``'D'``"
10371037

10381038
#: ../../howto/clinic.rst:830
10391039
msgid "``Py_complex``"
@@ -1187,7 +1187,7 @@ msgstr ""
11871187

11881188
#: ../../howto/clinic.rst:849
11891189
msgid "``'S'``"
1190-
msgstr ""
1190+
msgstr "``'S'``"
11911191

11921192
#: ../../howto/clinic.rst:849
11931193
msgid "``PyBytesObject``"

library/inspect.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# 操旭 <[email protected]>, 2017
88
# Shengjing Zhu <[email protected]>, 2018
99
# Freesand Leo <[email protected]>, 2018
10-
# ppcfish <[email protected]>, 2019
1110
# Peter Lee <[email protected]>, 2019
11+
# ppcfish <[email protected]>, 2019
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2019-03-11 10:48+0900\n"
1919
"PO-Revision-Date: 2017-02-16 23:15+0000\n"
20-
"Last-Translator: Peter Lee <604235688@qq.com>, 2019\n"
20+
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -438,7 +438,7 @@ msgstr "生成器"
438438

439439
#: ../../library/inspect.rst:191 ../../library/inspect.rst:205
440440
msgid "name"
441-
msgstr ""
441+
msgstr "name"
442442

443443
#: ../../library/inspect.rst:195
444444
msgid "gi_frame"

library/logging.config.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ msgstr "**源代码:** :source:`Lib/logging/config.py`"
3535
#: ../../library/logging.config.rst:14
3636
msgid ""
3737
"This page contains only reference information. For tutorials, please see"
38-
msgstr ""
38+
msgstr "此页面仅包含参考信息。有关教程,请参阅"
3939

4040
#: ../../library/logging.config.rst:17
4141
msgid ":ref:`Basic Tutorial <logging-basic-tutorial>`"
4242
msgstr ":ref:`基础教程 <logging-basic-tutorial>`"
4343

4444
#: ../../library/logging.config.rst:18
4545
msgid ":ref:`Advanced Tutorial <logging-advanced-tutorial>`"
46-
msgstr ""
46+
msgstr ":ref:`Advanced Tutorial <logging-advanced-tutorial>`"
4747

4848
#: ../../library/logging.config.rst:19
4949
msgid ":ref:`Logging Cookbook <logging-cookbook>`"
50-
msgstr ""
50+
msgstr ":ref:`Logging Cookbook <logging-cookbook>`"
5151

5252
#: ../../library/logging.config.rst:23
5353
msgid "This section describes the API for configuring the logging module."

0 commit comments

Comments
 (0)