@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-05-11 19:07 +0000\n "
14
+ "POT-Creation-Date : 2024-08-23 14:51 +0000\n "
15
15
"PO-Revision-Date : 2024-05-11 00:33+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
17
17
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -23,7 +23,7 @@ msgstr ""
23
23
24
24
#: ../../library/struct.rst:2
25
25
msgid ":mod:`!struct` --- Interpret bytes as packed binary data"
26
- msgstr ""
26
+ msgstr ":mod:`!struct` --- 将字节串解读为打包的二进制数据 "
27
27
28
28
#: ../../library/struct.rst:7
29
29
msgid "**Source code:** :source:`Lib/struct.py`"
@@ -641,11 +641,8 @@ msgstr "添加了对 ``'e'`` 格式的支持。"
641
641
#: ../../library/struct.rst:278
642
642
msgid ""
643
643
"The ``'?'`` conversion code corresponds to the :c:expr:`_Bool` type defined "
644
- "by C99. If this type is not available, it is simulated using a "
645
- ":c:expr:`char`. In standard mode, it is always represented by one byte."
644
+ "by C standards since C99. In standard mode, it is represented by one byte."
646
645
msgstr ""
647
- "``'?'`` 转换码对应于 C99 对应的 :c:expr:`_Bool` 类型。 如此此类型不可用,则使用 :c:expr:`char` 来模块。 "
648
- "在标准模式下,它总是以一个字节表示。"
649
646
650
647
#: ../../library/struct.rst:283
651
648
msgid ""
0 commit comments