- Notifications
You must be signed in to change notification settings - Fork396
Update functions.po from 3.7#123
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
15 commits Select commitHold shift + click to select a range
d19e206
started translation of library/functions.po
clacrib379b4e
Merge branch '3.7' of https://github.com/PyCampES/python-docs-es into…
clacrif5ab8dc
a couple of changes only, checking if build is done
clacri366de76
Merge branch '3.7' of https://github.com/PyCampES/python-docs-es into…
clacrid81d20e
last commit in 3.7 for functions.po
clacri93845a0
Update library/functions.po
clacri9dcaf54
Update library/functions.po
clacri6fb62d1
Update library/functions.po
clacrib136ac1
Update library/functions.po
clacri78818b4
Merge pull request #120 from PyCampES/claudia_dev_py37
humitos1fd8f4b
Update from 3.7
humitosf5e2888
Update functions.po from 3.7
humitosf4880e7
Wrapped :)
humitos087f4fe
changes requested to fix pospell
clacri0b10d86
Update library/functions.po
clacriFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
changes requested to fix pospell
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit087f4fe1db130fa618c97b094a007e56fae4d249
There are no files selected for viewing
2 changes: 2 additions & 0 deletionsdict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -4,6 +4,8 @@ Associates | ||
Autocompletado | ||
Awk | ||
B | ||
b | ||
Built | ||
C | ||
Circus | ||
Cookbook | ||
15 changes: 8 additions & 7 deletionslibrary/functions.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,15 +11,16 @@ 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-0721:30+0200\n" | ||
"Last-Translator: \n" | ||
"Language: es\n" | ||
"Language-Team: python-doc-esMIME-Version: 1.0\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.8.0\n" | ||
"X-Generator: Poedit 2.3\n" | ||
#: ../Doc/library/functions.rst:5 ../Doc/library/functions.rst:11 | ||
msgid "Built-in Functions" | ||
@@ -310,7 +311,6 @@ msgid ":func:`round`" | ||
msgstr "" | ||
#: ../Doc/library/functions.rst:45 | ||
msgid "" | ||
"Return the absolute value of a number. The argument may be an integer or a " | ||
"floating point number. If the argument is a complex number, its magnitude " | ||
@@ -319,7 +319,8 @@ msgid "" | ||
msgstr "" | ||
"Devuelve el valor absoluto de un número. El argumento puede ser un número " | ||
"entero o de punto flotante. Si el argumento es un número complejo, devuelve " | ||
"su magnitud. Si *x* define un método :meth:`__abs__`, ``abs(x)`` devuelve " | ||
"``x.__abs__()``." | ||
#: ../Doc/library/functions.rst:53 | ||
msgid "" | ||
@@ -335,7 +336,7 @@ msgid "" | ||
"is empty, return ``False``. Equivalent to::" | ||
msgstr "" | ||
"Devuelve ``True`` si un elemento cualquiera del *iterable* es verdadero. Si " | ||
"eliterable está vacío, devuelve ``False``. Equivalente a::" | ||
#: ../Doc/library/functions.rst:77 | ||
msgid "" | ||
@@ -371,7 +372,7 @@ msgstr "" | ||
#: ../Doc/library/functions.rst:102 ../Doc/library/functions.rst:750 | ||
#: ../Doc/library/functions.rst:1030 | ||
msgid "See also :func:`format` for more information." | ||
msgstr "Véase también :func:`format` para más información." | ||
#: ../Doc/library/functions.rst:107 | ||
msgid "" | ||
@@ -767,7 +768,7 @@ msgid "" | ||
msgstr "" | ||
"Si el objeto no provee de un método :meth:`__dir__`, la función intenta " | ||
"obtener la información del atributo :attr:`~object.__dict__` del objeto, si " | ||
"está definido, y de su objetotipo. La lista resultante no está " | ||
clacri marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
"necesariamente completa, y puede ser inexacta cuando el objeto tiene una " | ||
"función :func:`__getattr__` implementada." | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.