Skip to content

Commit 74d0513

Browse files
[po] auto sync
1 parent cb27593 commit 74d0513

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.62%", "updated_at": "2025-07-12T01:21:25Z"}
1+
{"translation": "81.64%", "updated_at": "2025-07-12T04:08:24Z"}

library/codecs.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,11 +2837,11 @@ msgstr ":mod:`encodings` --- 编码格式包"
28372837

28382838
#: ../../library/codecs.rst:1500
28392839
msgid "This module implements the following functions:"
2840-
msgstr ""
2840+
msgstr "这个模块实现了以下函数:"
28412841

28422842
#: ../../library/codecs.rst:1504
28432843
msgid "Normalize encoding name *encoding*."
2844-
msgstr ""
2844+
msgstr "规范化编码格式名称 *encoding*。"
28452845

28462846
#: ../../library/codecs.rst:1506
28472847
msgid ""

library/exceptions.po

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,15 +309,15 @@ msgstr ""
309309
msgid ""
310310
"The optional *name* and *obj* keyword-only arguments set the corresponding "
311311
"attributes:"
312-
msgstr ""
312+
msgstr "可选的 *name* 和 *obj* 仅限关键字参数设置相应的属性:"
313313

314314
#: ../../library/exceptions.rst:212
315315
msgid "The name of the attribute that was attempted to be accessed."
316-
msgstr ""
316+
msgstr "尝试访问的属性的名称。"
317317

318318
#: ../../library/exceptions.rst:216
319319
msgid "The object that was accessed for the named attribute."
320-
msgstr ""
320+
msgstr "针对指定属性被访问的对象。"
321321

322322
#: ../../library/exceptions.rst:218
323323
msgid "Added the :attr:`name` and :attr:`obj` attributes."
@@ -330,6 +330,8 @@ msgid ""
330330
":meth:`io.IOBase.readline` methods return an empty string when they hit "
331331
"EOF.)"
332332
msgstr ""
333+
"当 :func:`input` 函数未读取任何数据即达到文件结束条件(EOF)时被引发。 (注意: :meth:`!io.IOBase.read` 和 "
334+
":meth:`io.IOBase.readline` 方法在遇到 EOF 时将返回一个空字符串。)"
333335

334336
#: ../../library/exceptions.rst:230
335337
msgid "Not currently used."
@@ -442,11 +444,11 @@ msgstr "当某个局部或全局名称未找到时将被引发。 此异常仅
442444

443445
#: ../../library/exceptions.rst:321
444446
msgid "The optional *name* keyword-only argument sets the attribute:"
445-
msgstr ""
447+
msgstr "可选的 *name* 仅限关键字参数设置该属性:"
446448

447449
#: ../../library/exceptions.rst:325
448450
msgid "The name of the variable that was attempted to be accessed."
449-
msgstr ""
451+
msgstr "尝试访问的变量的名称。"
450452

451453
#: ../../library/exceptions.rst:327
452454
msgid "Added the :attr:`name` attribute."
@@ -540,6 +542,8 @@ msgid ""
540542
" formatted by the C functions :c:func:`!perror` under POSIX, and "
541543
":c:func:`!FormatMessage` under Windows."
542544
msgstr ""
545+
"由操作系统提供的相应错误消息。 它在 POSIX 平台上由 C 函数 :c:func:`!perror` 进行格式化,而在 Windows 下则是由 "
546+
":c:func:`!FormatMessage` 进行。"
543547

544548
#: ../../library/exceptions.rst:399
545549
msgid ""
@@ -559,6 +563,9 @@ msgid ""
559563
":exc:`socket.error`, :exc:`select.error` and :exc:`!mmap.error` have been "
560564
"merged into :exc:`OSError`, and the constructor may return a subclass."
561565
msgstr ""
566+
":exc:`EnvironmentError`, :exc:`IOError`, :exc:`WindowsError`, "
567+
":exc:`socket.error`, :exc:`select.error` 和 :exc:`!mmap.error` 已并合并到 "
568+
":exc:`OSError`,而构造器可能返回一个子类。"
562569

563570
#: ../../library/exceptions.rst:412
564571
msgid ""

whatsnew/3.9.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2025-07-11 15:02+0000\n"
1516
"PO-Revision-Date: 2025-05-08 05:10+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -798,6 +799,8 @@ msgid ""
798799
" :const:`!fcntl.F_OFD_SETLKW`. (Contributed by Donghee Na in "
799800
":issue:`38602`.)"
800801
msgstr ""
802+
"增加了 :const:`!fcntl.F_OFD_GETLK`, :const:`!fcntl.F_OFD_SETLK` 和 "
803+
":const:`!fcntl.F_OFD_SETLKW` 等常量。 (由 Donghee Na 在 :issue:`38602` 中贡献。)"
801804

802805
#: ../../whatsnew/3.9.rst:431
803806
msgid "ftplib"
@@ -1233,6 +1236,8 @@ msgid ""
12331236
"Added a new :meth:`random.Random.randbytes` method: generate random bytes. "
12341237
"(Contributed by Victor Stinner in :issue:`40286`.)"
12351238
msgstr ""
1239+
"新增了 :meth:`random.Random.randbytes` 方法:生成随机字节串。 (由 Victor Stinner 在 "
1240+
":issue:`40286` 中贡献。)"
12361241

12371242
#: ../../whatsnew/3.9.rst:651
12381243
msgid "signal"
@@ -1492,6 +1497,8 @@ msgid ""
14921497
"much larger than the base set. (Suggested by Evgeny Kapun with code "
14931498
"contributed by Michele Orrù in :issue:`8425`.)"
14941499
msgstr ""
1500+
"优化了当另一集合远大于基础集合的情况下 :meth:`!set.difference_update` 的性能。 (由 Evgeny Kapun 揭底并由"
1501+
" Michele Orrù 在 :issue:`8425` 中贡献代码。)"
14951502

14961503
#: ../../whatsnew/3.9.rst:783
14971504
msgid ""

0 commit comments

Comments
 (0)