1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2023 , Python Software Foundation
2
+ # Copyright (C) 2001-2024 , 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
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
8
+ # Freesand Leo <yuqinju@163.com>, 2024
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 :2023-07 -2903:05 +0000\n "
15
+ "POT-Creation-Date :2024-11 -2916:02 +0000\n "
15
16
"PO-Revision-Date :2022-11-05 17:22+0000\n "
16
- "Last-Translator :Rafael Fontenelle <rffontenelle@gmail .com>,2023 \n "
17
+ "Last-Translator :Freesand Leo <yuqinju@163 .com>,2024 \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 "
@@ -534,7 +535,7 @@ msgstr "``'+'``"
534
535
msgid ""
535
536
"indicates that a sign should be used for both positive as well as negative "
536
537
"numbers."
537
- msgstr "表示标志应该用于正数和负数 。"
538
+ msgstr "表示正负号应该用于正数和负数 。"
538
539
539
540
#: ../../library/string.rst:376
540
541
msgid "``'-'``"
@@ -544,7 +545,7 @@ msgstr "``'-'``"
544
545
msgid ""
545
546
"indicates that a sign should be used only for negative numbers (this is the "
546
547
"default behavior)."
547
- msgstr "表示标志应仅用于负数 (这是默认行为)。"
548
+ msgstr "表示正负号应仅用于负数 (这是默认行为)。"
548
549
549
550
#: ../../library/string.rst:379
550
551
msgid "space"
@@ -554,7 +555,7 @@ msgstr "space"
554
555
msgid ""
555
556
"indicates that a leading space should be used on positive numbers, and a "
556
557
"minus sign on negative numbers."
557
- msgstr "表示应在正数上使用前导空格,在负数上使用减号 。"
558
+ msgstr "表示应在正数上使用前导空格,在负数上使用负号 。"
558
559
559
560
#: ../../library/string.rst:386
560
561
msgid ""