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

Skip to content

Commit f675aff

Browse files
[po] auto sync
1 parent 5531342 commit f675aff

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

c-api/buffer.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# Dankinder <[email protected]>, 2021
2121
# helloworldSB <[email protected]>, 2021
2222
# jing li <[email protected]>, 2021
23-
# Dai Xu <[email protected]>, 2021
2423
# Freesand Leo <[email protected]>, 2021
24+
# Dai Xu <[email protected]>, 2021
2525
#
2626
#, fuzzy
2727
msgid ""
@@ -30,7 +30,7 @@ msgstr ""
3030
"Report-Msgid-Bugs-To: \n"
3131
"POT-Creation-Date: 2021-01-01 16:02+0000\n"
3232
"PO-Revision-Date: 2019-09-01 03:39+0000\n"
33-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
33+
"Last-Translator: Dai Xu <daixu61@hotmail.com>, 2021\n"
3434
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3535
"MIME-Version: 1.0\n"
3636
"Content-Type: text/plain; charset=UTF-8\n"
@@ -768,13 +768,17 @@ msgid ""
768768
"``'F'`` (for C-style or Fortran-style ordering). ``0`` is returned on "
769769
"success, ``-1`` on error."
770770
msgstr ""
771+
"从 *buf* 复制连续的 *len* 字节到 *view* 。*fort* 可以是 ``'C'`` 或 ``'F'``(对应于 C 风格或 "
772+
"Fortran 风格的顺序)。成功时返回 ``0``,错误时返回 ``-1``。"
771773

772774
#: ../../c-api/buffer.rst:493
773775
msgid ""
774776
"Copy *len* bytes from *src* to its contiguous representation in *buf*. "
775777
"*order* can be ``'C'`` or ``'F'`` or ``'A'`` (for C-style or Fortran-style "
776778
"ordering or either one). ``0`` is returned on success, ``-1`` on error."
777779
msgstr ""
780+
"从 *src* 复制 *len* 字节到 *buf* ,成为连续字节串的形式。*order* 可以是 ``'C'`` 或 ``'F'`` 或 "
781+
"``'A'``(对应于 C 风格、Fortran 风格的顺序或其中任意一种)。成功时返回 ``0``,出错时返回 ``-1``。"
778782

779783
#: ../../c-api/buffer.rst:497
780784
msgid "This function fails if *len* != *src->len*."
@@ -802,6 +806,8 @@ msgid ""
802806
"in *view* as specified by flags, unless *buf* has been designated as read-"
803807
"only and :c:macro:`PyBUF_WRITABLE` is set in *flags*."
804808
msgstr ""
809+
"参数 *flags* 表示请求的类型。该函数总是按照 flag 指定的内容填入 *view*,除非 *buf* 设为只读,并且 *flag* 中设置了 "
810+
":c:macro:`PyBUF_WRITABLE` 标志。"
805811

806812
#: ../../c-api/buffer.rst:517
807813
msgid ""

0 commit comments

Comments
 (0)