Skip to content

Commit a79cf20

Browse files
[po] auto sync
1 parent 0ce7be0 commit a79cf20

27 files changed

+172
-177
lines changed

.stat.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.96%", "updated_at": "2024-05-17T20:20:16Z"}
1+
{"translation": "92.96%", "updated_at": "2024-05-24T20:20:12Z"}

c-api/buffer.po

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -10,28 +10,28 @@
1010
# Alpha Du <alphanow@gmail.com>, 2019
1111
# 豌豆花下猫 <chinesehuazhou@gmail.com>, 2019
1212
# Jiu Hong Jiang <julse@qq.com>, 2019
13-
# Iterator <xicheng.li@ucdconnect.ie>, 2019
13+
# 8af080f2e6702c64bedd01873aed27e8_25aec74 <fd99d14239138a1f987c22e7736dde81_777475>, 2019
1414
# ppcfish <ppcfish@gmail.com>, 2019
1515
# taotieren <admin@taotieren.com>, 2020
1616
# NCJ <me@ncj.wiki>, 2020
1717
# Jianchao Su, 2020
1818
# jsgang <jsgang9@gmail.com>, 2020
19-
# Jiuh-star <jiuh.star@gmail.com>, 2021
19+
# Jiuh.star <jiuh.star@gmail.com>, 2021
2020
# Dankinder <2535262279@qq.com>, 2021
2121
# helloworldSB <warningfor163@foxmail.com>, 2021
22-
# Jing Li <tes286.lijing@gmail.com>, 2021
2322
# Dai Xu <daixu61@hotmail.com>, 2021
2423
# Freesand Leo <yuqinju@163.com>, 2021
24+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
2525
#
2626
#, fuzzy
2727
msgid ""
2828
msgstr ""
2929
"Project-Id-Version: Python 3.9\n"
3030
"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"
3232
"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"
3535
"MIME-Version: 1.0\n"
3636
"Content-Type: text/plain; charset=UTF-8\n"
3737
"Content-Transfer-Encoding: 8bit\n"
@@ -113,7 +113,7 @@ msgstr ""
113113
msgid ""
114114
"There are two ways for a consumer of the buffer interface to acquire a "
115115
"buffer over a target object:"
116-
msgstr "对于缓冲接口的消费者而言,有两种方式来获取一个目的对象的缓冲:"
116+
msgstr "对于缓冲区接口的使用者而言,有两种方式来获取一个目的对象的缓冲:"
117117

118118
#: ../../c-api/buffer.rst:56
119119
msgid "call :c:func:`PyObject_GetBuffer` with the right parameters;"
@@ -281,7 +281,7 @@ msgid ""
281281
"the contents of a single item. If this is ``NULL``, ``\"B\"`` (unsigned "
282282
"bytes) is assumed."
283283
msgstr ""
284-
"在 :mod:`struct` 模块样式语法中 *NUL* 字符串,描述单个项的内容。如果这是 ``NULL``,则假定为``\"B\"`` "
284+
"在 :mod:`struct` 模块样式语法中 *NUL* 字符串,描述单个项的内容。如果这是 ``NULL``,则假定为 ``\"B\"`` "
285285
"(无符号字节) 。"
286286

287287
#: ../../c-api/buffer.rst:154
@@ -296,9 +296,9 @@ msgid ""
296296
":c:member:`~Py_buffer.strides` and :c:member:`~Py_buffer.suboffsets` MUST be"
297297
" ``NULL``."
298298
msgstr ""
299-
"内存表示为 n 维数组的维数。 如果是``0``, :c:member:`~Py_buffer.buf` 指向表示标量的单个项目。 "
299+
"内存表示为 n 维数组的维数。 如果是 ``0``, :c:member:`~Py_buffer.buf` 指向表示标量的单个项目。 "
300300
"在这种情况下,:c:member:`~Py_buffer.shape`、:c:member:`~Py_buffer.strides` 和 "
301-
":c:member:`~Py_buffer.suboffsets` 必须是``NULL`` 。"
301+
":c:member:`~Py_buffer.suboffsets` 必须是 ``NULL`` 。"
302302

