|
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 | | -# Freesand Leo <[email protected]>, 2023 |
8 | 7 | # Rafael Fontenelle <[email protected]>, 2023 |
| 8 | +# Freesand Leo <[email protected]>, 2024 |
9 | 9 | # |
10 | 10 | #, fuzzy |
11 | 11 | msgid "" |
12 | 12 | msgstr "" |
13 | 13 | "Project-Id-Version: Python 3.11\n" |
14 | 14 | "Report-Msgid-Bugs-To: \n" |
15 | | -"POT-Creation-Date: 2023-10-27 15:22+0000\n" |
| 15 | +"POT-Creation-Date: 2024-01-12 16:53+0000\n" |
16 | 16 | "PO-Revision-Date: 2023-05-24 03:55+0000\n" |
17 | | -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n" |
| 17 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
18 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
19 | 19 | "MIME-Version: 1.0\n" |
20 | 20 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -471,7 +471,7 @@ msgid "" |
471 | 471 | "with format :samp:`\\\\x{hh}`. Implemented in " |
472 | 472 | ":func:`backslashreplace_errors`." |
473 | 473 | msgstr "" |
474 | | -"用反斜杠转义序列来替换。 在编码时,使用格式为:samp:`\\\\x{hh}` :samp:`\\\\u{xxxx}` " |
| 474 | +"用反斜杠转义序列来替换。 在编码时,使用格式为 :samp:`\\\\x{hh}` :samp:`\\\\u{xxxx}` " |
475 | 475 | ":samp:`\\\\U{xxxxxxxx}` 的 Unicode 码位十六进制表示形式。 在解码时,使用格式为 :samp:`\\\\x{hh}` " |
476 | 476 | "的字节值十六进制表示形式。 在 :func:`backslashreplace_errors` 中实现。" |
477 | 477 |
|
|
0 commit comments