@@ -589,6 +589,8 @@ msgid ""
589
589
"The :class:`ttk.Combobox` widget combines a text field with a pop-down list "
590
590
"of values. This widget is a subclass of :class:`Entry`."
591
591
msgstr ""
592
+ "O widget :class:`ttk.Combobox` combina um campo de texto com uma lista "
593
+ "suspensa de valores. Esse widget é uma subclasse de :class:`Entry`."
592
594
593
595
#: ../../library/tkinter.ttk.rst:302
594
596
msgid ""
@@ -610,18 +612,21 @@ msgstr "Opções"
610
612
#: ../../library/tkinter.ttk.rst:476 ../../library/tkinter.ttk.rst:666
611
613
#: ../../library/tkinter.ttk.rst:805
612
614
msgid "This widget accepts the following specific options:"
613
- msgstr ""
615
+ msgstr "Este widget aceita as seguintes opções específicas: "
614
616
615
617
#: ../../library/tkinter.ttk.rst:321
616
618
msgid "exportselection"
617
- msgstr ""
619
+ msgstr "exportselection "
618
620
619
621
#: ../../library/tkinter.ttk.rst:321
620
622
msgid ""
621
623
"Boolean value. If set, the widget selection is linked to the Window Manager "
622
624
"selection (which can be returned by invoking Misc.selection_get, for "
623
625
"example)."
624
626
msgstr ""
627
+ "Valor booleano. Caso definido, a seleção do widget é vinculada à seleção do "
628
+ "Gerenciador de Janelas (que pode ser retornada ao chamar Misc.selection_get, "
629
+ "por exemplo)."
625
630
626
631
#: ../../library/tkinter.ttk.rst:325
627
632
msgid "justify"
@@ -632,6 +637,8 @@ msgid ""
632
637
"Specifies how the text is aligned within the widget. One of\" left\" , "
633
638
"\" center\" , or\" right\" ."
634
639
msgstr ""
640
+ "Especifica como o texto é alinhado dentro do widget. Pode ser\" left\" , "
641
+ "\" center\" , ou\" right\" ."
635
642
636
643
#: ../../library/tkinter.ttk.rst:328 ../../library/tkinter.ttk.rst:483
637
644
#: ../../library/tkinter.ttk.rst:820
@@ -640,17 +647,20 @@ msgstr "height"
640
647
641
648
#: ../../library/tkinter.ttk.rst:328
642
649
msgid "Specifies the height of the pop-down listbox, in rows."
643
- msgstr ""
650
+ msgstr "Especifica a altura, em linhas, da lista suspensa. "
644
651
645
652
#: ../../library/tkinter.ttk.rst:330
646
653
msgid "postcommand"
647
- msgstr ""
654
+ msgstr "postcommand "
648
655
649
656
#: ../../library/tkinter.ttk.rst:330
650
657
msgid ""
651
658
"A script (possibly registered with Misc.register) that is called immediately "
652
659
"before displaying the values. It may specify which values to display."
653
660
msgstr ""
661
+ "Um script (possivelmente registrado com Misc.register) que é chamado "
662
+ "imediatamente antes da exibição dos valores. Ele pode especificar quais "
663
+ "valores exibir."
654
664
655
665
#: ../../library/tkinter.ttk.rst:334
656
666
msgid ""
@@ -659,13 +669,21 @@ msgid ""
659
669
"values from the dropdown list. In the\" normal\" state, the text field is "
660
670
"directly editable. In the\" disabled\" state, no interaction is possible."
661
671
msgstr ""
672
+ "Um dos estados:\" normal\" ,\" readonly\" , ou\" disabled\" . No estado "
673
+ "\" readonly\" , o valor não pode ser editado diretamente, e o usuário só pode "
674
+ "selecionar valores contidos na lista suspensa. No estado\" normal\" , o campo "
675
+ "de texto é diretamente editável. No estado\" disabled\" , nenhuma interação é "
676
+ "possível."
662
677
663
678
#: ../../library/tkinter.ttk.rst:341
664
679
msgid ""
665
680
"Specifies a name whose value is linked to the widget value. Whenever the "
666
681
"value associated with that name changes, the widget value is updated, and "
667
682
"vice versa. See :class:`tkinter.StringVar`."
668
683
msgstr ""
684
+ "Especifica um nome que terá seu valor vinculado ao valor do widget. Sempre "
685
+ "que o valor associado a esse nome mudar, o valor do widget será atualizado, "
686
+ "e vice versa. Veja :class:`tkinter.StringVar`."
669
687
670
688
#: ../../library/tkinter.ttk.rst:346 ../../library/tkinter.ttk.rst:419
671
689
#: ../../library/tkinter.ttk.rst:867
@@ -674,7 +692,7 @@ msgstr "valores"
674
692
675
693
#: ../../library/tkinter.ttk.rst:346
676
694
msgid "Specifies the list of values to display in the drop-down listbox."
677
- msgstr ""
695
+ msgstr "Especifica a lista de valores para exibição na lista suspensa. "
678
696
679
697
#: ../../library/tkinter.ttk.rst:349
680
698
msgid ""
@@ -684,17 +702,19 @@ msgstr ""
684
702
685
703
#: ../../library/tkinter.ttk.rst:356 ../../library/tkinter.ttk.rst:444
686
704
msgid "Virtual events"
687
- msgstr ""
705
+ msgstr "Eventos virtuais "
688
706
689
707
#: ../../library/tkinter.ttk.rst:358
690
708
msgid ""
691
709
"The combobox widgets generates a **<<ComboboxSelected>>** virtual event when "
692
710
"the user selects an element from the list of values."
693
711
msgstr ""
712
+ "Os widgets combobox geram um evento virtual **<<ComboboxSelected>>** quando "
713
+ "o usuário seleciona um elemento da lista de valores."
694
714
695
715
#: ../../library/tkinter.ttk.rst:363
696
716
msgid "ttk.Combobox"
697
- msgstr ""
717
+ msgstr "ttk.Combobox "
698
718
699
719
#: ../../library/tkinter.ttk.rst:369
700
720
msgid ""
@@ -705,7 +725,7 @@ msgstr ""
705
725
706
726
#: ../../library/tkinter.ttk.rst:376
707
727
msgid "Returns the current value of the combobox."
708
- msgstr ""
728
+ msgstr "Retorna o valor atual do combobox. "
709
729
710
730
#: ../../library/tkinter.ttk.rst:381
711
731
msgid "Sets the value of the combobox to *value*."