@@ -591,6 +591,8 @@ msgid ""
591591"The :class:`ttk.Combobox` widget combines a text field with a pop-down list "
592592"of values. This widget is a subclass of :class:`Entry`."
593593msgstr ""
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`."
594596
595597#: ../../library/tkinter.ttk.rst:302
596598msgid ""
@@ -612,18 +614,21 @@ msgstr "Opções"
612614#: ../../library/tkinter.ttk.rst:476 ../../library/tkinter.ttk.rst:666
613615#: ../../library/tkinter.ttk.rst:805
614616msgid "This widget accepts the following specific options:"
615- msgstr ""
617+ msgstr "Este widget aceita as seguintes opções específicas: "
616618
617619#: ../../library/tkinter.ttk.rst:321
618620msgid "exportselection"
619- msgstr ""
621+ msgstr "exportselection "
620622
621623#: ../../library/tkinter.ttk.rst:321
622624msgid ""
623625"Boolean value. If set, the widget selection is linked to the Window Manager "
624626"selection (which can be returned by invoking Misc.selection_get, for "
625627"example)."
626628msgstr ""
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)."
627632
628633#: ../../library/tkinter.ttk.rst:325
629634msgid "justify"
@@ -634,6 +639,8 @@ msgid ""
634639"Specifies how the text is aligned within the widget. One of \" left\" , "
635640"\" center\" , or \" right\" ."
636641msgstr ""
642+ "Especifica como o texto é alinhado dentro do widget. Pode ser \" left\" , "
643+ "\" center\" , ou \" right\" ."
637644
638645#: ../../library/tkinter.ttk.rst:328 ../../library/tkinter.ttk.rst:483
639646#: ../../library/tkinter.ttk.rst:820
@@ -642,17 +649,20 @@ msgstr "height"
642649
643650#: ../../library/tkinter.ttk.rst:328
644651msgid "Specifies the height of the pop-down listbox, in rows."
645- msgstr ""
652+ msgstr "Especifica a altura, em linhas, da lista suspensa. "
646653
647654#: ../../library/tkinter.ttk.rst:330
648655msgid "postcommand"
649- msgstr ""
656+ msgstr "postcommand "
650657
651658#: ../../library/tkinter.ttk.rst:330
652659msgid ""
653660"A script (possibly registered with Misc.register) that is called immediately "
654661"before displaying the values. It may specify which values to display."
655662msgstr ""
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."
656666
657667#: ../../library/tkinter.ttk.rst:334
658668msgid ""
@@ -661,13 +671,21 @@ msgid ""
661671"values from the dropdown list. In the \" normal\" state, the text field is "
662672"directly editable. In the \" disabled\" state, no interaction is possible."
663673msgstr ""
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."
664679
665680#: ../../library/tkinter.ttk.rst:341
666681msgid ""
667682"Specifies a name whose value is linked to the widget value. Whenever the "
668683"value associated with that name changes, the widget value is updated, and "
669684"vice versa. See :class:`tkinter.StringVar`."
670685msgstr ""
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`."
671689
672690#: ../../library/tkinter.ttk.rst:346 ../../library/tkinter.ttk.rst:419
673691#: ../../library/tkinter.ttk.rst:867
@@ -676,7 +694,7 @@ msgstr "valores"
676694
677695#: ../../library/tkinter.ttk.rst:346
678696msgid "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. "
680698
681699#: ../../library/tkinter.ttk.rst:349
682700msgid ""
@@ -686,17 +704,19 @@ msgstr ""
686704
687705#: ../../library/tkinter.ttk.rst:356 ../../library/tkinter.ttk.rst:444
688706msgid "Virtual events"
689- msgstr ""
707+ msgstr "Eventos virtuais "
690708
691709#: ../../library/tkinter.ttk.rst:358
692710msgid ""
693711"The combobox widgets generates a **<<ComboboxSelected>>** virtual event when "
694712"the user selects an element from the list of values."
695713msgstr ""
714+ "Os widgets combobox geram um evento virtual **<<ComboboxSelected>>** quando "
715+ "o usuário seleciona um elemento da lista de valores."
696716
697717#: ../../library/tkinter.ttk.rst:363
698718msgid "ttk.Combobox"
699- msgstr ""
719+ msgstr "ttk.Combobox "
700720
701721#: ../../library/tkinter.ttk.rst:369
702722msgid ""
@@ -707,7 +727,7 @@ msgstr ""
707727
708728#: ../../library/tkinter.ttk.rst:376
709729msgid "Returns the current value of the combobox."
710- msgstr ""
730+ msgstr "Retorna o valor atual do combobox. "
711731
712732#: ../../library/tkinter.ttk.rst:381
713733msgid "Sets the value of the combobox to *value*."
0 commit comments