From 4ce7ca3c6fba74f326ece941b5e7af10c3e67839 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:37:36 +0800 Subject: [PATCH] Fix https://github.com/2dust/v2rayN/pull/5835 --- v2rayN/ServiceLib/Resx/ResUI.Designer.cs | 22 ++++++++++------------ v2rayN/ServiceLib/Resx/ResUI.resx | 3 ++- v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx | 3 +++ v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx | 3 +++ 4 files changed, 18 insertions(+), 13 deletions(-) diff --git a/v2rayN/ServiceLib/Resx/ResUI.Designer.cs b/v2rayN/ServiceLib/Resx/ResUI.Designer.cs index 15f1d568..65e6ebda 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.Designer.cs +++ b/v2rayN/ServiceLib/Resx/ResUI.Designer.cs @@ -3012,18 +3012,7 @@ namespace ServiceLib.Resx { return ResourceManager.GetString("TbSettingsGeoFilesSource", resourceCulture); } } - - /// - /// 查找类似 Sing-box srs files source (optional) 的本地化字符串。 - /// - public static string TbSettingsSrsFilesSource - { - get - { - return ResourceManager.GetString("TbSettingsSrsFilesSource", resourceCulture); - } - } - + /// /// 查找类似 HTTP Port 的本地化字符串。 /// @@ -3240,6 +3229,15 @@ namespace ServiceLib.Resx { } } + /// + /// 查找类似 sing-box ruleset files source (optional) 的本地化字符串。 + /// + public static string TbSettingsSrsFilesSource { + get { + return ResourceManager.GetString("TbSettingsSrsFilesSource", resourceCulture); + } + } + /// /// 查找类似 Start on boot 的本地化字符串。 /// diff --git a/v2rayN/ServiceLib/Resx/ResUI.resx b/v2rayN/ServiceLib/Resx/ResUI.resx index 95053d3a..5b69fc70 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.resx @@ -1331,7 +1331,8 @@ Geo files source (optional) - Sing-box srs files source (optional) + sing-box ruleset files source (optional) + UpgradeApp does not exist diff --git a/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx b/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx index 59cba9c2..93b17220 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx @@ -1330,4 +1330,7 @@ 升级工具App不存在 + + sing-box ruleset文件来源(可选) + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx b/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx index b53aa888..4450b74c 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx @@ -1210,4 +1210,7 @@ 升级工具App不存在 + + sing-box ruleset文件來源(可選) + \ No newline at end of file