mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
update localization
This commit is contained in:
@@ -526,8 +526,8 @@
|
||||
Visibility="{x:Bind GetImageResolutionVisibility(ViewModel.PasteAIProviderDraft.Usage), Mode=OneWay}">
|
||||
<TextBox
|
||||
x:Name="PasteAIImageWidthTextBox"
|
||||
x:Uid="AdvancedPaste_ImgOutputWidth"
|
||||
MinWidth="96"
|
||||
Header="Width"
|
||||
Text="{x:Bind ViewModel.PasteAIProviderDraft.ImageWidth, Mode=TwoWay}" />
|
||||
<TextBlock
|
||||
VerticalAlignment="Bottom"
|
||||
@@ -535,8 +535,8 @@
|
||||
Text="x" />
|
||||
<TextBox
|
||||
x:Name="PasteAIImageHeightTextBox"
|
||||
x:Uid="AdvancedPaste_ImgOutputHeight"
|
||||
MinWidth="96"
|
||||
Header="Height"
|
||||
Text="{x:Bind ViewModel.PasteAIProviderDraft.ImageHeight, Mode=TwoWay}" />
|
||||
</StackPanel>
|
||||
<TextBox
|
||||
|
||||
@@ -5781,4 +5781,10 @@ To record a specific window, enter the hotkey with the Alt key in the opposite m
|
||||
<data name="PasteAIUsage_TextToImage.Content" xml:space="preserve">
|
||||
<value>Text to image</value>
|
||||
</data>
|
||||
<data name="AdvancedPaste_ImgOutputWidth.Header" xml:space="preserve">
|
||||
<value>Image output width</value>
|
||||
</data>
|
||||
<data name="AdvancedPaste_ImgOutputHeight.Header" xml:space="preserve">
|
||||
<value>Image output height</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user