Skip to content

Completing the built-in functions file (library/functions.po) #254

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 41 commits into from
May 22, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
af08197
translated filter
clacri May 13, 2020
ee72c14
completed float
clacri May 13, 2020
4cd3ede
solved conflict in dict and spell correction
clacri May 14, 2020
87d6835
Merge branch '3.8' of https://github.com/PyCampES/python-docs-es into…
clacri May 14, 2020
aeac0a7
Merge branch '3.8' of https://github.com/PyCampES/python-docs-es into…
clacri May 14, 2020
bfca466
bytearray, bytes and callable translated
clacri May 14, 2020
7fbcc1d
included format and frozenset
clacri May 15, 2020
8570979
a few more functions on attributes, help, hex, id
clacri May 15, 2020
d396207
it is too late. a few more translations
clacri May 16, 2020
645ed8e
included compile
clacri May 16, 2020
3d5a682
included a new script for percentage in library and the function divmod
clacri May 16, 2020
0d47e45
solving conflicts in dict after pulling
clacri May 17, 2020
293e184
completed a few more functions
clacri May 17, 2020
43bc864
tryng to solve build error message
clacri May 18, 2020
a3f510a
tryng to solve build error message
clacri May 18, 2020
39a08de
Merge branch '3.8' into claudia_finish_functions
clacri May 20, 2020
25be159
Update library/functions.po
clacri May 21, 2020
8815992
Update library/functions.po
clacri May 21, 2020
8d08792
Update library/functions.po
clacri May 21, 2020
e75af86
Update library/functions.po
clacri May 21, 2020
6874df2
Update library/functions.po
clacri May 21, 2020
3b8bc18
Update library/functions.po
clacri May 21, 2020
0294066
Update library/functions.po
clacri May 21, 2020
afc783a
Update library/functions.po
clacri May 21, 2020
8145d39
Update library/functions.po
clacri May 21, 2020
a82dcb5
Update library/functions.po
clacri May 21, 2020
7f40efc
Update library/functions.po
clacri May 21, 2020
2d96ac5
Update library/functions.po
clacri May 21, 2020
2066f07
Update library/functions.po
clacri May 21, 2020
67777da
Update library/functions.po
clacri May 21, 2020
aa55e52
Update library/functions.po
clacri May 21, 2020
96503bd
Merge branch '3.8' into claudia_finish_functions
clacri May 21, 2020
f5efe2b
Update library/functions.po
clacri May 21, 2020
a65cc7d
Update library/functions.po
clacri May 21, 2020
96c2ea7
Update library/functions.po
clacri May 21, 2020
b1b6d57
added a few terms to memory and some corrections
clacri May 21, 2020
729b8a9
Merge branch 'claudia_finish_functions' of https://github.com/PyCampE…
clacri May 21, 2020
9f45960
tryng to solve build
clacri May 22, 2020
bbb6f18
Update library/functions.po
clacri May 22, 2020
17fa9cf
Remove duplicated entries that do not exist in the original
humitos May 22, 2020
664cc5d
Update library/functions.po from English source
humitos May 22, 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
completed float
  • Loading branch information
clacri committed May 13, 2020
commit ee72c14b4a980bd7ae71372bb85438792752c677
7 changes: 3 additions & 4 deletions dict
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@ Cookbook
Cython
FLTK
Fibonacci
Fibonacci
Fibonacci
Finder
Flags
Flying
Flying
Fortran
Foundation
Fourier
Expand All @@ -42,7 +39,7 @@ Henstridge
Hugunin
I
Index
Index
Inf
Interesantemente
Java
Jim
Expand All @@ -60,6 +57,7 @@ Mark
Microsoft
Mitch
Monty
NaN
NumPy
Numerical
Olsen
Expand Down Expand Up @@ -187,6 +185,7 @@ indentada
indentado
indentando
indexables
inf
inicializa
inicialización
inicializada
Expand Down
37 changes: 32 additions & 5 deletions library/functions.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-07 14:37+0200\n"
"PO-Revision-Date: 2020-05-13 20:14+0200\n"
"PO-Revision-Date: 2020-05-13 20:45+0200\n"
"Last-Translator: \n"
"Language: es\n"
"Language-Team: python-doc-esMIME-Version: 1.0\n"
Expand Down Expand Up @@ -1047,8 +1047,12 @@ msgstr ""
#: ../Doc/library/functions.rst:574
msgid "Return a floating point number constructed from a number or string *x*."
msgstr ""
"Devuelve un número de punto flotante construido a partir de un número o una "
"cadena *x*."

