Skip to content

Commit d84e9f3

Browse files
sync with cpython 0cc71cd8
1 parent c4fe5be commit d84e9f3

3 files changed

Lines changed: 658 additions & 541 deletions

File tree

c-api/unicode.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-04-10 00:23+0000\n"
11+
"POT-Creation-Date: 2026-05-10 00:33+0000\n"
1212
"PO-Revision-Date: 2018-05-23 14:08+0000\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1021,10 +1021,11 @@ msgid ""
10211021
msgstr ""
10221022

10231023
#: ../../c-api/unicode.rst:752
1024+
#, fuzzy
10241025
msgid ""
1025-
"Return the number of written character, or return ``-1`` and raise an "
1026+
"Return the number of written characters, or return ``-1`` and raise an "
10261027
"exception on error."
1027-
msgstr ""
1028+
msgstr "成功時回傳字元,發生錯誤時設定例外並回傳 ``-1``。"
10281029

10291030
#: ../../c-api/unicode.rst:761
10301031
msgid ""
@@ -1463,7 +1464,8 @@ msgid ""
14631464
msgstr ""
14641465

14651466
#: ../../c-api/unicode.rst:1163 ../../c-api/unicode.rst:1185
1466-
msgid "The return type is now ``const char *`` rather of ``char *``."
1467+
#, fuzzy
1468+
msgid "The return type is now ``const char *`` rather than ``char *``."
14671469
msgstr "回傳型別現在是 ``const char *`` 而不是 ``char *``。"
14681470

14691471
#: ../../c-api/unicode.rst:1166

0 commit comments

Comments
 (0)