Skip to content

Commit c652bc1

Browse files
Translate library/custominterp.po (#1071)
* Update custominterp.po * Update custominterp.po * Update library/custominterp.po Co-authored-by: W. H. Wang <mattwang44@gmail.com> --------- Co-authored-by: W. H. Wang <mattwang44@gmail.com>
1 parent b99d2c7 commit c652bc1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

library/custominterp.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6+
# Weilin Du, 2025
67
msgid ""
78
msgstr ""
89
"Project-Id-Version: Python 3.13\n"
910
"Report-Msgid-Bugs-To: \n"
1011
"POT-Creation-Date: 2022-07-06 00:17+0000\n"
11-
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
12+
"PO-Revision-Date: 2025-06-28 10:57+0800\n"
1213
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1314
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1415
"tw)\n"
@@ -30,6 +31,9 @@ msgid ""
3031
"look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, "
3132
"used to support compiling a possibly incomplete chunk of Python code.)"
3233
msgstr ""
34+
"本章介紹的模組可用於編寫類似於 Python 交互式直譯器的介面。如果你需要一個在 "
35+
"Python 語言基礎上支援某些特殊功能的直譯器,可以參考 :mod:`code` 模組。("
36+
" :mod:`codeop` 模組屬於底層工具,用於支援編譯可能不完整的 Python 程式碼。)"
3337

3438
#: ../../library/custominterp.rst:13
3539
msgid "The full list of modules described in this chapter is:"

0 commit comments

Comments
 (0)