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