Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
raulcd merged 15 commits into3.8fromlibrary/functions.po-from-3.7
May 7, 2020
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
15 commits
Select commitHold shift + click to select a range
d19e206
started translation of library/functions.po
clacriMay 5, 2020
b379b4e
Merge branch '3.7' of https://github.com/PyCampES/python-docs-es into…
clacriMay 5, 2020
f5ab8dc
a couple of changes only, checking if build is done
clacriMay 7, 2020
366de76
Merge branch '3.7' of https://github.com/PyCampES/python-docs-es into…
clacriMay 7, 2020
d81d20e
last commit in 3.7 for functions.po
clacriMay 7, 2020
93845a0
Update library/functions.po
clacriMay 7, 2020
9dcaf54
Update library/functions.po
clacriMay 7, 2020
6fb62d1
Update library/functions.po
clacriMay 7, 2020
b136ac1
Update library/functions.po
clacriMay 7, 2020
78818b4
Merge pull request #120 from PyCampES/claudia_dev_py37
humitosMay 7, 2020
1fd8f4b
Update from 3.7
humitosMay 7, 2020
f5e2888
Update functions.po from 3.7
humitosMay 7, 2020
f4880e7
Wrapped :)
humitosMay 7, 2020
087f4fe
changes requested to fix pospell
clacriMay 7, 2020
0b10d86
Update library/functions.po
clacriMay 7, 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
PrevPrevious commit
NextNext commit
changes requested to fix pospell
  • Loading branch information
@clacri
clacri committedMay 7, 2020
commit087f4fe1db130fa618c97b094a007e56fae4d249
2 changes: 2 additions & 0 deletionsdict
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,6 +4,8 @@ Associates
Autocompletado
Awk
B
b
Built
C
Circus
Cookbook
Expand Down
15 changes: 8 additions & 7 deletionslibrary/functions.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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-0710:23+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"
"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"
Expand DownExpand Up@@ -310,7 +311,6 @@ msgid ":func:`round`"
msgstr ""

#: ../Doc/library/functions.rst:45
#, fuzzy
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 "
Expand All@@ -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."
"su magnitud. Si *x* define un método :meth:`__abs__`, ``abs(x)`` devuelve "
"``x.__abs__()``."

#: ../Doc/library/functions.rst:53
msgid ""
Expand All@@ -335,7 +336,7 @@ msgid ""
"is empty, return ``False``. Equivalent to::"
msgstr ""
"Devuelve ``True`` si un elemento cualquiera del *iterable* es verdadero. Si "
"eliteradle está vacío, devuelve ``False``. Equivalente a::"
"eliterable está vacío, devuelve ``False``. Equivalente a::"

#: ../Doc/library/functions.rst:77
msgid ""
Expand DownExpand Up@@ -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 "Veáse también :func:`format` para más información."
msgstr "Véase también :func:`format` para más información."

#: ../Doc/library/functions.rst:107
msgid ""
Expand DownExpand Up@@ -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 objetotype. La lista resultante no está "
"está definido, y de su objetotipo. La lista resultante no está "
"necesariamente completa, y puede ser inexacta cuando el objeto tiene una "
"función :func:`__getattr__` implementada."

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp