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

Skip to content

Traduccion Archivo warnings.po #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Translation/Add Words Dict
  • Loading branch information
gomezgleonardob committed May 23, 2020
commit c5e38ae532cdc74b3cc86c79261a0e1385ce7561
31 changes: 15 additions & 16 deletions dict
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Paul
Perl
Phil
Pillow
Powershell
PyFLTK
PyGtk
PyQt
Expand All @@ -95,7 +96,6 @@ Python
Pythónico
Qt
Randal
redireccionamiento
Reilly
Rezinsky
Rossum
Expand All @@ -109,7 +109,6 @@ Solaris
Solaris
Spot
Stein
subdirectorios
TCP
Tcl
Tix
Expand Down Expand Up @@ -151,24 +150,24 @@ booleano
booleanos
buffer
bug
built
build
built
byte
bytecode
bytes
bzip
búfer
búferes
bzip
cargable
class
coerción
collector
comilla
command
compilada
configúrelo
computacionalmente
conceptualmente
configúrelo
consolelib
conversor
correlacionan
Expand Down Expand Up @@ -209,12 +208,11 @@ enumerador
env
especificador
estáticamente
ésimo
except
exclude
exit
explícitamente
exponenciación
exit
f
flag
flags
Expand All @@ -235,8 +233,8 @@ host
i
idiomáticas
if
implementación
implementaciones
implementación
implementadores
import
imports
Expand Down Expand Up @@ -296,13 +294,12 @@ metaclases
metadatos
metadatos
mezclarlos
mod

microsegundo
microsegundos
milisegundo
milisegundos
mini
mod
modularidad
monoespaciada
mortem
Expand All @@ -321,9 +318,9 @@ ncurses
nonlocal
normalización
object
onexit
operando
operandos
onexit
operandos
option
options
Expand Down Expand Up @@ -372,9 +369,10 @@ recursivamente
redefinido
redefinidos
redefinir
redimensionado
redimensionable
redimensionables
redimensionado
redireccionamiento
redondeándolo
ref
refactorización
Expand All @@ -387,8 +385,8 @@ referenciarse
remove
reordenar
request
root
reubicar
root
run
s
script
Expand Down Expand Up @@ -424,17 +422,18 @@ stdin
stdout
strings
sub
subárbol
subárboles
subcarpetas
subclasificación
subcomandos
subdirectorio
subdirectorios
submódulo
submódulos
subpaquete
subpaquetes
subsecuencias
subárbol
subárboles
subíndices
sys
t
Expand Down Expand Up @@ -475,4 +474,4 @@ ydel
zip
zipimporter
zlib

ésimo
8 changes: 4 additions & 4 deletions library/warnings.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-05-23 15:21-0500\n"
"PO-Revision-Date: 2020-05-23 16:16-0500\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -113,7 +113,7 @@ msgid ""
":func:`logging.captureWarnings` allows you to handle all warnings with the "
"standard logging infrastructure."
msgstr ""
":func:``logging.captureWarnings`` permite manejar todas las advertencias con "
":func:`logging.captureWarnings` permite manejar todas las advertencias con "
"la infraestructura de registro estándar."

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

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

Expand Down