From bfc09105ef03b60fb3cc87dc96cb239cf158973b Mon Sep 17 00:00:00 2001 From: DHR60 Date: Sun, 12 Apr 2026 01:13:54 +0800 Subject: [PATCH] Perf resx --- v2rayN/ServiceLib/Resx/ResUI.Designer.cs | 36 +++++++++++------------ v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx | 3 ++ v2rayN/ServiceLib/Resx/ResUI.fr.resx | 3 ++ v2rayN/ServiceLib/Resx/ResUI.hu.resx | 3 ++ v2rayN/ServiceLib/Resx/ResUI.resx | 4 +-- v2rayN/ServiceLib/Resx/ResUI.ru.resx | 5 +++- v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx | 4 +-- v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx | 3 ++ 8 files changed, 38 insertions(+), 23 deletions(-) diff --git a/v2rayN/ServiceLib/Resx/ResUI.Designer.cs b/v2rayN/ServiceLib/Resx/ResUI.Designer.cs index 81b46ac6..c64b7402 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.Designer.cs +++ b/v2rayN/ServiceLib/Resx/ResUI.Designer.cs @@ -4014,24 +4014,6 @@ namespace ServiceLib.Resx { } } - /// - /// 查找类似 Local outbound address (SendThrough) 的本地化字符串。 - /// - public static string TbSettingsSendThrough { - get { - return ResourceManager.GetString("TbSettingsSendThrough", resourceCulture); - } - } - - /// - /// 查找类似 Only applies to Xray. Fill in a local IPv4 address; leave empty to disable. 的本地化字符串。 - /// - public static string TbSettingsSendThroughTip { - get { - return ResourceManager.GetString("TbSettingsSendThroughTip", resourceCulture); - } - } - /// /// 查找类似 Enable Log 的本地化字符串。 /// @@ -4176,6 +4158,24 @@ namespace ServiceLib.Resx { } } + /// + /// 查找类似 Local outbound address (SendThrough) 的本地化字符串。 + /// + public static string TbSettingsSendThrough { + get { + return ResourceManager.GetString("TbSettingsSendThrough", resourceCulture); + } + } + + /// + /// 查找类似 For multi-interface environments, enter the local machine's IPv4 address 的本地化字符串。 + /// + public static string TbSettingsSendThroughTip { + get { + return ResourceManager.GetString("TbSettingsSendThroughTip", resourceCulture); + } + } + /// /// 查找类似 Set Win10 UWP Loopback 的本地化字符串。 /// diff --git a/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx b/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx index 61ccbf7b..56e7bd5c 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx @@ -1698,4 +1698,7 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if Legacy TUN Protect + + For multi-interface environments, enter the local machine's IPv4 address + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.fr.resx b/v2rayN/ServiceLib/Resx/ResUI.fr.resx index d466eedd..9e81a7c9 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.fr.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.fr.resx @@ -1695,4 +1695,7 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if Legacy TUN Protect + + For multi-interface environments, enter the local machine's IPv4 address + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.hu.resx b/v2rayN/ServiceLib/Resx/ResUI.hu.resx index 89456f99..8f64e04b 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.hu.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.hu.resx @@ -1698,4 +1698,7 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if Legacy TUN Protect + + For multi-interface environments, enter the local machine's IPv4 address + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.resx b/v2rayN/ServiceLib/Resx/ResUI.resx index fbab6252..3b21ec73 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.resx @@ -1324,7 +1324,7 @@ Local outbound address (SendThrough) - Only applies to Xray. Fill in a local IPv4 address; leave empty to disable. + For multi-interface environments, enter the local machine's IPv4 address Please fill in the correct IPv4 address for SendThrough. @@ -1707,4 +1707,4 @@ The "Get Certificate" action may fail if a self-signed certificate is used or if Legacy TUN Protect - + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.ru.resx b/v2rayN/ServiceLib/Resx/ResUI.ru.resx index 9c6ff77e..86a613c3 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.ru.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.ru.resx @@ -1698,4 +1698,7 @@ Устаревшая защита TUN (Legacy Protect) - + + For multi-interface environments, enter the local machine's IPv4 address + + \ No newline at end of file diff --git a/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx b/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx index 8416287e..36e5efc0 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx @@ -1321,7 +1321,7 @@ 本地出站地址 (SendThrough) - 仅对 Xray 生效,填写本机 IPv4;留空则不设置。 + 用于多网口环境,请填写本机 IPv4 地址 请填写正确的 SendThrough IPv4 地址。 @@ -1704,4 +1704,4 @@ 旧版 TUN 保护 - + \ 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 59a9fc9f..be707759 100644 --- a/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx +++ b/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx @@ -1695,4 +1695,7 @@ Legacy TUN Protect + + For multi-interface environments, enter the local machine's IPv4 address + \ No newline at end of file