mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
Merge pull request #738 from Masterain98/main
fix #737 Localization Update
This commit is contained in:
@@ -2016,4 +2016,7 @@
|
|||||||
<data name="ViewControlElevationText" xml:space="preserve">
|
<data name="ViewControlElevationText" xml:space="preserve">
|
||||||
<value>需要管理员权限</value>
|
<value>需要管理员权限</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ViewCardLaunchGameSelectAccountPlaceholder" xml:space="preserve">
|
||||||
|
<value>选择账号或直接启动</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
VerticalAlignment="Bottom"
|
VerticalAlignment="Bottom"
|
||||||
DisplayMemberPath="Name"
|
DisplayMemberPath="Name"
|
||||||
ItemsSource="{Binding GameAccounts}"
|
ItemsSource="{Binding GameAccounts}"
|
||||||
PlaceholderText="选择账号或直接启动"
|
PlaceholderText="{shcm:ResourceString Name=ViewCardLaunchGameSelectAccountPlaceholder}"
|
||||||
SelectedItem="{Binding SelectedGameAccount, Mode=TwoWay}"/>
|
SelectedItem="{Binding SelectedGameAccount, Mode=TwoWay}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user