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

Skip to content

Commit aa9fbe7

Browse files
[po] auto sync
1 parent 1afab93 commit aa9fbe7

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

c-api/buffer.po

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# ppcfish <[email protected]>, 2019
1515
# taotieren <[email protected]>, 2020
1616
# Freesand Leo <[email protected]>, 2020
17+
# NCJ <[email protected]>, 2020
1718
#
1819
#, fuzzy
1920
msgid ""
@@ -22,7 +23,7 @@ msgstr ""
2223
"Report-Msgid-Bugs-To: \n"
2324
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
2425
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
25-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
26+
"Last-Translator: NCJ <iamncj@outlook.com>, 2020\n"
2627
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2728
"MIME-Version: 1.0\n"
2829
"Content-Type: text/plain; charset=UTF-8\n"
@@ -309,10 +310,12 @@ msgid ""
309310
"Shape values are restricted to ``shape[n] >= 0``. The case ``shape[n] == 0``"
310311
" requires special attention. See `complex arrays`_ for further information."
311312
msgstr ""
313+
"Shape 形状数组中的值被限定在 ``shape[n] >= 0`` 。 ``shape[n] == 0`` 这一情形需要特别注意。更多信息请参阅 "
314+
"`complex arrays`_ 。"
312315

313316
#: ../../c-api/buffer.rst:178
314317
msgid "The shape array is read-only for the consumer."
315-
msgstr ""
318+
msgstr "shape 数组对于使用者来说是只读的。"
316319

317320
#: ../../c-api/buffer.rst:182
318321
msgid ""
@@ -327,6 +330,8 @@ msgid ""
327330
"positive, but a consumer MUST be able to handle the case ``strides[n] <= "
328331
"0``. See `complex arrays`_ for further information."
329332
msgstr ""
333+
"Stride 步幅数组中的值可以为任何整数。对于常规数组,步幅通常为正数,但是使用者必须能够处理 ``strides[n] <= 0`` "
334+
"的情况。更多信息请参阅 `complex arrays`_ 。"
330335

331336
#: ../../c-api/buffer.rst:190
332337
msgid "The strides array is read-only for the consumer."
@@ -353,10 +358,12 @@ msgid ""
353358
"(PIL). See `complex arrays`_ for further information how to access elements "
354359
"of such an array."
355360
msgstr ""
361+
"Python Imaging Library (PIL) 中使用了这种类型的数组表达方式。请参阅 `complex arrays`_ "
362+
"来了解如何从这样一个数组中访问元素。"
356363

357364
#: ../../c-api/buffer.rst:208
358365
msgid "The suboffsets array is read-only for the consumer."
359-
msgstr ""
366+
msgstr "suboffsets 数组对于使用者来说是只读的。"
360367

361368
#: ../../c-api/buffer.rst:212
362369
msgid ""
@@ -431,7 +438,7 @@ msgstr ""
431438

432439
#: ../../c-api/buffer.rst:263
433440
msgid "shape, strides, suboffsets"
434-
msgstr ""
441+
msgstr "形状,步幅,子偏移量"
435442

436443
#: ../../c-api/buffer.rst:265
437444
msgid ""
@@ -573,7 +580,7 @@ msgstr "复杂数组"
573580

574581
#: ../../c-api/buffer.rst:345
575582
msgid "NumPy-style: shape and strides"
576-
msgstr ""
583+
msgstr "NumPy-风格:形状和步幅"
577584

578585
#: ../../c-api/buffer.rst:347
579586
msgid ""
@@ -607,7 +614,7 @@ msgstr ""
607614

608615
#: ../../c-api/buffer.rst:398
609616
msgid "PIL-style: shape, strides and suboffsets"
610-
msgstr ""
617+
msgstr "PIL-风格:形状,步幅和子偏移量"
611618

612619
#: ../../c-api/buffer.rst:400
613620
msgid ""
@@ -629,7 +636,7 @@ msgstr ""
629636

630637
#: ../../c-api/buffer.rst:428
631638
msgid "Buffer-related functions"
632-
msgstr ""
639+
msgstr "缓冲区相关函数"
633640

634641
#: ../../c-api/buffer.rst:432
635642
msgid ""

0 commit comments

Comments
 (0)