Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit383a38a

Browse files
author
github-actions
committed
Merge 3.13 into 3.7
1 parent2fdd3f3 commit383a38a

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
@@ -589,6 +589,8 @@ msgid ""
589589
"The :class:`ttk.Combobox` widget combines a text field with a pop-down list "
590590
"of values. This widget is a subclass of :class:`Entry`."
591591
msgstr""
592+
"O widget :class:`ttk.Combobox` combina um campo de texto com uma lista "
593+
"suspensa de valores. Esse widget é uma subclasse de :class:`Entry`."
592594

593595
#:../../library/tkinter.ttk.rst:302
594596
msgid""
@@ -610,18 +612,21 @@ msgstr "Opções"
610612
#:../../library/tkinter.ttk.rst:476../../library/tkinter.ttk.rst:666
611613
#:../../library/tkinter.ttk.rst:805
612614
msgid"This widget accepts the following specific options:"
613-
msgstr""
615+
msgstr"Este widget aceita as seguintes opções específicas:"
614616

615617
#:../../library/tkinter.ttk.rst:321
616618
msgid"exportselection"
617-
msgstr""
619+
msgstr"exportselection"
618620

619621
#:../../library/tkinter.ttk.rst:321
620622
msgid""
621623
"Boolean value. If set, the widget selection is linked to the Window Manager "
622624
"selection (which can be returned by invoking Misc.selection_get, for "
623625
"example)."
624626
msgstr""
627+
"Valor booleano. Caso definido, a seleção do widget é vinculada à seleção do "
628+
"Gerenciador de Janelas (que pode ser retornada ao chamar Misc.selection_get, "
629+
"por exemplo)."
625630

626631
#:../../library/tkinter.ttk.rst:325
627632
msgid"justify"
@@ -632,6 +637,8 @@ msgid ""
632637
"Specifies how the text is aligned within the widget. One of\"left\", "
633638
"\"center\", or\"right\"."
634639
msgstr""
640+
"Especifica como o texto é alinhado dentro do widget. Pode ser\"left\", "
641+
"\"center\", ou\"right\"."
635642

636643
#:../../library/tkinter.ttk.rst:328../../library/tkinter.ttk.rst:483
637644
#:../../library/tkinter.ttk.rst:820
@@ -640,17 +647,20 @@ msgstr "height"
640647

641648
#:../../library/tkinter.ttk.rst:328
642649
msgid"Specifies the height of the pop-down listbox, in rows."
643-
msgstr""
650+
msgstr"Especifica a altura, em linhas, da lista suspensa."
644651

645652
#:../../library/tkinter.ttk.rst:330
646653
msgid"postcommand"
647-
msgstr""
654+
msgstr"postcommand"
648655

649656
#:../../library/tkinter.ttk.rst:330
650657
msgid""
651658
"A script (possibly registered with Misc.register) that is called immediately "
652659
"before displaying the values. It may specify which values to display."
653660
msgstr""
661+
"Um script (possivelmente registrado com Misc.register) que é chamado "
662+
"imediatamente antes da exibição dos valores. Ele pode especificar quais "
663+
"valores exibir."
654664

655665
#:../../library/tkinter.ttk.rst:334
656666
msgid""
@@ -659,13 +669,21 @@ msgid ""
659669
"values from the dropdown list. In the\"normal\" state, the text field is "
660670
"directly editable. In the\"disabled\" state, no interaction is possible."
661671
msgstr""
672+
"Um dos estados:\"normal\",\"readonly\", ou\"disabled\". No estado "
673+
"\"readonly\", o valor não pode ser editado diretamente, e o usuário só pode "
674+
"selecionar valores contidos na lista suspensa. No estado\"normal\", o campo "
675+
"de texto é diretamente editável. No estado\"disabled\", nenhuma interação é "
676+
"possível."
662677

663678
#:../../library/tkinter.ttk.rst:341
664679
msgid""
665680
"Specifies a name whose value is linked to the widget value. Whenever the "
666681
"value associated with that name changes, the widget value is updated, and "
667682
"vice versa. See :class:`tkinter.StringVar`."
668683
msgstr""
684+
"Especifica um nome que terá seu valor vinculado ao valor do widget. Sempre "
685+
"que o valor associado a esse nome mudar, o valor do widget será atualizado, "
686+
"e vice versa. Veja :class:`tkinter.StringVar`."
669687

670688
#:../../library/tkinter.ttk.rst:346../../library/tkinter.ttk.rst:419
671689
#:../../library/tkinter.ttk.rst:867
@@ -674,7 +692,7 @@ msgstr "valores"
674692

675693
#:../../library/tkinter.ttk.rst:346
676694
msgid"Specifies the list of values to display in the drop-down listbox."
677-
msgstr""
695+
msgstr"Especifica a lista de valores para exibição na lista suspensa."
678696

679697
#:../../library/tkinter.ttk.rst:349
680698
msgid""
@@ -684,17 +702,19 @@ msgstr ""
684702

685703
#:../../library/tkinter.ttk.rst:356../../library/tkinter.ttk.rst:444
686704
msgid"Virtual events"
687-
msgstr""
705+
msgstr"Eventos virtuais"
688706

689707
#:../../library/tkinter.ttk.rst:358
690708
msgid""
691709
"The combobox widgets generates a **<<ComboboxSelected>>** virtual event when "
692710
"the user selects an element from the list of values."
693711
msgstr""
712+
"Os widgets combobox geram um evento virtual **<<ComboboxSelected>>** quando "
713+
"o usuário seleciona um elemento da lista de valores."
694714

695715
#:../../library/tkinter.ttk.rst:363
696716
msgid"ttk.Combobox"
697-
msgstr""
717+
msgstr"ttk.Combobox"
698718

699719
#:../../library/tkinter.ttk.rst:369
700720
msgid""
@@ -705,7 +725,7 @@ msgstr ""
705725

706726
#:../../library/tkinter.ttk.rst:376
707727
msgid"Returns the current value of the combobox."
708-
msgstr""
728+
msgstr"Retorna o valor atual do combobox."
709729

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp