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

Traducido archivo library/decimal#2252

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
rtobar merged 2 commits intopython:3.11fromunknown repositoryJan 3, 2023
Merged
Changes fromall commits
Commits
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
23 changes: 14 additions & 9 deletionslibrary/decimal.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: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2021-12-15 23:37-0500\n"
"Last-Translator: Adolfo Hristo David Roque Gámez <aroquega@gmail.com>\n"
"Language: es_ES\n"
"PO-Revision-Date: 2023-01-03 09:47-0300\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 3.2.2\n"

#: ../Doc/library/decimal.rst:2
msgid ":mod:`decimal` --- Decimal fixed point and floating point arithmetic"
Expand All@@ -30,15 +31,14 @@ msgid "**Source code:** :source:`Lib/decimal.py`"
msgstr "**Código fuente:** :source:`Lib/decimal.py`"

#: ../Doc/library/decimal.rst:33
#, fuzzy
msgid ""
"The :mod:`decimal` module provides support for fast correctly rounded "
"decimal floating point arithmetic. It offers several advantages over the :"
"class:`float` datatype:"
msgstr ""
"El módulo :mod:`decimal` proporciona soporte para aritméticadecimalde coma "
"flotante rápida ycon redondeo matemáticamente correcto. Ofrece varias "
"ventajasen comparación con el tipo de dato :class:`float`:"
"El módulo :mod:`decimal` proporciona soporte para aritmética de coma "
"flotantedecimalrápida yredondeada correctamente. Ofrece varias ventajas "
"en comparación con el tipo de dato :class:`float`:"

#: ../Doc/library/decimal.rst:37
msgid ""
Expand DownExpand Up@@ -1355,20 +1355,25 @@ msgstr ""

#: ../Doc/library/decimal.rst:947
msgid "Using keyword arguments, the code would be the following::"
msgstr ""
msgstr "Usando argumentos de palabra clave, el código sería el siguiente::"

#: ../Doc/library/decimal.rst:955
msgid ""
"Raises :exc:`TypeError` if *kwargs* supplies an attribute that :class:"
"`Context` doesn't support. Raises either :exc:`TypeError` or :exc:"
"`ValueError` if *kwargs* supplies an invalid value for an attribute."
msgstr ""
"Lanza :exc:`TypeError` si *kwargs* proporciona un atributo que :class:"
"`Context` no soporta. Lanza también :exc:`TypeError` o :exc:`ValueError` si "
"*kwargs* proporciona un valor no válido para un atributo."

#: ../Doc/library/decimal.rst:959
msgid ""
":meth:`localcontext` now supports setting context attributes through the use "
"of keyword arguments."
msgstr ""
":meth:`localcontext` ahora admite la configuración de atributos de contexto "
"mediante el uso de argumentos de palabra clave."

#: ../Doc/library/decimal.rst:962
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp