Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork397
translate tutorial/inputoutput.po#2694
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 fromall commits
Commits
Show all changes
2 commits Select commitHold shift + click to select a range
File 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
There are no files selected for viewing
47 changes: 23 additions & 24 deletionstutorial/inputoutput.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: 2023-10-12 19:43+0200\n" | ||
"PO-Revision-Date: 2023-10-18 10:24-0300\n" | ||
"Last-Translator: Carlos A. Crespo <lvccrespo@gmail.com>\n" | ||
"Language-Team: python-doc-es\n" | ||
"Language: 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.13.0\n" | ||
"X-Generator: Poedit 3.0.1\n" | ||
#: ../Doc/tutorial/inputoutput.rst:5 | ||
msgid "Input and Output" | ||
@@ -41,7 +42,6 @@ msgid "Fancier Output Formatting" | ||
msgstr "Formateo elegante de la salida" | ||
#: ../Doc/tutorial/inputoutput.rst:17 | ||
msgid "" | ||
"So far we've encountered two ways of writing values: *expression statements* " | ||
"and the :func:`print` function. (A third way is using the :meth:`~io." | ||
@@ -50,10 +50,10 @@ msgid "" | ||
"on this.)" | ||
msgstr "" | ||
"Hasta ahora encontramos dos maneras de escribir valores: *declaraciones de " | ||
"expresión* y la función :func:`print`. (Una tercera manera es usando el " | ||
"método :meth:`~io.TextIOBase.write` de los objetos tipo archivo; el archivo " | ||
"de salidaestándar puede referenciarse como ``sys.stdout``. Mirá la " | ||
"Referencia de laBiblioteca para más información sobre esto)." | ||
#: ../Doc/tutorial/inputoutput.rst:22 | ||
msgid "" | ||
@@ -376,7 +376,7 @@ msgid "" | ||
msgstr "" | ||
"La función :func:`open` retorna un :term:`file object`, y se usa normalmente " | ||
"con dos argumentos posicionales y un argumento nombrado: " | ||
"``open(nombre_de_archivo, modo, encoding=None)``" | ||
#: ../Doc/tutorial/inputoutput.rst:304 | ||
msgid "" | ||
@@ -610,22 +610,21 @@ msgstr "" | ||
"comportamiento indefinido." | ||
#: ../Doc/tutorial/inputoutput.rst:459 | ||
msgid "" | ||
"File objects have some additional methods, such as :meth:`~io.IOBase.isatty` " | ||
"and :meth:`~io.IOBase.truncate` which are less frequently used; consult the " | ||
"Library Reference for a complete guide to file objects." | ||
msgstr "" | ||
"Los objetos archivo tienen algunos métodos más, como :meth:`~io.IOBase." | ||
"isatty` y :meth:`~io.IOBase.truncate` que son usados menos frecuentemente; " | ||
"consultá la Referencia de la Biblioteca para una guía completa sobre los " | ||
"objetos archivo." | ||
#: ../Doc/tutorial/inputoutput.rst:467 | ||
msgid "Saving structured data with :mod:`json`" | ||
msgstr "Guardar datos estructurados con :mod:`json`" | ||
#: ../Doc/tutorial/inputoutput.rst:471 | ||
msgid "" | ||
"Strings can easily be written to and read from a file. Numbers take a bit " | ||
"more effort, since the :meth:`~io.TextIOBase.read` method only returns " | ||
@@ -635,10 +634,10 @@ msgid "" | ||
"parsing and serializing by hand becomes complicated." | ||
msgstr "" | ||
"Las cadenas pueden fácilmente escribirse y leerse de un archivo. Los números " | ||
"toman algo más de esfuerzo, ya que el método :meth:`~io.TextIOBase.read` " | ||
"sólo retornacadenas, que tendrán que ser pasadas a una función como :func:" | ||
"`int`, quetoma una cadena como ``'123'`` y retorna su valor numérico 123. " | ||
"Sin embargo,cuando querés guardar tipos de datos más complejos como listas, " | ||
"diccionarios, o instancias de clases, las cosas se ponen más complicadas." | ||
#: ../Doc/tutorial/inputoutput.rst:478 | ||
@@ -745,24 +744,24 @@ msgstr "" | ||
#: ../Doc/tutorial/inputoutput.rst:287 | ||
msgid "built-in function" | ||
msgstr "función incorporada" | ||
#: ../Doc/tutorial/inputoutput.rst:287 | ||
msgid "open" | ||
msgstr "open" | ||
#: ../Doc/tutorial/inputoutput.rst:287 | ||
msgid "object" | ||
msgstr "object" | ||
#: ../Doc/tutorial/inputoutput.rst:287 | ||
msgid "file" | ||
msgstr "file" | ||
cacrespo marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/tutorial/inputoutput.rst:469 | ||
msgid "module" | ||
msgstr "módulo" | ||
rtobar marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/tutorial/inputoutput.rst:469 | ||
msgid "json" | ||
msgstr "json" |
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.