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

Skip to content

Commit a5e591e

Browse files
[po] auto sync
1 parent a941077 commit a5e591e

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "78.05%", "updated_at": "2025-05-23T15:12:10Z"}
1+
{"translation": "78.06%", "updated_at": "2025-05-23T16:13:16Z"}

library/base64.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Zombie110year <[email protected]>, 2021
1010
# Alpha Du <[email protected]>, 2022
1111
# ppcfish <[email protected]>, 2023
12-
# Freesand Leo <[email protected]>, 2024
12+
# Freesand Leo <[email protected]>, 2025
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2025-05-23 14:20+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2025\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"
@@ -82,7 +82,7 @@ msgstr ""
8282

8383
#: ../../library/base64.rst:48
8484
msgid "RFC 4648 Encodings"
85-
msgstr ""
85+
msgstr "RFC 4648 编码格式"
8686

8787
#: ../../library/base64.rst:50
8888
msgid ""
@@ -275,7 +275,7 @@ msgstr ""
275275

276276
#: ../../library/base64.rst:190
277277
msgid "Base85 Encodings"
278-
msgstr ""
278+
msgstr "Base85 编码格式"
279279

280280
#: ../../library/base64.rst:192
281281
msgid ""
@@ -310,12 +310,12 @@ msgstr ""
310310

311311
#: ../../library/base64.rst:204
312312
msgid "Handling of null bytes"
313-
msgstr ""
313+
msgstr "空字节的处理"
314314

315315
#: ../../library/base64.rst:206
316316
msgid ""
317317
"Refer to the documentation of the individual functions for more information."
318-
msgstr ""
318+
msgstr "请参阅每个函数的文档了解详情。"
319319

320320
#: ../../library/base64.rst:210
321321
msgid ""

library/io.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,13 +1282,13 @@ msgstr ""
12821282
msgid ""
12831283
"In :class:`BufferedReader` this is the same as "
12841284
":meth:`io.BufferedIOBase.read`"
1285-
msgstr ""
1285+
msgstr "在 :class:`BufferedReader` 中这与 :meth:`io.BufferedIOBase.read` 相同"
12861286

12871287
#: ../../library/io.rst:790
12881288
msgid ""
12891289
"In :class:`BufferedReader` this is the same as "
12901290
":meth:`io.BufferedIOBase.read1`"
1291-
msgstr ""
1291+
msgstr "在 :class:`BufferedReader` 中这与 :meth:`io.BufferedIOBase.read1` 相同"
12921292

12931293
#: ../../library/io.rst:797
12941294
msgid ""

library/unittest.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ msgid ""
257257
"letters ``test``. This naming convention informs the test runner about "
258258
"which methods represent tests."
259259
msgstr ""
260+
"测试用例是通过子类化 :class:`unittest.TestCase` 来创建的。 这三个单独的测试是使用名称以 ``test`` "
261+
"打头的方法来定义的。 这样的命名惯例可告知测试运行者哪些方法是表示测试的。"
260262

261263
#: ../../library/unittest.rst:117
262264
msgid ""

0 commit comments

Comments
 (0)