Skip to content

Commit 573a7d6

Browse files
[po] auto sync
1 parent 1122815 commit 573a7d6

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.27%", "updated_at": "2025-04-12T09:55:41Z"}
1+
{"translation": "81.33%", "updated_at": "2025-04-12T16:55:43Z"}

library/cmath.po

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -101,195 +101,195 @@ msgstr ":func:`phase(z) <phase>`"
101101

102102
#: ../../library/cmath.rst:44
103103
msgid "Return the phase of *z*"
104-
msgstr ""
104+
msgstr "返回 *z* 的相位"
105105

106106
#: ../../library/cmath.rst:45
107107
msgid ":func:`polar(z) <polar>`"
108-
msgstr ""
108+
msgstr ":func:`polar(z) <polar>`"
109109

110110
#: ../../library/cmath.rst:45
111111
msgid "Return the representation of *z* in polar coordinates"
112-
msgstr ""
112+
msgstr "返回 *z* 的极坐标表示形式"
113113

114114
#: ../../library/cmath.rst:46
115115
msgid ":func:`rect(r, phi) <rect>`"
116-
msgstr ""
116+
msgstr ":func:`rect(r, phi) <rect>`"
117117

118118
#: ../../library/cmath.rst:46
119119
msgid "Return the complex number *z* with polar coordinates *r* and *phi*"
120-
msgstr ""
120+
msgstr "返回复数 *z* 的极坐标值 *r* 和 *phi*"
121121

122122
#: ../../library/cmath.rst:48
123123
msgid "**Power and logarithmic functions**"
124-
msgstr ""
124+
msgstr "**幂函数与对数函数**"
125125

126126
#: ../../library/cmath.rst:50
127127
msgid ":func:`exp(z) <exp>`"
128-
msgstr ""
128+
msgstr ":func:`exp(z) <exp>`"
129129

130130
#: ../../library/cmath.rst:50
131131
msgid "Return *e* raised to the power *z*"
132-
msgstr ""
132+
msgstr "返回 *e* 的 *z* 次幂"
133133

134134
#: ../../library/cmath.rst:51
135135
msgid ":func:`log(z[, base]) <log>`"
136-
msgstr ""
136+
msgstr ":func:`log(z[, base]) <log>`"
137137

138138
#: ../../library/cmath.rst:51
139139
msgid "Return the logarithm of *z* to the given *base* (*e* by default)"
140-
msgstr ""
140+
msgstr "返回 *z* 的指定底数 *base* (默认为 *e*) 的对数"
141141

142142
#: ../../library/cmath.rst:52
143143
msgid ":func:`log10(z) <log10>`"
144-
msgstr ""
144+
msgstr ":func:`log10(z) <log10>`"
145145

146146
#: ../../library/cmath.rst:52
147147
msgid "Return the base-10 logarithm of *z*"
148-
msgstr ""
148+
msgstr "返回 *z* 的以 10 为底的对数"
149149

150150
#: ../../library/cmath.rst:53
151151
msgid ":func:`sqrt(z) <sqrt>`"
152-
msgstr ""
152+
msgstr ":func:`sqrt(z) <sqrt>`"
153153

154154
#: ../../library/cmath.rst:53
155155
msgid "Return the square root of *z*"
156-
msgstr ""
156+
msgstr "返回 *z* 的平方根"
157157

158158
#: ../../library/cmath.rst:55
159159
msgid "**Trigonometric functions**"
160160
msgstr "**三角函数**"
161161

162162
#: ../../library/cmath.rst:57
163163
msgid ":func:`acos(z) <acos>`"
164-
msgstr ""
164+
msgstr ":func:`acos(z) <acos>`"
165165

166166
#: ../../library/cmath.rst:57
167167
msgid "Return the arc cosine of *z*"
168-
msgstr ""
168+
msgstr "返回 *z* 的反余弦"
169169

170170
#: ../../library/cmath.rst:58
171171
msgid ":func:`asin(z) <asin>`"
172-
msgstr ""
172+
msgstr ":func:`asin(z) <asin>`"
173173

174174
#: ../../library/cmath.rst:58
175175
msgid "Return the arc sine of *z*"
176-
msgstr ""
176+
msgstr "返回 *z* 的反正弦"
177177

178178
#: ../../library/cmath.rst:59
179179
msgid ":func:`atan(z) <atan>`"
180-
msgstr ""
180+
msgstr ":func:`atan(z) <atan>`"
181181

182182
#: ../../library/cmath.rst:59
183183
msgid "Return the arc tangent of *z*"
184-
msgstr ""
184+
msgstr "返回 *z* 的反正切"
185185

186186
#: ../../library/cmath.rst:60
187187
msgid ":func:`cos(z) <cos>`"
188-
msgstr ""
188+
msgstr ":func:`cos(z) <cos>`"
189189

190190
#: ../../library/cmath.rst:60
191191
msgid "Return the cosine of *z*"
192-
msgstr ""
192+
msgstr "返回 *z* 的余弦"
193193

194194
#: ../../library/cmath.rst:61
195195
msgid ":func:`sin(z) <sin>`"
196-
msgstr ""
196+
msgstr ":func:`sin(z) <sin>`"
197197

198198
#: ../../library/cmath.rst:61
199199
msgid "Return the sine of *z*"
200-
msgstr ""
200+
msgstr "返回 *z* 的正弦"
201201

202202
#: ../../library/cmath.rst:62
203203
msgid ":func:`tan(z) <tan>`"
204-
msgstr ""
204+
msgstr ":func:`tan(z) <tan>`"
205205

