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">
|
||||
<value>需要管理员权限</value>
|
||||
</data>
|
||||
<data name="ViewCardLaunchGameSelectAccountPlaceholder" xml:space="preserve">
|
||||
<value>选择账号或直接启动</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -66,7 +66,7 @@
|
||||
VerticalAlignment="Bottom"
|
||||
DisplayMemberPath="Name"
|
||||
ItemsSource="{Binding GameAccounts}"
|
||||
PlaceholderText="选择账号或直接启动"
|
||||
PlaceholderText="{shcm:ResourceString Name=ViewCardLaunchGameSelectAccountPlaceholder}"
|
||||
SelectedItem="{Binding SelectedGameAccount, Mode=TwoWay}"/>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user