303303
#: ../../c-api/buffer.rst:163
304304
msgid ""
@@ -392,8 +392,8 @@ msgid ""
392392
"whether or not the shape, strides, and suboffsets arrays must be freed when "
393393
"the buffer is released. The consumer MUST NOT alter this value."
394394
msgstr ""
395-
"供输出对象内部使用。比如可能被导出器重组为一个整数,用于存储一个标志,标明在缓冲区释放时是否必须释放 shape、strides 和 "
396-
"suboffsets 数组。缓冲区用户 *不得* 修改该值。"
395+
"供输出对象内部使用。比如可能被输出程序重组为一个整数,用于存储一个标志,标明在缓冲区释放时是否必须释放 shape、strides 和 "
396+
"suboffsets 数组。消费者程序 *不得* 修改该值。"
397397

398398
#: ../../c-api/buffer.rst:221
399399
msgid "Buffer request types"
@@ -449,7 +449,7 @@ msgid ""
449449
"Controls the :c:member:`~Py_buffer.format` field. If set, this field MUST be"
450450
" filled in correctly. Otherwise, this field MUST be ``NULL``."
451451
msgstr ""
452-
"控制 :c:member:`~Py_buffer.format` 字段。 如果设置,则必须正确填写此字段。其他情况下,此字段必须为``NULL``。"
452+
"控制 :c:member:`~Py_buffer.format` 字段。 如果设置,则必须正确填写此字段。其他情况下,此字段必须为 ``NULL``。"
453453

454454
#: ../../c-api/buffer.rst:254
455455
msgid ""
@@ -467,8 +467,8 @@ msgid ""
467467
":c:macro:`PyBUF_SIMPLE`. The latter already implies format ``B`` (unsigned "
468468
"bytes)."
469469
msgstr ""
470-
":c:macro:`PyBUF_FORMAT` 可以被设为除了 :c:macro:`PyBUF_SIMPLE` 之外的任何标志。 "
471-
"后者已经按暗示了``B``(无符号字节串)格式。"
470+
":c:macro:`PyBUF_FORMAT` 可以被设为除了 :c:macro:`PyBUF_SIMPLE` 之外的任何标志。 后者已经按暗示了 "
471+
"``B`` (无符号字节串)格式。"
472472

473473
#: ../../c-api/buffer.rst:263
474474
msgid "shape, strides, suboffsets"
@@ -595,7 +595,7 @@ msgstr "只读"
595595

596596
#: ../../c-api/buffer.rst:321
597597
msgid "format"
598-
msgstr "格式"
598+
msgstr "format"
599599

600600
#: ../../c-api/buffer.rst:323 ../../c-api/buffer.rst:325
601601
#: ../../c-api/buffer.rst:327 ../../c-api/buffer.rst:329
@@ -683,7 +683,7 @@ msgid ""
683683
"Here is a function that returns a pointer to the element in an N-D array "
684684
"pointed to by an N-dimensional index when there are both non-``NULL`` "
685685
"strides and suboffsets::"
686-
msgstr "这是一个函数,当n维索引所指向的N-D数组中有``NULL``步长和子偏移量时,它返回一个指针"
686+
msgstr "这是一个函数,当n维索引所指向的N-D数组中有 ``NULL`` 步长和子偏移量时,它返回一个指针"
687687

688688
#: ../../c-api/buffer.rst:428
689689
msgid "Buffer-related functions"
@@ -775,8 +775,8 @@ msgid ""
775775
"``'F'`` (for C-style or Fortran-style ordering). ``0`` is returned on "
776776
"success, ``-1`` on error."
777777
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`` 。"
780780

781781
#: ../../c-api/buffer.rst:495
782782
msgid ""
@@ -785,7 +785,7 @@ msgid ""
785785
"ordering or either one). ``0`` is returned on success, ``-1`` on error."
786786
msgstr ""
787787
"从 *src* 复制 *len* 字节到 *buf* ,成为连续字节串的形式。*order* 可以是 ``'C'`` 或 ``'F'`` 或 "
788-
"``'A'``(对应于 C 风格、Fortran 风格的顺序或其中任意一种)。成功时返回 ``0``,出错时返回 ``-1``。"
788+
"``'A'`` (对应于 C 风格、Fortran 风格的顺序或其中任意一种)。成功时返回 ``0`` ,出错时返回 ``-1`` 。"
789789

790790
#: ../../c-api/buffer.rst:499
791791
msgid "This function fails if *len* != *src->len*."

