|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 |
| -# Copyright (C) 2001-2024, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2025, 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 | # SKY H. <sky19960802@gmail.com>, 2018
|
8 | 8 | # Alpha Du <alphanow@gmail.com>, 2019
|
9 |
| -# Freesand Leo <yuqinju@163.com>, 2021 |
10 | 9 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
|
| 10 | +# Freesand Leo <yuqinju@163.com>, 2025 |
11 | 11 | #
|
12 | 12 | #, fuzzy
|
13 | 13 | msgid ""
|
14 | 14 | msgstr ""
|
15 | 15 | "Project-Id-Version: Python 3.9\n"
|
16 | 16 | "Report-Msgid-Bugs-To: \n"
|
17 |
| -"POT-Creation-Date: 2024-08-03 21:31+0000\n" |
| 17 | +"POT-Creation-Date: 2025-05-23 17:18+0000\n" |
18 | 18 | "PO-Revision-Date: 2017-02-16 23:06+0000\n"
|
19 |
| -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
| 19 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n" |
20 | 20 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
21 | 21 | "MIME-Version: 1.0\n"
|
22 | 22 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -1272,8 +1272,8 @@ msgid ""
|
1272 | 1272 | "opcodes which don't use their argument and those that do (``< "
|
1273 | 1273 | "HAVE_ARGUMENT`` and ``>= HAVE_ARGUMENT``, respectively)."
|
1274 | 1274 | msgstr ""
|
1275 |
| -"这不是一个真正的操作码。 它用于标明使用参数和不使用参数的操作码 (分别为 ``< HAVE_ARGUMENT`` 和 ``>= " |
1276 |
| -"HAVE_ARGUMENT``) 之间的分隔线。" |
| 1275 | +"这不是一个真正的操作码。 它用于标明不使用参数和使用参数的操作码 (分别为 ``< HAVE_ARGUMENT`` 和 ``>= " |
| 1276 | +"HAVE_ARGUMENT``) 之间的分隔。" |
1277 | 1277 |
|
1278 | 1278 | #: ../../library/dis.rst:1198
|
1279 | 1279 | msgid ""
|
|
0 commit comments