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

Skip to content

Commit ba39295

Browse files
[po] auto sync
1 parent 8810e7d commit ba39295

4 files changed

Lines changed: 255 additions & 254 deletions

File tree

c-api/buffer.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# 马强 <[email protected]>, 2019
1010
# Meng Du <[email protected]>, 2019
1111
# 豌豆花下猫 <[email protected]>, 2019
12-
# ppcfish <[email protected]>, 2019
1312
# Jiu Hong Jiang <[email protected]>, 2019
1413
# Freesand Leo <[email protected]>, 2019
1514
# Vegetables <[email protected]>, 2019
15+
# ppcfish <[email protected]>, 2019
1616
#
1717
#, fuzzy
1818
msgid ""
@@ -21,7 +21,7 @@ msgstr ""
2121
"Report-Msgid-Bugs-To: \n"
2222
"POT-Creation-Date: 2019-09-12 11:28+0000\n"
2323
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
24-
"Last-Translator: Vegetables <[email protected]>, 2019\n"
24+
"Last-Translator: ppcfish <[email protected]>, 2019\n"
2525
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2626
"MIME-Version: 1.0\n"
2727
"Content-Type: text/plain; charset=UTF-8\n"
@@ -424,17 +424,17 @@ msgstr "请求"
424424
#: ../../c-api/buffer.rst:272 ../../c-api/buffer.rst:296
425425
#: ../../c-api/buffer.rst:321
426426
msgid "shape"
427-
msgstr ""
427+
msgstr "形状"
428428

429429
#: ../../c-api/buffer.rst:272 ../../c-api/buffer.rst:296
430430
#: ../../c-api/buffer.rst:321
431431
msgid "strides"
432-
msgstr ""
432+
msgstr "步幅"
433433

434434
#: ../../c-api/buffer.rst:272 ../../c-api/buffer.rst:296
435435
#: ../../c-api/buffer.rst:321
436436
msgid "suboffsets"
437-
msgstr ""
437+
msgstr "子偏移量"
438438

439439
#: ../../c-api/buffer.rst:274 ../../c-api/buffer.rst:274
440440
#: ../../c-api/buffer.rst:276 ../../c-api/buffer.rst:276
@@ -452,7 +452,7 @@ msgstr ""
452452
#: ../../c-api/buffer.rst:333 ../../c-api/buffer.rst:333
453453
#: ../../c-api/buffer.rst:335 ../../c-api/buffer.rst:337
454454
msgid "yes"
455-
msgstr "yes"
455+
msgstr ""
456456

457457
#: ../../c-api/buffer.rst:274 ../../c-api/buffer.rst:323
458458
#: ../../c-api/buffer.rst:325

c-api/init.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ msgstr ""
3131

3232
#: ../../c-api/init.rst:10
3333
msgid "See also :ref:`Python Initialization Configuration <init-config>`."
34-
msgstr ""
34+
msgstr "请参阅 :ref:`Python 初始化配置 <init-config>` 。"
3535

3636
#: ../../c-api/init.rst:15
3737
msgid "Before Python Initialization"
@@ -144,7 +144,7 @@ msgstr ":c:func:`Py_GetVersion`"
144144

145145
#: ../../c-api/init.rst:51
146146
msgid "Utilities:"
147-
msgstr "公用"
147+
msgstr "工具"
148148

149149
#: ../../c-api/init.rst:53
150150
msgid ":c:func:`Py_DecodeLocale`"
@@ -333,7 +333,7 @@ msgstr ""
333333

334334
#: ../../c-api/init.rst:172
335335
msgid "See :pep:`528` for more details."
336-
msgstr ""
336+
msgstr "有关更多详细信息,请参阅 :pep:`528`。"
337337

338338
#: ../../c-api/init.rst:178
339339
msgid ""
@@ -375,7 +375,7 @@ msgstr "即使在交互模式下也不显示版权和版本信息。"
375375

376376
#: ../../c-api/init.rst:202
377377
msgid "Set by the :option:`-q` option."
378-
msgstr ""
378+
msgstr "由 :option:`-q` 选项设置。"
379379

380380
#: ../../c-api/init.rst:208
381381
msgid "Force the stdout and stderr streams to be unbuffered."

c-api/type.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# stone jing <[email protected]>, 2019
8+
# ppcfish <[email protected]>, 2019
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2019-09-27 11:33+0000\n"
1516
"PO-Revision-Date: 2017-02-16 17:39+0000\n"
16-
"Last-Translator: stone jing <stonejing1817@gmail.com>, 2019\n"
17+
"Last-Translator: ppcfish <ppcfish@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"
@@ -237,7 +238,7 @@ msgstr ""
237238

238239
#: ../../c-api/type.rst:186
239240
msgid ":c:member:`~PyTypeObject.tp_dict`"
240-
msgstr ""
241+
msgstr ":c:member:`~PyTypeObject.tp_dict`"
241242

242243
#: ../../c-api/type.rst:187
243244
msgid ":c:member:`~PyTypeObject.tp_mro`"
@@ -261,19 +262,19 @@ msgstr ""
261262

262263
#: ../../c-api/type.rst:192
263264
msgid ":c:member:`~PyTypeObject.tp_weaklistoffset`"
264-
msgstr ""
265+
msgstr ":c:member:`~PyTypeObject.tp_weaklistoffset`"
265266

266267
#: ../../c-api/type.rst:193
267268
msgid ":c:member:`~PyTypeObject.tp_dictoffset`"
268-
msgstr ""
269+
msgstr ":c:member:`~PyTypeObject.tp_dictoffset`"
269270

270271
#: ../../c-api/type.rst:194
271272
msgid ":c:member:`~PyBufferProcs.bf_getbuffer`"
272-
msgstr ""
273+
msgstr ":c:member:`~PyBufferProcs.bf_getbuffer`"
273274

274275
#: ../../c-api/type.rst:195
275276
msgid ":c:member:`~PyBufferProcs.bf_releasebuffer`"
276-
msgstr ""
277+
msgstr ":c:member:`~PyBufferProcs.bf_releasebuffer`"
277278

278279
#: ../../c-api/type.rst:197
279280
msgid ""

0 commit comments

Comments
 (0)