c-api/call.po

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2022, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -10,18 +10,19 @@
1010
# Yi Cao <1783250036@qq.com>, 2020
1111
# Zxilly Chou <zhouxinyu1001@gmail.com>, 2020
1212
# helloworldSB <warningfor163@foxmail.com>, 2021
13-
# Jiuh-star <jiuh.star@gmail.com>, 2021
13+
# Jiuh.star <jiuh.star@gmail.com>, 2021
1414
# Freesand Leo <yuqinju@163.com>, 2022
15+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1516
#
1617
#, fuzzy
1718
msgid ""
1819
msgstr ""
1920
"Project-Id-Version: Python 3.9\n"
2021
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2022-11-04 14:34+0000\n"
22+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
2223
"PO-Revision-Date: 2020-05-31 09:28+0000\n"
23-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
24-
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
24+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
25+
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
2728
"Content-Transfer-Encoding: 8bit\n"
@@ -54,7 +55,7 @@ msgid ""
5455
"code. *args* must be non-NULL (use an empty tuple if there are no arguments)"
5556
" but *kwargs* may be *NULL* if there are no keyword arguments."
5657
msgstr ""
57-
"一个调用是用一个元组表示位置参数,用一个dict表示关键字参数,类似于Python代码中的``callable(*args, "
58+
"一个调用是用一个元组表示位置参数,用一个dict表示关键字参数,类似于Python代码中的 ``callable(*args, "
5859
"**kwargs)``。*args*必须是非空的(如果没有参数,会使用一个空元组),但如果没有关键字参数,*kwargs*可以是*NULL*。"
5960

6061
#: ../../c-api/call.rst:25
@@ -181,7 +182,7 @@ msgstr ""
181182
msgid ""
182183
"For :c:func:`PyObject_VectorcallMethod`, this flag means instead that "
183184
"``args[0]`` may be changed."
184-
msgstr "对于 :c:func:`PyObject_VectorcallMethod` ,这个标志的改变意味着``args[0]`` 可能改变了。"
185+
msgstr "对于 :c:func:`PyObject_VectorcallMethod` ,这个标志的改变意味着 ``args[0]`` 可能改变了。"
185186

186187
#: ../../c-api/call.rst:97
187188
msgid ""
@@ -500,7 +501,7 @@ msgid ""
500501
" are provided."
501502
msgstr ""
502503
"调用一个可调用的 Python 对象 *callable*,附带可变数量的 C 参数。 这些 C 参数使用 "
503-
":c:func:`Py_BuildValue` 风格的格式化字符串来描述。 format 可以为 *NULL*,表示没有提供任何参数。"
504+
":c:func:`Py_BuildValue` 风格的格式字符串来描述。 format 可以为 *NULL*,表示没有提供任何参数。"
504505

505506
#: ../../c-api/call.rst:286
506507
msgid ""
@@ -531,7 +532,7 @@ msgstr "格式可以为 *NULL* ,表示未提供任何参数。"
531532
msgid ""
532533
"This is the equivalent of the Python expression: ``obj.name(arg1, arg2, "
533534
"...)``."
534-
msgstr "这和Python表达式``obj.name(arg1, arg2, ...)``是一样的。"
535+
msgstr "这和Python表达式 ``obj.name(arg1, arg2, ...)`` 是一样的。"
535536

536537
#: ../../c-api/call.rst:307
537538
msgid ""
@@ -558,7 +559,7 @@ msgstr ""
558559
msgid ""
559560
"This is the equivalent of the Python expression: ``callable(arg1, arg2, "
560561
"...)``."
561-
msgstr "这和Python表达式``callable(arg1, arg2, ...)``是一样的。"
562+
msgstr "这和Python表达式 ``callable(arg1, arg2, ...)`` 是一样的。"
562563

563564
#: ../../c-api/call.rst:329
564565
msgid ""
@@ -582,8 +583,7 @@ msgid ""
582583
"*arg*, where the name of the method is given as a Python string object in "
583584
"*name*."
584585
msgstr ""
585-
"调用Call a method of the Python 对象 *obj* 中的一个方法并附带单个位置参数 *arg*,其中方法名称由 *name* "
586-
"中的 Python 字符串对象给出。"
586+
"调用 Python 对象 *obj* 中的一个方法并附带单个位置参数 *arg*,其中方法名称由 *name* 中的 Python 字符串对象给出。"
587587

588588
#: ../../c-api/call.rst:367
589589
msgid ""

