Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5e38ae

Browse files
Fix Translation/Add Words Dict
1 parent a281965 commit c5e38ae

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

dict

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Paul
8686
Perl
8787
Phil
8888
Pillow
89+
Powershell
8990
PyFLTK
9091
PyGtk
9192
PyQt
@@ -95,7 +96,6 @@ Python
9596
Pythónico
9697
Qt
9798
Randal
98-
redireccionamiento
9999
Reilly
100100
Rezinsky
101101
Rossum
@@ -109,7 +109,6 @@ Solaris
109109
Solaris
110110
Spot
111111
Stein
112-
subdirectorios
113112
TCP
114113
Tcl
115114
Tix
@@ -151,24 +150,24 @@ booleano
151150
booleanos
152151
buffer
153152
bug
154-
built
155153
build
154+
built
156155
byte
157156
bytecode
158157
bytes
158+
bzip
159159
búfer
160160
búferes
161-
bzip
162161
cargable
163162
class
164163
coerción
165164
collector
166165
comilla
167166
command
168167
compilada
169-
configúrelo
170168
computacionalmente
171169
conceptualmente
170+
configúrelo
172171
consolelib
173172
conversor
174173
correlacionan
@@ -209,12 +208,11 @@ enumerador
209208
env
210209
especificador
211210
estáticamente
212-
ésimo
213211
except
214212
exclude
213+
exit
215214
explícitamente
216215
exponenciación
217-
exit
218216
f
219217
flag
220218
flags
@@ -235,8 +233,8 @@ host
235233
i
236234
idiomáticas
237235
if
238-
implementación
239236
implementaciones
237+
implementación
240238
implementadores
241239
import
242240
imports
@@ -296,13 +294,12 @@ metaclases
296294
metadatos
297295
metadatos
298296
mezclarlos
299-
mod
300-
301297
microsegundo
302298
microsegundos
303299
milisegundo
304300
milisegundos
305301
mini
302+
mod
306303
modularidad
307304
monoespaciada
308305
mortem
@@ -321,9 +318,9 @@ ncurses
321318
nonlocal
322319
normalización
323320
object
321+
onexit
324322
operando
325323
operandos
326-
onexit
327324
operandos
328325
option
329326
options
@@ -372,9 +369,10 @@ recursivamente
372369
redefinido
373370
redefinidos
374371
redefinir
375-
redimensionado
376372
redimensionable
377373
redimensionables
374+
redimensionado
375+
redireccionamiento
378376
redondeándolo
379377
ref
380378
refactorización
@@ -387,8 +385,8 @@ referenciarse
387385
remove
388386
reordenar
389387
request
390-
root
391388
reubicar
389+
root
392390
run
393391
s
394392
script
@@ -424,17 +422,18 @@ stdin
424422
stdout
425423
strings
426424
sub
427-
subárbol
428-
subárboles
429425
subcarpetas
430426
subclasificación
431427
subcomandos
432428
subdirectorio
429+
subdirectorios
433430
submódulo
434431
submódulos
435432
subpaquete
436433
subpaquetes
437434
subsecuencias
435+
subárbol
436+
subárboles
438437
subíndices
439438
sys
440439
t
@@ -475,4 +474,4 @@ ydel
475474
zip
476475
zipimporter
477476
zlib
478-
477+
ésimo

library/warnings.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-05-23 15:21-0500\n"
14+
"PO-Revision-Date: 2020-05-23 16:16-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -113,7 +113,7 @@ msgid ""
113113
":func:`logging.captureWarnings` allows you to handle all warnings with the "
114114
"standard logging infrastructure."
115115
msgstr ""
116-
":func:``logging.captureWarnings`` permite manejar todas las advertencias con "
116+
":func:`logging.captureWarnings` permite manejar todas las advertencias con "
117117
"la infraestructura de registro estándar."
118118

119119
#: ../Doc/library/warnings.rst:51
@@ -438,7 +438,7 @@ msgid ""
438438
msgstr ""
439439
"Como la clase :exc:`Warning`se deriva de la clase :exc:"
440440
"`Exception`incorporada, para convertir una advertencia en un error "
441-
"simplemente elevamos la ``categoría(mensaje)``."
441+
"simplemente elevamos la ``category(message)``."
442442

443443
#: ../Doc/library/warnings.rst:172
444444
msgid ""
@@ -662,7 +662,7 @@ msgstr ""
662662
"También se puede hacer que todas las advertencias sean excepciones usando "
663663
"``error`` en lugar de ``always``. Una cosa que hay que tener en cuenta es "
664664
"que si una advertencia ya se ha planteado debido a una regla de ``once`` o "
665-
"``default`, entonces no importa qué filtros estén establecidos, la "
665+
"``default``, entonces no importa qué filtros estén establecidos, la "
666666
"advertencia no se verá de nuevo a menos que el registro de advertencias "
667667
"relacionadas con la advertencia se haya borrado."
668668

0 commit comments

Comments
 (0)