XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

SpaceEngineersModDev/SpaceEngineersBlueprintEditorInWinUI

完善剩余前段页面的en本地化

e09b4ec
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

2 个文件 +5 -1
Modified SpaceEngineersBlueprintEditor/Strings/en-us/Resources.resw +4 -0
@@ -425,6 +425,10 @@
425 425 <value>Search properties...</value>
426 426 <comment>搜索属性...</comment>
427 427 </data>
428 <data name="GameDefinitionsViewPage_AutoSuggestBox_Definitions.PlaceholderText" xml:space="preserve">
429 <value>Search properties...</value>
430 <comment>搜索属性...</comment>
431 </data>
428 432 <data name="Button_Yes.Content" xml:space="preserve">
429 433 <value>Yes</value>
430 434 <comment>是</comment>
Modified SpaceEngineersBlueprintEditor/Views/GameDefinitionsViewPage.xaml +1 -1
@@ -40,7 +40,7 @@
40 40 </Grid>
41 41 </Grid>
42 42 <Grid Margin="0,0,0,20" Width="250" Padding="5" CornerRadius="8" VerticalAlignment="Bottom" HorizontalAlignment="Center" Background="{ThemeResource AcrylicInAppFillColorDefaultBrush}">
43 <AutoSuggestBox PlaceholderText="Search definitions..." QueryIcon="Find" Text="{x:Bind ViewModel.SearchText, Mode=TwoWay}"/>
43 <AutoSuggestBox x:Uid="GameDefinitionsViewPage_AutoSuggestBox_Definitions" QueryIcon="Find" Text="{x:Bind ViewModel.SearchText, Mode=TwoWay}"/>
44 44 </Grid>
45 45 </Grid>
46 46 </Page>