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

Commitd5bd3c3

Browse files
author
github-actions
committed
Merge 3.13 into 3.6
1 parenta4f512a commitd5bd3c3

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
@@ -579,6 +579,8 @@ msgid ""
579579
"The :class:`ttk.Combobox` widget combines a text field with a pop-down list "
580580
"of values. This widget is a subclass of :class:`Entry`."
581581
msgstr""
582+
"O widget :class:`ttk.Combobox` combina um campo de texto com uma lista "
583+
"suspensa de valores. Esse widget é uma subclasse de :class:`Entry`."
582584

583585
#:../../library/tkinter.ttk.rst:302
584586
msgid""
@@ -599,18 +601,21 @@ msgstr "Opções"
599601
#:../../library/tkinter.ttk.rst:314../../library/tkinter.ttk.rst:395
600602
#:../../library/tkinter.ttk.rst:585../../library/tkinter.ttk.rst:724
601603
msgid"This widget accepts the following specific options:"
602-
msgstr""
604+
msgstr"Este widget aceita as seguintes opções específicas:"
603605

604606
#:../../library/tkinter.ttk.rst:321
605607
msgid"exportselection"
606-
msgstr""
608+
msgstr"exportselection"
607609

608610
#:../../library/tkinter.ttk.rst:321
609611
msgid""
610612
"Boolean value. If set, the widget selection is linked to the Window Manager "
611613
"selection (which can be returned by invoking Misc.selection_get, for "
612614
"example)."
613615
msgstr""
616+
"Valor booleano. Caso definido, a seleção do widget é vinculada à seleção do "
617+
"Gerenciador de Janelas (que pode ser retornada ao chamar Misc.selection_get, "
618+
"por exemplo)."
614619

615620
#:../../library/tkinter.ttk.rst:325
616621
msgid"justify"
@@ -621,6 +626,8 @@ msgid ""
621626
"Specifies how the text is aligned within the widget. One of\"left\", "
622627
"\"center\", or\"right\"."
623628
msgstr""
629+
"Especifica como o texto é alinhado dentro do widget. Pode ser\"left\", "
630+
"\"center\", ou\"right\"."
624631

625632
#:../../library/tkinter.ttk.rst:328../../library/tkinter.ttk.rst:402
626633
#:../../library/tkinter.ttk.rst:739
@@ -629,17 +636,20 @@ msgstr "height"
629636

630637
#:../../library/tkinter.ttk.rst:328
631638
msgid"Specifies the height of the pop-down listbox, in rows."
632-
msgstr""
639+
msgstr"Especifica a altura, em linhas, da lista suspensa."
633640

634641
#:../../library/tkinter.ttk.rst:330
635642
msgid"postcommand"
636-
msgstr""
643+
msgstr"postcommand"
637644

638645
#:../../library/tkinter.ttk.rst:330
639646
msgid""
640647
"A script (possibly registered with Misc.register) that is called immediately "
641648
"before displaying the values. It may specify which values to display."
642649
msgstr""
650+
"Um script (possivelmente registrado com Misc.register) que é chamado "
651+
"imediatamente antes da exibição dos valores. Ele pode especificar quais "
652+
"valores exibir."
643653

644654
#:../../library/tkinter.ttk.rst:334
645655
msgid""
@@ -648,21 +658,29 @@ msgid ""
648658
"values from the dropdown list. In the\"normal\" state, the text field is "
649659
"directly editable. In the\"disabled\" state, no interaction is possible."
650660
msgstr""
661+
"Um dos estados:\"normal\",\"readonly\", ou\"disabled\". No estado "
662+
"\"readonly\", o valor não pode ser editado diretamente, e o usuário só pode "
663+
"selecionar valores contidos na lista suspensa. No estado\"normal\", o campo "
664+
"de texto é diretamente editável. No estado\"disabled\", nenhuma interação é "
665+
"possível."
651666

652667
#:../../library/tkinter.ttk.rst:341
653668
msgid""
654669
"Specifies a name whose value is linked to the widget value. Whenever the "
655670
"value associated with that name changes, the widget value is updated, and "
656671
"vice versa. See :class:`tkinter.StringVar`."
657672
msgstr""
673+
"Especifica um nome que terá seu valor vinculado ao valor do widget. Sempre "
674+
"que o valor associado a esse nome mudar, o valor do widget será atualizado, "
675+
"e vice versa. Veja :class:`tkinter.StringVar`."
658676

659677
#:../../library/tkinter.ttk.rst:346../../library/tkinter.ttk.rst:786
660678
msgid"values"
661679
msgstr"valores"
662680

663681
#:../../library/tkinter.ttk.rst:346
664682
msgid"Specifies the list of values to display in the drop-down listbox."
665-
msgstr""
683+
msgstr"Especifica a lista de valores para exibição na lista suspensa."
666684

667685
#:../../library/tkinter.ttk.rst:349
668686
msgid""
@@ -672,17 +690,19 @@ msgstr ""
672690

673691
#:../../library/tkinter.ttk.rst:356
674692
msgid"Virtual events"
675-
msgstr""
693+
msgstr"Eventos virtuais"
676694

677695
#:../../library/tkinter.ttk.rst:358
678696
msgid""
679697
"The combobox widgets generates a **<<ComboboxSelected>>** virtual event when "
680698
"the user selects an element from the list of values."
681699
msgstr""
700+
"Os widgets combobox geram um evento virtual **<<ComboboxSelected>>** quando "
701+
"o usuário seleciona um elemento da lista de valores."
682702

683703
#:../../library/tkinter.ttk.rst:363
684704
msgid"ttk.Combobox"
685-
msgstr""
705+
msgstr"ttk.Combobox"
686706

687707
#:../../library/tkinter.ttk.rst:369
688708
msgid""
@@ -693,7 +713,7 @@ msgstr ""
693713

694714
#:../../library/tkinter.ttk.rst:376
695715
msgid"Returns the current value of the combobox."
696-
msgstr""
716+
msgstr"Retorna o valor atual do combobox."
697717

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp