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