Skip to content

Commit 5a2137e

Browse files
author
github-actions
committed
Merge 3.13 into 3.10
1 parent 295d2a3 commit 5a2137e

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

library/tkinter.ttk.po

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,8 @@ msgid ""
596596
"The :class:`ttk.Combobox` widget combines a text field with a pop-down list "
597597
"of values. This widget is a subclass of :class:`Entry`."
598598
msgstr ""
599+
"O widget :class:`ttk.Combobox` combina um campo de texto com uma lista "
600+
"suspensa de valores. Esse widget é uma subclasse de :class:`Entry`."
599601

600602
#: ../../library/tkinter.ttk.rst:302
601603
msgid ""
@@ -617,18 +619,21 @@ msgstr "Opções"
617619
#: ../../library/tkinter.ttk.rst:476 ../../library/tkinter.ttk.rst:666
618620
#: ../../library/tkinter.ttk.rst:805
619621
msgid "This widget accepts the following specific options:"
620-
msgstr ""
622+
msgstr "Este widget aceita as seguintes opções específicas:"
621623

622624
#: ../../library/tkinter.ttk.rst:321
623625
msgid "exportselection"
624-
msgstr ""
626+
msgstr "exportselection"
625627

626628
#: ../../library/tkinter.ttk.rst:321
627629
msgid ""
628630
"Boolean value. If set, the widget selection is linked to the Window Manager "
629631
"selection (which can be returned by invoking Misc.selection_get, for "
630632
"example)."
631633
msgstr ""
634+
"Valor booleano. Caso definido, a seleção do widget é vinculada à seleção do "
635+
"Gerenciador de Janelas (que pode ser retornada ao chamar Misc.selection_get, "
636+
"por exemplo)."
632637

633638
#: ../../library/tkinter.ttk.rst:325
634639
msgid "justify"
@@ -639,6 +644,8 @@ msgid ""
639644
"Specifies how the text is aligned within the widget. One of \"left\", "
640645
"\"center\", or \"right\"."
641646
msgstr ""
647+
"Especifica como o texto é alinhado dentro do widget. Pode ser \"left\", "
648+
"\"center\", ou \"right\"."
642649

643650
#: ../../library/tkinter.ttk.rst:328 ../../library/tkinter.ttk.rst:483
644651
#: ../../library/tkinter.ttk.rst:820
@@ -647,17 +654,20 @@ msgstr "height"
647654

648655
#: ../../library/tkinter.ttk.rst:328
649656
msgid "Specifies the height of the pop-down listbox, in rows."
650-
msgstr ""
657+
msgstr "Especifica a altura, em linhas, da lista suspensa."
651658

652659
#: ../../library/tkinter.ttk.rst:330
653660
msgid "postcommand"
654-
msgstr ""
661+
msgstr "postcommand"
655662

656663
#: ../../library/tkinter.ttk.rst:330
657664
msgid ""
658665
"A script (possibly registered with Misc.register) that is called immediately "
659666
"before displaying the values. It may specify which values to display."
660667
msgstr ""
668+
"Um script (possivelmente registrado com Misc.register) que é chamado "
669+
"imediatamente antes da exibição dos valores. Ele pode especificar quais "
670+
"valores exibir."
661671

662672
#: ../../library/tkinter.ttk.rst:334
663673
msgid ""
@@ -666,13 +676,21 @@ msgid ""
666676
"values from the dropdown list. In the \"normal\" state, the text field is "
667677
"directly editable. In the \"disabled\" state, no interaction is possible."
668678
msgstr ""
679+
"Um dos estados: \"normal\", \"readonly\", ou \"disabled\". No estado "
680+
"\"readonly\", o valor não pode ser editado diretamente, e o usuário só pode "
681+
"selecionar valores contidos na lista suspensa. No estado \"normal\", o campo "
682+
"de texto é diretamente editável. No estado \"disabled\", nenhuma interação é "
683+
"possível."
669684

670685
#: ../../library/tkinter.ttk.rst:341
671686
msgid ""
672687
"Specifies a name whose value is linked to the widget value. Whenever the "
673688
"value associated with that name changes, the widget value is updated, and "
674689
"vice versa. See :class:`tkinter.StringVar`."
675690
msgstr ""
691+
"Especifica um nome que terá seu valor vinculado ao valor do widget. Sempre "
692+
"que o valor associado a esse nome mudar, o valor do widget será atualizado, "
693+
"e vice versa. Veja :class:`tkinter.StringVar`."
676694

677695
#: ../../library/tkinter.ttk.rst:346 ../../library/tkinter.ttk.rst:419
678696
#: ../../library/tkinter.ttk.rst:867
@@ -681,7 +699,7 @@ msgstr "valores"
681699

682700
#: ../../library/tkinter.ttk.rst:346
683701
msgid "Specifies the list of values to display in the drop-down listbox."
684-
msgstr ""
702+
msgstr "Especifica a lista de valores para exibição na lista suspensa."
685703

686704
#: ../../library/tkinter.ttk.rst:349
687705
msgid ""
@@ -691,17 +709,19 @@ msgstr ""
691709

692710
#: ../../library/tkinter.ttk.rst:356 ../../library/tkinter.ttk.rst:444
693711
msgid "Virtual events"
694-
msgstr ""
712+
msgstr "Eventos virtuais"
695713

696714
#: ../../library/tkinter.ttk.rst:358
697715
msgid ""
698716
"The combobox widgets generates a **<<ComboboxSelected>>** virtual event when "
699717
"the user selects an element from the list of values."
700718
msgstr ""
719+
"Os widgets combobox geram um evento virtual **<<ComboboxSelected>>** quando "
720+
"o usuário seleciona um elemento da lista de valores."
701721

702722
#: ../../library/tkinter.ttk.rst:363
703723
msgid "ttk.Combobox"
704-
msgstr ""
724+
msgstr "ttk.Combobox"
705725

706726
#: ../../library/tkinter.ttk.rst:369
707727
msgid ""
@@ -712,7 +732,7 @@ msgstr ""
712732

713733
#: ../../library/tkinter.ttk.rst:376
714734
msgid "Returns the current value of the combobox."
715-
msgstr ""
735+
msgstr "Retorna o valor atual do combobox."
716736

717737
#: ../../library/tkinter.ttk.rst:381
718738
msgid "Sets the value of the combobox to *value*."

0 commit comments

Comments
 (0)