Skip to content

Commit 0df7852

Browse files
[po] auto sync
1 parent 49b37ef commit 0df7852

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.77%", "updated_at": "2025-05-29T01:20:30Z"}
1+
{"translation": "81.77%", "updated_at": "2025-05-29T15:55:51Z"}

library/io.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,8 @@ msgid ""
891891
":meth:`readinto` and :meth:`write` will try (respectively) to read as much "
892892
"input as requested or to emit all provided data."
893893
msgstr ""
894+
"与 :class:`RawIOBase` 的主要差别在于 :meth:`read`, :meth:`readinto` 和 :meth:`write` "
895+
"等方法会(分别)按要求读取尽可能多的输入或是耗尽已提供的所有数据。"
894896

895897
#: ../../library/io.rst:528
896898
msgid ""
@@ -951,7 +953,7 @@ msgstr ""
951953
msgid ""
952954
"Read and return up to *size* bytes. If the argument is omitted, ``None``, or"
953955
" negative read as much as possible."
954-
msgstr ""
956+
msgstr "读取并返回至多 *size* 个字节。 如果此参数被省略、为 ``None`` 或为负值则会读取尽可能多的数据。"
955957

956958
#: ../../library/io.rst:567
957959
msgid ""

0 commit comments

Comments
 (0)