mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
parent
eebb6735aa
commit
4ce7ca3c6f
4 changed files with 18 additions and 13 deletions
20
v2rayN/ServiceLib/Resx/ResUI.Designer.cs
generated
20
v2rayN/ServiceLib/Resx/ResUI.Designer.cs
generated
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue