Skip to content

Commit c3fbcec

Browse files
Traducido archivo library/tkinter.scrolledtext (#1110)
1 parent efd996b commit c3fbcec

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

library/tkinter.scrolledtext.po

+23-7
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
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/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12+
"PO-Revision-Date: 2020-10-26 10:44-0600\n"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: \n"
19+
"Language: es\n"
20+
"X-Generator: Poedit 2.4.1\n"
1921

2022
#: ../Doc/library/tkinter.scrolledtext.rst:2
2123
msgid ":mod:`tkinter.scrolledtext` --- Scrolled Text Widget"
22-
msgstr ""
24+
msgstr ":mod:`tkinter.scrolledtext` --- Widget de texto desplazado"
2325

2426
#: ../Doc/library/tkinter.scrolledtext.rst:10
2527
msgid "**Source code:** :source:`Lib/tkinter/scrolledtext.py`"
26-
msgstr ""
28+
msgstr "**Código fuente:** :source:`Lib/tkinter/scrolledtext.py`"
2729

2830
#: ../Doc/library/tkinter.scrolledtext.rst:14
2931
msgid ""
@@ -33,6 +35,12 @@ msgid ""
3335
"is a lot easier than setting up a text widget and scroll bar directly. The "
3436
"constructor is the same as that of the :class:`tkinter.Text` class."
3537
msgstr ""
38+
"El módulo :mod:`tkinter.scrolledtext` proporciona una clase del mismo nombre "
39+
"la cual implementa un widget de texto básico que tiene una barra de "
40+
"desplazamiento vertical para hacer lo \"correcto.\" Usar la clase :class:"
41+
"`ScrolledText` es mucho más fácil que configurar un widget de texto y una "
42+
"barra de desplazamiento directamente. El constructor es el mismo que el de "
43+
"la clase :class:`tkinter.Text`."
3644

3745
#: ../Doc/library/tkinter.scrolledtext.rst:20
3846
msgid ""
@@ -42,17 +50,25 @@ msgid ""
4250
"`ScrolledText` widget to be used directly to achieve most normal geometry "
4351
"management behavior."
4452
msgstr ""
53+
"El widget de texto y la barra de desplazamiento se empaquetan juntos en un :"
54+
"class:`Frame`, y los métodos de los administradores de geometría :class:"
55+
"`Grid` y :class:`Pack` se adquieren del objeto :class:`Frame`. Esto permite "
56+
"que el widget :class:`ScrolledText` sea usado directamente para lograr el "
57+
"funcionamiento más normal del administrador de geometría."
4558

4659
#: ../Doc/library/tkinter.scrolledtext.rst:25
4760
msgid ""
4861
"Should more specific control be necessary, the following attributes are "
4962
"available:"
5063
msgstr ""
64+
"Si fuera necesario un control más específico, los siguientes atributos están "
65+
"disponibles:"
5166

5267
#: ../Doc/library/tkinter.scrolledtext.rst:31
5368
msgid "The frame which surrounds the text and scroll bar widgets."
5469
msgstr ""
70+
"El marco que rodea el texto y los widgets de la barra de desplazamiento."
5571

5672
#: ../Doc/library/tkinter.scrolledtext.rst:36
5773
msgid "The scroll bar widget."
58-
msgstr ""
74+
msgstr "El widget de la barra de desplazamiento."

0 commit comments

Comments
 (0)