c-api/exceptions.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgid ""
2121
msgstr ""
2222
"Project-Id-Version: Python 3.9\n"
2323
"Report-Msgid-Bugs-To: \n"
24-
"POT-Creation-Date: 2024-04-15 06:01+0000\n"
24+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
2525
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
2626
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2727
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1516,7 +1516,7 @@ msgstr "这些别名曾经是单独的异常类型。"
15161516

15171517
#: ../../c-api/exceptions.rst:991 ../../c-api/exceptions.rst:1052
15181518
msgid "Notes:"
1519-
msgstr "注释:"
1519+
msgstr ":"
15201520

15211521
#: ../../c-api/exceptions.rst:994
15221522
msgid "This is a base class for other standard exceptions."

distutils/builtdist.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2024-04-15 06:01+0000\n"
19+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:40+0000\n"
2121
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -280,7 +280,7 @@ msgstr "添加了对 ``xztar`` 格式的支持"
280280

281281
#: ../../distutils/builtdist.rst:109
282282
msgid "Notes:"
283-
msgstr "注释:"
283+
msgstr ":"
284284

285285
#: ../../distutils/builtdist.rst:112
286286
msgid "default on Unix"

distutils/setupscript.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.9\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-04-19 21:47+0000\n"
18+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
1919
"PO-Revision-Date: 2017-02-16 17:41+0000\n"
2020
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2121
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1016,7 +1016,7 @@ msgstr "\\(5)"
10161016

10171017
#: ../../distutils/setupscript.rst:604
10181018
msgid "Notes:"
1019-
msgstr "注释:"
1019+
msgstr ":"
10201020

10211021
#: ../../distutils/setupscript.rst:607
10221022
msgid "These fields are required."

distutils/sourcedist.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.9\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-04-15 06:01+0000\n"
17+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
1818
"PO-Revision-Date: 2017-02-16 17:41+0000\n"
1919
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -151,7 +151,7 @@ msgstr "添加了对 ``xztar`` 格式的支持"
151151

152152
#: ../../distutils/sourcedist.rst:49
153153
msgid "Notes:"
154-
msgstr "注释:"
154+
msgstr ":"
155155

156156
#: ../../distutils/sourcedist.rst:52
157157
msgid "default on Windows"

howto/clinic.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-04-15 06:01+0000\n"
21+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
2222
"PO-Revision-Date: 2017-02-16 17:44+0000\n"
2323
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -878,7 +878,7 @@ msgstr ""
878878

879879
#: ../../howto/clinic.rst:700
880880
msgid "Notes:"
881-
msgstr "注释:"
881+
msgstr ":"
882882

883883
#: ../../howto/clinic.rst:702
884884
msgid ""

howto/regex.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-04-19 21:47+0000\n"
21+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
2222
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
2323
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -970,7 +970,7 @@ msgstr "这是一个可用标志表,以及每个标志的更详细说明。"
970970

971971
#: ../../howto/regex.rst:537
972972
msgid "Flag"
973-
msgstr "标志位"
973+
msgstr "标志"
974974

975975
#: ../../howto/regex.rst:537
976976
msgid "Meaning"

install/index.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgid ""
2121
msgstr ""
2222
"Project-Id-Version: Python 3.9\n"
2323
"Report-Msgid-Bugs-To: \n"
24-
"POT-Creation-Date: 2024-04-19 21:47+0000\n"
24+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
2525
"PO-Revision-Date: 2017-02-16 17:46+0000\n"
2626
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2727
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -357,7 +357,7 @@ msgstr "\\(2)"
357357

358358
#: ../../install/index.rst:218 ../../install/index.rst:759
359359
msgid "Notes:"
360-
msgstr "注释:"
360+
msgstr ":"
361361

362362
#: ../../install/index.rst:221
363363
msgid ""

library/array.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -9,16 +9,16 @@
99
# Alpha Du <alphanow@gmail.com>, 2019
1010
# ppcfish <ppcfish@gmail.com>, 2019
1111
# Freesand Leo <yuqinju@163.com>, 2022
12-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
12+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2023-12-01 21:24+0000\n"
19+
"POT-Creation-Date: 2024-05-24 16:33+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
21-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
21+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -205,7 +205,7 @@ msgstr "double"
205205

206206
#: ../../library/array.rst:48
207207
msgid "Notes:"
208-
msgstr "注释:"
208+
msgstr ":"
209209

210210
#: ../../library/array.rst:51
211211
msgid "It can be 16 bits or 32 bits depending on the platform."

0 commit comments

Comments
 (0)