Skip to content

This PR will finish the builtin functions po in library #331

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 59 commits into from
Jun 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
03e48ee
first int paragraph to open the pr draft
clacri May 23, 2020
fc5905d
completed int
clacri May 23, 2020
107b94c
included isinstance and issubclass
clacri May 23, 2020
85d2af6
included len,iter and a few little things
clacri May 23, 2020
853d8f6
included list,locals,map
clacri May 23, 2020
54eb0f8
test first commit to new repo
clacri May 23, 2020
e05820b
a few more functions before dinner
clacri May 23, 2020
99c4082
Update library/functions.po
clacri May 23, 2020
9b2b0f7
Update library/functions.po
clacri May 23, 2020
44cb729
Apply suggestions from code review
clacri May 23, 2020
2f47d66
after solving conflicts in dicts
clacri May 23, 2020
19fd98f
test commit
clacri May 24, 2020
8df49ee
solve build because something was half-translated
clacri May 24, 2020
009c76f
a little bit more of open, ord and pow
clacri May 24, 2020
dc673b0
solving post pulling conflict
clacri May 24, 2020
00dc948
solving post pulling dict
clacri May 25, 2020
b2d73c2
solved the build hopefully
clacri May 26, 2020
45d8fa1
a little bit more of open and some words to memory
clacri May 26, 2020
4623f1b
finally open completed
clacri May 27, 2020
ff3d6e5
Merge branch '3.8' of https://github.com/python/python-docs-es into f…
clacri May 30, 2020
a410d73
after pair translating
clacri May 30, 2020
f53bee5
Merge branch '3.8' of https://github.com/python/python-docs-es into f…
clacri May 30, 2020
7cfcd49
Merge branch '3.8' of https://github.com/python/python-docs-es into f…
clacri May 31, 2020
7658e4b
last commit
clacri May 31, 2020
dd2fda3
Merge branch '3.8' of https://github.com/python/python-docs-es into f…
clacri Jun 6, 2020
799127e
a little bit more advanced thanks to pair programming
clacri Jun 6, 2020
630bef7
added idiomática to dict
clacri Jun 7, 2020
c6a4809
Merge branch '3.8' of https://github.com/python/python-docs-es into f…
clacri Jun 8, 2020
092cbb0
solved the duplication
clacri Jun 8, 2020
c1516fe
almost there
clacri Jun 8, 2020
a80612f
Update library/functions.po
clacri Jun 9, 2020
3a3bb8d
solved a little conflict after pull
clacri Jun 10, 2020
90dc823
Merge branch 'funclaudia' of https://github.com/python/python-docs-es…
clacri Jun 10, 2020
b7ab0d3
Update library/functions.po
clacri Jun 13, 2020
0c0098c
Update library/functions.po
clacri Jun 13, 2020
e6a32e6
Update library/functions.po
clacri Jun 13, 2020
934e016
Update library/functions.po
clacri Jun 13, 2020
df3070c
Update library/functions.po
clacri Jun 13, 2020
0fcdf74
Update library/functions.po
clacri Jun 13, 2020
faed1a3
Update library/functions.po
clacri Jun 13, 2020
a8a1534
Update library/functions.po
clacri Jun 13, 2020
0fd9c13
Update library/functions.po
clacri Jun 13, 2020
7955b89
Update library/functions.po
clacri Jun 13, 2020
cdda465
Update library/functions.po
clacri Jun 13, 2020
f131155
Update library/functions.po
clacri Jun 13, 2020
2365b4c
Update library/functions.po
clacri Jun 13, 2020
5232f52
Update library/functions.po
clacri Jun 13, 2020
5c5e40a
Update library/functions.po
clacri Jun 13, 2020
fa4a846
Update library/functions.po
clacri Jun 13, 2020
968f4a6
Update library/functions.po
clacri Jun 13, 2020
77fa153
Update library/functions.po
clacri Jun 13, 2020
fce222e
Merge branch '3.8' of https://github.com/python/python-docs-es into f…
clacri Jun 13, 2020
eee26a8
changed devuelve por retorna
clacri Jun 13, 2020
ae6167b
el iterador se detiene
clacri Jun 13, 2020
a11e31f
Update library/functions.po
clacri Jun 13, 2020
a32a65c
corrección slice y clase
clacri Jun 13, 2020
206caba
Merge branch '3.8' of https://github.com/python/python-docs-es into f…
clacri Jun 14, 2020
f11ace3
Update library/functions.po
clacri Jun 14, 2020
6714fc9
some more corrections and removal of fuzzies
clacri Jun 15, 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
5 changes: 4 additions & 1 deletion .overrides/translation-memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Términos y bigramas
awaitable
aguardable ``glossary``

slash and backslash
barra y barra invertida ``c-api``,``tutorial``,``library/functions.po``

built-in
incorporada ``glossary.po``

Expand All @@ -59,7 +62,7 @@ Términos y bigramas
docstring. ``library/idle.po``

handler
gestor ``tutorial/errors.po``
gestor ``tutorial/errors.po``, ``library/functions.po``

handle exception
Gestionar excepción. ``tutorial/inputoutput.po``
Expand Down
24 changes: 21 additions & 3 deletions dict
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
slice
slices
idiomática
superclase
classmethods
super
separándolos
obtenedor
asignador
suprimidor
escribibles
heredable
reintenta
malformados
API
ASCII
Aahz
Expand Down Expand Up @@ -103,7 +117,6 @@ Qt
Randal
Refactorizados
Refactorizar
redireccionamiento
Reilly
Rezinsky
Rossum
Expand Down Expand Up @@ -144,7 +157,6 @@ arrays
asignadores
asincrónica
asincrónico
asignador
assert
asserts
attr
Expand All @@ -162,6 +174,7 @@ bloqueante
booleano
booleanos
buffer
buffering
bug
built
builtins
Expand Down Expand Up @@ -267,6 +280,7 @@ h
hardware
hash
hashables
heurístico
host
i
identación
Expand Down Expand Up @@ -375,11 +389,13 @@ multiprocesamiento
multiproceso
mutex
mxBase
n
naíf
naífs
ncurses
octale
normalización
octal
operando
operandos
options
Expand Down Expand Up @@ -439,6 +455,7 @@ redimensionado
redimensionados
redimensionable
redimensionables
redireccionamiento
redondeándolo
ref
refactorización
Expand Down Expand Up @@ -530,6 +547,7 @@ tipado
tipear
token
tokens
truncarlo
tty
tupla
tuplas
Expand Down Expand Up @@ -601,4 +619,4 @@ retrocompatible
remuestreo
kernel
str
pasándole
pasándole
Loading