# no estoy segura de si debo traducir not-a-number
#: ../Doc/library/functions.rst:576
#, fuzzy
msgid ""
"If the argument is a string, it should contain a decimal number, optionally "
"preceded by a sign, and optionally embedded in whitespace. The optional "
Expand All @@ -1058,14 +1062,29 @@ msgid ""
"conform to the following grammar after leading and trailing whitespace "
"characters are removed:"
msgstr ""
"Si el argumento es una cadena, debe contener un número decimal, "
"opcionalmente precedido de un signo, y opcionalmente entre espacios en "
"blanco. El signo opcional puede ser ``’+’`` o ``’-‘``; un signo ``’+’`` no "
"tiene efecto en el valor producido. El argumento puede ser también una "
"cadena representando un NaN (no es un número), o un infinito positivo o "
"negativo. Más concretamente, el argumento debe adecuarse a la siguiente "
"gramática una vez eliminados de la cadena los caracteres en blanco por "
"delante o detrás:"

# case-sensitive es un termino muy sucinto en inglés yo he puesto como creo que se entiende
#: ../Doc/library/functions.rst:591
#, fuzzy
msgid ""
"Here ``floatnumber`` is the form of a Python floating-point literal, "
"described in :ref:`floating`. Case is not significant, so, for example, "
"\"inf\", \"Inf\", \"INFINITY\" and \"iNfINity\" are all acceptable spellings "
"for positive infinity."
msgstr ""
"Aquí ``floatnumber`` es el formato de un literal de punto flotante de "
"Python, tal y como está descrito en :ref:`floating`. No es relevante si los "
"caracteres son mayúsculas o minúsculas, de forma que “inf”, “Inf”, "
"“INFINITY” e “iNfINity” son todas formas aceptables de escribir el infinito "
"positivo."

#: ../Doc/library/functions.rst:596
msgid ""
Expand All @@ -1074,29 +1093,37 @@ msgid ""
"precision) is returned. If the argument is outside the range of a Python "
"float, an :exc:`OverflowError` will be raised."
msgstr ""
"Sino, en caso de que el argumento sea un entero o un decimal de punto "
"flotante, se devuelve un número de punto flotante del mismo valor (dentro de "
"la precisión de punto flotante de Python). Si el argumento está fuera del "
"rango de un punto flotante de Python, se generará una excepción :exc:"
"`OverflowError` "

#: ../Doc/library/functions.rst:601
msgid ""
"For a general Python object ``x``, ``float(x)`` delegates to ``x."
"__float__()``. If ``__float__()`` is not defined then it falls back to :"
"meth:`__index__`."
msgstr ""
"Para el objeto general de Python ``x``, ``float(x)`` delega a ``x."
"__float__()``. Si ``__float__()`` no está definido entonces recurre a :meth:"
"`__index__`."

#: ../Doc/library/functions.rst:605
msgid "If no argument is given, ``0.0`` is returned."
msgstr ""
msgstr "Si no se le da un argumento, devuelve ``0.0``."

#: ../Doc/library/functions.rst:607
msgid "Examples::"
msgstr ""
msgstr "Ejemplos::"

#: ../Doc/library/functions.rst:620
msgid "The float type is described in :ref:`typesnumeric`."
msgstr ""
msgstr "El tipo float está descrito en :ref:`typesnumeric`."

#: ../Doc/library/functions.rst:628
msgid "Falls back to :meth:`__index__` if :meth:`__float__` is not defined."
msgstr ""
msgstr "Recurre a :meth:`__index__` si :meth:`__float__` no está definido."

#: ../Doc/library/functions.rst:638
msgid ""
Expand Down