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

Skip to content

Commit 46d0415

Browse files
committed
[po] auto sync bot
1 parent dbfed05 commit 46d0415

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

library/struct.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# dannyvi <[email protected]>, 2018
1010
# Meng Du <[email protected]>, 2019
1111
# ppcfish <[email protected]>, 2019
12-
# Freesand Leo <[email protected]>, 2019
1312
# Pandaaaa906 <[email protected]>, 2019
13+
# Freesand Leo <[email protected]>, 2019
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:28+0000\n"
22-
"Last-Translator: Pandaaaa906 <ye.pandaaaa906@gmail.com>, 2019\n"
22+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -126,6 +126,8 @@ msgid ""
126126
"item. The buffer's size in bytes, starting at position *offset*, must be at"
127127
" least the size required by the format, as reflected by :func:`calcsize`."
128128
msgstr ""
129+
"对 *buffer* 从位置 *offset* 开始根据格式字符串 *format* 进行解包。 结果为一个元组,即使其中只包含一个条目。 "
130+
"缓冲区的字节大小从位置 *offset* 开始必须至少为 :func:`calcsize` 显示的格式所要求的大小。"
129131

130132
#: ../../library/struct.rst:83
131133
msgid ""
@@ -400,7 +402,7 @@ msgstr "整数"
400402

401403
#: ../../library/struct.rst:200
402404
msgid "\\(1), \\(2)"
403-
msgstr ""
405+
msgstr "\\(1), \\(2)"
404406

405407
#: ../../library/struct.rst:202
406408
msgid "``B``"
@@ -856,6 +858,8 @@ msgid ""
856858
"The buffer's size in bytes, starting at position *offset*, must be at least "
857859
":attr:`size`."
858860
msgstr ""
861+
"等价于 :func:`unpack_from` 函数,使用了已编译的格式。 缓冲区的字节大小从位置 *offset* 开始必须至少为 "
862+
":attr:`size`。"
859863

860864
#: ../../library/struct.rst:449
861865
msgid ""

library/time.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,11 +1282,11 @@ msgid ""
12821282
"Clock that increments monotonically, tracking the time since an arbitrary "
12831283
"point, unaffected by frequency or time adjustments and not incremented while"
12841284
" the system is asleep."
1285-
msgstr ""
1285+
msgstr "单调递增的时钟,记录从一个任意起点开始的时间,不受频率或时间调整的影响,并且当系统休眠时将不会递增。"
12861286

12871287
#: ../../library/time.rst:803
12881288
msgid ":ref:`Availability <availability>`: macOS 10.12 and newer."
1289-
msgstr ""
1289+
msgstr ":ref:`可用性 <availability>`: macOS 10.12 和更新版本。"
12901290

12911291
#: ../../library/time.rst:807
12921292
msgid ""

0 commit comments

Comments
 (0)