Skip to content

Commit 6287137

Browse files
authored
Merge branch '3.8' into traduccion-sys
2 parents 5ef7536 + 93c213b commit 6287137

File tree

4 files changed

+1277
-285
lines changed

4 files changed

+1277
-285
lines changed

.overrides/CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Necesitamos *mucho* de tu ayuda para poder seguir adelante con este proyecto.
2727

2828
#. Agrega el repositorio original como "upstream"::
2929

30-
git remote add upstream https://github.com/pycampes/python-docs-es.git
30+
git remote add upstream https://github.com/python/python-docs-es.git
3131

3232
#. Crea una rama nueva en base al artículo en el que vayas a trabajar.
3333
Por ejemplo, si vas a trabajar en el archivo ``glosario.po``, usa un nombre similar a::
@@ -118,12 +118,12 @@ Puedes ver el resultado con tu navegador de internet (Firefox, Chrome, etc) ejec
118118
Y luego accediendo a http://localhost:8000/
119119

120120

121-
.. _repositorio: https://github.com/PyCampES/python-docs-es
121+
.. _repositorio: https://github.com/python/python-docs-es
122122
.. _ayuda oficial de GitHub: https://help.github.com/es/github/getting-started-with-github/fork-a-repo
123123
.. _ayuda oficial de GitHub para crear un Pull Request: https://help.github.com/es/github/collaborating-with-issues-and-pull-requests/about-pull-requests
124124
.. _poedit: https://poedit.net/
125125

126126
.. _nuestro canal de Telegram: https://t.me/python_docs_es
127127
.. _Memoria de traducción: https://python-docs-es.readthedocs.io/page/translation-memory.html
128128
.. _la traducción al Portugués: https://docs.python.org/pt-br/3/
129-
.. _lista de issues en GitHub: https://github.com/PyCampES/python-docs-es/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
129+
.. _lista de issues en GitHub: https://github.com/python/python-docs-es/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Spanish Translation of the Python Documentation
22
===============================================
33

4-
.. image:: https://travis-ci.org/PyCampES/python-docs-es.svg?branch=3.8
5-
:target: https://travis-ci.org/PyCampES/python-docs-es
4+
.. image:: https://travis-ci.org/python/python-docs-es.svg?branch=3.8
5+
:target: https://travis-ci.org/python/python-docs-es
66
:alt: Build Status
77

88
.. image:: https://readthedocs.org/projects/python-docs-es/badge/?version=3.8

dict

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ bdist
146146
bdist
147147
big-endian
148148
bloqueante
149+
booleano
150+
booleanos
149151
buffer
150152
bug
151153
built
@@ -164,9 +166,11 @@ collector
164166
comilla
165167
command
166168
compilada
169+
configúrelo
167170
computacionalmente
168171
consolelib
169172
conversor
173+
correlacionan
170174
corrutina
171175
corrutinas
172176
criptográficamente
@@ -178,6 +182,7 @@ datagramas
178182
debugueando
179183
default
180184
desalojable
185+
desambiguar
181186
desasigna
182187
desasignación
183188
desasignada
@@ -206,6 +211,7 @@ especificador
206211
estáticamente
207212
except
208213
exclude
214+
explícitamente
209215
exponenciación
210216
exit
211217
f
@@ -227,6 +233,8 @@ host
227233
i
228234
idiomáticas
229235
if
236+
implementación
237+
implementaciones
230238
implementadores
231239
import
232240
imports
@@ -277,13 +285,18 @@ manejador
277285
manejadores
278286
manifesto
279287
mantenibilidad
288+
mapear
280289
mapeo
281290
mapeos
282291
metaclase
283292
metaclases
284293
metadatos
285294
metadatos
286295
mezclarlos
296+
microsegundo
297+
microsegundos
298+
milisegundo
299+
milisegundos
287300
mini
288301
modularidad
289302
monoespaciada
@@ -298,9 +311,14 @@ mutex
298311
mxBase
299312
mxBase
300313
N
314+
naíf
315+
naífs
301316
ncurses
302317
nonlocal
318+
normalización
303319
object
320+
operando
321+
operandos
304322
onexit
305323
operandos
306324
option
@@ -327,6 +345,8 @@ posteriori
327345
precompilado
328346
predeclarando
329347
preinstalar
348+
proléptico
349+
prolépticos
330350
prompt
331351
prompts
332352
proxy

0 commit comments

Comments
 (0)