@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2024-05-11 00:33+0000\n "
16
16
"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2025\n "
17
17
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -87,203 +87,203 @@ msgstr ""
87
87
88
88
#: ../../library/cmath.rst:42
89
89
msgid "**Conversions to and from polar coordinates**"
90
- msgstr ""
90
+ msgstr "**针对极坐标的转换** "
91
91
92
92
#: ../../library/cmath.rst:44
93
93
msgid ":func:`phase(z) <phase>`"
94
- msgstr ""
94
+ msgstr ":func:`phase(z) <phase>` "
95
95
96
96
#: ../../library/cmath.rst:44
97
97
msgid "Return the phase of *z*"
98
- msgstr ""
98
+ msgstr "返回 *z* 的相位 "
99
99
100
100
#: ../../library/cmath.rst:45
101
101
msgid ":func:`polar(z) <polar>`"
102
- msgstr ""
102
+ msgstr ":func:`polar(z) <polar>` "
103
103
104
104
#: ../../library/cmath.rst:45
105
105
msgid "Return the representation of *z* in polar coordinates"
106
- msgstr ""
106
+ msgstr "返回 *z* 的极坐标表示形式 "
107
107
108
108
#: ../../library/cmath.rst:46
109
109
msgid ":func:`rect(r, phi) <rect>`"
110
- msgstr ""
110
+ msgstr ":func:`rect(r, phi) <rect>` "
111
111
112
112
#: ../../library/cmath.rst:46
113
113
msgid "Return the complex number *z* with polar coordinates *r* and *phi*"
114
- msgstr ""
114
+ msgstr "返回复数 *z* 的极坐标值 *r* 和 *phi* "
115
115
116
116
#: ../../library/cmath.rst:48
117
117
msgid "**Power and logarithmic functions**"
118
- msgstr ""
118
+ msgstr "**幂函数与对数函数** "
119
119
120
120
#: ../../library/cmath.rst:50
121
121
msgid ":func:`exp(z) <exp>`"
122
- msgstr ""
122
+ msgstr ":func:`exp(z) <exp>` "
123
123
124
124
#: ../../library/cmath.rst:50
125
125
msgid "Return *e* raised to the power *z*"
126
- msgstr ""
126
+ msgstr "返回 *e* 的 *z* 次幂 "
127
127
128
128
#: ../../library/cmath.rst:51
129
129
msgid ":func:`log(z[, base]) <log>`"
130
- msgstr ""
130
+ msgstr ":func:`log(z[, base]) <log>` "
131
131
132
132
#: ../../library/cmath.rst:51
133
133
msgid "Return the logarithm of *z* to the given *base* (*e* by default)"
134
- msgstr ""
134
+ msgstr "返回 *z* 的指定底数 *base* (默认为 *e*) 的对数 "
135
135
136
136
#: ../../library/cmath.rst:52
137
137
msgid ":func:`log10(z) <log10>`"
138
- msgstr ""
138
+ msgstr ":func:`log10(z) <log10>` "
139
139
140
140
#: ../../library/cmath.rst:52
141
141
msgid "Return the base-10 logarithm of *z*"
142
- msgstr ""
142
+ msgstr "返回 *z* 的以 10 为底的对数 "
143
143
144
144
#: ../../library/cmath.rst:53
145
145
msgid ":func:`sqrt(z) <sqrt>`"
146
- msgstr ""
146
+ msgstr ":func:`sqrt(z) <sqrt>` "
147
147
148
148
#: ../../library/cmath.rst:53
149
149
msgid "Return the square root of *z*"
150
- msgstr ""
150
+ msgstr "返回 *z* 的平方根 "
151
151
152
152
#: ../../library/cmath.rst:55
153
153
msgid "**Trigonometric functions**"
154
154
msgstr "**三角函数**"
155
155
156
156
#: ../../library/cmath.rst:57
157
157
msgid ":func:`acos(z) <acos>`"
158
- msgstr ""
158
+ msgstr ":func:`acos(z) <acos>` "
159
159
160
160
#: ../../library/cmath.rst:57
161
161
msgid "Return the arc cosine of *z*"
162
- msgstr ""
162
+ msgstr "返回 *z* 的反余弦 "
163
163
164
164
#: ../../library/cmath.rst:58
165
165
msgid ":func:`asin(z) <asin>`"
166
- msgstr ""
166
+ msgstr ":func:`asin(z) <asin>` "
167
167
168
168
#: ../../library/cmath.rst:58
169
169
msgid "Return the arc sine of *z*"
170
- msgstr ""
170
+ msgstr "返回 *z* 的反正弦 "
171
171
172
172
#: ../../library/cmath.rst:59
173
173
msgid ":func:`atan(z) <atan>`"
174
- msgstr ""
174
+ msgstr ":func:`atan(z) <atan>` "
175
175
176
176
#: ../../library/cmath.rst:59
177
177
msgid "Return the arc tangent of *z*"
178
- msgstr ""
178
+ msgstr "返回 *z* 的反正切 "
179
179
180
180
#: ../../library/cmath.rst:60
181
181
msgid ":func:`cos(z) <cos>`"
182
- msgstr ""
182
+ msgstr ":func:`cos(z) <cos>` "
183
183
184
184
#: ../../library/cmath.rst:60
185
185
msgid "Return the cosine of *z*"
186
- msgstr ""
186
+ msgstr "返回 *z* 的余弦 "
187
187
188
188
#: ../../library/cmath.rst:61
189
189
msgid ":func:`sin(z) <sin>`"
190
- msgstr ""
190
+ msgstr ":func:`sin(z) <sin>` "
191
191
192
192
#: ../../library/cmath.rst:61
193
193
msgid "Return the sine of *z*"
194
- msgstr ""
194
+ msgstr "返回 *z* 的正弦 "
195
195
196
196
#: ../../library/cmath.rst:62
197
197
msgid ":func:`tan(z) <tan>`"
198
- msgstr ""
198
+ msgstr ":func:`tan(z) <tan>` "
199
199
200
200
#: ../../library/cmath.rst:62
201
201
msgid "Return the tangent of *z*"
202
- msgstr ""
202
+ msgstr "返回 *z* 的正切 "
203
203
204
204
#: ../../library/cmath.rst:64
205
205
msgid "**Hyperbolic functions**"
206
206
msgstr "**双曲函数**"
207
207
208
208
#: ../../library/cmath.rst:66
209
209
msgid ":func:`acosh(z) <acosh>`"
210
- msgstr ""
210
+ msgstr ":func:`acosh(z) <acosh>` "
211
211
212
212
#: ../../library/cmath.rst:66
213
213
msgid "Return the inverse hyperbolic cosine of *z*"
214
- msgstr ""
214
+ msgstr "返回 *z* 的反双曲余弦 "
215
215
216
216
#: ../../library/cmath.rst:67
217
217
msgid ":func:`asinh(z) <asinh>`"
218
- msgstr ""
218
+ msgstr ":func:`asinh(z) <asinh>` "
219
219
220
220
#: ../../library/cmath.rst:67
221
221
msgid "Return the inverse hyperbolic sine of *z*"
222
- msgstr ""
222
+ msgstr "返回 *z* 的反双曲正弦 "
223
223
224
224
#: ../../library/cmath.rst:68
225
225
msgid ":func:`atanh(z) <atanh>`"
226
- msgstr ""
226
+ msgstr ":func:`atanh(z) <atanh>` "
227
227
228
228
#: ../../library/cmath.rst:68
229
229
msgid "Return the inverse hyperbolic tangent of *z*"
230
- msgstr ""
230
+ msgstr "返回 *z* 反双曲正切 "
231
231
232
232
#: ../../library/cmath.rst:69
233
233
msgid ":func:`cosh(z) <cosh>`"
234
- msgstr ""
234
+ msgstr ":func:`cosh(z) <cosh>` "
235
235
236
236
#: ../../library/cmath.rst:69
237
237
msgid "Return the hyperbolic cosine of *z*"
238
- msgstr ""
238
+ msgstr "返回 *z* 的双曲余弦 "
239
239
240
240
#: ../../library/cmath.rst:70
241
241
msgid ":func:`sinh(z) <sinh>`"
242
- msgstr ""
242
+ msgstr ":func:`sinh(z) <sinh>` "
243
243
244
244
#: ../../library/cmath.rst:70
245
245
msgid "Return the hyperbolic sine of *z*"
246
- msgstr ""
246
+ msgstr "返回 *z* 的双曲正弦 "
247
247
248
248
#: ../../library/cmath.rst:71
249
249
msgid ":func:`tanh(z) <tanh>`"
250
- msgstr ""
250
+ msgstr ":func:`tanh(z) <tanh>` "
251
251
252
252
#: ../../library/cmath.rst:71
253
253
msgid "Return the hyperbolic tangent of *z*"
254
- msgstr ""
254
+ msgstr "返回 *z* 的双曲正切 "
255
255
256
256
#: ../../library/cmath.rst:73
257
257
msgid "**Classification functions**"
258
- msgstr ""
258
+ msgstr "**分类函数** "
259
259
260
260
#: ../../library/cmath.rst:75
261
261
msgid ":func:`isfinite(z) <isfinite>`"
262
- msgstr ""
262
+ msgstr ":func:`isfinite(z) <isfinite>` "
263
263
264
264
#: ../../library/cmath.rst:75
265
265
msgid "Check if all components of *z* are finite"
266
- msgstr ""
266
+ msgstr "检测是否 *z* 的所有部分均为有限值 "
267
267
268
268
#: ../../library/cmath.rst:76
269
269
msgid ":func:`isinf(z) <isinf>`"
270
- msgstr ""
270
+ msgstr ":func:`isinf(z) <isinf>` "
271
271
272
272
#: ../../library/cmath.rst:76
273
273
msgid "Check if any component of *z* is infinite"
274
- msgstr ""
274
+ msgstr "检测是否 *z* 的每个部分均为无穷大 "
275
275
276
276
#: ../../library/cmath.rst:77
277
277
msgid ":func:`isnan(z) <isnan>`"
278
- msgstr ""
278
+ msgstr ":func:`isnan(z) <isnan>` "
279
279
280
280
#: ../../library/cmath.rst:77
281
281
msgid "Check if any component of *z* is a NaN"
282
- msgstr ""
282
+ msgstr "检测是否 *z* 的每个部分均为 NaN "
283
283
284
284
#: ../../library/cmath.rst:78
285
285
msgid ":func:`isclose(a, b, *, rel_tol, abs_tol) <isclose>`"
286
- msgstr ""
286
+ msgstr ":func:`isclose(a, b, *, rel_tol, abs_tol) <isclose>` "
287
287
288
288
#: ../../library/cmath.rst:78
289
289
msgid "Check if the values *a* and *b* are close to each other"
@@ -327,11 +327,11 @@ msgstr "正无穷"
327
327
328
328
#: ../../library/cmath.rst:86
329
329
msgid ":data:`infj`"
330
- msgstr ""
330
+ msgstr ":data:`infj` "
331
331
332
332
#: ../../library/cmath.rst:86
333
333
msgid "Pure imaginary infinity"
334
- msgstr ""
334
+ msgstr "纯虚部无穷 "
335
335
336
336
#: ../../library/cmath.rst:87
337
337
msgid ":data:`nan`"
@@ -343,11 +343,11 @@ msgstr "\"非数字\" (NaN)"
343
343
344
344
#: ../../library/cmath.rst:88
345
345
msgid ":data:`nanj`"
346
- msgstr ""
346
+ msgstr ":data:`nanj` "
347
347
348
348
#: ../../library/cmath.rst:88
349
349
msgid "Pure imaginary NaN"
350
- msgstr ""
350
+ msgstr "纯实部 NaN "
351
351
352
352
#: ../../library/cmath.rst:93
353
353
msgid "Conversions to and from polar coordinates"
0 commit comments