mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
add string
This commit is contained in:
@@ -6504,6 +6504,15 @@ namespace Snap.Hutao.Resource.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 我的角色 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string ViewUserCookieOperationGameRecordIndexAction {
|
||||
get {
|
||||
return ResourceManager.GetString("ViewUserCookieOperationGameRecordIndexAction", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 网页登录 的本地化字符串。
|
||||
/// </summary>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
MaxWidth="{StaticResource LargeAppBarButtonWidth}"
|
||||
Margin="2,-4"
|
||||
Icon="{shcm:FontIcon Glyph=}"
|
||||
Label="我的角色"
|
||||
Label="{shcm:ResourceString Name=ViewUserCookieOperationGameRecordIndexAction}"
|
||||
Style="{StaticResource DefaultAppBarButtonStyle}">
|
||||
<mxi:Interaction.Behaviors>
|
||||
<mxic:EventTriggerBehavior EventName="Click">
|
||||
|
||||
Reference in New Issue
Block a user