Skip to content

traducido archivo library/tomllib #2201

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 3 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: add requested corrections
  • Loading branch information
Rodrigo Poblete committed Nov 29, 2022
commit e0ddf0e67c0a97f2481aebcf30ea9f753a06f67e
1 change: 1 addition & 0 deletions dictionaries/library_tomllib.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Minimal
10 changes: 5 additions & 5 deletions library/tomllib.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgstr ""

#: ../Doc/library/tomllib.rst:2
msgid ":mod:`tomllib` --- Parse TOML files"
msgstr ":mod:`tomllib` --- Parsear archivos TOML"
msgstr ":mod:`tomllib` --- Analizar archivos TOML"

#: ../Doc/library/tomllib.rst:12
msgid "**Source code:** :source:`Lib/tomllib`"
Expand All @@ -36,8 +36,8 @@ msgid ""
"support writing TOML."
msgstr ""
"Este módulo proporciona una interfaz para parsear TOML (Tom's *Obvious* "
"*Minimal* *Language*, `https://toml.io <https://toml.io/en/>`_). Este módulo "
"no permite escribir TOML."
"Minimal Language, `https://toml.io <https://toml.io/en/>`_). Este módulo no "
"permite escribir TOML."

#: ../Doc/library/tomllib.rst:22
msgid ""
Expand Down Expand Up @@ -74,7 +74,7 @@ msgid ""
"`conversion table <toml-to-py-table>`."
msgstr ""
"Lee un archivo TOML. El primer argumento debe ser un objeto de archivo "
"legible y binario. Devuelve un :class:`dict`. Convierte los tipos TOML a "
"legible y binario. Retorna un :class:`dict`. Convierte los tipos TOML a "
"Python utilizando esta :ref:`tabla de conversión <toml-to-py-table>`."

#: ../Doc/library/tomllib.rst:43
Expand Down Expand Up @@ -103,7 +103,7 @@ msgid ""
"types to Python using this :ref:`conversion table <toml-to-py-table>`. The "
"*parse_float* argument has the same meaning as in :func:`load`."
msgstr ""
"Carga TOML de un objeto :class:`str`. Devuelve un :class:`dict`. Convierte "
"Carga TOML de un objeto :class:`str`. Retorna un :class:`dict`. Convierte "
"los tipos TOML a Python utilizando esta :ref:`tabla de conversión <toml-to-"
"py-table>`. El argumento *parse_float* tiene el mismo significado que en :"
"func:`load`."
Expand Down