1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2022 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
10
10
# Alpha Du <alphanow@gmail.com>, 2019
11
11
# 豌豆花下猫 <chinesehuazhou@gmail.com>, 2019
12
12
# Jiu Hong Jiang <julse@qq.com>, 2019
13
- # Iterator <xicheng.li@ucdconnect.ie >, 2019
13
+ # 8af080f2e6702c64bedd01873aed27e8_25aec74 <fd99d14239138a1f987c22e7736dde81_777475 >, 2019
14
14
# ppcfish <ppcfish@gmail.com>, 2019
15
15
# taotieren <admin@taotieren.com>, 2020
16
16
# NCJ <me@ncj.wiki>, 2020
17
17
# Jianchao Su, 2020
18
18
# jsgang <jsgang9@gmail.com>, 2020
19
- # Jiuh- star <jiuh.star@gmail.com>, 2021
19
+ # Jiuh. star <jiuh.star@gmail.com>, 2021
20
20
# Dankinder <2535262279@qq.com>, 2021
21
21
# helloworldSB <warningfor163@foxmail.com>, 2021
22
- # Jing Li <tes286.lijing@gmail.com>, 2021
23
22
# Dai Xu <daixu61@hotmail.com>, 2021
24
23
# Freesand Leo <yuqinju@163.com>, 2021
24
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
25
25
#
26
26
#, fuzzy
27
27
msgid ""
28
28
msgstr ""
29
29
"Project-Id-Version : Python 3.9\n "
30
30
"Report-Msgid-Bugs-To : \n "
31
- "POT-Creation-Date : 2022-11-04 14:34 +0000\n "
31
+ "POT-Creation-Date : 2024-05-24 16:33 +0000\n "
32
32
"PO-Revision-Date : 2017-02-16 17:33+0000\n "
33
- "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2021 \n "
34
- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
33
+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024 \n "
34
+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
35
35
"MIME-Version : 1.0\n "
36
36
"Content-Type : text/plain; charset=UTF-8\n "
37
37
"Content-Transfer-Encoding : 8bit\n "
@@ -113,7 +113,7 @@ msgstr ""
113
113
msgid ""
114
114
"There are two ways for a consumer of the buffer interface to acquire a "
115
115
"buffer over a target object:"
116
- msgstr "对于缓冲接口的消费者而言 ,有两种方式来获取一个目的对象的缓冲:"
116
+ msgstr "对于缓冲区接口的使用者而言 ,有两种方式来获取一个目的对象的缓冲:"
117
117
118
118
#: ../../c-api/buffer.rst:56
119
119
msgid "call :c:func:`PyObject_GetBuffer` with the right parameters;"
@@ -281,7 +281,7 @@ msgid ""
281
281
"the contents of a single item. If this is ``NULL``, ``\" B\" `` (unsigned "
282
282
"bytes) is assumed."
283
283
msgstr ""
284
- "在 :mod:`struct` 模块样式语法中 *NUL* 字符串,描述单个项的内容。如果这是 ``NULL``,则假定为``\" B\" `` "
284
+ "在 :mod:`struct` 模块样式语法中 *NUL* 字符串,描述单个项的内容。如果这是 ``NULL``,则假定为 ``\" B\" `` "
285
285
"(无符号字节) 。"
286
286
287
287
#: ../../c-api/buffer.rst:154
@@ -296,9 +296,9 @@ msgid ""
296
296
":c:member:`~Py_buffer.strides` and :c:member:`~Py_buffer.suboffsets` MUST be"
297
297
" ``NULL``."
298
298
msgstr ""
299
- "内存表示为 n 维数组的维数。 如果是``0``, :c:member:`~Py_buffer.buf` 指向表示标量的单个项目。 "
299
+ "内存表示为 n 维数组的维数。 如果是 ``0``, :c:member:`~Py_buffer.buf` 指向表示标量的单个项目。 "
300
300
"在这种情况下,:c:member:`~Py_buffer.shape`、:c:member:`~Py_buffer.strides` 和 "
301
- ":c:member:`~Py_buffer.suboffsets` 必须是``NULL`` 。"
301
+ ":c:member:`~Py_buffer.suboffsets` 必须是 ``NULL`` 。"
302
302
303
303
#: ../../c-api/buffer.rst:163
304
304
msgid ""
@@ -392,8 +392,8 @@ msgid ""
392
392
"whether or not the shape, strides, and suboffsets arrays must be freed when "
393
393
"the buffer is released. The consumer MUST NOT alter this value."
394
394
msgstr ""
395
- "供输出对象内部使用。比如可能被导出器重组为一个整数 ,用于存储一个标志,标明在缓冲区释放时是否必须释放 shape、strides 和 "
396
- "suboffsets 数组。缓冲区用户 *不得* 修改该值。"
395
+ "供输出对象内部使用。比如可能被输出程序重组为一个整数 ,用于存储一个标志,标明在缓冲区释放时是否必须释放 shape、strides 和 "
396
+ "suboffsets 数组。消费者程序 *不得* 修改该值。"
397
397
398
398
#: ../../c-api/buffer.rst:221
399
399
msgid "Buffer request types"
@@ -449,7 +449,7 @@ msgid ""
449
449
"Controls the :c:member:`~Py_buffer.format` field. If set, this field MUST be"
450
450
" filled in correctly. Otherwise, this field MUST be ``NULL``."
451
451
msgstr ""
452
- "控制 :c:member:`~Py_buffer.format` 字段。 如果设置,则必须正确填写此字段。其他情况下,此字段必须为``NULL``。"
452
+ "控制 :c:member:`~Py_buffer.format` 字段。 如果设置,则必须正确填写此字段。其他情况下,此字段必须为 ``NULL``。"
453
453
454
454
#: ../../c-api/buffer.rst:254
455
455
msgid ""
@@ -467,8 +467,8 @@ msgid ""
467
467
":c:macro:`PyBUF_SIMPLE`. The latter already implies format ``B`` (unsigned "
468
468
"bytes)."
469
469
msgstr ""
470
- ":c:macro:`PyBUF_FORMAT` 可以被设为除了 :c:macro:`PyBUF_SIMPLE` 之外的任何标志。 "
471
- "后者已经按暗示了 ``B``(无符号字节串)格式。"
470
+ ":c:macro:`PyBUF_FORMAT` 可以被设为除了 :c:macro:`PyBUF_SIMPLE` 之外的任何标志。 后者已经按暗示了 "
471
+ "``B`` (无符号字节串)格式。"
472
472
473
473
#: ../../c-api/buffer.rst:263
474
474
msgid "shape, strides, suboffsets"
@@ -595,7 +595,7 @@ msgstr "只读"
595
595
596
596
#: ../../c-api/buffer.rst:321
597
597
msgid "format"
598
- msgstr "格式 "
598
+ msgstr "format "
599
599
600
600
#: ../../c-api/buffer.rst:323 ../../c-api/buffer.rst:325
601
601
#: ../../c-api/buffer.rst:327 ../../c-api/buffer.rst:329
@@ -683,7 +683,7 @@ msgid ""
683
683
"Here is a function that returns a pointer to the element in an N-D array "
684
684
"pointed to by an N-dimensional index when there are both non-``NULL`` "
685
685
"strides and suboffsets::"
686
- msgstr "这是一个函数,当n维索引所指向的N-D数组中有``NULL``步长和子偏移量时,它返回一个指针"
686
+ msgstr "这是一个函数,当n维索引所指向的N-D数组中有 ``NULL`` 步长和子偏移量时,它返回一个指针"
687
687
688
688
#: ../../c-api/buffer.rst:428
689
689
msgid "Buffer-related functions"
@@ -775,8 +775,8 @@ msgid ""
775
775
"``'F'`` (for C-style or Fortran-style ordering). ``0`` is returned on "
776
776
"success, ``-1`` on error."
777
777
msgstr ""
778
- "从 *buf* 复制连续的 *len* 字节到 *view* 。*fort* 可以是 ``'C'`` 或 ``'F'``(对应于 C 风格或 "
779
- "Fortran 风格的顺序)。成功时返回 ``0``,错误时返回 ``-1``。"
778
+ "从 *buf* 复制连续的 *len* 字节到 *view* 。*fort* 可以是 ``'C'`` 或 ``'F'`` (对应于 C 风格或 "
779
+ "Fortran 风格的顺序)。成功时返回 ``0`` ,错误时返回 ``-1`` 。"
780
780
781
781
#: ../../c-api/buffer.rst:495
782
782
msgid ""
@@ -785,7 +785,7 @@ msgid ""
785
785
"ordering or either one). ``0`` is returned on success, ``-1`` on error."
786
786
msgstr ""
787
787
"从 *src* 复制 *len* 字节到 *buf* ,成为连续字节串的形式。*order* 可以是 ``'C'`` 或 ``'F'`` 或 "
788
- "``'A'``(对应于 C 风格、Fortran 风格的顺序或其中任意一种)。成功时返回 ``0``,出错时返回 ``-1``。"
788
+ "``'A'`` (对应于 C 风格、Fortran 风格的顺序或其中任意一种)。成功时返回 ``0`` ,出错时返回 ``-1`` 。"
789
789
790
790
#: ../../c-api/buffer.rst:499
791
791
msgid "This function fails if *len* != *src->len*."
0 commit comments