@@ -599,6 +599,8 @@ msgid ""
599599"The :class:`ttk.Combobox` widget combines a text field with a pop-down list "
600600"of values. This widget is a subclass of :class:`Entry`."
601601msgstr ""
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`."
602604
603605#: ../../library/tkinter.ttk.rst:300
604606msgid ""
@@ -620,18 +622,21 @@ msgstr "Opções"
620622#: ../../library/tkinter.ttk.rst:474 ../../library/tkinter.ttk.rst:664
621623#: ../../library/tkinter.ttk.rst:803
622624msgid "This widget accepts the following specific options:"
623- msgstr ""
625+ msgstr "Este widget aceita as seguintes opções específicas: "
624626
625627#: ../../library/tkinter.ttk.rst:319
626628msgid "exportselection"
627- msgstr ""
629+ msgstr "exportselection "
628630
629631#: ../../library/tkinter.ttk.rst:319
630632msgid ""
631633"Boolean value. If set, the widget selection is linked to the Window Manager "
632634"selection (which can be returned by invoking Misc.selection_get, for "
633635"example)."
634636msgstr ""
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)."
635640
636641#: ../../library/tkinter.ttk.rst:323
637642msgid "justify"
@@ -642,6 +647,8 @@ msgid ""
642647"Specifies how the text is aligned within the widget. One of \" left\" , "
643648"\" center\" , or \" right\" ."
644649msgstr ""
650+ "Especifica como o texto é alinhado dentro do widget. Pode ser \" left\" , "
651+ "\" center\" , ou \" right\" ."
645652
646653#: ../../library/tkinter.ttk.rst:326 ../../library/tkinter.ttk.rst:481
647654#: ../../library/tkinter.ttk.rst:818
@@ -650,17 +657,20 @@ msgstr "height"
650657
651658#: ../../library/tkinter.ttk.rst:326
652659msgid "Specifies the height of the pop-down listbox, in rows."
653- msgstr ""
660+ msgstr "Especifica a altura, em linhas, da lista suspensa. "
654661
655662#: ../../library/tkinter.ttk.rst:328
656663msgid "postcommand"
657- msgstr ""
664+ msgstr "postcommand "
658665
659666#: ../../library/tkinter.ttk.rst:328
660667msgid ""
661668"A script (possibly registered with Misc.register) that is called immediately "
662669"before displaying the values. It may specify which values to display."
663670msgstr ""
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."
664674
665675#: ../../library/tkinter.ttk.rst:332
666676msgid ""
@@ -669,13 +679,21 @@ msgid ""
669679"values from the dropdown list. In the \" normal\" state, the text field is "
670680"directly editable. In the \" disabled\" state, no interaction is possible."
671681msgstr ""
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."
672687
673688#: ../../library/tkinter.ttk.rst:339
674689msgid ""
675690"Specifies a name whose value is linked to the widget value. Whenever the "
676691"value associated with that name changes, the widget value is updated, and "
677692"vice versa. See :class:`tkinter.StringVar`."
678693msgstr ""
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`."
679697
680698#: ../../library/tkinter.ttk.rst:344 ../../library/tkinter.ttk.rst:417
681699#: ../../library/tkinter.ttk.rst:865
@@ -684,7 +702,7 @@ msgstr "valores"
684702
685703#: ../../library/tkinter.ttk.rst:344
686704msgid "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. "
688706
689707#: ../../library/tkinter.ttk.rst:347
690708msgid ""
@@ -694,17 +712,19 @@ msgstr ""
694712
695713#: ../../library/tkinter.ttk.rst:354 ../../library/tkinter.ttk.rst:442
696714msgid "Virtual events"
697- msgstr ""
715+ msgstr "Eventos virtuais "
698716
699717#: ../../library/tkinter.ttk.rst:356
700718msgid ""
701719"The combobox widgets generates a **<<ComboboxSelected>>** virtual event when "
702720"the user selects an element from the list of values."
703721msgstr ""
722+ "Os widgets combobox geram um evento virtual **<<ComboboxSelected>>** quando "
723+ "o usuário seleciona um elemento da lista de valores."
704724
705725#: ../../library/tkinter.ttk.rst:361
706726msgid "ttk.Combobox"
707- msgstr ""
727+ msgstr "ttk.Combobox "
708728
709729#: ../../library/tkinter.ttk.rst:367
710730msgid ""
@@ -715,7 +735,7 @@ msgstr ""
715735
716736#: ../../library/tkinter.ttk.rst:374
717737msgid "Returns the current value of the combobox."
718- msgstr ""
738+ msgstr "Retorna o valor atual do combobox. "
719739
720740#: ../../library/tkinter.ttk.rst:379
721741msgid "Sets the value of the combobox to *value*."
0 commit comments