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