Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 018494a

Browse files
author
github-actions
committed
Merge 3.13 into 3.8
1 parent 0f81bde commit 018494a

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

library/tkinter.ttk.po

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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`."
593593
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`."
594596

595597
#: ../../library/tkinter.ttk.rst:302
596598
msgid ""
@@ -612,18 +614,21 @@ msgstr "Opções"
612614
#: ../../library/tkinter.ttk.rst:476 ../../library/tkinter.ttk.rst:666
613615
#: ../../library/tkinter.ttk.rst:805
614616
msgid "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
618620
msgid "exportselection"
619-
msgstr ""
621+
msgstr "exportselection"
620622

621623
#: ../../library/tkinter.ttk.rst:321
622624
msgid ""
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)."
626628
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)."
627632

628633
#: ../../library/tkinter.ttk.rst:325
629634
msgid "justify"
@@ -634,6 +639,8 @@ msgid ""
634639
"Specifies how the text is aligned within the widget. One of \"left\", "
635640
"\"center\", or \"right\"."
636641
msgstr ""
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
644651
msgid "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
648655
msgid "postcommand"
649-
msgstr ""
656+
msgstr "postcommand"
650657

651658
#: ../../library/tkinter.ttk.rst:330
652659
msgid ""
653660
"A script (possibly registered with Misc.register) that is called immediately "
654661
"before displaying the values. It may specify which values to display."
655662
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."
656666

657667
#: ../../library/tkinter.ttk.rst:334
658668
msgid ""
@@ -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."
663673
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."
664679

665680
#: ../../library/tkinter.ttk.rst:341
666681
msgid ""
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`."
670685
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`."
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
678696
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."
680698

681699
#: ../../library/tkinter.ttk.rst:349
682700
msgid ""
@@ -686,17 +704,19 @@ msgstr ""
686704

687705
#: ../../library/tkinter.ttk.rst:356 ../../library/tkinter.ttk.rst:444
688706
msgid "Virtual events"
689-
msgstr ""
707+
msgstr "Eventos virtuais"
690708

691709
#: ../../library/tkinter.ttk.rst:358
692710
msgid ""
693711
"The combobox widgets generates a **<<ComboboxSelected>>** virtual event when "
694712
"the user selects an element from the list of values."
695713
msgstr ""
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
698718
msgid "ttk.Combobox"
699-
msgstr ""
719+
msgstr "ttk.Combobox"
700720

701721
#: ../../library/tkinter.ttk.rst:369
702722
msgid ""
@@ -707,7 +727,7 @@ msgstr ""
707727

708728
#: ../../library/tkinter.ttk.rst:376
709729
msgid "Returns the current value of the combobox."
710-
msgstr ""
730+
msgstr "Retorna o valor atual do combobox."
711731

712732
#: ../../library/tkinter.ttk.rst:381
713733
msgid "Sets the value of the combobox to *value*."

0 commit comments

Comments
 (0)