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

Skip to content

Traducir library typing#195 #221

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 22 commits into from
Jun 25, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3f8f856
Traduccion parcial de typing, hasta cadena 60
hectorcanto May 10, 2020
cf6f6d6
Arreglar translator, actualizar memoria
hectorcanto May 10, 2020
50424f8
Casi todas las cadenas revisadas, falta revision
hectorcanto May 20, 2020
a064abf
dos entradas nuevas en la memoria
hectorcanto May 21, 2020
bf7e304
Merge branch '3.8' into traducir_library_typing#195
hectorcanto May 21, 2020
443e992
Revisar todas las fuzzy y añadir sugerencias de PR
hectorcanto May 23, 2020
89295e1
Merge branch '3.8' into traducir_library_typing#195
hectorcanto May 23, 2020
ebd625a
cambios menores
hectorcanto May 23, 2020
f5cc5ba
Merge branch '3.8' into traducir_library_typing#195
hectorcanto May 24, 2020
f02f6f2
Arreglar referenicas mal cerradas
hectorcanto May 24, 2020
c58058a
Arreglo en referencia
hectorcanto May 25, 2020
0936fb7
Corregidos errores detectados en revision de la build
hectorcanto May 25, 2020
8f013ba
Mejorar redaccion en un texto
hectorcanto May 25, 2020
64ce80a
Arreglo pequeño
hectorcanto Jun 1, 2020
2246c91
Revisar dict, corregir ortografía en un campo
hectorcanto Jun 3, 2020
ad9b738
Quitar mas duplicados
hectorcanto Jun 9, 2020
25ca457
Merge branch '3.8' into traducir_library_typing#195
hectorcanto Jun 9, 2020
b0590a7
Merge branch '3.8' into traducir_library_typing#195
clacri Jun 14, 2020
875e6a6
Merge branch '3.8' into traducir_library_typing#195
hectorcanto Jun 15, 2020
259e6d4
Actualizar dict y errores ortograficos en typing
hectorcanto Jun 15, 2020
6cf644a
Merge branch '3.8' into traducir_library_typing#195
humitos Jun 20, 2020
2ea7467
Merge branch '3.8' into traducir_library_typing#195
Jun 25, 2020
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
Revisar dict, corregir ortografía en un campo
  • Loading branch information
hectorcanto committed Jun 3, 2020
commit 2246c919cb7575ad88866a9753aeac69316184b7
27 changes: 7 additions & 20 deletions dict
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Cookbook
Ctrl
Cython
Distutils
Distutils
FLTK
Fibonacci
Finder
Expand All @@ -42,7 +41,6 @@ Gtk+
HTML
Hammond
Hat
Hat
Henstridge
Hewlett
Hugunin
Expand All @@ -66,7 +64,6 @@ Mac
MacOS
Macintosh
Mandrake
Mandrake
Mark
Microsoft
Mitch
Expand Down Expand Up @@ -106,10 +103,8 @@ SciPy
SimpleFileExFlags
Smalltalk
Solaris
Solaris
Spot
Stein
subdirectorios
TCP
Tcl
Tix
Expand Down Expand Up @@ -144,7 +139,6 @@ backspace
bash
batch
bdist
bdist
big-endian
bloqueante
booleano
Expand Down Expand Up @@ -183,14 +177,11 @@ criptográficamente
curses
customización
customizarlo
códec
datagramas
debugueando
default
desasignar
descompresor
deserialización
deserializar
desreferenciar
desalojable
desambiguar
Expand All @@ -204,9 +195,7 @@ desasignarán
desasignador
desasignadores
descargable
desasignada
descargable
descompresor
deserialización
deserializar
desinstalador
Expand Down Expand Up @@ -338,24 +327,22 @@ multi
multicast
multihilo
multilínea
multiprocesamiento
mutex
mxBase
naif
naíf
naífs
nonlocal
ncurses
normalización
object
obsérvese
option
or
ordenables
path
pathlib
multiprocesamiento
mutex
mxBase
mxBase
naíf
naífs
ncurses
nonlocal
normalización
object
operando
operandos
Expand Down
4 changes: 2 additions & 2 deletions library/typing.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-06-01 09:51+0200\n"
"PO-Revision-Date: 2020-06-03 17:36+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -329,7 +329,7 @@ msgid ""
msgstr ""
"Al usar una clase genérica sin especificar parámetros de tipo se asume :data:"
"`Any` para todas las posiciones. En el siguiente ejemplo, ``MyIterable`` no "
"es genérico pero hereda implicitamente de ``Iterable[Any]``::"
"es genérico pero hereda implícitamente de ``Iterable[Any]``::"

#: ../Doc/library/typing.rst:294
msgid "User defined generic type aliases are also supported. Examples::"
Expand Down