add missing localizible string

This commit is contained in:
DismissedLight
2023-08-28 22:40:46 +08:00
committed by Lightczx
parent cd3ce6d338
commit c2319cac68
3 changed files with 13 additions and 1 deletions

View File

@@ -5199,6 +5199,15 @@ namespace Snap.Hutao.Resource.Localization {
}
}
/// <summary>
/// 查找类似 无感验证 的本地化字符串。
/// </summary>
internal static string ViewPageSettingGeetestVerificationHeader {
get {
return ResourceManager.GetString("ViewPageSettingGeetestVerificationHeader", resourceCulture);
}
}
/// <summary>
/// 查找类似 胡桃账号 的本地化字符串。
/// </summary>

View File

@@ -1886,6 +1886,9 @@
<data name="ViewPageSettingGeetestCustomUrlHeader" xml:space="preserve">
<value>配置验证请求接口</value>
</data>
<data name="ViewPageSettingGeetestVerificationHeader" xml:space="preserve">
<value>无感验证</value>
</data>
<data name="ViewPageSettingHutaoPassportHeader" xml:space="preserve">
<value>胡桃账号</value>
</data>

View File

@@ -146,7 +146,7 @@
OnContent="{shcm:ResourceString Name=ViewPageSettingEmptyHistoryVisibleOn}"/>
</cwc:SettingsCard>
<TextBlock Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" Text="无感验证"/>
<TextBlock Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" Text="{shcm:ResourceString Name=ViewPageSettingGeetestVerificationHeader}"/>
<cwc:SettingsCard
ActionIcon="{shcm:FontIcon Glyph=&#xE76C;}"
ActionIconToolTip="{shcm:ResourceString Name=ViewPageSettingGeetestCustomUrlAction}"