From 0da7f98a452040d34261e9af906bcd83ae9df72a Mon Sep 17 00:00:00 2001 From: lamentxu <1372449351@qq.com> Date: Sat, 28 Jun 2025 10:59:10 +0800 Subject: [PATCH 1/3] Update custominterp.po --- library/custominterp.po | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/library/custominterp.po b/library/custominterp.po index 8d39942bdf..0cb1b50b30 100644 --- a/library/custominterp.po +++ b/library/custominterp.po @@ -3,12 +3,13 @@ # This file is distributed under the same license as the Python package. # # Translators: +# Weilin Du, 2025 msgid "" msgstr "" "Project-Id-Version: Python 3.13\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-06 00:17+0000\n" -"PO-Revision-Date: 2015-12-09 17:51+0000\n" +"PO-Revision-Date: 2025-06-28 10:57+0800\n" "Last-Translator: Liang-Bo Wang \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -17,6 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.0\n" #: ../../library/custominterp.rst:5 msgid "Custom Python Interpreters" @@ -30,6 +32,9 @@ msgid "" "look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, " "used to support compiling a possibly incomplete chunk of Python code.)" msgstr "" +"本章介紹的模塊可用於編寫類似於Python交互式直譯器的介面。如果您需要一個在" +"Python語言基礎上支援某些特殊功能的直譯器,可以參考 :mod:`code` 模塊。(" +" :mod:`codeop` 模塊屬於底層工具,用於支持編譯可能不完整的Python代碼片段。)" #: ../../library/custominterp.rst:13 msgid "The full list of modules described in this chapter is:" From 579edaf282a6129519d06307890073faaa5dcc6c Mon Sep 17 00:00:00 2001 From: lamentxu <1372449351@qq.com> Date: Sat, 28 Jun 2025 10:59:36 +0800 Subject: [PATCH 2/3] Update custominterp.po --- library/custominterp.po | 1 - 1 file changed, 1 deletion(-) diff --git a/library/custominterp.po b/library/custominterp.po index 0cb1b50b30..d1983c08bb 100644 --- a/library/custominterp.po +++ b/library/custominterp.po @@ -18,7 +18,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 3.0\n" #: ../../library/custominterp.rst:5 msgid "Custom Python Interpreters" From 6b749c4cf4b8f91eec16161e89c912e37bbdce32 Mon Sep 17 00:00:00 2001 From: Weilin Du <108666168+LamentXU123@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:40:36 +0800 Subject: [PATCH 3/3] Update library/custominterp.po Co-authored-by: W. H. Wang --- library/custominterp.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/custominterp.po b/library/custominterp.po index d1983c08bb..ddfef2e275 100644 --- a/library/custominterp.po +++ b/library/custominterp.po @@ -31,9 +31,9 @@ msgid "" "look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, " "used to support compiling a possibly incomplete chunk of Python code.)" msgstr "" -"本章介紹的模塊可用於編寫類似於Python交互式直譯器的介面。如果您需要一個在" -"Python語言基礎上支援某些特殊功能的直譯器,可以參考 :mod:`code` 模塊。(" -" :mod:`codeop` 模塊屬於底層工具,用於支持編譯可能不完整的Python代碼片段。)" +"本章介紹的模組可用於編寫類似於 Python 交互式直譯器的介面。如果你需要一個在 " +"Python 語言基礎上支援某些特殊功能的直譯器,可以參考 :mod:`code` 模組。(" +" :mod:`codeop` 模組屬於底層工具,用於支援編譯可能不完整的 Python 程式碼。)" #: ../../library/custominterp.rst:13 msgid "The full list of modules described in this chapter is:"