@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version :Python 3.8\n "
12
12
"Report-Msgid-Bugs-To :\n "
13
13
"POT-Creation-Date :2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date :2020-08-22 23:27+0200 \n "
14
+ "PO-Revision-Date :2023-03-13 12:21-0300 \n "
15
15
"Last-Translator :Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language :es_ES\n "
17
16
"Language-Team :python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_ES \n "
19
18
"MIME-Version :1.0\n "
20
19
"Content-Type :text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding :8bit\n "
21
+ "Plural-Forms :nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By :Babel 2.10.3\n "
23
+ "X-Generator :Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/tkinter.ttk.rst:2
25
26
msgid ":mod:`tkinter.ttk` --- Tk themed widgets"
@@ -36,6 +37,10 @@ msgid ""
36
37
"font rendering under X11 and window transparency (requiring a composition "
37
38
"window manager on X11)."
38
39
msgstr ""
40
+ "El módulo :mod:`tkinter.ttk` brinda acceso al conjunto de widgets temáticos "
41
+ "de Tk, introducido en Tk 8.5. Este brinda beneficios adicionales, incluida "
42
+ "la representación de fuentes suavizadas en X11 y la transparencia de la "
43
+ "ventana (que requiere un administrador de ventanas de composición en X11)."
39
44
40
45
#: ../Doc/library/tkinter.ttk.rst:20
41
46
msgid ""
@@ -103,7 +108,6 @@ msgstr ""
103
108
"class:`ttk.Style` para mejorar los efectos de estilo."
104
109
105
110
#: ../Doc/library/tkinter.ttk.rst:60
106
- #, fuzzy
107
111
msgid ""
108
112
"`Converting existing applications to use Tile widgets <https://tktable."
109
113
"sourceforge.net/tile/doc/converting.txt>`_"
@@ -596,17 +600,16 @@ msgstr ""
596
600
"(*args*) si el estado del widget coincide con *statespec*."
597
601
598
602
#: ../Doc/library/tkinter.ttk.rst:286
599
- #, fuzzy
600
603
msgid ""
601
604
"Modify or inquire widget state. If *statespec* is specified, sets the widget "
602
605
"state according to it and return a new *statespec* indicating which flags "
603
606
"were changed. If *statespec* is not specified, returns the currently enabled "
604
607
"state flags."
605
608
msgstr ""
606
609
"Modifica o pregunta el estado del widget. Si se especifica *statespec*, "
607
- "establece el estado del widget según éste y retorna un nuevo *statespec*que "
608
- "indica qué indicadores se han cambiado. Si no se especifica *statespec*, "
609
- "retorna los indicadores de estado habilitados actualmente."
610
+ "establece el estado del widget según éste y retorna un nuevo *statespec* "
611
+ "informando cuales indicadores se han cambiado. Si no se especifica "
612
+ "*statespec*, retorna los indicadores de estado habilitados actualmente."
610
613
611
614
#: ../Doc/library/tkinter.ttk.rst:291
612
615
msgid "*statespec* will usually be a list or a tuple."
@@ -923,7 +926,6 @@ msgid "Notebook"
923
926
msgstr "Notebook"
924
927
925
928
#: ../Doc/library/tkinter.ttk.rst:466
926
- #, fuzzy
927
929
msgid ""
928
930
"Ttk Notebook widget manages a collection of windows and displays a single "
929
931
"one at a time. Each child window is associated with a tab, which the user "
@@ -1072,11 +1074,10 @@ msgstr ""
1072
1074
"Un especificación de posición de la forma\" @x,y\" que identifique la pestaña"
1073
1075
1074
1076
#: ../Doc/library/tkinter.ttk.rst:546
1075
- #, fuzzy
1076
1077
msgid ""
1077
1078
"The literal string\" current\" , which identifies the currently selected tab"
1078
1079
msgstr ""
1079
- "El valor\" current\" que identifica la pestaña seleccionada actualmente"
1080
+ "El valor\" current\" el cual identifica la pestaña seleccionada actualmente"
1080
1081
1081
1082
#: ../Doc/library/tkinter.ttk.rst:547
1082
1083
msgid ""
@@ -1175,7 +1176,6 @@ msgid "Selects the specified *tab_id*."
1175
1176
msgstr "Selecciona el *tab_id* especificado."
1176
1177
1177
1178
#: ../Doc/library/tkinter.ttk.rst:615
1178
- #, fuzzy
1179
1179
msgid ""
1180
1180
"The associated child window will be displayed, and the previously selected "
1181
1181
"window (if different) is unmapped. If *tab_id* is omitted, returns the "
@@ -2352,7 +2352,6 @@ msgstr ""
2352
2352
"meth:`Misc.winfo_class` (somewidget.winfo_class())."
2353
2353
2354
2354
#: ../Doc/library/tkinter.ttk.rst:1275
2355
- #, fuzzy
2356
2355
msgid ""
2357
2356
"`Tcl'2004 conference presentation <https://tktable.sourceforge.net/tile/tile-"
2358
2357
"tcl2004.pdf>`_"