11
11
# 8af080f2e6702c64bedd01873aed27e8_25aec74 <fd99d14239138a1f987c22e7736dde81_777475>, 2019
12
12
# ppcfish <ppcfish@gmail.com>, 2019
13
13
# Yuwei Tu <yt1209@nyu.edu>, 2019
14
- # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
15
14
# Freesand Leo <yuqinju@163.com>, 2024
15
+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
16
16
#
17
17
#, fuzzy
18
18
msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version :Python 3.9\n "
21
21
"Report-Msgid-Bugs-To :\n "
22
- "POT-Creation-Date :2024-11-29 16:37 +0000\n "
22
+ "POT-Creation-Date :2024-12-27 16:34 +0000\n "
23
23
"PO-Revision-Date :2017-02-16 23:28+0000\n "
24
- "Last-Translator :Freesand Leo <yuqinju@163 .com>, 2024\n "
24
+ "Last-Translator :Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
25
25
"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
26
26
"MIME-Version :1.0\n "
27
27
"Content-Type :text/plain; charset=UTF-8\n "
@@ -541,7 +541,7 @@ msgstr "``'+'``"
541
541
msgid ""
542
542
"indicates that a sign should be used for both positive as well as negative "
543
543
"numbers."
544
- msgstr "表示正负号应该用于正数和负数 。"
544
+ msgstr "表示正负号将同时用于正数与负数,例如 +3 , -1 。"
545
545
546
546
#: ../../library/string.rst:375
547
547
msgid "``'-'``"
@@ -551,7 +551,7 @@ msgstr "``'-'``"
551
551
msgid ""
552
552
"indicates that a sign should be used only for negative numbers (this is the "
553
553
"default behavior)."
554
- msgstr "表示正负号应仅用于负数 (这是默认行为)。"
554
+ msgstr "表示正负号仅用于负数 (这是默认行为),例如 3 , -1 。"
555
555
556
556
#: ../../library/string.rst:378
557
557
msgid "space"