|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.11\n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2022-10-31 08:13+0000\n" |
| 10 | +"POT-Creation-Date: 2023-02-13 00:17+0000\n" |
11 | 11 | "PO-Revision-Date: 2018-05-23 14:40+0000\n"
|
12 | 12 | "Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -423,10 +423,10 @@ msgstr "``'surrogateescape'``"
|
423 | 423 |
|
424 | 424 | #: ../../library/codecs.rst:354
|
425 | 425 | msgid ""
|
426 |
| -"On decoding, replace byte with individual surrogate code ranging from ``U" |
427 |
| -"+DC80`` to ``U+DCFF``. This code will then be turned back into the same byte " |
428 |
| -"when the ``'surrogateescape'`` error handler is used when encoding the data. " |
429 |
| -"(See :pep:`383` for more.)" |
| 426 | +"On decoding, replace byte with individual surrogate code ranging from " |
| 427 | +"``U+DC80`` to ``U+DCFF``. This code will then be turned back into the same " |
| 428 | +"byte when the ``'surrogateescape'`` error handler is used when encoding the " |
| 429 | +"data. (See :pep:`383` for more.)" |
430 | 430 | msgstr ""
|
431 | 431 |
|
432 | 432 | #: ../../library/codecs.rst:368
|
@@ -591,8 +591,8 @@ msgstr ""
|
591 | 591 | #: ../../library/codecs.rst:479
|
592 | 592 | msgid ""
|
593 | 593 | "Malformed data is replaced by a backslashed escape sequence. On encoding, "
|
594 |
| -"use the hexadecimal form of Unicode code point with formats ``\\xhh`` ``" |
595 |
| -"\\uxxxx`` ``\\Uxxxxxxxx``. On decoding, use the hexadecimal form of byte " |
| 594 | +"use the hexadecimal form of Unicode code point with formats ``\\xhh`` " |
| 595 | +"``\\uxxxx`` ``\\Uxxxxxxxx``. On decoding, use the hexadecimal form of byte " |
596 | 596 | "value with format ``\\xhh``."
|
597 | 597 | msgstr ""
|
598 | 598 |
|
@@ -1151,8 +1151,8 @@ msgstr ""
|
1151 | 1151 |
|
1152 | 1152 | #: ../../library/codecs.rst:923
|
1153 | 1153 | msgid ""
|
1154 |
| -"Strings are stored internally as sequences of code points in range ``U" |
1155 |
| -"+0000``--``U+10FFFF``. (See :pep:`393` for more details about the " |
| 1154 | +"Strings are stored internally as sequences of code points in range " |
| 1155 | +"``U+0000``--``U+10FFFF``. (See :pep:`393` for more details about the " |
1156 | 1156 | "implementation.) Once a string object is used outside of CPU and memory, "
|
1157 | 1157 | "endianness and how these arrays are stored as bytes become an issue. As with "
|
1158 | 1158 | "other codecs, serialising a string into a sequence of bytes is known as "
|
@@ -2654,7 +2654,7 @@ msgstr ""
|
2654 | 2654 | msgid "This module implements the ANSI codepage (CP_ACP)."
|
2655 | 2655 | msgstr ""
|
2656 | 2656 |
|
2657 |
| -#: ../../library/codecs.rst:1535 |
| 2657 | +#: ../../library/codecs.rst:1534 |
2658 | 2658 | msgid ":ref:`Availability <availability>`: Windows."
|
2659 | 2659 | msgstr ":ref:`適用 <availability>`:Windows。"
|
2660 | 2660 |
|
|
0 commit comments