@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.8\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
12
- "PO-Revision-Date : 2020-06-24 15:32 -0300\n "
12
+ "PO-Revision-Date : 2020-06-24 16:29 -0300\n "
13
13
"Language-Team : python-doc-es\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
@@ -131,11 +131,11 @@ msgstr "Retorna el valor absoluto de *obj*."
131
131
132
132
#: ../Doc/library/operator.rst:95
133
133
msgid "Return ``a + b``, for *a* and *b* numbers."
134
- msgstr "Retorna ``a + b``, dados *a* y *b* números ."
134
+ msgstr "Retorna ``a + b``, para dos números *a* y *b*."
135
135
136
136
#: ../Doc/library/operator.rst:101
137
137
msgid "Return the bitwise and of *a* and *b*."
138
- msgstr "Retorna el \" y lógico bit a bit\" (*bitwise and*) de *a* y *b*."
138
+ msgstr "Retorna la \" conjunción bit a bit\" (*bitwise and*) de *a* y *b*."
139
139
140
140
#: ../Doc/library/operator.rst:107
141
141
msgid "Return ``a // b``."
@@ -156,15 +156,15 @@ msgstr ""
156
156
157
157
#: ../Doc/library/operator.rst:127
158
158
msgid "Return *a* shifted left by *b*."
159
- msgstr "Retorna *a* desplazado a izquierda *b* bits (*shift left*)."
159
+ msgstr "Retorna *a* desplazado a izquierda (*shift left*) *b* bits ."
160
160
161
161
#: ../Doc/library/operator.rst:133
162
162
msgid "Return ``a % b``."
163
163
msgstr "Retorna ``a % b``."
164
164
165
165
#: ../Doc/library/operator.rst:139
166
166
msgid "Return ``a * b``, for *a* and *b* numbers."
167
- msgstr "Retorna ``a * b``, donde *a* y *b* son números ."
167
+ msgstr "Retorna ``a * b``, para dos números *a* y *b*."
168
168
169
169
#: ../Doc/library/operator.rst:145
170
170
msgid "Return ``a @ b``."
@@ -176,82 +176,100 @@ msgstr "Retorna *obj* negado (```-obj``)."
176
176
177
177
#: ../Doc/library/operator.rst:159
178
178
msgid "Return the bitwise or of *a* and *b*."
179
- msgstr ""
179
+ msgstr "Retorna la \" disyunción bit a bit \" (*bitwise or*) de *a* y *b*. "
180
180
181
181
#: ../Doc/library/operator.rst:165
182
182
msgid "Return *obj* positive (``+obj``)."
183
- msgstr ""
183
+ msgstr "Retorna *obj* positivo (``+obj``). "
184
184
185
185
#: ../Doc/library/operator.rst:171
186
186
msgid "Return ``a ** b``, for *a* and *b* numbers."
187
- msgstr ""
187
+ msgstr "Retorna ``a ** b``, para dos números *a* y *b*. "
188
188
189
189
#: ../Doc/library/operator.rst:177
190
190
msgid "Return *a* shifted right by *b*."
191
- msgstr ""
191
+ msgstr "Retorna *a* desplazado a derecha (*shift right*) *b* bits. "
192
192
193
193
#: ../Doc/library/operator.rst:183
194
194
msgid "Return ``a - b``."
195
- msgstr ""
195
+ msgstr "Retorna ``a - b``. "
196
196
197
197
#: ../Doc/library/operator.rst:189
198
198
msgid ""
199
199
"Return ``a / b`` where 2/3 is .66 rather than 0. This is also known as "
200
200
"\" true\" division."
201
201
msgstr ""
202
+ "Retorna ``a / b`` donde 2/3 es .66 en lugar de 0. Esto también se conoce "
203
+ "como \" división real\" (*true division*)."
202
204
203
205
#: ../Doc/library/operator.rst:196
204
206
msgid "Return the bitwise exclusive or of *a* and *b*."
205
207
msgstr ""
208
+ "Retorna la disyunción exclusiva bit a bit (*bitwise exclusive or*, o "
209
+ "*bitwise XOR*) de *a* y *b*."
206
210
211
+ # Acá no me queda claro que hacer con la palabra *mapping*.
207
212
#: ../Doc/library/operator.rst:199
208
213
msgid ""
209
214
"Operations which work with sequences (some of them with mappings too) "
210
215
"include:"
211
216
msgstr ""
217
+ "Las operaciones que funcionan con secuencias (y algunas de ellas también con "
218
+ "diccionarios o *mappings*) incluyen:"
212
219
213
220
#: ../Doc/library/operator.rst:204
214
221
msgid "Return ``a + b`` for *a* and *b* sequences."
215
- msgstr ""
222
+ msgstr "Retorna ``a + b`` para dos secuencias *a* y *b*. "
216
223
217
224
#: ../Doc/library/operator.rst:210
218
225
msgid "Return the outcome of the test ``b in a``. Note the reversed operands."
219
226
msgstr ""
227
+ "Retorna el resultado del chequeo ``b in a``. Notar que los operandos se "
228
+ "invertieron."
220
229
221
230
#: ../Doc/library/operator.rst:215
222
231
msgid "Return the number of occurrences of *b* in *a*."
223
- msgstr ""
232
+ msgstr "Retorna el número de ocurrencias de *b* en *a*. "
224
233
225
234
#: ../Doc/library/operator.rst:221
226
235
msgid "Remove the value of *a* at index *b*."
227
- msgstr ""
236
+ msgstr "Remueve el valor de *a* en el índice *b*. "
228
237
229
238
#: ../Doc/library/operator.rst:227
230
239
msgid "Return the value of *a* at index *b*."
231
- msgstr ""
240
+ msgstr "Retorna el valor de *a* en el índice *b*. "
232
241
233
242
#: ../Doc/library/operator.rst:232
234
243
msgid "Return the index of the first of occurrence of *b* in *a*."
235
- msgstr ""
244
+ msgstr "Retorna el índice de la primera ocurrencia de *b* en *a*. "
236
245
237
246
#: ../Doc/library/operator.rst:238
238
247
msgid "Set the value of *a* at index *b* to *c*."
239
- msgstr ""
248
+ msgstr "Asigna al valor de *a* en el índice *b*, *c*. "
240
249
241
250
#: ../Doc/library/operator.rst:243
242
251
msgid ""
243
252
"Return an estimated length for the object *o*. First try to return its "
244
253
"actual length, then an estimate using :meth:`object.__length_hint__`, and "
245
254
"finally return the default value."
246
255
msgstr ""
256
+ "Retorna un largo estimado del objeto *o*. Primero intenta retorna su largo "
257
+ "real, luego un estimativo usando :meth:`object.__length_hint__`, y "
258
+ "finalmente retorna un valor predeterminado."
247
259
260
+ # No se bien que hacer con *lookup*
248
261
#: ../Doc/library/operator.rst:249
249
262
msgid ""
250
263
"The :mod:`operator` module also defines tools for generalized attribute and "
251
264
"item lookups. These are useful for making fast field extractors as "
252
265
"arguments for :func:`map`, :func:`sorted`, :meth:`itertools.groupby`, or "
253
266
"other functions that expect a function argument."
254
267
msgstr ""
268
+ "El módulo :mod:`operator` también define herramientas para la selección "
269
+ "(*lookup*) generalizada de atributos e items. Estas son útiles para utilizar "
270
+ "rápidamente extractores como argumentos para :func:`map`, :func:`sorted`, :"
271
+ "meth:`itertools.groupby`, u otras funciones que esperan una función como "
272
+ "argumento."
255
273
256
274
#: ../Doc/library/operator.rst:258
257
275
msgid ""
0 commit comments