@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.12\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-04-11 14:54 +0000\n "
14+ "POT-Creation-Date :2025-04-18 14:52 +0000\n "
1515"PO-Revision-Date :2024-05-11 00:33+0000\n "
1616"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team :Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -87,203 +87,203 @@ msgstr ""
8787
8888#: ../../library/cmath.rst:42
8989msgid "**Conversions to and from polar coordinates**"
90- msgstr ""
90+ msgstr "**针对极坐标的转换** "
9191
9292#: ../../library/cmath.rst:44
9393msgid ":func:`phase(z) <phase>`"
94- msgstr ""
94+ msgstr ":func:`phase(z) <phase>` "
9595
9696#: ../../library/cmath.rst:44
9797msgid "Return the phase of *z*"
98- msgstr ""
98+ msgstr "返回 *z* 的相位 "
9999
100100#: ../../library/cmath.rst:45
101101msgid ":func:`polar(z) <polar>`"
102- msgstr ""
102+ msgstr ":func:`polar(z) <polar>` "
103103
104104#: ../../library/cmath.rst:45
105105msgid "Return the representation of *z* in polar coordinates"
106- msgstr ""
106+ msgstr "返回 *z* 的极坐标表示形式 "
107107
108108#: ../../library/cmath.rst:46
109109msgid ":func:`rect(r, phi) <rect>`"
110- msgstr ""
110+ msgstr ":func:`rect(r, phi) <rect>` "
111111
112112#: ../../library/cmath.rst:46
113113msgid "Return the complex number *z* with polar coordinates *r* and *phi*"
114- msgstr ""
114+ msgstr "返回复数 *z* 的极坐标值 *r* 和 *phi* "
115115
116116#: ../../library/cmath.rst:48
117117msgid "**Power and logarithmic functions**"
118- msgstr ""
118+ msgstr "**幂函数与对数函数** "
119119
120120#: ../../library/cmath.rst:50
121121msgid ":func:`exp(z) <exp>`"
122- msgstr ""
122+ msgstr ":func:`exp(z) <exp>` "
123123
124124#: ../../library/cmath.rst:50
125125msgid "Return *e* raised to the power *z*"
126- msgstr ""
126+ msgstr "返回 *e* 的 *z* 次幂 "
127127
128128#: ../../library/cmath.rst:51
129129msgid ":func:`log(z[, base]) <log>`"
130- msgstr ""
130+ msgstr ":func:`log(z[, base]) <log>` "
131131
132132#: ../../library/cmath.rst:51
133133msgid "Return the logarithm of *z* to the given *base* (*e* by default)"
134- msgstr ""
134+ msgstr "返回 *z* 的指定底数 *base* (默认为 *e*) 的对数 "
135135
136136#: ../../library/cmath.rst:52
137137msgid ":func:`log10(z) <log10>`"
138- msgstr ""
138+ msgstr ":func:`log10(z) <log10>` "
139139
140140#: ../../library/cmath.rst:52
141141msgid "Return the base-10 logarithm of *z*"
142- msgstr ""
142+ msgstr "返回 *z* 的以 10 为底的对数 "
143143
144144#: ../../library/cmath.rst:53
145145msgid ":func:`sqrt(z) <sqrt>`"
146- msgstr ""
146+ msgstr ":func:`sqrt(z) <sqrt>` "
147147
148148#: ../../library/cmath.rst:53
149149msgid "Return the square root of *z*"
150- msgstr ""
150+ msgstr "返回 *z* 的平方根 "
151151
152152#: ../../library/cmath.rst:55
153153msgid "**Trigonometric functions**"
154154msgstr "**三角函数**"
155155
156156#: ../../library/cmath.rst:57
157157msgid ":func:`acos(z) <acos>`"
158- msgstr ""
158+ msgstr ":func:`acos(z) <acos>` "
159159
160160#: ../../library/cmath.rst:57
161161msgid "Return the arc cosine of *z*"
162- msgstr ""
162+ msgstr "返回 *z* 的反余弦 "
163163
164164#: ../../library/cmath.rst:58
165165msgid ":func:`asin(z) <asin>`"
166- msgstr ""
166+ msgstr ":func:`asin(z) <asin>` "
167167
168168#: ../../library/cmath.rst:58
169169msgid "Return the arc sine of *z*"
170- msgstr ""
170+ msgstr "返回 *z* 的反正弦 "
171171
172172#: ../../library/cmath.rst:59
173173msgid ":func:`atan(z) <atan>`"
174- msgstr ""
174+ msgstr ":func:`atan(z) <atan>` "
175175
176176#: ../../library/cmath.rst:59
177177msgid "Return the arc tangent of *z*"
178- msgstr ""
178+ msgstr "返回 *z* 的反正切 "
179179
180180#: ../../library/cmath.rst:60
181181msgid ":func:`cos(z) <cos>`"
182- msgstr ""
182+ msgstr ":func:`cos(z) <cos>` "
183183
184184#: ../../library/cmath.rst:60
185185msgid "Return the cosine of *z*"
186- msgstr ""
186+ msgstr "返回 *z* 的余弦 "
187187
188188#: ../../library/cmath.rst:61
189189msgid ":func:`sin(z) <sin>`"
190- msgstr ""
190+ msgstr ":func:`sin(z) <sin>` "
191191
192192#: ../../library/cmath.rst:61
193193msgid "Return the sine of *z*"
194- msgstr ""
194+ msgstr "返回 *z* 的正弦 "
195195
196196#: ../../library/cmath.rst:62
197197msgid ":func:`tan(z) <tan>`"
198- msgstr ""
198+ msgstr ":func:`tan(z) <tan>` "
199199
200200#: ../../library/cmath.rst:62
201201msgid "Return the tangent of *z*"
202- msgstr ""
202+ msgstr "返回 *z* 的正切 "
203203
204204#: ../../library/cmath.rst:64
205205msgid "**Hyperbolic functions**"
206206msgstr "**双曲函数**"
207207
208208#: ../../library/cmath.rst:66
209209msgid ":func:`acosh(z) <acosh>`"
210- msgstr ""
210+ msgstr ":func:`acosh(z) <acosh>` "
211211
212212#: ../../library/cmath.rst:66
213213msgid "Return the inverse hyperbolic cosine of *z*"
214- msgstr ""
214+ msgstr "返回 *z* 的反双曲余弦 "
215215
216216#: ../../library/cmath.rst:67
217217msgid ":func:`asinh(z) <asinh>`"
218- msgstr ""
218+ msgstr ":func:`asinh(z) <asinh>` "
219219
220220#: ../../library/cmath.rst:67
221221msgid "Return the inverse hyperbolic sine of *z*"
222- msgstr ""
222+ msgstr "返回 *z* 的反双曲正弦 "
223223
224224#: ../../library/cmath.rst:68
225225msgid ":func:`atanh(z) <atanh>`"
226- msgstr ""
226+ msgstr ":func:`atanh(z) <atanh>` "
227227
228228#: ../../library/cmath.rst:68
229229msgid "Return the inverse hyperbolic tangent of *z*"
230- msgstr ""
230+ msgstr "返回 *z* 反双曲正切 "
231231
232232#: ../../library/cmath.rst:69
233233msgid ":func:`cosh(z) <cosh>`"
234- msgstr ""
234+ msgstr ":func:`cosh(z) <cosh>` "
235235
236236#: ../../library/cmath.rst:69
237237msgid "Return the hyperbolic cosine of *z*"
238- msgstr ""
238+ msgstr "返回 *z* 的双曲余弦 "
239239
240240#: ../../library/cmath.rst:70
241241msgid ":func:`sinh(z) <sinh>`"
242- msgstr ""
242+ msgstr ":func:`sinh(z) <sinh>` "
243243
244244#: ../../library/cmath.rst:70
245245msgid "Return the hyperbolic sine of *z*"
246- msgstr ""
246+ msgstr "返回 *z* 的双曲正弦 "
247247
248248#: ../../library/cmath.rst:71
249249msgid ":func:`tanh(z) <tanh>`"
250- msgstr ""
250+ msgstr ":func:`tanh(z) <tanh>` "
251251
252252#: ../../library/cmath.rst:71
253253msgid "Return the hyperbolic tangent of *z*"
254- msgstr ""
254+ msgstr "返回 *z* 的双曲正切 "
255255
256256#: ../../library/cmath.rst:73
257257msgid "**Classification functions**"
258- msgstr ""
258+ msgstr "**分类函数** "
259259
260260#: ../../library/cmath.rst:75
261261msgid ":func:`isfinite(z) <isfinite>`"
262- msgstr ""
262+ msgstr ":func:`isfinite(z) <isfinite>` "
263263
264264#: ../../library/cmath.rst:75
265265msgid "Check if all components of *z* are finite"
266- msgstr ""
266+ msgstr "检测是否 *z* 的所有部分均为有限值 "
267267
268268#: ../../library/cmath.rst:76
269269msgid ":func:`isinf(z) <isinf>`"
270- msgstr ""
270+ msgstr ":func:`isinf(z) <isinf>` "
271271
272272#: ../../library/cmath.rst:76
273273msgid "Check if any component of *z* is infinite"
274- msgstr ""
274+ msgstr "检测是否 *z* 的每个部分均为无穷大 "
275275
276276#: ../../library/cmath.rst:77
277277msgid ":func:`isnan(z) <isnan>`"
278- msgstr ""
278+ msgstr ":func:`isnan(z) <isnan>` "
279279
280280#: ../../library/cmath.rst:77
281281msgid "Check if any component of *z* is a NaN"
282- msgstr ""
282+ msgstr "检测是否 *z* 的每个部分均为 NaN "
283283
284284#: ../../library/cmath.rst:78
285285msgid ":func:`isclose(a, b, *, rel_tol, abs_tol) <isclose>`"
286- msgstr ""
286+ msgstr ":func:`isclose(a, b, *, rel_tol, abs_tol) <isclose>` "
287287
288288#: ../../library/cmath.rst:78
289289msgid "Check if the values *a* and *b* are close to each other"
@@ -327,11 +327,11 @@ msgstr "正无穷"
327327
328328#: ../../library/cmath.rst:86
329329msgid ":data:`infj`"
330- msgstr ""
330+ msgstr ":data:`infj` "
331331
332332#: ../../library/cmath.rst:86
333333msgid "Pure imaginary infinity"
334- msgstr ""
334+ msgstr "纯虚部无穷 "
335335
336336#: ../../library/cmath.rst:87
337337msgid ":data:`nan`"
@@ -343,11 +343,11 @@ msgstr "\"非数字\" (NaN)"
343343
344344#: ../../library/cmath.rst:88
345345msgid ":data:`nanj`"
346- msgstr ""
346+ msgstr ":data:`nanj` "
347347
348348#: ../../library/cmath.rst:88
349349msgid "Pure imaginary NaN"
350- msgstr ""
350+ msgstr "纯实部 NaN "
351351
352352#: ../../library/cmath.rst:93
353353msgid "Conversions to and from polar coordinates"