206206
#: ../../library/cmath.rst:62
207207
msgid "Return the tangent of *z*"
208-
msgstr ""
208+
msgstr "返回 *z* 的正切"
209209

210210
#: ../../library/cmath.rst:64
211211
msgid "**Hyperbolic functions**"
212212
msgstr "**双曲函数**"
213213

214214
#: ../../library/cmath.rst:66
215215
msgid ":func:`acosh(z) <acosh>`"
216-
msgstr ""
216+
msgstr ":func:`acosh(z) <acosh>`"
217217

218218
#: ../../library/cmath.rst:66
219219
msgid "Return the inverse hyperbolic cosine of *z*"
220-
msgstr ""
220+
msgstr "返回 *z* 的反双曲余弦"
221221

222222
#: ../../library/cmath.rst:67
223223
msgid ":func:`asinh(z) <asinh>`"
224-
msgstr ""
224+
msgstr ":func:`asinh(z) <asinh>`"
225225

226226
#: ../../library/cmath.rst:67
227227
msgid "Return the inverse hyperbolic sine of *z*"
228-
msgstr ""
228+
msgstr "返回 *z* 的反双曲正弦"
229229

230230
#: ../../library/cmath.rst:68
231231
msgid ":func:`atanh(z) <atanh>`"
232-
msgstr ""
232+
msgstr ":func:`atanh(z) <atanh>`"
233233

234234
#: ../../library/cmath.rst:68
235235
msgid "Return the inverse hyperbolic tangent of *z*"
236-
msgstr ""
236+
msgstr "返回 *z* 反双曲正切"
237237

238238
#: ../../library/cmath.rst:69
239239
msgid ":func:`cosh(z) <cosh>`"
240-
msgstr ""
240+
msgstr ":func:`cosh(z) <cosh>`"
241241

242242
#: ../../library/cmath.rst:69
243243
msgid "Return the hyperbolic cosine of *z*"
244-
msgstr ""
244+
msgstr "返回 *z* 的双曲余弦"
245245

246246
#: ../../library/cmath.rst:70
247247
msgid ":func:`sinh(z) <sinh>`"
248-
msgstr ""
248+
msgstr ":func:`sinh(z) <sinh>`"
249249

250250
#: ../../library/cmath.rst:70
251251
msgid "Return the hyperbolic sine of *z*"
252-
msgstr ""
252+
msgstr "返回 *z* 的双曲正弦"
253253

254254
#: ../../library/cmath.rst:71
255255
msgid ":func:`tanh(z) <tanh>`"
256-
msgstr ""
256+
msgstr ":func:`tanh(z) <tanh>`"
257257

258258
#: ../../library/cmath.rst:71
259259
msgid "Return the hyperbolic tangent of *z*"
260-
msgstr ""
260+
msgstr "返回 *z* 的双曲正切"
261261

262262
#: ../../library/cmath.rst:73
263263
msgid "**Classification functions**"
264-
msgstr ""
264+
msgstr "**分类函数**"
265265

266266
#: ../../library/cmath.rst:75
267267
msgid ":func:`isfinite(z) <isfinite>`"
268-
msgstr ""
268+
msgstr ":func:`isfinite(z) <isfinite>`"
269269

270270
#: ../../library/cmath.rst:75
271271
msgid "Check if all components of *z* are finite"
272-
msgstr ""
272+
msgstr "检测是否 *z* 的所有部分均为有限值"
273273

274274
#: ../../library/cmath.rst:76
275275
msgid ":func:`isinf(z) <isinf>`"
276-
msgstr ""
276+
msgstr ":func:`isinf(z) <isinf>`"
277277

278278
#: ../../library/cmath.rst:76
279279
msgid "Check if any component of *z* is infinite"
280-
msgstr ""
280+
msgstr "检测是否 *z* 的每个部分均为无穷大"
281281

282282
#: ../../library/cmath.rst:77
283283
msgid ":func:`isnan(z) <isnan>`"
284-
msgstr ""
284+
msgstr ":func:`isnan(z) <isnan>`"
285285

286286
#: ../../library/cmath.rst:77
287287
msgid "Check if any component of *z* is a NaN"
288-
msgstr ""
288+
msgstr "检测是否 *z* 的每个部分均为 NaN"
289289

290290
#: ../../library/cmath.rst:78
291291
msgid ":func:`isclose(a, b, *, rel_tol, abs_tol) <isclose>`"
292-
msgstr ""
292+
msgstr ":func:`isclose(a, b, *, rel_tol, abs_tol) <isclose>`"
293293

294294
#: ../../library/cmath.rst:78
295295
msgid "Check if the values *a* and *b* are close to each other"
@@ -333,11 +333,11 @@ msgstr "正无穷"
333333

334334
#: ../../library/cmath.rst:86
335335
msgid ":data:`infj`"
336-
msgstr ""
336+
msgstr ":data:`infj`"
337337

338338
#: ../../library/cmath.rst:86
339339
msgid "Pure imaginary infinity"
340-
msgstr ""
340+
msgstr "纯虚部无穷"
341341

342342
#: ../../library/cmath.rst:87
343343
msgid ":data:`nan`"
@@ -349,11 +349,11 @@ msgstr "\"非数字\" (NaN)"
349349

350350
#: ../../library/cmath.rst:88
351351
msgid ":data:`nanj`"
352-
msgstr ""
352+
msgstr ":data:`nanj`"
353353

354354
#: ../../library/cmath.rst:88
355355
msgid "Pure imaginary NaN"
356-
msgstr ""
356+
msgstr "纯实部 NaN"
357357

358358
#: ../../library/cmath.rst:93
359359
msgid "Conversions to and from polar coordinates"

0 commit comments

Comments
 (0)