i10n refinement

This commit is contained in:
Masterain
2023-04-19 20:04:43 -07:00
parent 2b36b01145
commit c90f147564
2 changed files with 4 additions and 1 deletions

View File

@@ -1968,4 +1968,7 @@
<data name="ViewCardAchievementStatisticsTitle" xml:space="preserve">
<value>成就统计</value>
</data>
<data name="ViewAvatarPropertySyncDataButtonLabel" xml:space="preserve">
<value>同步角色信息</value>
</data>
</root>

View File

@@ -61,7 +61,7 @@
Icon="{shcm:FontIcon Glyph=&#xE8EF;}"
Label="{shcm:ResourceString Name=ViewPageCultivateCalculate}"/>
<AppBarSeparator/>
<AppBarButton Icon="{shcm:FontIcon Glyph=&#xE72C;}" Label="同步角色信息">
<AppBarButton Icon="{shcm:FontIcon Glyph=&#xE72C;}" Label="{shcm:ResourceString Name=ViewAvatarPropertySyncDataButtonLabel}">
<AppBarButton.Flyout>
<MenuFlyout Placement="TopEdgeAlignedRight">
<MenuFlyoutItem Command="{Binding RefreshFromEnkaApiCommand}" Text="{shcm:ResourceString Name=ViewPageAvatarPropertyRefreshFromEnkaApi}"/>