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

Commit060188a

Browse files
authored
Merge pull request#45 from eamanu/inputouput
2 parentsc87cebd +a4d0592 commit060188a

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

‎tutorial/inputoutput.po

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
66
#
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version:Python 3.7\n"
1010
"Report-Msgid-Bugs-To:\n"
1111
"POT-Creation-Date:2019-05-06 11:59-0400\n"
12-
"PO-Revision-Date:2020-05-02 13:07-0300\n"
12+
"PO-Revision-Date:2020-05-03 15:46-0300\n"
1313
"MIME-Version:1.0\n"
1414
"Content-Type:text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding:8bit\n"
@@ -162,14 +162,13 @@ msgstr ""
162162
"expresiones como ``{expresion}``."
163163

164164
#:../Doc/tutorial/inputoutput.rst:107
165-
#,fuzzy
166165
msgid""
167166
"An optional format specifier can follow the expression. This allows greater "
168167
"control over how the value is formatted. The following example rounds pi to "
169168
"three places after the decimal::"
170169
msgstr""
171170
"Un especificador de formato opcional puede seguir la expresión. Esto permite "
172-
"un mayor control sobre cómo se formatea el valor. En elejemplosiguiente se "
171+
"un mayor control sobre cómo se formatea el valor. En el siguiente ejemplo se "
173172
"redondea pi a tres lugares después del decimal::"
174173

175174
#:../Doc/tutorial/inputoutput.rst:115
@@ -178,7 +177,8 @@ msgid ""
178177
"number of characters wide. This is useful for making columns line up. ::"
179178
msgstr""
180179
"Pasar un entero después de ``':'`` hará que ese campo sea un número mínimo "
181-
"de caracteres de ancho. Esto es útil para hacer que las columnas se alineen."
180+
"de caracteres de ancho. Esto es útil para hacer que las columnas se "
181+
"alineen. ::"
182182

183183
#:../Doc/tutorial/inputoutput.rst:126
184184
msgid""
@@ -290,6 +290,9 @@ msgid ""
290290
"(Note that the one space between each column was added by the way :func:"
291291
"`print` works: it always adds spaces between its arguments.)"
292292
msgstr""
293+
"(Nótese que el único espacio entre columna fue agregado por el "
294+
"funcionamiento mismo de :func:`print`: esta función siempre agrega espacio "
295+
"entre los argumentos.)"
293296

294297
#:../Doc/tutorial/inputoutput.rst:237
295298
msgid""
@@ -302,6 +305,16 @@ msgid ""
302305
"would be lying about a value. (If you really want truncation you can always "
303306
"add a slice operation, as in ``x.ljust(n)[:n]``.)"
304307
msgstr""
308+
"El método meth:`str.rjust` de los objetos cadena, justifica hacia la derecha "
309+
"una cadena en un campo de ancho determinado rellenándola con espacios a la "
310+
"izquierda. Métodos similares a este son :meth:`str.ljust` y :meth:`str."
311+
"center`. Estos métodos no escriben nada, simplemente retornan una nueva "
312+
"cadena. Si la cadena de entrada es demasiado larga, los métodos mencionados "
313+
"anteriormente no la truncarán, solo devolverán la cadena de entrada sin "
314+
"cambiar; esto arruinará el diseño de su columna, pero eso es la mejor "
315+
"alternativa antes de que esté mintiendo sobre un valor. (Si realmente desea "
316+
"el truncamiento, siempre puede agregar una operación de división, tal cómo "
317+
"``x.ljust(n)[:n]``.)"
305318

306319
#:../Doc/tutorial/inputoutput.rst:246
307320
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp