Cert Pinning (#8234)
* Cert Pinning * Cert Chain Pinning * Add Trusted Ca Pinning * Tip * Perf UI
This commit is contained in:
66
v2rayN/ServiceLib/Resx/ResUI.Designer.cs
generated
66
v2rayN/ServiceLib/Resx/ResUI.Designer.cs
generated
@@ -19,7 +19,7 @@ namespace ServiceLib.Resx {
|
||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||
// (以 /str 作为命令选项),或重新生成 VS 项目。
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
public class ResUI {
|
||||
@@ -87,6 +87,24 @@ namespace ServiceLib.Resx {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Certificate not set 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string CertNotSet {
|
||||
get {
|
||||
return ResourceManager.GetString("CertNotSet", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Certificate set 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string CertSet {
|
||||
get {
|
||||
return ResourceManager.GetString("CertSet", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Please check the Configuration settings first. 的本地化字符串。
|
||||
/// </summary>
|
||||
@@ -2301,6 +2319,15 @@ namespace ServiceLib.Resx {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Please set a valid domain 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string ServerNameMustBeValidDomain {
|
||||
get {
|
||||
return ResourceManager.GetString("ServerNameMustBeValidDomain", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 {0} : {1}/s↑ | {2}/s↓ 的本地化字符串。
|
||||
/// </summary>
|
||||
@@ -2562,6 +2589,25 @@ namespace ServiceLib.Resx {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Certificate Pinning 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string TbCertPinning {
|
||||
get {
|
||||
return ResourceManager.GetString("TbCertPinning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Server certificate (PEM format, optional). Entering a certificate will pin it.
|
||||
///Do not use the "Fetch Certificate" button when "Allow Insecure" is enabled. 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string TbCertPinningTips {
|
||||
get {
|
||||
return ResourceManager.GetString("TbCertPinningTips", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Clear system proxy 的本地化字符串。
|
||||
/// </summary>
|
||||
@@ -2769,6 +2815,24 @@ namespace ServiceLib.Resx {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Fetch Certificate 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string TbFetchCert {
|
||||
get {
|
||||
return ResourceManager.GetString("TbFetchCert", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Fetch Certificate Chain 的本地化字符串。
|
||||
/// </summary>
|
||||
public static string TbFetchCertChain {
|
||||
get {
|
||||
return ResourceManager.GetString("TbFetchCertChain", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 Fingerprint 的本地化字符串。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user