|
1 | 1 | # SOME DESCRIPTIVE TITLE. |
2 | | -# Copyright (C) 2001-2025, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2026, 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 | 7 | # python-doc bot, 2025 |
| 8 | +# Freesand Leo <[email protected]>, 2026 |
8 | 9 | # |
9 | 10 | #, fuzzy |
10 | 11 | msgid "" |
11 | 12 | msgstr "" |
12 | 13 | "Project-Id-Version: Python 3.11\n" |
13 | 14 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2025-09-23 16:19+0000\n" |
| 15 | +"POT-Creation-Date: 2026-01-31 16:33+0000\n" |
15 | 16 | "PO-Revision-Date: 2025-09-22 16:51+0000\n" |
16 | | -"Last-Translator: python-doc bot, 2025\n" |
| 17 | +" Last-Translator: Freesand Leo <[email protected]>, 2026\n" |
17 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
18 | 19 | "MIME-Version: 1.0\n" |
19 | 20 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -2248,6 +2249,9 @@ msgid "" |
2248 | 2249 | " If either option is used with Python 2.6, the interpreter will report that" |
2249 | 2250 | " the option isn't currently used." |
2250 | 2251 | msgstr "" |
| 2252 | +"有两个命令行选项被保留给其他 Python 实现来使用。 :option:`-J` 开关被保留给 Jython 用于 Jython " |
| 2253 | +"专属的选项,如传递给底层 JVM 的开关。 :option:`-X` 被保留用于特定 Python 实现如 CPython, Jython 或 " |
| 2254 | +"IronPython 专属的选项。 如果其中某个选项被用于 Python 2.6,解释器将报告该选项当前未被使用。" |
2251 | 2255 |
|
2252 | 2256 | #: ../../whatsnew/2.6.rst:1757 |
2253 | 2257 | msgid "" |
|
0 commit comments