add string

This commit is contained in:
DismissedLight
2023-10-02 13:24:51 +08:00
parent 1e711172af
commit e513b8b00b
3 changed files with 13 additions and 1 deletions

View File

@@ -6504,6 +6504,15 @@ namespace Snap.Hutao.Resource.Localization {
}
}
/// <summary>
/// 查找类似 我的角色 的本地化字符串。
/// </summary>
internal static string ViewUserCookieOperationGameRecordIndexAction {
get {
return ResourceManager.GetString("ViewUserCookieOperationGameRecordIndexAction", resourceCulture);
}
}
/// <summary>
/// 查找类似 网页登录 的本地化字符串。
/// </summary>

View File

@@ -2321,6 +2321,9 @@
<data name="ViewUserCookieOperation3" xml:space="preserve">
<value>当前用户</value>
</data>
<data name="ViewUserCookieOperationGameRecordIndexAction" xml:space="preserve">
<value>我的角色</value>
</data>
<data name="ViewUserCookieOperationLoginMihoyoUserAction" xml:space="preserve">
<value>网页登录</value>
</data>

View File

@@ -192,7 +192,7 @@
MaxWidth="{StaticResource LargeAppBarButtonWidth}"
Margin="2,-4"
Icon="{shcm:FontIcon Glyph=&#xEC26;}"
Label="我的角色"
Label="{shcm:ResourceString Name=ViewUserCookieOperationGameRecordIndexAction}"
Style="{StaticResource DefaultAppBarButtonStyle}">
<mxi:Interaction.Behaviors>
<mxic:EventTriggerBehavior EventName="Click">