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