|
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.10\n" |
13 | 14 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2025-09-23 17:01+0000\n" |
| 15 | +"POT-Creation-Date: 2026-01-31 17:24+0000\n" |
15 | 16 | "PO-Revision-Date: 2025-09-22 15:59+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" |
@@ -2196,6 +2197,9 @@ msgid "" |
2196 | 2197 | " If either option is used with Python 2.6, the interpreter will report that" |
2197 | 2198 | " the option isn't currently used." |
2198 | 2199 | msgstr "" |
| 2200 | +"有两个命令行选项被保留给其他 Python 实现来使用。 :option:`-J` 开关被保留给 Jython 用于 Jython " |
| 2201 | +"专属的选项,如传递给底层 JVM 的开关。 :option:`-X` 被保留用于特定 Python 实现如 CPython, Jython 或 " |
| 2202 | +"IronPython 专属的选项。 如果其中某个选项被用于 Python 2.6,解释器将报告该选项当前未被使用。" |
2199 | 2203 |
|
2200 | 2204 | #: ../../whatsnew/2.6.rst:1762 |
2201 | 2205 | msgid "" |
|
0 commit comments