2dust 2024-10-15 13:37:36 +08:00
parent eebb6735aa
commit 4ce7ca3c6f
4 changed files with 18 additions and 13 deletions

View File

@ -3013,17 +3013,6 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Sing-box srs files source (optional) 的本地化字符串。
/// </summary>
public static string TbSettingsSrsFilesSource
{
get
{
return ResourceManager.GetString("TbSettingsSrsFilesSource", resourceCulture);
}
}
/// <summary>
/// 查找类似 HTTP Port 的本地化字符串。
/// </summary>
@ -3240,6 +3229,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 sing-box ruleset files source (optional) 的本地化字符串。
/// </summary>
public static string TbSettingsSrsFilesSource {
get {
return ResourceManager.GetString("TbSettingsSrsFilesSource", resourceCulture);
}
}
/// <summary>
/// 查找类似 Start on boot 的本地化字符串。
/// </summary>

View File

@ -1331,7 +1331,8 @@
<value>Geo files source (optional)</value>
</data>
<data name="TbSettingsSrsFilesSource" xml:space="preserve">
<value>Sing-box srs files source (optional)</value>
<value>sing-box ruleset files source (optional)</value>
</data>
<data name="UpgradeAppNotExistTip" xml:space="preserve">
<value>UpgradeApp does not exist</value>
</data>

View File

@ -1330,4 +1330,7 @@
<data name="UpgradeAppNotExistTip" xml:space="preserve">
<value>升级工具App不存在</value>
</data>
<data name="TbSettingsSrsFilesSource" xml:space="preserve">
<value>sing-box ruleset文件来源(可选)</value>
</data>
</root>

View File

@ -1210,4 +1210,7 @@
<data name="UpgradeAppNotExistTip" xml:space="preserve">
<value>升级工具App不存在</value>
</data>
<data name="TbSettingsSrsFilesSource" xml:space="preserve">
<value>sing-box ruleset文件來源(可選)</value>
</data>
</root>