https://github.com/2dust/v2rayN/pull/5835
This commit is contained in:
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> /// <summary>
/// 查找类似 HTTP Port 的本地化字符串。 /// 查找类似 HTTP Port 的本地化字符串。
/// </summary> /// </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> /// <summary>
/// 查找类似 Start on boot 的本地化字符串。 /// 查找类似 Start on boot 的本地化字符串。
/// </summary> /// </summary>

View file

@ -1331,7 +1331,8 @@
<value>Geo files source (optional)</value> <value>Geo files source (optional)</value>
</data> </data>
<data name="TbSettingsSrsFilesSource" xml:space="preserve"> <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"> <data name="UpgradeAppNotExistTip" xml:space="preserve">
<value>UpgradeApp does not exist</value> <value>UpgradeApp does not exist</value>
</data> </data>

View file

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

View file

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