diff --git a/.gitignore b/.gitignore
index 524d236b..7d5416b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -397,4 +397,5 @@ FodyWeavers.xsd
*.msp
# JetBrains Rider
-*.sln.iml
\ No newline at end of file
+.idea/
+*.sln.iml
diff --git a/v2rayN/ServiceLib/Resx/ResUI.Designer.cs b/v2rayN/ServiceLib/Resx/ResUI.Designer.cs
index da0ee773..54fc88ba 100644
--- a/v2rayN/ServiceLib/Resx/ResUI.Designer.cs
+++ b/v2rayN/ServiceLib/Resx/ResUI.Designer.cs
@@ -10,8 +10,8 @@
namespace ServiceLib.Resx {
using System;
-
-
+
+
///
/// 一个强类型的资源类,用于查找本地化的字符串等。
///
@@ -23,15 +23,15 @@ namespace ServiceLib.Resx {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class ResUI {
-
+
private static global::System.Resources.ResourceManager resourceMan;
-
+
private static global::System.Globalization.CultureInfo resourceCulture;
-
+
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ResUI() {
}
-
+
///
/// 返回此类使用的缓存的 ResourceManager 实例。
///
@@ -45,7 +45,7 @@ namespace ServiceLib.Resx {
return resourceMan;
}
}
-
+
///
/// 重写当前线程的 CurrentUICulture 属性,对
/// 使用此强类型资源类的所有资源查找执行重写。
@@ -59,7 +59,7 @@ namespace ServiceLib.Resx {
resourceCulture = value;
}
}
-
+
///
/// 查找类似 Do you want to append rules? Choose yes to append, no to replace. 的本地化字符串。
///
@@ -68,7 +68,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("AddBatchRoutingRulesYesNo", resourceCulture);
}
}
-
+
///
/// 查找类似 All 的本地化字符串。
///
@@ -77,7 +77,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("AllGroupServers", resourceCulture);
}
}
-
+
///
/// 查找类似 Export share link to clipboard successfully 的本地化字符串。
///
@@ -86,7 +86,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("BatchExportURLSuccessfully", resourceCulture);
}
}
-
+
///
/// 查找类似 Please check the Configuration settings first. 的本地化字符串。
///
@@ -95,7 +95,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("CheckServerSettings", resourceCulture);
}
}
-
+
///
/// 查找类似 Invalid configuration format. 的本地化字符串。
///
@@ -104,7 +104,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("ConfigurationFormatIncorrect", resourceCulture);
}
}
-
+
///
/// 查找类似 Host filter 的本地化字符串。
///
@@ -113,7 +113,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("ConnectionsHostFilterTitle", resourceCulture);
}
}
-
+
///
/// 查找类似 Note that custom configuration relies entirely on your own configuration and does not work with all settings. If you want to use the system proxy, please modify the listening port manually. 的本地化字符串。
///
@@ -122,7 +122,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("CustomServerTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Downloading... 的本地化字符串。
///
@@ -131,7 +131,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("Downloading", resourceCulture);
}
}
-
+
///
/// 查找类似 Failed to convert configuration file 的本地化字符串。
///
@@ -140,7 +140,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FailedConversionConfiguration", resourceCulture);
}
}
-
+
///
/// 查找类似 Failed to generate default configuration file 的本地化字符串。
///
@@ -149,7 +149,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FailedGenDefaultConfiguration", resourceCulture);
}
}
-
+
///
/// 查找类似 Failed to get the default configuration 的本地化字符串。
///
@@ -158,7 +158,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FailedGetDefaultConfiguration", resourceCulture);
}
}
-
+
///
/// 查找类似 Failed to import custom configuration Configuration 的本地化字符串。
///
@@ -167,7 +167,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FailedImportedCustomServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Failed to read configuration file 的本地化字符串。
///
@@ -176,7 +176,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FailedReadConfiguration", resourceCulture);
}
}
-
+
///
/// 查找类似 Failed to run Core, please check the prompt information 的本地化字符串。
///
@@ -185,7 +185,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FailedToRunCore", resourceCulture);
}
}
-
+
///
/// 查找类似 Please fill in the correct config template 的本地化字符串。
///
@@ -194,7 +194,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FillCorrectConfigTemplateText", resourceCulture);
}
}
-
+
///
/// 查找类似 Please fill in the correct custom DNS 的本地化字符串。
///
@@ -203,7 +203,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FillCorrectDNSText", resourceCulture);
}
}
-
+
///
/// 查找类似 Please enter the correct port format. 的本地化字符串。
///
@@ -212,7 +212,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FillCorrectServerPort", resourceCulture);
}
}
-
+
///
/// 查找类似 Please enter the local listening port. 的本地化字符串。
///
@@ -221,7 +221,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FillLocalListeningPort", resourceCulture);
}
}
-
+
///
/// 查找类似 Please enter the password. 的本地化字符串。
///
@@ -230,7 +230,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FillPassword", resourceCulture);
}
}
-
+
///
/// 查找类似 Please enter the address. 的本地化字符串。
///
@@ -239,7 +239,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FillServerAddress", resourceCulture);
}
}
-
+
///
/// 查找类似 Please browse to import Configuration configuration 的本地化字符串。
///
@@ -248,7 +248,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FillServerAddressCustom", resourceCulture);
}
}
-
+
///
/// 查找类似 Please enter the user ID. 的本地化字符串。
///
@@ -257,7 +257,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("FillUUID", resourceCulture);
}
}
-
+
///
/// 查找类似 Transport 的本地化字符串。
///
@@ -266,7 +266,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("GbTransport", resourceCulture);
}
}
-
+
///
/// 查找类似 This is not the correct configuration, please check 的本地化字符串。
///
@@ -275,7 +275,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("Incorrectconfiguration", resourceCulture);
}
}
-
+
///
/// 查找类似 Initial Configuration 的本地化字符串。
///
@@ -284,7 +284,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("InitialConfiguration", resourceCulture);
}
}
-
+
///
/// 查找类似 Please do not use the insecure HTTP protocol subscription address 的本地化字符串。
///
@@ -293,7 +293,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("InsecureUrlProtocol", resourceCulture);
}
}
-
+
///
/// 查找类似 Invalid address (URL) 的本地化字符串。
///
@@ -302,7 +302,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("InvalidUrlTip", resourceCulture);
}
}
-
+
///
/// 查找类似 {0} {1} already up to date. 的本地化字符串。
///
@@ -311,7 +311,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("IsLatestCore", resourceCulture);
}
}
-
+
///
/// 查找类似 {0} {1} already up to date. 的本地化字符串。
///
@@ -320,7 +320,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("IsLatestN", resourceCulture);
}
}
-
+
///
/// 查找类似 LAN 的本地化字符串。
///
@@ -329,7 +329,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LabLAN", resourceCulture);
}
}
-
+
///
/// 查找类似 Local 的本地化字符串。
///
@@ -338,7 +338,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LabLocal", resourceCulture);
}
}
-
+
///
/// 查找类似 Invalid backup file 的本地化字符串。
///
@@ -347,7 +347,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LocalRestoreInvalidZipTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Address 的本地化字符串。
///
@@ -356,7 +356,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvAddress", resourceCulture);
}
}
-
+
///
/// 查找类似 Automatic update interval (minutes) 的本地化字符串。
///
@@ -365,7 +365,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvAutoUpdateInterval", resourceCulture);
}
}
-
+
///
/// 查找类似 Convert target type 的本地化字符串。
///
@@ -374,7 +374,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvConvertTarget", resourceCulture);
}
}
-
+
///
/// 查找类似 Please leave blank if no conversion is required 的本地化字符串。
///
@@ -383,7 +383,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvConvertTargetTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Count 的本地化字符串。
///
@@ -392,7 +392,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvCount", resourceCulture);
}
}
-
+
///
/// 查找类似 Custom icon 的本地化字符串。
///
@@ -401,7 +401,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvCustomIcon", resourceCulture);
}
}
-
+
///
/// 查找类似 Customize the rule-set of sing-box 的本地化字符串。
///
@@ -410,7 +410,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvCustomRulesetPath4Singbox", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable update 的本地化字符串。
///
@@ -419,7 +419,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvEnabled", resourceCulture);
}
}
-
+
///
/// 查找类似 Security 的本地化字符串。
///
@@ -428,7 +428,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvEncryptionMethod", resourceCulture);
}
}
-
+
///
/// 查找类似 Remarks regular filter 的本地化字符串。
///
@@ -437,7 +437,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvFilter", resourceCulture);
}
}
-
+
///
/// 查找类似 Remarks Memo 的本地化字符串。
///
@@ -446,7 +446,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvMemo", resourceCulture);
}
}
-
+
///
/// 查找类似 More URLs, separated by commas; Subscription conversion will be invalid 的本地化字符串。
///
@@ -455,7 +455,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvMoreUrl", resourceCulture);
}
}
-
+
///
/// 查找类似 Next proxy Configuration remarks 的本地化字符串。
///
@@ -464,7 +464,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvNextProfile", resourceCulture);
}
}
-
+
///
/// 查找类似 Port 的本地化字符串。
///
@@ -473,7 +473,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvPort", resourceCulture);
}
}
-
+
///
/// 查找类似 Previous proxy Configuration remarks 的本地化字符串。
///
@@ -482,7 +482,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvPrevProfile", resourceCulture);
}
}
-
+
///
/// 查找类似 Please make sure the Configuration remarks exist and are unique 的本地化字符串。
///
@@ -491,7 +491,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvPrevProfileTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Remarks 的本地化字符串。
///
@@ -500,7 +500,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvRemarks", resourceCulture);
}
}
-
+
///
/// 查找类似 Type 的本地化字符串。
///
@@ -509,7 +509,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvServiceType", resourceCulture);
}
}
-
+
///
/// 查找类似 Sort 的本地化字符串。
///
@@ -518,7 +518,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvSort", resourceCulture);
}
}
-
+
///
/// 查找类似 Subs group 的本地化字符串。
///
@@ -527,7 +527,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvSubscription", resourceCulture);
}
}
-
+
///
/// 查找类似 Delay (ms) 的本地化字符串。
///
@@ -536,7 +536,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvTestDelay", resourceCulture);
}
}
-
+
///
/// 查找类似 Speed (M/s) 的本地化字符串。
///
@@ -545,7 +545,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvTestSpeed", resourceCulture);
}
}
-
+
///
/// 查找类似 TLS 的本地化字符串。
///
@@ -554,7 +554,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvTLS", resourceCulture);
}
}
-
+
///
/// 查找类似 Download traffic today 的本地化字符串。
///
@@ -563,7 +563,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvTodayDownloadDataAmount", resourceCulture);
}
}
-
+
///
/// 查找类似 Upload traffic today 的本地化字符串。
///
@@ -572,7 +572,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvTodayUploadDataAmount", resourceCulture);
}
}
-
+
///
/// 查找类似 Total download traffic 的本地化字符串。
///
@@ -581,7 +581,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvTotalDownloadDataAmount", resourceCulture);
}
}
-
+
///
/// 查找类似 Total upload traffic 的本地化字符串。
///
@@ -590,7 +590,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvTotalUploadDataAmount", resourceCulture);
}
}
-
+
///
/// 查找类似 Transport 的本地化字符串。
///
@@ -599,7 +599,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvTransportProtocol", resourceCulture);
}
}
-
+
///
/// 查找类似 URL (optional) 的本地化字符串。
///
@@ -608,7 +608,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvUrl", resourceCulture);
}
}
-
+
///
/// 查找类似 User Agent 的本地化字符串。
///
@@ -617,7 +617,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvUserAgent", resourceCulture);
}
}
-
+
///
/// 查找类似 WebDAV Check 的本地化字符串。
///
@@ -626,7 +626,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvWebDavCheck", resourceCulture);
}
}
-
+
///
/// 查找类似 Remote folder name (optional) 的本地化字符串。
///
@@ -635,7 +635,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvWebDavDirName", resourceCulture);
}
}
-
+
///
/// 查找类似 WebDAV Password 的本地化字符串。
///
@@ -644,7 +644,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvWebDavPassword", resourceCulture);
}
}
-
+
///
/// 查找类似 WebDAV URL 的本地化字符串。
///
@@ -653,7 +653,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvWebDavUrl", resourceCulture);
}
}
-
+
///
/// 查找类似 WebDAV User Name 的本地化字符串。
///
@@ -662,7 +662,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("LvWebDavUserName", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [Anytls] Configuration 的本地化字符串。
///
@@ -671,7 +671,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddAnytlsServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add a custom configuration Configuration 的本地化字符串。
///
@@ -680,7 +680,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddCustomServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [HTTP] Configuration 的本地化字符串。
///
@@ -689,7 +689,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddHttpServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [Hysteria2] Configuration 的本地化字符串。
///
@@ -698,7 +698,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddHysteria2Server", resourceCulture);
}
}
-
+
///
/// 查找类似 Import Share Links from clipboard (Ctrl+V) 的本地化字符串。
///
@@ -707,7 +707,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddServerViaClipboard", resourceCulture);
}
}
-
+
///
/// 查找类似 Scan QR code in the image 的本地化字符串。
///
@@ -716,7 +716,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddServerViaImage", resourceCulture);
}
}
-
+
///
/// 查找类似 Scan QR code on the screen (Ctrl+S) 的本地化字符串。
///
@@ -725,7 +725,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddServerViaScan", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [Shadowsocks] Configuration 的本地化字符串。
///
@@ -734,7 +734,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddShadowsocksServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [SOCKS] Configuration 的本地化字符串。
///
@@ -743,7 +743,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddSocksServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [Trojan] Configuration 的本地化字符串。
///
@@ -752,7 +752,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddTrojanServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [TUIC] Configuration 的本地化字符串。
///
@@ -761,7 +761,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddTuicServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [VLESS] Configuration 的本地化字符串。
///
@@ -770,7 +770,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddVlessServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [VMess] Configuration 的本地化字符串。
///
@@ -779,7 +779,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddVmessServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add [WireGuard] Configuration 的本地化字符串。
///
@@ -788,7 +788,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuAddWireguardServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Backup and Restore 的本地化字符串。
///
@@ -797,7 +797,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuBackupAndRestore", resourceCulture);
}
}
-
+
///
/// 查找类似 Check Update 的本地化字符串。
///
@@ -806,7 +806,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuCheckUpdate", resourceCulture);
}
}
-
+
///
/// 查找类似 Clear all service statistics 的本地化字符串。
///
@@ -815,7 +815,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuClearServerStatistics", resourceCulture);
}
}
-
+
///
/// 查找类似 Close 的本地化字符串。
///
@@ -824,7 +824,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuClose", resourceCulture);
}
}
-
+
///
/// 查找类似 Close Connection 的本地化字符串。
///
@@ -833,7 +833,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuConnectionClose", resourceCulture);
}
}
-
+
///
/// 查找类似 Close All Connections 的本地化字符串。
///
@@ -842,7 +842,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuConnectionCloseAll", resourceCulture);
}
}
-
+
///
/// 查找类似 Copy proxy command to clipboard 的本地化字符串。
///
@@ -851,7 +851,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuCopyProxyCmdToClipboard", resourceCulture);
}
}
-
+
///
/// 查找类似 Clone selected Configuration 的本地化字符串。
///
@@ -860,7 +860,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuCopyServer", resourceCulture);
}
}
-
+
///
/// 查找类似 DNS Settings 的本地化字符串。
///
@@ -869,7 +869,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuDNSSetting", resourceCulture);
}
}
-
+
///
/// 查找类似 Edit Configuration (Ctrl+D) 的本地化字符串。
///
@@ -878,7 +878,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuEditServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Exit 的本地化字符串。
///
@@ -887,7 +887,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuExit", resourceCulture);
}
}
-
+
///
/// 查找类似 Are you sure you want to exit? 的本地化字符串。
///
@@ -896,7 +896,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuExitTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Export selected Configuration for complete configuration 的本地化字符串。
///
@@ -905,7 +905,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuExport2ClientConfig", resourceCulture);
}
}
-
+
///
/// 查找类似 Export selected Configuration for complete configuration to clipboard 的本地化字符串。
///
@@ -914,7 +914,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuExport2ClientConfigClipboard", resourceCulture);
}
}
-
+
///
/// 查找类似 Export Share Link to Clipboard (Ctrl+C) 的本地化字符串。
///
@@ -923,7 +923,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuExport2ShareUrl", resourceCulture);
}
}
-
+
///
/// 查找类似 Export Base64-encoded Share Links to Clipboard 的本地化字符串。
///
@@ -932,7 +932,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuExport2ShareUrlBase64", resourceCulture);
}
}
-
+
///
/// 查找类似 Export Configuration 的本地化字符串。
///
@@ -941,7 +941,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuExportConfig", resourceCulture);
}
}
-
+
///
/// 查找类似 Full Config Template Setting 的本地化字符串。
///
@@ -950,7 +950,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuFullConfigTemplate", resourceCulture);
}
}
-
+
///
/// 查找类似 Global Hotkey Setting 的本地化字符串。
///
@@ -959,7 +959,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuGlobalHotkeySetting", resourceCulture);
}
}
-
+
///
/// 查找类似 Help 的本地化字符串。
///
@@ -968,7 +968,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuHelp", resourceCulture);
}
}
-
+
///
/// 查找类似 Import Rules From Clipboard 的本地化字符串。
///
@@ -977,7 +977,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuImportRulesFromClipboard", resourceCulture);
}
}
-
+
///
/// 查找类似 Import Rules From File 的本地化字符串。
///
@@ -986,7 +986,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuImportRulesFromFile", resourceCulture);
}
}
-
+
///
/// 查找类似 Import Rules From Subscription URL 的本地化字符串。
///
@@ -995,7 +995,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuImportRulesFromUrl", resourceCulture);
}
}
-
+
///
/// 查找类似 Backup to local 的本地化字符串。
///
@@ -1004,7 +1004,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuLocalBackup", resourceCulture);
}
}
-
+
///
/// 查找类似 Local 的本地化字符串。
///
@@ -1013,7 +1013,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuLocalBackupAndRestore", resourceCulture);
}
}
-
+
///
/// 查找类似 Restore from local 的本地化字符串。
///
@@ -1022,7 +1022,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuLocalRestore", resourceCulture);
}
}
-
+
///
/// 查找类似 One-click multi-test latency and speed (Ctrl+E) 的本地化字符串。
///
@@ -1031,7 +1031,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMixedTestServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Direct 的本地化字符串。
///
@@ -1040,7 +1040,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuModeDirect", resourceCulture);
}
}
-
+
///
/// 查找类似 Global 的本地化字符串。
///
@@ -1049,7 +1049,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuModeGlobal", resourceCulture);
}
}
-
+
///
/// 查找类似 Do not change 的本地化字符串。
///
@@ -1058,7 +1058,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuModeNothing", resourceCulture);
}
}
-
+
///
/// 查找类似 Rule 的本地化字符串。
///
@@ -1067,7 +1067,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuModeRule", resourceCulture);
}
}
-
+
///
/// 查找类似 Move to bottom (B) 的本地化字符串。
///
@@ -1076,7 +1076,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMoveBottom", resourceCulture);
}
}
-
+
///
/// 查找类似 Down (D) 的本地化字符串。
///
@@ -1085,7 +1085,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMoveDown", resourceCulture);
}
}
-
+
///
/// 查找类似 Move up and down 的本地化字符串。
///
@@ -1094,7 +1094,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMoveTo", resourceCulture);
}
}
-
+
///
/// 查找类似 Move to group 的本地化字符串。
///
@@ -1103,7 +1103,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMoveToGroup", resourceCulture);
}
}
-
+
///
/// 查找类似 Move to top (T) 的本地化字符串。
///
@@ -1112,7 +1112,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMoveTop", resourceCulture);
}
}
-
+
///
/// 查找类似 Up (U) 的本地化字符串。
///
@@ -1121,7 +1121,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMoveUp", resourceCulture);
}
}
-
+
///
/// 查找类似 Clear all 的本地化字符串。
///
@@ -1130,7 +1130,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMsgViewClear", resourceCulture);
}
}
-
+
///
/// 查找类似 Copy (Ctrl+C) 的本地化字符串。
///
@@ -1139,7 +1139,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMsgViewCopy", resourceCulture);
}
}
-
+
///
/// 查找类似 Copy all 的本地化字符串。
///
@@ -1148,7 +1148,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMsgViewCopyAll", resourceCulture);
}
}
-
+
///
/// 查找类似 Select all (Ctrl+A) 的本地化字符串。
///
@@ -1157,7 +1157,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuMsgViewSelectAll", resourceCulture);
}
}
-
+
///
/// 查找类似 Open the storage location 的本地化字符串。
///
@@ -1166,7 +1166,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuOpenTheFileLocation", resourceCulture);
}
}
-
+
///
/// 查找类似 Option Setting 的本地化字符串。
///
@@ -1175,7 +1175,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuOptionSetting", resourceCulture);
}
}
-
+
///
/// 查找类似 Auto column width adjustment 的本地化字符串。
///
@@ -1184,7 +1184,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuProfileAutofitColumnWidth", resourceCulture);
}
}
-
+
///
/// 查找类似 Promotion 的本地化字符串。
///
@@ -1193,7 +1193,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuPromotion", resourceCulture);
}
}
-
+
///
/// 查找类似 Latency Test 的本地化字符串。
///
@@ -1202,7 +1202,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuProxiesDelaytest", resourceCulture);
}
}
-
+
///
/// 查找类似 Part Node Latency Test 的本地化字符串。
///
@@ -1211,7 +1211,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuProxiesDelaytestPart", resourceCulture);
}
}
-
+
///
/// 查找类似 Refresh Proxies 的本地化字符串。
///
@@ -1220,7 +1220,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuProxiesReload", resourceCulture);
}
}
-
+
///
/// 查找类似 Select active node (Enter) 的本地化字符串。
///
@@ -1229,7 +1229,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuProxiesSelectActivity", resourceCulture);
}
}
-
+
///
/// 查找类似 Test Configurations real delay (Ctrl+R) 的本地化字符串。
///
@@ -1238,7 +1238,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRealPingServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Restart as Administrator 的本地化字符串。
///
@@ -1247,7 +1247,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRebootAsAdmin", resourceCulture);
}
}
-
+
///
/// 查找类似 Regional presets setting 的本地化字符串。
///
@@ -1256,7 +1256,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRegionalPresets", resourceCulture);
}
}
-
+
///
/// 查找类似 Default 的本地化字符串。
///
@@ -1265,7 +1265,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRegionalPresetsDefault", resourceCulture);
}
}
-
+
///
/// 查找类似 Iran 的本地化字符串。
///
@@ -1274,7 +1274,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRegionalPresetsIran", resourceCulture);
}
}
-
+
///
/// 查找类似 Russia 的本地化字符串。
///
@@ -1283,7 +1283,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRegionalPresetsRussia", resourceCulture);
}
}
-
+
///
/// 查找类似 Reload 的本地化字符串。
///
@@ -1292,7 +1292,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuReload", resourceCulture);
}
}
-
+
///
/// 查找类似 Backup to remote (WebDAV) 的本地化字符串。
///
@@ -1301,7 +1301,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRemoteBackup", resourceCulture);
}
}
-
+
///
/// 查找类似 Remote (WebDAV) 的本地化字符串。
///
@@ -1310,7 +1310,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRemoteBackupAndRestore", resourceCulture);
}
}
-
+
///
/// 查找类似 Restore from remote (WebDAV) 的本地化字符串。
///
@@ -1319,7 +1319,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRemoteRestore", resourceCulture);
}
}
-
+
///
/// 查找类似 Remove duplicate Configurations 的本地化字符串。
///
@@ -1328,7 +1328,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRemoveDuplicateServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Remove invalid by test results 的本地化字符串。
///
@@ -1337,7 +1337,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRemoveInvalidServerResult", resourceCulture);
}
}
-
+
///
/// 查找类似 Remove selected Configurations (Delete) 的本地化字符串。
///
@@ -1346,7 +1346,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRemoveServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Routing 的本地化字符串。
///
@@ -1355,7 +1355,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRouting", resourceCulture);
}
}
-
+
///
/// 查找类似 Add 的本地化字符串。
///
@@ -1364,7 +1364,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRoutingAdvancedAdd", resourceCulture);
}
}
-
+
///
/// 查找类似 Import Rules 的本地化字符串。
///
@@ -1373,7 +1373,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRoutingAdvancedImportRules", resourceCulture);
}
}
-
+
///
/// 查找类似 Remove selected (Delete) 的本地化字符串。
///
@@ -1382,7 +1382,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRoutingAdvancedRemove", resourceCulture);
}
}
-
+
///
/// 查找类似 Set as active rule (Enter) 的本地化字符串。
///
@@ -1391,7 +1391,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRoutingAdvancedSetDefault", resourceCulture);
}
}
-
+
///
/// 查找类似 Routing Rule Details Setting 的本地化字符串。
///
@@ -1400,7 +1400,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRoutingRuleDetailsSetting", resourceCulture);
}
}
-
+
///
/// 查找类似 Rule Settings 的本地化字符串。
///
@@ -1409,7 +1409,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRoutingRuleSetting", resourceCulture);
}
}
-
+
///
/// 查找类似 Routing Setting 的本地化字符串。
///
@@ -1418,7 +1418,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRoutingSetting", resourceCulture);
}
}
-
+
///
/// 查找类似 Add Rule 的本地化字符串。
///
@@ -1427,7 +1427,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRuleAdd", resourceCulture);
}
}
-
+
///
/// 查找类似 Export Selected Rules 的本地化字符串。
///
@@ -1436,7 +1436,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRuleExportSelected", resourceCulture);
}
}
-
+
///
/// 查找类似 Rule List 的本地化字符串。
///
@@ -1445,7 +1445,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRuleList", resourceCulture);
}
}
-
+
///
/// 查找类似 Rule mode 的本地化字符串。
///
@@ -1454,7 +1454,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRulemode", resourceCulture);
}
}
-
+
///
/// 查找类似 Remove Rule (Delete) 的本地化字符串。
///
@@ -1463,7 +1463,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuRuleRemove", resourceCulture);
}
}
-
+
///
/// 查找类似 Select all (Ctrl+A) 的本地化字符串。
///
@@ -1472,7 +1472,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSelectAll", resourceCulture);
}
}
-
+
///
/// 查找类似 Configurations 的本地化字符串。
///
@@ -1481,7 +1481,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuServers", resourceCulture);
}
}
-
+
///
/// 查找类似 Multi-Configuration to custom configuration 的本地化字符串。
///
@@ -1490,7 +1490,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSetDefaultMultipleServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Multi-Configuration LeastPing by sing-box 的本地化字符串。
///
@@ -1499,7 +1499,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSetDefaultMultipleServerSingBoxLeastPing", resourceCulture);
}
}
-
+
///
/// 查找类似 Multi-Configuration LeastLoad by Xray 的本地化字符串。
///
@@ -1508,7 +1508,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSetDefaultMultipleServerXrayLeastLoad", resourceCulture);
}
}
-
+
///
/// 查找类似 Multi-Configuration LeastPing by Xray 的本地化字符串。
///
@@ -1517,7 +1517,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSetDefaultMultipleServerXrayLeastPing", resourceCulture);
}
}
-
+
///
/// 查找类似 Multi-Configuration Random by Xray 的本地化字符串。
///
@@ -1526,7 +1526,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSetDefaultMultipleServerXrayRandom", resourceCulture);
}
}
-
+
///
/// 查找类似 Multi-Configuration RoundRobin by Xray 的本地化字符串。
///
@@ -1535,7 +1535,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSetDefaultMultipleServerXrayRoundRobin", resourceCulture);
}
}
-
+
///
/// 查找类似 Set as active Configuration (Enter) 的本地化字符串。
///
@@ -1544,7 +1544,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSetDefaultServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Settings 的本地化字符串。
///
@@ -1553,7 +1553,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSetting", resourceCulture);
}
}
-
+
///
/// 查找类似 Share Configuration (Ctrl+F) 的本地化字符串。
///
@@ -1562,7 +1562,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuShareServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Show or hide the main window 的本地化字符串。
///
@@ -1571,7 +1571,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuShowOrHideMainWindow", resourceCulture);
}
}
-
+
///
/// 查找类似 Sort by test result 的本地化字符串。
///
@@ -1580,7 +1580,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSortServerResult", resourceCulture);
}
}
-
+
///
/// 查找类似 Test Configurations download speed (Ctrl+T) 的本地化字符串。
///
@@ -1589,7 +1589,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSpeedServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Add 的本地化字符串。
///
@@ -1598,7 +1598,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubAdd", resourceCulture);
}
}
-
+
///
/// 查找类似 Delete 的本地化字符串。
///
@@ -1607,7 +1607,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubDelete", resourceCulture);
}
}
-
+
///
/// 查找类似 Edit 的本地化字符串。
///
@@ -1616,7 +1616,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubEdit", resourceCulture);
}
}
-
+
///
/// 查找类似 Update current subscription without proxy 的本地化字符串。
///
@@ -1625,7 +1625,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubGroupUpdate", resourceCulture);
}
}
-
+
///
/// 查找类似 Update current subscription with proxy 的本地化字符串。
///
@@ -1634,7 +1634,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubGroupUpdateViaProxy", resourceCulture);
}
}
-
+
///
/// 查找类似 Subscription Group 的本地化字符串。
///
@@ -1643,7 +1643,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubscription", resourceCulture);
}
}
-
+
///
/// 查找类似 Subscription group settings 的本地化字符串。
///
@@ -1652,7 +1652,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubSetting", resourceCulture);
}
}
-
+
///
/// 查找类似 Share 的本地化字符串。
///
@@ -1661,7 +1661,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubShare", resourceCulture);
}
}
-
+
///
/// 查找类似 Update subscriptions without proxy 的本地化字符串。
///
@@ -1670,7 +1670,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubUpdate", resourceCulture);
}
}
-
+
///
/// 查找类似 Update subscriptions with proxy 的本地化字符串。
///
@@ -1679,7 +1679,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSubUpdateViaProxy", resourceCulture);
}
}
-
+
///
/// 查找类似 System proxy 的本地化字符串。
///
@@ -1688,7 +1688,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSystemproxy", resourceCulture);
}
}
-
+
///
/// 查找类似 Clear system proxy 的本地化字符串。
///
@@ -1697,7 +1697,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSystemProxyClear", resourceCulture);
}
}
-
+
///
/// 查找类似 Do not change system proxy 的本地化字符串。
///
@@ -1706,7 +1706,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSystemProxyNothing", resourceCulture);
}
}
-
+
///
/// 查找类似 PAC mode 的本地化字符串。
///
@@ -1715,7 +1715,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSystemProxyPac", resourceCulture);
}
}
-
+
///
/// 查找类似 Set system proxy 的本地化字符串。
///
@@ -1724,7 +1724,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuSystemProxySet", resourceCulture);
}
}
-
+
///
/// 查找类似 Test Configurations with tcping (Ctrl+O) 的本地化字符串。
///
@@ -1733,7 +1733,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuTcpingServer", resourceCulture);
}
}
-
+
///
/// 查找类似 By test result 的本地化字符串。
///
@@ -1742,7 +1742,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuTestServerResult", resourceCulture);
}
}
-
+
///
/// 查找类似 {0} Website 的本地化字符串。
///
@@ -1751,7 +1751,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("menuWebsiteItem", resourceCulture);
}
}
-
+
///
/// 查找类似 Downloaded GeoFile: {0} successfully 的本地化字符串。
///
@@ -1760,7 +1760,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgDownloadGeoFileSuccessfully", resourceCulture);
}
}
-
+
///
/// 查找类似 Downloaded Core successfully 的本地化字符串。
///
@@ -1769,7 +1769,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgDownloadV2rayCoreSuccessfully", resourceCulture);
}
}
-
+
///
/// 查找类似 Failed to import subscription content 的本地化字符串。
///
@@ -1778,7 +1778,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgFailedImportSubscription", resourceCulture);
}
}
-
+
///
/// 查找类似 Filter, supports regular expressions 的本地化字符串。
///
@@ -1787,7 +1787,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgFilterTitle", resourceCulture);
}
}
-
+
///
/// 查找类似 Got subscription content successfully 的本地化字符串。
///
@@ -1796,7 +1796,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgGetSubscriptionSuccessfully", resourceCulture);
}
}
-
+
///
/// 查找类似 Information 的本地化字符串。
///
@@ -1805,7 +1805,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgInformationTitle", resourceCulture);
}
}
-
+
///
/// 查找类似 Please enter the URL 的本地化字符串。
///
@@ -1814,7 +1814,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgNeedUrl", resourceCulture);
}
}
-
+
///
/// 查找类似 No valid subscriptions set 的本地化字符串。
///
@@ -1823,7 +1823,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgNoValidSubscription", resourceCulture);
}
}
-
+
///
/// 查找类似 Resolved {0} successfully 的本地化字符串。
///
@@ -1832,7 +1832,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgParsingSuccessfully", resourceCulture);
}
}
-
+
///
/// 查找类似 Configuration filter, press Enter to execute 的本地化字符串。
///
@@ -1841,7 +1841,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgServerTitle", resourceCulture);
}
}
-
+
///
/// 查找类似 Updates are not enabled, skip this subscription 的本地化字符串。
///
@@ -1850,7 +1850,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgSkipSubscriptionUpdate", resourceCulture);
}
}
-
+
///
/// 查找类似 Started getting subscriptions 的本地化字符串。
///
@@ -1859,7 +1859,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgStartGettingSubscriptions", resourceCulture);
}
}
-
+
///
/// 查找类似 Started updating {0}... 的本地化字符串。
///
@@ -1868,7 +1868,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgStartUpdating", resourceCulture);
}
}
-
+
///
/// 查找类似 Invalid subscription content 的本地化字符串。
///
@@ -1877,7 +1877,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgSubscriptionDecodingFailed", resourceCulture);
}
}
-
+
///
/// 查找类似 Unpacking... 的本地化字符串。
///
@@ -1886,7 +1886,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgUnpacking", resourceCulture);
}
}
-
+
///
/// 查找类似 Subscription update ended 的本地化字符串。
///
@@ -1895,7 +1895,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgUpdateSubscriptionEnd", resourceCulture);
}
}
-
+
///
/// 查找类似 Subscription update started 的本地化字符串。
///
@@ -1904,7 +1904,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgUpdateSubscriptionStart", resourceCulture);
}
}
-
+
///
/// 查找类似 Updated Core successfully 的本地化字符串。
///
@@ -1913,7 +1913,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgUpdateV2rayCoreSuccessfully", resourceCulture);
}
}
-
+
///
/// 查找类似 Updated Core successfully! Restarting service... 的本地化字符串。
///
@@ -1922,7 +1922,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("MsgUpdateV2rayCoreSuccessfullyMore", resourceCulture);
}
}
-
+
///
/// 查找类似 Successful operation. Click the settings menu to reboot the app. 的本地化字符串。
///
@@ -1931,7 +1931,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("NeedRebootTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Non-VMess or SS protocol 的本地化字符串。
///
@@ -1940,7 +1940,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("NonvmessOrssProtocol", resourceCulture);
}
}
-
+
///
/// 查找类似 The Core file (file name: {1}) was not found under the folder ({0}), please download and put it in the folder, download address: {2} 的本地化字符串。
///
@@ -1949,7 +1949,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("NotFoundCore", resourceCulture);
}
}
-
+
///
/// 查找类似 Not run as Admin 的本地化字符串。
///
@@ -1958,7 +1958,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("NotRunAsAdmin", resourceCulture);
}
}
-
+
///
/// 查找类似 Scan completed, no valid QR code found 的本地化字符串。
///
@@ -1967,7 +1967,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("NoValidQRcodeFound", resourceCulture);
}
}
-
+
///
/// 查找类似 Operation failed, please check and retry 的本地化字符串。
///
@@ -1976,7 +1976,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("OperationFailed", resourceCulture);
}
}
-
+
///
/// 查找类似 Operation successful 的本地化字符串。
///
@@ -1985,7 +1985,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("OperationSuccess", resourceCulture);
}
}
-
+
///
/// 查找类似 Please fill Remarks 的本地化字符串。
///
@@ -1994,7 +1994,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("PleaseFillRemarks", resourceCulture);
}
}
-
+
///
/// 查找类似 Please select the encryption method 的本地化字符串。
///
@@ -2003,7 +2003,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("PleaseSelectEncryption", resourceCulture);
}
}
-
+
///
/// 查找类似 Please select a protocol 的本地化字符串。
///
@@ -2012,7 +2012,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("PleaseSelectProtocol", resourceCulture);
}
}
-
+
///
/// 查找类似 Please select rules 的本地化字符串。
///
@@ -2021,7 +2021,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("PleaseSelectRules", resourceCulture);
}
}
-
+
///
/// 查找类似 Please select the Configuration first 的本地化字符串。
///
@@ -2030,7 +2030,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("PleaseSelectServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Global hotkey {0} registration failed, reason: {1} 的本地化字符串。
///
@@ -2039,7 +2039,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("RegisterGlobalHotkeyFailed", resourceCulture);
}
}
-
+
///
/// 查找类似 Global hotkey {0} registered successfully 的本地化字符串。
///
@@ -2048,7 +2048,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("RegisterGlobalHotkeySuccessfully", resourceCulture);
}
}
-
+
///
/// 查找类似 Configurations deduplication completed. Old: {0}, New: {1}. 的本地化字符串。
///
@@ -2057,7 +2057,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("RemoveDuplicateServerResult", resourceCulture);
}
}
-
+
///
/// 查找类似 Removed {0} invalid test results. 的本地化字符串。
///
@@ -2066,7 +2066,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("RemoveInvalidServerResultTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Are you sure you want to remove the rules? 的本地化字符串。
///
@@ -2075,7 +2075,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("RemoveRules", resourceCulture);
}
}
-
+
///
/// 查找类似 Are you sure you want to remove the Configuration? 的本地化字符串。
///
@@ -2084,7 +2084,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("RemoveServer", resourceCulture);
}
}
-
+
///
/// 查找类似 {0}, one of the required fields. 的本地化字符串。
///
@@ -2093,7 +2093,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("RoutingRuleDetailRequiredTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Run as Admin 的本地化字符串。
///
@@ -2102,7 +2102,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("RunAsAdmin", resourceCulture);
}
}
-
+
///
/// 查找类似 The client configuration file is saved at: {0} 的本地化字符串。
///
@@ -2111,7 +2111,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SaveClientConfigurationIn", resourceCulture);
}
}
-
+
///
/// 查找类似 {0} : {1}/s↑ | {2}/s↓ 的本地化字符串。
///
@@ -2120,7 +2120,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SpeedDisplayText", resourceCulture);
}
}
-
+
///
/// 查找类似 Testing... 的本地化字符串。
///
@@ -2129,7 +2129,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("Speedtesting", resourceCulture);
}
}
-
+
///
/// 查找类似 Test completed 的本地化字符串。
///
@@ -2138,7 +2138,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SpeedtestingCompleted", resourceCulture);
}
}
-
+
///
/// 查找类似 Skip test 的本地化字符串。
///
@@ -2147,7 +2147,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SpeedtestingSkip", resourceCulture);
}
}
-
+
///
/// 查找类似 Test terminating... 的本地化字符串。
///
@@ -2156,7 +2156,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SpeedtestingStop", resourceCulture);
}
}
-
+
///
/// 查找类似 Starting retesting failed parts, {0} remaining. Press ESC to terminate... 的本地化字符串。
///
@@ -2165,7 +2165,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SpeedtestingTestFailedPart", resourceCulture);
}
}
-
+
///
/// 查找类似 Waiting for testing (press ESC to terminate)... 的本地化字符串。
///
@@ -2174,7 +2174,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SpeedtestingWait", resourceCulture);
}
}
-
+
///
/// 查找类似 Starting service ({0})... 的本地化字符串。
///
@@ -2183,7 +2183,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("StartService", resourceCulture);
}
}
-
+
///
/// 查找类似 For group please leave blank here 的本地化字符串。
///
@@ -2192,7 +2192,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SubUrlTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Configuration successful. {0} 的本地化字符串。
///
@@ -2201,7 +2201,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SuccessfulConfiguration", resourceCulture);
}
}
-
+
///
/// 查找类似 Custom configuration Configuration imported successfully 的本地化字符串。
///
@@ -2210,7 +2210,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SuccessfullyImportedCustomServer", resourceCulture);
}
}
-
+
///
/// 查找类似 {0} Configurations have been imported from clipboard 的本地化字符串。
///
@@ -2219,7 +2219,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SuccessfullyImportedServerViaClipboard", resourceCulture);
}
}
-
+
///
/// 查找类似 Successfully scanned and imported the shared link 的本地化字符串。
///
@@ -2228,7 +2228,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SuccessfullyImportedServerViaScan", resourceCulture);
}
}
-
+
///
/// 查找类似 Incorrect password, please try again. 的本地化字符串。
///
@@ -2237,7 +2237,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("SudoIncorrectPasswordTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Add Common DNS Hosts 的本地化字符串。
///
@@ -2246,7 +2246,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbAddCommonDNSHosts", resourceCulture);
}
}
-
+
///
/// 查找类似 Do Not Add Non-Proxy Protocol Outbound 的本地化字符串。
///
@@ -2255,7 +2255,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbAddProxyProtocolOutboundOnly", resourceCulture);
}
}
-
+
///
/// 查找类似 Address 的本地化字符串。
///
@@ -2264,7 +2264,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbAddress", resourceCulture);
}
}
-
+
///
/// 查找类似 Allow Insecure 的本地化字符串。
///
@@ -2273,7 +2273,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbAllowInsecure", resourceCulture);
}
}
-
+
///
/// 查找类似 ALPN 的本地化字符串。
///
@@ -2282,7 +2282,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbAlpn", resourceCulture);
}
}
-
+
///
/// 查找类似 Alter ID 的本地化字符串。
///
@@ -2291,7 +2291,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbAlterId", resourceCulture);
}
}
-
+
///
/// 查找类似 Apply to Proxy Domains Only 的本地化字符串。
///
@@ -2300,7 +2300,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbApplyProxyDomainsOnly", resourceCulture);
}
}
-
+
///
/// 查找类似 Auto refresh 的本地化字符串。
///
@@ -2309,7 +2309,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbAutoRefresh", resourceCulture);
}
}
-
+
///
/// 查找类似 Auto scroll to end 的本地化字符串。
///
@@ -2318,7 +2318,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbAutoScrollToEnd", resourceCulture);
}
}
-
+
///
/// 查找类似 Domain, IP, process are auto-sorted when saving 的本地化字符串。
///
@@ -2327,7 +2327,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbAutoSort", resourceCulture);
}
}
-
+
///
/// 查找类似 Block SVCB and HTTPS Queries 的本地化字符串。
///
@@ -2336,7 +2336,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbBlockSVCBHTTPSQueries", resourceCulture);
}
}
-
+
///
/// 查找类似 Prevent domain-based routing rules from failing 的本地化字符串。
///
@@ -2345,7 +2345,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbBlockSVCBHTTPSQueriesTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Browse 的本地化字符串。
///
@@ -2354,7 +2354,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbBrowse", resourceCulture);
}
}
-
+
///
/// 查找类似 Cancel 的本地化字符串。
///
@@ -2363,7 +2363,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbCancel", resourceCulture);
}
}
-
+
///
/// 查找类似 Clear system proxy 的本地化字符串。
///
@@ -2372,7 +2372,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbClearSystemProxy", resourceCulture);
}
}
-
+
///
/// 查找类似 Confirm 的本地化字符串。
///
@@ -2381,7 +2381,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbConfirm", resourceCulture);
}
}
-
+
///
/// 查找类似 Connections 的本地化字符串。
///
@@ -2390,7 +2390,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbConnections", resourceCulture);
}
}
-
+
///
/// 查找类似 Core Type 的本地化字符串。
///
@@ -2399,7 +2399,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbCoreType", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable Custom DNS 的本地化字符串。
///
@@ -2408,7 +2408,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbCustomDNSEnable", resourceCulture);
}
}
-
+
///
/// 查找类似 Custom DNS Enabled, This Page's Settings Invalid 的本地化字符串。
///
@@ -2417,7 +2417,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbCustomDNSEnabledPageInvalid", resourceCulture);
}
}
-
+
///
/// 查找类似 Display GUI 的本地化字符串。
///
@@ -2426,7 +2426,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbDisplayGUI", resourceCulture);
}
}
-
+
///
/// 查找类似 Display Log 的本地化字符串。
///
@@ -2435,7 +2435,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbDisplayLog", resourceCulture);
}
}
-
+
///
/// 查找类似 DNS Hosts: ("domain1 ip1 ip2" per line) 的本地化字符串。
///
@@ -2444,7 +2444,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbDNSHostsConfig", resourceCulture);
}
}
-
+
///
/// 查找类似 Supports DNS Object; Click to view documentation 的本地化字符串。
///
@@ -2453,7 +2453,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbDnsObjectDoc", resourceCulture);
}
}
-
+
///
/// 查找类似 Please fill in DNS Structure, Click to view the document 的本地化字符串。
///
@@ -2462,7 +2462,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbDnsSingboxObjectDoc", resourceCulture);
}
}
-
+
///
/// 查找类似 Domain strategy 的本地化字符串。
///
@@ -2471,7 +2471,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbdomainStrategy", resourceCulture);
}
}
-
+
///
/// 查找类似 sing-box domain strategy 的本地化字符串。
///
@@ -2480,7 +2480,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbdomainStrategy4Singbox", resourceCulture);
}
}
-
+
///
/// 查找类似 Domestic DNS 的本地化字符串。
///
@@ -2489,7 +2489,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbDomesticDNS", resourceCulture);
}
}
-
+
///
/// 查找类似 Edit 的本地化字符串。
///
@@ -2498,7 +2498,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbEdit", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable Tun 的本地化字符串。
///
@@ -2507,7 +2507,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbEnableTunAs", resourceCulture);
}
}
-
+
///
/// 查找类似 FakeIP 的本地化字符串。
///
@@ -2516,7 +2516,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbFakeIP", resourceCulture);
}
}
-
+
///
/// 查找类似 Fingerprint 的本地化字符串。
///
@@ -2525,7 +2525,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbFingerprint", resourceCulture);
}
}
-
+
///
/// 查找类似 Flow 的本地化字符串。
///
@@ -2534,7 +2534,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbFlow5", resourceCulture);
}
}
-
+
///
/// 查找类似 This feature is intended for advanced users and those with special requirements. Once enabled, it will ignore the Core's basic settings, DNS settings, and routing settings. You must ensure that the system proxy port, traffic statistics, and other related configurations are set correctly — everything will be configured by you. 的本地化字符串。
///
@@ -2543,7 +2543,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbFullConfigTemplateDesc", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable Full Config Template 的本地化字符串。
///
@@ -2552,7 +2552,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbFullConfigTemplateEnable", resourceCulture);
}
}
-
+
///
/// 查找类似 Global Hotkey Settings 的本地化字符串。
///
@@ -2561,7 +2561,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbGlobalHotkeySetting", resourceCulture);
}
}
-
+
///
/// 查找类似 Set directly by pressing the keyboard; takes effect after restart 的本地化字符串。
///
@@ -2570,7 +2570,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbGlobalHotkeySettingTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Generate 的本地化字符串。
///
@@ -2579,7 +2579,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbGUID", resourceCulture);
}
}
-
+
///
/// 查找类似 Camouflage type 的本地化字符串。
///
@@ -2588,7 +2588,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbHeaderType", resourceCulture);
}
}
-
+
///
/// 查找类似 Congestion control 的本地化字符串。
///
@@ -2597,7 +2597,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbHeaderType8", resourceCulture);
}
}
-
+
///
/// 查找类似 UUID(id) 的本地化字符串。
///
@@ -2606,7 +2606,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbId", resourceCulture);
}
}
-
+
///
/// 查找类似 Password 的本地化字符串。
///
@@ -2615,7 +2615,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbId3", resourceCulture);
}
}
-
+
///
/// 查找类似 Password(Optional) 的本地化字符串。
///
@@ -2624,7 +2624,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbId4", resourceCulture);
}
}
-
+
///
/// 查找类似 UUID(id) 的本地化字符串。
///
@@ -2633,7 +2633,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbId5", resourceCulture);
}
}
-
+
///
/// 查找类似 Address (IPv4, IPv6) 的本地化字符串。
///
@@ -2642,7 +2642,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbLocalAddress", resourceCulture);
}
}
-
+
///
/// 查找类似 Mldsa65Verify 的本地化字符串。
///
@@ -2651,7 +2651,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbMldsa65Verify", resourceCulture);
}
}
-
+
///
/// 查找类似 Transport protocol(network) 的本地化字符串。
///
@@ -2660,7 +2660,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbNetwork", resourceCulture);
}
}
-
+
///
/// 查找类似 Do not change system proxy 的本地化字符串。
///
@@ -2669,7 +2669,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbNotChangeSystemProxy", resourceCulture);
}
}
-
+
///
/// 查找类似 Path 的本地化字符串。
///
@@ -2678,7 +2678,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbPath", resourceCulture);
}
}
-
+
///
/// 查找类似 obfs password 的本地化字符串。
///
@@ -2687,7 +2687,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbPath7", resourceCulture);
}
}
-
+
///
/// 查找类似 Port 的本地化字符串。
///
@@ -2696,7 +2696,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbPort", resourceCulture);
}
}
-
+
///
/// 查找类似 Configuration port range 的本地化字符串。
///
@@ -2705,7 +2705,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbPorts7", resourceCulture);
}
}
-
+
///
/// 查找类似 Will cover the port, separate with commas (,) 的本地化字符串。
///
@@ -2714,7 +2714,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbPorts7Tips", resourceCulture);
}
}
-
+
///
/// 查找类似 Socks port 的本地化字符串。
///
@@ -2723,7 +2723,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbPreSocksPort", resourceCulture);
}
}
-
+
///
/// 查找类似 Custom config socks port 的本地化字符串。
///
@@ -2732,7 +2732,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbPreSocksPort4Sub", resourceCulture);
}
}
-
+
///
/// 查找类似 Private Key 的本地化字符串。
///
@@ -2741,7 +2741,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbPrivateKey", resourceCulture);
}
}
-
+
///
/// 查找类似 Proxies 的本地化字符串。
///
@@ -2750,7 +2750,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbProxies", resourceCulture);
}
}
-
+
///
/// 查找类似 Public Key 的本地化字符串。
///
@@ -2759,7 +2759,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbPublicKey", resourceCulture);
}
}
-
+
///
/// 查找类似 v2ray Full Config Template 的本地化字符串。
///
@@ -2768,7 +2768,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRayFullConfigTemplate", resourceCulture);
}
}
-
+
///
/// 查找类似 Add Outbound Config Only, routing.balancers and routing.rules.outboundTag, Click to view the document 的本地化字符串。
///
@@ -2777,7 +2777,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRayFullConfigTemplateDesc", resourceCulture);
}
}
-
+
///
/// 查找类似 Alias (remarks) 的本地化字符串。
///
@@ -2786,7 +2786,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRemarks", resourceCulture);
}
}
-
+
///
/// 查找类似 Remote DNS 的本地化字符串。
///
@@ -2795,7 +2795,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRemoteDNS", resourceCulture);
}
}
-
+
///
/// 查找类似 Camouflage domain(host) 的本地化字符串。
///
@@ -2804,7 +2804,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRequestHost", resourceCulture);
}
}
-
+
///
/// 查找类似 Reserved (2,3,4) 的本地化字符串。
///
@@ -2813,7 +2813,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbReserved", resourceCulture);
}
}
-
+
///
/// 查找类似 Reset 的本地化字符串。
///
@@ -2822,7 +2822,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbReset", resourceCulture);
}
}
-
+
///
/// 查找类似 socks: local port, socks2: second local port, socks3: LAN port 的本地化字符串。
///
@@ -2831,7 +2831,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRoutingInboundTagTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Domain 的本地化字符串。
///
@@ -2840,7 +2840,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRoutingRuleDomain", resourceCulture);
}
}
-
+
///
/// 查找类似 IP or IP CIDR 的本地化字符串。
///
@@ -2849,7 +2849,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRoutingRuleIP", resourceCulture);
}
}
-
+
///
/// 查找类似 Full process name (Tun mode) 的本地化字符串。
///
@@ -2858,7 +2858,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRoutingRuleProcess", resourceCulture);
}
}
-
+
///
/// 查找类似 Pre-defined Rule Set List 的本地化字符串。
///
@@ -2867,7 +2867,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRoutingTabRuleList", resourceCulture);
}
}
-
+
///
/// 查找类似 *Separate rules by commas (,); For a literal comma use <COMMA>; Prefix # to ignore a rule 的本地化字符串。
///
@@ -2876,7 +2876,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRoutingTips", resourceCulture);
}
}
-
+
///
/// 查找类似 (Domain or IP or Proc Name) and Port and Protocol and Inbound Tag => Outbound Tag 的本地化字符串。
///
@@ -2885,7 +2885,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRuleMatchingTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Rule object Doc 的本地化字符串。
///
@@ -2894,7 +2894,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRuleobjectDoc", resourceCulture);
}
}
-
+
///
/// 查找类似 Can fill in the configuration remarks, please make sure it exist and are unique 的本地化字符串。
///
@@ -2903,7 +2903,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbRuleOutboundTagTip", resourceCulture);
}
}
-
+
///
/// 查找类似 sing-box Direct Resolution Strategy 的本地化字符串。
///
@@ -2912,7 +2912,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSBDirectResolveStrategy", resourceCulture);
}
}
-
+
///
/// 查找类似 The sing-box DoH resolution server can be overwritten 的本地化字符串。
///
@@ -2921,7 +2921,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSBDoHOverride", resourceCulture);
}
}
-
+
///
/// 查找类似 sing-box DoH Resolver Server 的本地化字符串。
///
@@ -2930,7 +2930,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSBDoHResolverServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Fallback DNS Resolution, Suggest IP 的本地化字符串。
///
@@ -2939,7 +2939,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSBFallbackDNSResolve", resourceCulture);
}
}
-
+
///
/// 查找类似 sing-box Full Config Template 的本地化字符串。
///
@@ -2948,7 +2948,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSBFullConfigTemplate", resourceCulture);
}
}
-
+
///
/// 查找类似 Add Outbound and Endpoint Config Only, Click to view the document 的本地化字符串。
///
@@ -2957,7 +2957,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSBFullConfigTemplateDesc", resourceCulture);
}
}
-
+
///
/// 查找类似 Resolve Outbound Domains 的本地化字符串。
///
@@ -2966,7 +2966,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSBOutboundDomainResolve", resourceCulture);
}
}
-
+
///
/// 查找类似 Outbound DNS Resolution (sing-box) 的本地化字符串。
///
@@ -2975,7 +2975,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSBOutboundsResolverDNS", resourceCulture);
}
}
-
+
///
/// 查找类似 sing-box Remote Resolution Strategy 的本地化字符串。
///
@@ -2984,7 +2984,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSBRemoteResolveStrategy", resourceCulture);
}
}
-
+
///
/// 查找类似 Encryption method (security) 的本地化字符串。
///
@@ -2993,7 +2993,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSecurity", resourceCulture);
}
}
-
+
///
/// 查找类似 Encryption 的本地化字符串。
///
@@ -3002,7 +3002,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSecurity3", resourceCulture);
}
}
-
+
///
/// 查找类似 User(Optional) 的本地化字符串。
///
@@ -3011,7 +3011,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSecurity4", resourceCulture);
}
}
-
+
///
/// 查找类似 Encryption 的本地化字符串。
///
@@ -3020,7 +3020,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSecurity5", resourceCulture);
}
}
-
+
///
/// 查找类似 Set system proxy 的本地化字符串。
///
@@ -3029,7 +3029,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSetSystemProxy", resourceCulture);
}
}
-
+
///
/// 查找类似 Click to import default DNS config 的本地化字符串。
///
@@ -3038,7 +3038,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingDnsImportDefConfig", resourceCulture);
}
}
-
+
///
/// 查找类似 Advanced proxy settings, protocol selection (optional) 的本地化字符串。
///
@@ -3047,7 +3047,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsAdvancedProtocol", resourceCulture);
}
}
-
+
///
/// 查找类似 Allow connections from the LAN 的本地化字符串。
///
@@ -3056,7 +3056,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsAllowLAN", resourceCulture);
}
}
-
+
///
/// 查找类似 Auto hide on startup 的本地化字符串。
///
@@ -3065,7 +3065,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsAutoHideStartup", resourceCulture);
}
}
-
+
///
/// 查找类似 Automatic update interval for Geo files (hours) 的本地化字符串。
///
@@ -3074,7 +3074,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsAutoUpdateInterval", resourceCulture);
}
}
-
+
///
/// 查找类似 Users in China region can ignore this item 的本地化字符串。
///
@@ -3083,7 +3083,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsChinaUserTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Color 的本地化字符串。
///
@@ -3092,7 +3092,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsColor", resourceCulture);
}
}
-
+
///
/// 查找类似 Core: basic settings 的本地化字符串。
///
@@ -3101,7 +3101,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsCore", resourceCulture);
}
}
-
+
///
/// 查找类似 V2ray DNS settings 的本地化字符串。
///
@@ -3110,7 +3110,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsCoreDns", resourceCulture);
}
}
-
+
///
/// 查找类似 sing-box DNS settings 的本地化字符串。
///
@@ -3119,7 +3119,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsCoreDnsSingbox", resourceCulture);
}
}
-
+
///
/// 查找类似 Core: KCP settings 的本地化字符串。
///
@@ -3128,7 +3128,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsCoreKcp", resourceCulture);
}
}
-
+
///
/// 查找类似 Core Type settings 的本地化字符串。
///
@@ -3137,7 +3137,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsCoreType", resourceCulture);
}
}
-
+
///
/// 查找类似 Font family (requires restart) 的本地化字符串。
///
@@ -3146,7 +3146,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsCurrentFontFamily", resourceCulture);
}
}
-
+
///
/// 查找类似 Install the font to the system, select or fill in the font name, restart the settings 的本地化字符串。
///
@@ -3155,7 +3155,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsCurrentFontFamilyLinuxTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Copy the font TTF/TTC file to the directory gui Fonts; Reopen the settings window 的本地化字符串。
///
@@ -3164,7 +3164,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsCurrentFontFamilyTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Allow Insecure 的本地化字符串。
///
@@ -3173,7 +3173,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDefAllowInsecure", resourceCulture);
}
}
-
+
///
/// 查找类似 Default TLS fingerprint 的本地化字符串。
///
@@ -3182,7 +3182,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDefFingerprint", resourceCulture);
}
}
-
+
///
/// 查找类似 User-Agent 的本地化字符串。
///
@@ -3191,7 +3191,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDefUserAgent", resourceCulture);
}
}
-
+
///
/// 查找类似 This parameter is valid only for tcp/http and ws 的本地化字符串。
///
@@ -3200,7 +3200,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDefUserAgentTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Sniffing type 的本地化字符串。
///
@@ -3209,7 +3209,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDestOverride", resourceCulture);
}
}
-
+
///
/// 查找类似 Display real-time speed (requires restart) 的本地化字符串。
///
@@ -3218,7 +3218,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDisplayRealTimeSpeed", resourceCulture);
}
}
-
+
///
/// 查找类似 Outbound DNS address 的本地化字符串。
///
@@ -3227,7 +3227,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDomainDNSAddress", resourceCulture);
}
}
-
+
///
/// 查找类似 Outbound Freedom domain Strategy 的本地化字符串。
///
@@ -3236,7 +3236,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDomainStrategy4Freedom", resourceCulture);
}
}
-
+
///
/// 查找类似 Default domain strategy for outbound 的本地化字符串。
///
@@ -3245,7 +3245,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDomainStrategy4Out", resourceCulture);
}
}
-
+
///
/// 查找类似 Double-clicking Configuration makes it active 的本地化字符串。
///
@@ -3254,7 +3254,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsDoubleClick2Activate", resourceCulture);
}
}
-
+
///
/// 查找类似 Automatically adjust column width after subscription update 的本地化字符串。
///
@@ -3263,7 +3263,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableAutoAdjustMainLvColWidth", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable cache file for sing-box (ruleset files) 的本地化字符串。
///
@@ -3272,7 +3272,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableCacheFile4Sbox", resourceCulture);
}
}
-
+
///
/// 查找类似 Check for pre-release updates 的本地化字符串。
///
@@ -3281,7 +3281,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableCheckPreReleaseUpdate", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable sorting Configurations by drag-n-drop (requires restart) 的本地化字符串。
///
@@ -3290,7 +3290,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableDragDropSort", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable additional Inbound 的本地化字符串。
///
@@ -3299,7 +3299,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableExInbound", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable fragment 的本地化字符串。
///
@@ -3308,7 +3308,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableFragment", resourceCulture);
}
}
-
+
///
/// 查找类似 which conflicts with the group previous proxy 的本地化字符串。
///
@@ -3317,7 +3317,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableFragmentTips", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable hardware acceleration (requires restart) 的本地化字符串。
///
@@ -3326,7 +3326,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableHWA", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable IPv6 Address 的本地化字符串。
///
@@ -3335,7 +3335,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableIPv6Address", resourceCulture);
}
}
-
+
///
/// 查找类似 Updating subscription, only determining if remarks exist 的本地化字符串。
///
@@ -3344,7 +3344,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsEnableUpdateSubOnlyRemarksExist", resourceCulture);
}
}
-
+
///
/// 查找类似 Exception 的本地化字符串。
///
@@ -3353,7 +3353,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsException", resourceCulture);
}
}
-
+
///
/// 查找类似 Exclusions: Do not use proxy server for addresses beginning with the following. Use semicolon (;) to separate entries. 的本地化字符串。
///
@@ -3362,7 +3362,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsExceptionTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Exclusions: Do not use proxy server for the following addresses. Use comma (,) to separate entries. 的本地化字符串。
///
@@ -3371,7 +3371,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsExceptionTip2", resourceCulture);
}
}
-
+
///
/// 查找类似 Font Size 的本地化字符串。
///
@@ -3380,7 +3380,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsFontSize", resourceCulture);
}
}
-
+
///
/// 查找类似 Geo files source (optional) 的本地化字符串。
///
@@ -3389,7 +3389,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsGeoFilesSource", resourceCulture);
}
}
-
+
///
/// 查找类似 Hide to tray when closing the window 的本地化字符串。
///
@@ -3398,7 +3398,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsHide2TrayWhenClose", resourceCulture);
}
}
-
+
///
/// 查找类似 Hysteria Max bandwidth (Up/Down) 的本地化字符串。
///
@@ -3407,7 +3407,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsHysteriaBandwidth", resourceCulture);
}
}
-
+
///
/// 查找类似 Current connection info test URL 的本地化字符串。
///
@@ -3416,7 +3416,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsIPAPIUrl", resourceCulture);
}
}
-
+
///
/// 查找类似 Keep older entries when de-duplicating 的本地化字符串。
///
@@ -3425,7 +3425,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsKeepOlderDedupl", resourceCulture);
}
}
-
+
///
/// 查找类似 Language (Restart) 的本地化字符串。
///
@@ -3434,7 +3434,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsLanguage", resourceCulture);
}
}
-
+
///
/// 查找类似 System sudo password 的本地化字符串。
///
@@ -3443,7 +3443,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsLinuxSudoPassword", resourceCulture);
}
}
-
+
///
/// 查找类似 The password will be validated via the command line. If a validation error causes the application to malfunction, please restart the application. The password will not be stored and must be entered again after each restart. 的本地化字符串。
///
@@ -3452,7 +3452,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsLinuxSudoPasswordTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable Log 的本地化字符串。
///
@@ -3461,7 +3461,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsLogEnabled", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable logging to file 的本地化字符串。
///
@@ -3470,7 +3470,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsLogEnabledToFile", resourceCulture);
}
}
-
+
///
/// 查找类似 Log Level 的本地化字符串。
///
@@ -3479,7 +3479,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsLogLevel", resourceCulture);
}
}
-
+
///
/// 查找类似 Main layout orientation (requires restart) 的本地化字符串。
///
@@ -3488,7 +3488,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsMainGirdOrientation", resourceCulture);
}
}
-
+
///
/// 查找类似 The number of concurrent tests during multi-test 的本地化字符串。
///
@@ -3497,7 +3497,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsMixedConcurrencyCount", resourceCulture);
}
}
-
+
///
/// 查找类似 sing-box Mux Protocol 的本地化字符串。
///
@@ -3506,7 +3506,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsMux4SboxProtocol", resourceCulture);
}
}
-
+
///
/// 查找类似 Turn on Mux Multiplexing 的本地化字符串。
///
@@ -3515,7 +3515,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsMuxEnabled", resourceCulture);
}
}
-
+
///
/// 查找类似 v2rayN settings 的本地化字符串。
///
@@ -3524,7 +3524,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsN", resourceCulture);
}
}
-
+
///
/// 查找类似 New Port for LAN 的本地化字符串。
///
@@ -3533,7 +3533,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsNewPort4LAN", resourceCulture);
}
}
-
+
///
/// 查找类似 Do not use proxy servers for local (intranet) addresses 的本地化字符串。
///
@@ -3542,7 +3542,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsNotProxyLocalAddress", resourceCulture);
}
}
-
+
///
/// 查找类似 Auth pass 的本地化字符串。
///
@@ -3551,7 +3551,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsPass", resourceCulture);
}
}
-
+
///
/// 查找类似 Custom DNS (multiple, separated by commas (,)) 的本地化字符串。
///
@@ -3560,7 +3560,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsRemoteDNS", resourceCulture);
}
}
-
+
///
/// 查找类似 Route Only 的本地化字符串。
///
@@ -3569,7 +3569,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsRouteOnly", resourceCulture);
}
}
-
+
///
/// 查找类似 Routing rules source (optional) 的本地化字符串。
///
@@ -3578,7 +3578,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsRoutingRulesSource", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable second mixed port 的本地化字符串。
///
@@ -3587,7 +3587,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSecondLocalPortEnabled", resourceCulture);
}
}
-
+
///
/// 查找类似 Set Win10 UWP Loopback 的本地化字符串。
///
@@ -3596,7 +3596,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSetUWP", resourceCulture);
}
}
-
+
///
/// 查找类似 Turn on Sniffing 的本地化字符串。
///
@@ -3605,7 +3605,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSniffingEnabled", resourceCulture);
}
}
-
+
///
/// 查找类似 Mixed Port 的本地化字符串。
///
@@ -3614,7 +3614,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSocksPort", resourceCulture);
}
}
-
+
///
/// 查找类似 Pac port = +3; Xray API port = +4; mihomo API port = +5; 的本地化字符串。
///
@@ -3623,7 +3623,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSocksPortTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Speed Ping Test URL 的本地化字符串。
///
@@ -3632,7 +3632,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSpeedPingTestUrl", resourceCulture);
}
}
-
+
///
/// 查找类似 Speed Test Single Timeout Value 的本地化字符串。
///
@@ -3641,7 +3641,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSpeedTestTimeout", resourceCulture);
}
}
-
+
///
/// 查找类似 Speed Test URL 的本地化字符串。
///
@@ -3650,7 +3650,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSpeedTestUrl", resourceCulture);
}
}
-
+
///
/// 查找类似 sing-box ruleset files source (optional) 的本地化字符串。
///
@@ -3659,7 +3659,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSrsFilesSource", resourceCulture);
}
}
-
+
///
/// 查找类似 Start on boot 的本地化字符串。
///
@@ -3668,7 +3668,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsStartBoot", resourceCulture);
}
}
-
+
///
/// 查找类似 Set this with admin privileges, get admin privileges after startup 的本地化字符串。
///
@@ -3677,7 +3677,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsStartBootTip", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable traffic statistics (requires restart) 的本地化字符串。
///
@@ -3686,7 +3686,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsStatistics", resourceCulture);
}
}
-
+
///
/// 查找类似 Subscription conversion URL 的本地化字符串。
///
@@ -3695,7 +3695,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSubConvert", resourceCulture);
}
}
-
+
///
/// 查找类似 System proxy settings 的本地化字符串。
///
@@ -3704,7 +3704,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsSystemproxy", resourceCulture);
}
}
-
+
///
/// 查找类似 Theme 的本地化字符串。
///
@@ -3713,7 +3713,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsTheme", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable Security Protocol TLS v1.3 (subscription/update) 的本地化字符串。
///
@@ -3722,7 +3722,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsTLS13", resourceCulture);
}
}
-
+
///
/// 查找类似 Tray right-click menu Configurations display limit 的本地化字符串。
///
@@ -3731,7 +3731,35 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsTrayMenuServersLimit", resourceCulture);
}
}
-
+
+ ///
+ /// 查找类似 Auto Route 的本地化字符串。
+ ///
+ public static string TbSettingsTunAutoRoute {
+ get { return ResourceManager.GetString("TbSettingsTunAutoRoute", resourceCulture); }
+ }
+
+ ///
+ /// 查找类似 Strict Route 的本地化字符串。
+ ///
+ public static string TbSettingsTunStrictRoute {
+ get { return ResourceManager.GetString("TbSettingsTunStrictRoute", resourceCulture); }
+ }
+
+ ///
+ /// 查找类似 Stack 的本地化字符串。
+ ///
+ public static string TbSettingsTunStack {
+ get { return ResourceManager.GetString("TbSettingsTunStack", resourceCulture); }
+ }
+
+ ///
+ /// 查找类似 MTU 的本地化字符串。
+ ///
+ public static string TbSettingsTunMtu {
+ get { return ResourceManager.GetString("TbSettingsTunMtu", resourceCulture); }
+ }
+
///
/// 查找类似 Tun Mode settings 的本地化字符串。
///
@@ -3740,7 +3768,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsTunMode", resourceCulture);
}
}
-
+
///
/// 查找类似 Enable UDP 的本地化字符串。
///
@@ -3749,7 +3777,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsUdpEnabled", resourceCulture);
}
}
-
+
///
/// 查找类似 Auth user 的本地化字符串。
///
@@ -3758,7 +3786,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsUser", resourceCulture);
}
}
-
+
///
/// 查找类似 Use System Hosts 的本地化字符串。
///
@@ -3767,7 +3795,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsUseSystemHosts", resourceCulture);
}
}
-
+
///
/// 查找类似 Set Upstream Proxy Tag 的本地化字符串。
///
@@ -3776,7 +3804,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSetUpstreamProxyDetour", resourceCulture);
}
}
-
+
///
/// 查找类似 Short Id 的本地化字符串。
///
@@ -3785,7 +3813,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbShortId", resourceCulture);
}
}
-
+
///
/// 查找类似 SNI 的本地化字符串。
///
@@ -3794,7 +3822,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSNI", resourceCulture);
}
}
-
+
///
/// 查找类似 Sorting 的本地化字符串。
///
@@ -3803,7 +3831,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSorting", resourceCulture);
}
}
-
+
///
/// 查找类似 Chain 的本地化字符串。
///
@@ -3812,7 +3840,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingChain", resourceCulture);
}
}
-
+
///
/// 查找类似 Default 的本地化字符串。
///
@@ -3821,7 +3849,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingDefault", resourceCulture);
}
}
-
+
///
/// 查找类似 Delay 的本地化字符串。
///
@@ -3830,7 +3858,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingDelay", resourceCulture);
}
}
-
+
///
/// 查找类似 Download Speed 的本地化字符串。
///
@@ -3839,7 +3867,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingDownSpeed", resourceCulture);
}
}
-
+
///
/// 查找类似 Download Traffic 的本地化字符串。
///
@@ -3848,7 +3876,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingDownTraffic", resourceCulture);
}
}
-
+
///
/// 查找类似 Host 的本地化字符串。
///
@@ -3857,7 +3885,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingHost", resourceCulture);
}
}
-
+
///
/// 查找类似 Name 的本地化字符串。
///
@@ -3866,7 +3894,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingName", resourceCulture);
}
}
-
+
///
/// 查找类似 Network 的本地化字符串。
///
@@ -3875,7 +3903,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingNetwork", resourceCulture);
}
}
-
+
///
/// 查找类似 Time 的本地化字符串。
///
@@ -3884,7 +3912,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingTime", resourceCulture);
}
}
-
+
///
/// 查找类似 Type 的本地化字符串。
///
@@ -3893,7 +3921,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingType", resourceCulture);
}
}
-
+
///
/// 查找类似 Upload Speed 的本地化字符串。
///
@@ -3902,7 +3930,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingUpSpeed", resourceCulture);
}
}
-
+
///
/// 查找类似 Upload Traffic 的本地化字符串。
///
@@ -3911,7 +3939,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSortingUpTraffic", resourceCulture);
}
}
-
+
///
/// 查找类似 Spider X 的本地化字符串。
///
@@ -3920,7 +3948,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSpiderX", resourceCulture);
}
}
-
+
///
/// 查找类似 TLS 的本地化字符串。
///
@@ -3929,7 +3957,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbStreamSecurity", resourceCulture);
}
}
-
+
///
/// 查找类似 PAC mode 的本地化字符串。
///
@@ -3938,7 +3966,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSystemProxyPac", resourceCulture);
}
}
-
+
///
/// 查找类似 Validate Regional Domain IPs 的本地化字符串。
///
@@ -3947,7 +3975,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbValidateDirectExpectedIPs", resourceCulture);
}
}
-
+
///
/// 查找类似 When configured, validates IPs returned for regional domains (e.g., geosite:cn), returning only expected IPs 的本地化字符串。
///
@@ -3956,7 +3984,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbValidateDirectExpectedIPsDesc", resourceCulture);
}
}
-
+
///
/// 查找类似 xray Freedom Resolution Strategy 的本地化字符串。
///
@@ -3965,7 +3993,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbXrayFreedomResolveStrategy", resourceCulture);
}
}
-
+
///
/// 查找类似 The delay: {0} ms, {1} 的本地化字符串。
///
@@ -3974,7 +4002,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TestMeOutput", resourceCulture);
}
}
-
+
///
/// 查找类似 Advanced DNS Settings 的本地化字符串。
///
@@ -3983,7 +4011,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("ThAdvancedDNSSettings", resourceCulture);
}
}
-
+
///
/// 查找类似 Basic DNS Settings 的本地化字符串。
///
@@ -3992,7 +4020,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("ThBasicDNSSettings", resourceCulture);
}
}
-
+
///
/// 查找类似 Active 的本地化字符串。
///
@@ -4001,7 +4029,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TipActiveServer", resourceCulture);
}
}
-
+
///
/// 查找类似 Routing setting has changed 的本地化字符串。
///
@@ -4010,7 +4038,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TipChangeRouting", resourceCulture);
}
}
-
+
///
/// 查找类似 System proxy setting has changed 的本地化字符串。
///
@@ -4019,7 +4047,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TipChangeSystemProxy", resourceCulture);
}
}
-
+
///
/// 查找类似 Please turn off when there is an abnormal disconnection 的本地化字符串。
///
@@ -4028,7 +4056,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TipDisplayLog", resourceCulture);
}
}
-
+
///
/// 查找类似 *Default value tcp 的本地化字符串。
///
@@ -4037,7 +4065,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TipNetwork", resourceCulture);
}
}
-
+
///
/// 查找类似 * After setting this value, a socks service will be started using Xray/sing-box(Tun) to provide functions such as speed display 的本地化字符串。
///
@@ -4046,7 +4074,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TipPreSocksPort", resourceCulture);
}
}
-
+
///
/// 查找类似 XHTTP Extra raw JSON, format: { XHTTP Object } 的本地化字符串。
///
@@ -4055,7 +4083,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportExtraTip", resourceCulture);
}
}
-
+
///
/// 查找类似 *tcp camouflage type 的本地化字符串。
///
@@ -4064,7 +4092,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportHeaderTypeTip1", resourceCulture);
}
}
-
+
///
/// 查找类似 *kcp camouflage type 的本地化字符串。
///
@@ -4073,7 +4101,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportHeaderTypeTip2", resourceCulture);
}
}
-
+
///
/// 查找类似 *QUIC camouflage type 的本地化字符串。
///
@@ -4082,7 +4110,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportHeaderTypeTip3", resourceCulture);
}
}
-
+
///
/// 查找类似 *grpc mode 的本地化字符串。
///
@@ -4091,7 +4119,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportHeaderTypeTip4", resourceCulture);
}
}
-
+
///
/// 查找类似 *xhttp mode 的本地化字符串。
///
@@ -4100,7 +4128,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportHeaderTypeTip5", resourceCulture);
}
}
-
+
///
/// 查找类似 *ws/http upgrade/xhttp path 的本地化字符串。
///
@@ -4109,7 +4137,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportPathTip1", resourceCulture);
}
}
-
+
///
/// 查找类似 *h2 path 的本地化字符串。
///
@@ -4118,7 +4146,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportPathTip2", resourceCulture);
}
}
-
+
///
/// 查找类似 *QUIC key/KCP seed 的本地化字符串。
///
@@ -4127,7 +4155,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportPathTip3", resourceCulture);
}
}
-
+
///
/// 查找类似 *grpc service name 的本地化字符串。
///
@@ -4136,7 +4164,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportPathTip4", resourceCulture);
}
}
-
+
///
/// 查找类似 *kcp seed 的本地化字符串。
///
@@ -4145,7 +4173,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportPathTip5", resourceCulture);
}
}
-
+
///
/// 查找类似 *http host separated by commas (,) 的本地化字符串。
///
@@ -4154,7 +4182,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportRequestHostTip1", resourceCulture);
}
}
-
+
///
/// 查找类似 *ws/http upgrade/xhttp host 的本地化字符串。
///
@@ -4163,7 +4191,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportRequestHostTip2", resourceCulture);
}
}
-
+
///
/// 查找类似 *h2 host separated by commas (,) 的本地化字符串。
///
@@ -4172,7 +4200,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportRequestHostTip3", resourceCulture);
}
}
-
+
///
/// 查找类似 *QUIC security 的本地化字符串。
///
@@ -4181,7 +4209,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportRequestHostTip4", resourceCulture);
}
}
-
+
///
/// 查找类似 *grpc Authority 的本地化字符串。
///
@@ -4190,7 +4218,7 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TransportRequestHostTip5", resourceCulture);
}
}
-
+
///
/// 查找类似 Upgrade App does not exist 的本地化字符串。
///
diff --git a/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx b/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx
index 6873e1c8..cd15f976 100644
--- a/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx
+++ b/v2rayN/ServiceLib/Resx/ResUI.fa-Ir.resx
@@ -1,17 +1,17 @@
-
@@ -1059,6 +1059,18 @@
لطفاً مطمئن شوید که ملاحظات وجود دارند و منحصر به فرد هستند
+
+ مسیریابی خودکار
+
+
+ مسیریابی سختگیرانه
+
+
+ پشته شبکه
+
+
+ MTU
+
فعال سازی additional Inbound
@@ -1497,4 +1509,4 @@
This feature is intended for advanced users and those with special requirements. Once enabled, it will ignore the Core's basic settings, DNS settings, and routing settings. You must ensure that the system proxy port, traffic statistics, and other related configurations are set correctly — everything will be configured by you.
-
\ No newline at end of file
+
diff --git a/v2rayN/ServiceLib/Resx/ResUI.hu.resx b/v2rayN/ServiceLib/Resx/ResUI.hu.resx
index d90ac86c..8f451953 100644
--- a/v2rayN/ServiceLib/Resx/ResUI.hu.resx
+++ b/v2rayN/ServiceLib/Resx/ResUI.hu.resx
@@ -1,17 +1,17 @@
-
@@ -1059,6 +1059,18 @@
Kérjük, győződjön meg arról, hogy a konfigurációs megjegyzések léteznek és egyediek
+
+ Automatikus útválasztás
+
+
+ Szigorú útválasztás
+
+
+ Hálózati verem
+
+
+ MTU
+
További bejövő engedélyezése
@@ -1497,4 +1509,4 @@
This feature is intended for advanced users and those with special requirements. Once enabled, it will ignore the Core's basic settings, DNS settings, and routing settings. You must ensure that the system proxy port, traffic statistics, and other related configurations are set correctly — everything will be configured by you.
-
\ No newline at end of file
+
diff --git a/v2rayN/ServiceLib/Resx/ResUI.resx b/v2rayN/ServiceLib/Resx/ResUI.resx
index 2b2e3abd..104a3925 100644
--- a/v2rayN/ServiceLib/Resx/ResUI.resx
+++ b/v2rayN/ServiceLib/Resx/ResUI.resx
@@ -1,17 +1,17 @@
-
@@ -1059,6 +1059,18 @@
Please make sure the Configuration remarks exist and are unique
+
+ Auto Route
+
+
+ Strict Route
+
+
+ Stack
+
+
+ MTU
+
Enable additional Inbound
@@ -1497,4 +1509,4 @@
This feature is intended for advanced users and those with special requirements. Once enabled, it will ignore the Core's basic settings, DNS settings, and routing settings. You must ensure that the system proxy port, traffic statistics, and other related configurations are set correctly — everything will be configured by you.
-
\ No newline at end of file
+
diff --git a/v2rayN/ServiceLib/Resx/ResUI.ru.resx b/v2rayN/ServiceLib/Resx/ResUI.ru.resx
index bb1f6184..2b02e3ed 100644
--- a/v2rayN/ServiceLib/Resx/ResUI.ru.resx
+++ b/v2rayN/ServiceLib/Resx/ResUI.ru.resx
@@ -1,17 +1,17 @@
-
@@ -1059,6 +1059,18 @@
Убедитесь, что примечание существует и является уникальным
+
+ Автоматическая маршрутизация
+
+
+ Строгая маршрутизация
+
+
+ Сетевой стек
+
+
+ MTU
+
Включить дополнительный входящий канал
@@ -1497,4 +1509,4 @@
Эта функция предназначена для продвинутых пользователей и особых случаев. После включения игнорируются базовые настройки ядра, DNS и маршрутизации. Вы должны самостоятельно корректно задать порт системного прокси, учёт трафика и другие связанные параметры — всё настраивается вручную.
-
\ 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 b10ff641..ff9035d3 100644
--- a/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx
+++ b/v2rayN/ServiceLib/Resx/ResUI.zh-Hans.resx
@@ -1,17 +1,17 @@
-
@@ -1056,6 +1056,18 @@
请确保配置文件别名存在并唯一
+
+ 自动路由
+
+
+ 严格路由
+
+
+ 协议栈
+
+
+ MTU
+
启用额外监听端口
@@ -1494,4 +1506,4 @@
此功能供高级用户和有特殊需求的用户使用。 启用此功能后,将忽略 Core 的基础设置,DNS 设置 ,路由设置。你需要保证系统代理的端口和流量统计等功能的配置正确,一切都由你来设置。
-
\ 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 b3738082..34a90e21 100644
--- a/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx
+++ b/v2rayN/ServiceLib/Resx/ResUI.zh-Hant.resx
@@ -1,17 +1,17 @@
-
@@ -1056,6 +1056,18 @@
請確保設定檔別名存在並且唯一
+
+ 自動路由
+
+
+ 嚴格路由
+
+
+ 協定堆疊
+
+
+ MTU
+
啟用額外偵聽連接埠
@@ -1494,4 +1506,4 @@
This feature is intended for advanced users and those with special requirements. Once enabled, it will ignore the Core's basic settings, DNS settings, and routing settings. You must ensure that the system proxy port, traffic statistics, and other related configurations are set correctly — everything will be configured by you.
-
\ No newline at end of file
+
diff --git a/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml b/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml
index 56cc82a0..9cb462d1 100644
--- a/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml
+++ b/v2rayN/v2rayN.Desktop/Views/AddServerWindow.axaml
@@ -523,7 +523,7 @@
Grid.Column="0"
Margin="{StaticResource Margin4}"
VerticalAlignment="Center"
- Text="Mtu" />
+ Text="{x:Static resx:ResUI.TbSettingsTunMtu}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunAutoRoute}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunStrictRoute}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunStack}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunMtu}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunMtu}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunMtu}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunAutoRoute}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunStrictRoute}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunStack}" />
+ Text="{x:Static resx:ResUI.TbSettingsTunMtu}" />