@@ -11,8 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2021-08-04 22:04+0200\n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
14
+ "PO-Revision-Date : 2024-01-05 22:04+0200\n "
16
15
"Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
17
"Plural-Forms : nplurals=2; plural=(n != 1);\n "
@@ -90,7 +89,6 @@ msgid "Collapse and truncate the given *text* to fit in the given *width*."
90
89
msgstr "Colapsa y trunca el *text* dado para que encaje en el *width* dado."
91
90
92
91
#: ../Doc/library/textwrap.rst:60
93
- #, fuzzy
94
92
msgid ""
95
93
"First the whitespace in *text* is collapsed (all whitespace is replaced by "
96
94
"single spaces). If the result fits in the *width*, it is returned. "
@@ -100,8 +98,8 @@ msgstr ""
100
98
"Primero el espacio blanco en *text* se colapsa (todos los espacios blancos "
101
99
"son reemplazados por espacios sencillos). Si el resultado cabe en el "
102
100
"*width*, se retorna. En caso contrario, se eliminan suficientes palabras del "
103
- "final para que las palabras restantes más el :attr:` placeholder` encajen "
104
- "dentro de :attr:` width` ::"
101
+ "final para que las palabras restantes más el * placeholder* encajen dentro de "
102
+ "* width* ::"
105
103
106
104
#: ../Doc/library/textwrap.rst:72
107
105
msgid ""
@@ -249,14 +247,13 @@ msgstr ""
249
247
"larga que los caracteres :attr:`width`."
250
248
251
249
#: ../Doc/library/textwrap.rst:175
252
- #, fuzzy
253
250
msgid ""
254
251
"(default: ``True``) If true, then all tab characters in *text* will be "
255
252
"expanded to spaces using the :meth:`~str.expandtabs` method of *text*."
256
253
msgstr ""
257
254
"(default: ``True``) Si es verdadero, entonces todos los caracteres de "
258
255
"tabulación en *text* serán expandidos a espacios usando el método :meth:"
259
- "`expandtabs` de *text*."
256
+ "`~str. expandtabs` de *text*."
260
257
261
258
#: ../Doc/library/textwrap.rst:181
262
259
msgid ""
@@ -457,8 +454,8 @@ msgstr ""
457
454
458
455
#: ../Doc/library/textwrap.rst:285
459
456
msgid "..."
460
- msgstr ""
457
+ msgstr "... "
461
458
462
459
#: ../Doc/library/textwrap.rst:285
463
460
msgid "placeholder"
464
- msgstr ""
461
+ msgstr "placeholder "
0 commit comments