6
6
# Translators:
7
7
# Alpha Du <alphanow@gmail.com>, 2021
8
8
# WH-2099 <wh2099@outlook.com>, 2023
9
- # Freesand Leo <yuqinju@163.com>, 2025
10
9
# 汇民 王 <whuim@qq.com>, 2025
10
+ # Freesand Leo <yuqinju@163.com>, 2025
11
11
#
12
12
#, fuzzy
13
13
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
16
16
"Report-Msgid-Bugs-To : \n "
17
17
"POT-Creation-Date : 2025-07-11 14:21+0000\n "
18
18
"PO-Revision-Date : 2021-06-28 01:05+0000\n "
19
- "Last-Translator : 汇民 王 <whuim@qq .com>, 2025\n "
19
+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2025\n "
20
20
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
21
21
"MIME-Version : 1.0\n "
22
22
"Content-Type : text/plain; charset=UTF-8\n "
@@ -311,15 +311,15 @@ msgstr ""
311
311
msgid ""
312
312
"The optional *name* and *obj* keyword-only arguments set the corresponding "
313
313
"attributes:"
314
- msgstr ""
314
+ msgstr "可选的 *name* 和 *obj* 仅限关键字参数设置相应的属性: "
315
315
316
316
#: ../../library/exceptions.rst:212
317
317
msgid "The name of the attribute that was attempted to be accessed."
318
- msgstr ""
318
+ msgstr "尝试访问的属性的名称。 "
319
319
320
320
#: ../../library/exceptions.rst:216
321
321
msgid "The object that was accessed for the named attribute."
322
- msgstr ""
322
+ msgstr "针对指定属性被访问的对象。 "
323
323
324
324
#: ../../library/exceptions.rst:218
325
325
msgid "Added the :attr:`name` and :attr:`obj` attributes."
@@ -332,6 +332,8 @@ msgid ""
332
332
":meth:`io.IOBase.readline` methods return an empty string when they hit "
333
333
"EOF.)"
334
334
msgstr ""
335
+ "当 :func:`input` 函数未读取任何数据即达到文件结束条件(EOF)时被引发。 (注意: :meth:`!io.IOBase.read` 和 "
336
+ ":meth:`io.IOBase.readline` 方法在遇到 EOF 时将返回一个空字符串。)"
335
337
336
338
#: ../../library/exceptions.rst:230
337
339
msgid "Not currently used."
@@ -444,11 +446,11 @@ msgstr "当某个局部或全局名称未找到时将被引发。 此异常仅
444
446
445
447
#: ../../library/exceptions.rst:321
446
448
msgid "The optional *name* keyword-only argument sets the attribute:"
447
- msgstr ""
449
+ msgstr "可选的 *name* 仅限关键字参数设置该属性: "
448
450
449
451
#: ../../library/exceptions.rst:325
450
452
msgid "The name of the variable that was attempted to be accessed."
451
- msgstr ""
453
+ msgstr "尝试访问的变量的名称。 "
452
454
453
455
#: ../../library/exceptions.rst:327
454
456
msgid "Added the :attr:`name` attribute."
@@ -542,6 +544,8 @@ msgid ""
542
544
" formatted by the C functions :c:func:`!perror` under POSIX, and "
543
545
":c:func:`!FormatMessage` under Windows."
544
546
msgstr ""
547
+ "由操作系统提供的相应错误消息。 它在 POSIX 平台上由 C 函数 :c:func:`!perror` 进行格式化,而在 Windows 下则是由 "
548
+ ":c:func:`!FormatMessage` 进行。"
545
549
546
550
#: ../../library/exceptions.rst:399
547
551
msgid ""
@@ -561,6 +565,9 @@ msgid ""
561
565
":exc:`socket.error`, :exc:`select.error` and :exc:`!mmap.error` have been "
562
566
"merged into :exc:`OSError`, and the constructor may return a subclass."
563
567
msgstr ""
568
+ ":exc:`EnvironmentError`, :exc:`IOError`, :exc:`WindowsError`, "
569
+ ":exc:`socket.error`, :exc:`select.error` 和 :exc:`!mmap.error` 已并合并到 "
570
+ ":exc:`OSError`,而构造器可能返回一个子类。"
564
571
565
572
#: ../../library/exceptions.rst:412
566
573
msgid ""
0 commit comments