Skip to content

Commit ae72820

Browse files
[po] auto sync
1 parent 669e161 commit ae72820

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "96.10%", "updated_at": "2024-08-19T14:47:13Z"}
1+
{"translation": "96.09%", "updated_at": "2024-08-23T15:46:58Z"}

library/struct.po

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"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"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -23,7 +23,7 @@ msgstr ""
2323

2424
#: ../../library/struct.rst:2
2525
msgid ":mod:`!struct` --- Interpret bytes as packed binary data"
26-
msgstr ""
26+
msgstr ":mod:`!struct` --- 将字节串解读为打包的二进制数据"
2727

2828
#: ../../library/struct.rst:7
2929
msgid "**Source code:** :source:`Lib/struct.py`"
@@ -641,11 +641,8 @@ msgstr "添加了对 ``'e'`` 格式的支持。"
641641
#: ../../library/struct.rst:278
642642
msgid ""
643643
"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."
646645
msgstr ""
647-
"``'?'`` 转换码对应于 C99 对应的 :c:expr:`_Bool` 类型。 如此此类型不可用,则使用 :c:expr:`char` 来模块。 "
648-
"在标准模式下,它总是以一个字节表示。"
649646

650647
#: ../../library/struct.rst:283
651648
msgid ""

0 commit comments

Comments
 (0)