Update On Fri Aug 30 20:33:09 CEST 2024

This commit is contained in:
github-action[bot]
2024-08-30 20:33:10 +02:00
parent 891d5cb988
commit ce38859597
466 changed files with 36527 additions and 9373 deletions
+19 -1
View File
@@ -2330,7 +2330,7 @@ namespace ServiceLib.Resx {
}
/// <summary>
/// 查找类似 txtPreSocksPort 的本地化字符串。
/// 查找类似 Socks port 的本地化字符串。
/// </summary>
public static string TbPreSocksPort {
get {
@@ -2338,6 +2338,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Custom config socks port 的本地化字符串。
/// </summary>
public static string TbPreSocksPort4Sub {
get {
return ResourceManager.GetString("TbPreSocksPort4Sub", resourceCulture);
}
}
/// <summary>
/// 查找类似 PrivateKey 的本地化字符串。
/// </summary>
@@ -3525,5 +3534,14 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("UngroupedServers", resourceCulture);
}
}
/// <summary>
/// 查找类似 You are currently running a standalone package, please manually download the SelfContained.7z file to unzip and overwrite it! 的本地化字符串。
/// </summary>
public static string UpdateStandalonePackageTip {
get {
return ResourceManager.GetString("UpdateStandalonePackageTip", resourceCulture);
}
}
}
}