Skip to content

Commit 8cd7ed3

Browse files
Traducción library/tkinter (#2717)
Closes #2610 --------- Co-authored-by: rtobar <rtobarc@gmail.com>
1 parent 7f5d59d commit 8cd7ed3

File tree

1 file changed

+16
-20
lines changed

1 file changed

+16
-20
lines changed

library/tkinter.po

+16-20
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2022-11-06 21:57+0100\n"
14+
"PO-Revision-Date: 2023-10-29 20:44-0400\n"
1515
"Last-Translator: Carlos AlMa <carlos@carlosalma.es>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.13.0\n"
23+
"X-Generator: Poedit 3.2.2\n"
2324

2425
#: ../Doc/library/tkinter.rst:2
2526
msgid ":mod:`tkinter` --- Python interface to Tcl/Tk"
@@ -426,18 +427,17 @@ msgstr ""
426427
"tenga habilitada la opción -container."
427428

428429
#: ../Doc/library/tkinter.rst:161
429-
#, fuzzy
430430
msgid ""
431431
":class:`Tk` reads and interprets profile files, named :file:`.{className}."
432432
"tcl` and :file:`.{baseName}.tcl`, into the Tcl interpreter and calls :func:"
433433
"`exec` on the contents of :file:`.{className}.py` and :file:`.{baseName}."
434434
"py`. The path for the profile files is the :envvar:`HOME` environment "
435435
"variable or, if that isn't defined, then :data:`os.curdir`."
436436
msgstr ""
437-
":class:`Tk` lee e interpreta los archivos de perfil, llamados :file:`. "
438-
"{className}.tcl` y :file:`. {baseName}.tcl`, mediante el intérprete Tcl y "
439-
"llama a :func:`exec` sobre el contenido de :file:`. {className}.py` y :file:"
440-
"`.{baseName}.py`. La ruta de los archivos de perfil se encuentra en la "
437+
":class:`Tk` lee e interpreta los archivos de perfil, nombrados :file:`."
438+
"{className}.tcl` y :file:`. {baseName}.tcl`, en el intérprete Tcl y llama "
439+
"a :func:`exec` sobre el contenido de :file:`.{className}.py` y :file:`."
440+
"{baseName}.py`. La ruta de los archivos de perfil se encuentra en la "
441441
"variable de entorno :envvar:`HOME` o, si no está definida, en :attr:`os."
442442
"curdir`."
443443

@@ -850,17 +850,16 @@ msgid "Understanding How Tkinter Wraps Tcl/Tk"
850850
msgstr "Entendiendo como funcionan los empaquetadores de Tcl/Tk"
851851

852852
#: ../Doc/library/tkinter.rst:353
853-
#, fuzzy
854853
msgid ""
855854
"When your application uses Tkinter's classes and methods, internally Tkinter "
856855
"is assembling strings representing Tcl/Tk commands, and executing those "
857856
"commands in the Tcl interpreter attached to your application's :class:`Tk` "
858857
"instance."
859858
msgstr ""
860-
"Cuando su aplicación usa las clases y métodos de Tkinter este de forma "
861-
"interna ensambla cadenas de texto representadas como comandos de Tcl/Tk y "
862-
"ejecuta esos comandos en el intérprete de Tcl que esta adjunto a la "
863-
"instancia de su aplicación :class:`Tk`."
859+
"Cuando su aplicación utiliza las clases y métodos de Tkinter, internamente "
860+
"Tkinter está ensamblando cadenas que representan comandos Tcl/Tk, y "
861+
"ejecutando esos comandos en el intérprete Tcl adjunto a la instancia :class:"
862+
"`Tk` de su aplicación."
864863

865864
#: ../Doc/library/tkinter.rst:358
866865
msgid ""
@@ -2297,19 +2296,16 @@ msgstr "Constantes utilizadas en los argumentos *mask*."
22972296

22982297
#: ../Doc/library/tkinter.rst:637
22992298
msgid "packing (widgets)"
2300-
msgstr ""
2299+
msgstr "empaquetado (widgets)"
23012300

23022301
#: ../Doc/library/tkinter.rst:750
2303-
#, fuzzy
23042302
msgid "window manager (widgets)"
2305-
msgstr "El gestor de ventanas"
2303+
msgstr "gestor de ventanas (widgets)"
23062304

23072305
#: ../Doc/library/tkinter.rst:867
2308-
#, fuzzy
23092306
msgid "bind (widgets)"
2310-
msgstr "widgets"
2307+
msgstr "vincular (widgets)"
23112308

23122309
#: ../Doc/library/tkinter.rst:867
2313-
#, fuzzy
23142310
msgid "events (widgets)"
2315-
msgstr "widgets"
2311+
msgstr "eventos (widgets)"

0 commit comments

Comments
 (0)