|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 |
| -# Copyright (C) 2001-2023, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2024, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package.
|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 | 5 | #
|
6 | 6 | # Translators:
|
7 | 7 | # Rafael Fontenelle <[email protected]>, 2023
|
| 8 | +# Freesand Leo <[email protected]>, 2024 |
8 | 9 | #
|
9 | 10 | #, fuzzy
|
10 | 11 | msgid ""
|
11 | 12 | msgstr ""
|
12 | 13 | "Project-Id-Version: Python 3.10\n"
|
13 | 14 | "Report-Msgid-Bugs-To: \n"
|
14 |
| -"POT-Creation-Date: 2023-07-29 03:05+0000\n" |
| 15 | +"POT-Creation-Date: 2024-02-09 18:46+0000\n" |
15 | 16 | "PO-Revision-Date: 2022-11-05 17:22+0000\n"
|
16 |
| -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n" |
| 17 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
17 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
18 | 19 | "MIME-Version: 1.0\n"
|
19 | 20 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -71,7 +72,7 @@ msgid ""
|
71 | 72 | "the *fsrc* object is not 0, only the contents from the current file position"
|
72 | 73 | " to the end of the file will be copied."
|
73 | 74 | msgstr ""
|
74 |
| -"将文件类对象 *fsrc* 的内容拷贝到文件类对象 *fdst*。 整数值 *length* 如果给出则为缓冲区大小。 特别地, *length* " |
| 75 | +"将文件型对象 *fsrc* 的内容拷贝到文件型对象 *fdst*。 整数值 *length* 如果给出则为缓冲区大小。 特别地, *length* " |
75 | 76 | "为负值表示拷贝数据时不对源数据进行分块循环处理;默认情况下会分块读取数据以避免不受控制的内存消耗。 请注意如果 *fsrc* 对象的当前文件位置不为 "
|
76 | 77 | "0,则只有从当前文件位置到文件末尾的内容会被拷贝。"
|
77 | 78 |
|
|
0 commit comments