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

Skip to content

Commit 28d6a0c

Browse files
[po] auto sync
1 parent e6cdf60 commit 28d6a0c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

c-api/buffer.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
# NCJ <[email protected]>, 2020
1717
# Jianchao Su, 2020
1818
# jsgang <[email protected]>, 2020
19-
# Freesand Leo <[email protected]>, 2020
2019
# Jiuh-star <[email protected]>, 2021
2120
# Dankinder <[email protected]>, 2021
2221
# helloworldSB <[email protected]>, 2021
22+
# Freesand Leo <[email protected]>, 2021
2323
#
2424
#, fuzzy
2525
msgid ""
@@ -28,7 +28,7 @@ msgstr ""
2828
"Report-Msgid-Bugs-To: \n"
2929
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
3030
"PO-Revision-Date: 2019-09-01 03:39+0000\n"
31-
"Last-Translator: helloworldSB <warningfor163@foxmail.com>, 2021\n"
31+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
3232
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3333
"MIME-Version: 1.0\n"
3434
"Content-Type: text/plain; charset=UTF-8\n"
@@ -326,6 +326,8 @@ msgid ""
326326
"giving the number of bytes to skip to get to a new element in each "
327327
"dimension."
328328
msgstr ""
329+
"一个长度为 :c:type:`Py_ssize_t` 的数组 :c:member:`~Py_buffer.ndim` "
330+
"给出要跳过的字节数以获取每个尺寸中的新元素。"
329331

330332
#: ../../c-api/buffer.rst:186
331333
msgid ""
@@ -425,6 +427,7 @@ msgid ""
425427
"Controls the :c:member:`~Py_buffer.format` field. If set, this field MUST be"
426428
" filled in correctly. Otherwise, this field MUST be ``NULL``."
427429
msgstr ""
430+
"控制 :c:member:`~Py_buffer.format` 字段。 如果设置,则必须正确填写此字段。其他情况下,此字段必须为``NULL``。"
428431

429432
#: ../../c-api/buffer.rst:254
430433
msgid ""
@@ -440,6 +443,8 @@ msgid ""
440443
":c:macro:`PyBUF_SIMPLE`. The latter already implies format ``B`` (unsigned "
441444
"bytes)."
442445
msgstr ""
446+
":c:macro:`PyBUF_FORMAT` 可以被设为除了 :c:macro:`PyBUF_SIMPLE` 之外的任何标志。 "
447+
"后者已经按暗示了``B``(无符号字节串)格式。"
443448

444449
#: ../../c-api/buffer.rst:263
445450
msgid "shape, strides, suboffsets"

0 commit comments

Comments
 (0)