mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
add missing localizible string
This commit is contained in:
@@ -5199,6 +5199,15 @@ namespace Snap.Hutao.Resource.Localization {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 查找类似 无感验证 的本地化字符串。
|
||||||
|
/// </summary>
|
||||||
|
internal static string ViewPageSettingGeetestVerificationHeader {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ViewPageSettingGeetestVerificationHeader", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 胡桃账号 的本地化字符串。
|
/// 查找类似 胡桃账号 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -1886,6 +1886,9 @@
|
|||||||
<data name="ViewPageSettingGeetestCustomUrlHeader" xml:space="preserve">
|
<data name="ViewPageSettingGeetestCustomUrlHeader" xml:space="preserve">
|
||||||
<value>配置验证请求接口</value>
|
<value>配置验证请求接口</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ViewPageSettingGeetestVerificationHeader" xml:space="preserve">
|
||||||
|
<value>无感验证</value>
|
||||||
|
</data>
|
||||||
<data name="ViewPageSettingHutaoPassportHeader" xml:space="preserve">
|
<data name="ViewPageSettingHutaoPassportHeader" xml:space="preserve">
|
||||||
<value>胡桃账号</value>
|
<value>胡桃账号</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
OnContent="{shcm:ResourceString Name=ViewPageSettingEmptyHistoryVisibleOn}"/>
|
OnContent="{shcm:ResourceString Name=ViewPageSettingEmptyHistoryVisibleOn}"/>
|
||||||
</cwc:SettingsCard>
|
</cwc:SettingsCard>
|
||||||
|
|
||||||
<TextBlock Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" Text="无感验证"/>
|
<TextBlock Style="{StaticResource SettingsSectionHeaderTextBlockStyle}" Text="{shcm:ResourceString Name=ViewPageSettingGeetestVerificationHeader}"/>
|
||||||
<cwc:SettingsCard
|
<cwc:SettingsCard
|
||||||
ActionIcon="{shcm:FontIcon Glyph=}"
|
ActionIcon="{shcm:FontIcon Glyph=}"
|
||||||
ActionIconToolTip="{shcm:ResourceString Name=ViewPageSettingGeetestCustomUrlAction}"
|
ActionIconToolTip="{shcm:ResourceString Name=ViewPageSettingGeetestCustomUrlAction}"
|
||||||
|
|||||||
Reference in New Issue
Block a user