Skip to content

Commit 4ee0ae0

Browse files
erickisoscmaureir
andcommitted
Traducción faq/gui (#1629)
* pending translations * Update faq/gui.po Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 6acb3c1 commit 4ee0ae0

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

faq/gui.po

+13-10
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: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-02 11:10+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-11-09 22:34-0600\n"
15+
"Last-Translator: Erick G. Islas Osuna <erickisos653@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/faq/gui.rst:5
2526
msgid "Graphic User Interface FAQ"
@@ -34,14 +35,10 @@ msgid "General GUI Questions"
3435
msgstr "Preguntas generales de la GUI"
3536

3637
#: ../Doc/faq/gui.rst:18
37-
#, fuzzy
3838
msgid "What GUI toolkits exist for Python?"
39-
msgstr ""
40-
"¿Qué conjuntos de herramientas de GUI específicas por plataforma existen "
41-
"para Python?"
39+
msgstr "¿Qué conjuntos de herramientas de GUI existen para Python?"
4240

4341
#: ../Doc/faq/gui.rst:20
44-
#, fuzzy
4542
msgid ""
4643
"Standard builds of Python include an object-oriented interface to the Tcl/Tk "
4744
"widget set, called :ref:`tkinter <Tkinter>`. This is probably the easiest "
@@ -55,8 +52,8 @@ msgstr ""
5552
"<Tkinter>`. Esta es probablemente la más fácil de instalar (ya que viene "
5653
"incluida con la mayoría de `distribuciones binarias <https://www.python.org/"
5754
"downloads/>`_ de Python) y usar. Para obtener más información sobre Tk, "
58-
"incluyendo referencias a la fuente, ver la `Tcl/Tk página de inicio <https://"
59-
"www.tcl.tk>`_. Tcl/Tk es totalmente potable a Mac OSX, Windows y plataformas "
55+
"incluyendo referencias a la fuente, ver la `Página de inicio Tcl/Tk <https://"
56+
"www.tcl.tk>`_. Tcl/Tk es totalmente portable a macOS, Windows y plataformas "
6057
"Unix."
6158

6259
#: ../Doc/faq/gui.rst:28
@@ -67,6 +64,12 @@ msgid ""
6764
"wiki.python.org/moin/GuiProgramming#Platform-specific_Frameworks>`_ GUI "
6865
"frameworks can be found on the python wiki."
6966
msgstr ""
67+
"Dependiendo de a que plataforma(s) estés apuntando, hay también múltiples "
68+
"alternativas. Una lista de conjuntos de herramientas `multiplataforma "
69+
"<https://wiki.python.org/moin/GuiProgramming#Cross-Platform_Frameworks>`_ y "
70+
"`de plataforma específica <https://wiki.python.org/moin/"
71+
"GuiProgramming#Platform-specific_Frameworks>`_ puede ser encontrada en la "
72+
"wiki de Python."
7073

7174
#: ../Doc/faq/gui.rst:36
7275
msgid "Tkinter questions"

0 commit comments

Comments
 (0)