update localization

This commit is contained in:
Shawn Yuan (from Dev Box)
2025-12-24 11:36:10 +08:00
parent 20dcb6fb47
commit d341bd2ca6
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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>