FastTunnel/FastTunnel.Core/TunnelResource.Designer.cs

261 lines
10 KiB
C#
Raw Normal View History

2020-04-10 22:24:39 +08:00
//------------------------------------------------------------------------------
// <auto-generated>
2022-04-25 14:21:39 +08:00
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
2020-04-10 22:24:39 +08:00
//
2022-04-25 14:21:39 +08:00
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
2020-04-10 22:24:39 +08:00
// </auto-generated>
//------------------------------------------------------------------------------
namespace FastTunnel.Core {
using System;
/// <summary>
2022-04-25 14:21:39 +08:00
/// 一个强类型的资源类,用于查找本地化的字符串等。
2020-04-10 22:24:39 +08:00
/// </summary>
2022-04-25 14:21:39 +08:00
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
2021-08-06 22:45:03 +08:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
2020-04-10 22:24:39 +08:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class TunnelResource {
2020-04-10 22:24:39 +08:00
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal TunnelResource() {
}
/// <summary>
2022-04-25 14:21:39 +08:00
/// 返回此类使用的缓存的 ResourceManager 实例。
2020-04-10 22:24:39 +08:00
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
2020-04-10 22:24:39 +08:00
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FastTunnel.Core.TunnelResource", typeof(TunnelResource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
2022-04-25 14:21:39 +08:00
/// 重写当前线程的 CurrentUICulture 属性,对
/// 使用此强类型资源类的所有资源查找执行重写。
2020-04-10 22:24:39 +08:00
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
2020-04-10 22:24:39 +08:00
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
2021-08-06 22:45:03 +08:00
/// <summary>
2022-04-25 14:21:39 +08:00
/// 查找类似 服务端禁用了Forward 的本地化字符串。
2021-08-06 22:45:03 +08:00
/// </summary>
public static string ForwardDisabled {
2021-08-06 22:45:03 +08:00
get {
return ResourceManager.GetString("ForwardDisabled", resourceCulture);
}
}
2020-07-03 14:26:52 +08:00
/// <summary>
2022-04-25 14:21:39 +08:00
/// 查找类似 您尚未创建任何隧道请登录https://suidao.io 创建后重试。 的本地化字符串。
2020-07-03 14:26:52 +08:00
/// </summary>
public static string NoTunnel {
2020-07-03 14:26:52 +08:00
get {
return ResourceManager.GetString("NoTunnel", resourceCulture);
}
}
2020-04-10 22:24:39 +08:00
/// <summary>
2022-04-25 14:21:39 +08:00
/// 查找类似 &lt;!DOCTYPE html&gt;
2020-04-10 22:24:39 +08:00
///&lt;html lang=&quot;en&quot;&gt;
///
///&lt;head&gt;
/// &lt;meta charset=&quot;utf-8&quot; /&gt;
/// &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
/// &lt;title&gt;FastTunnel&lt;/title&gt;
/// &lt;link href=&quot;https://cdn.bootcss.com/twitter-bootstrap/4.4.1/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;&gt;
/// &lt;style&gt;
/// .err-info {
/// margin-top: 120px;
/// }
2020-04-10 22:24:39 +08:00
///
/// /* Provide sufficient contrast against white background */
/// a {
/// color: #0366d6;
/// }
///
/// .btn-primary {
/// color: #fff;
2022-04-25 14:21:39 +08:00
/// background-color [字符串的其余部分被截断]&quot;; 的本地化字符串。
/// </summary>
public static string Page_HostRequired {
get {
2020-07-03 14:26:52 +08:00
return ResourceManager.GetString("Page_HostRequired", resourceCulture);
}
}
2020-04-12 11:26:24 +08:00
/// <summary>
2022-04-25 14:21:39 +08:00
/// 查找类似 &lt;!DOCTYPE html&gt;
2020-07-03 14:26:52 +08:00
///&lt;html lang=&quot;en&quot;&gt;
///&lt;head&gt;
/// &lt;meta charset=&quot;utf-8&quot; /&gt;
/// &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
/// &lt;title&gt;FastTunnel&lt;/title&gt;
/// &lt;link href=&quot;https://cdn.bootcss.com/twitter-bootstrap/4.4.1/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;&gt;
/// &lt;style&gt;
/// .err-info {
/// margin-top: 120px;
/// }
///
/// /* Provide sufficient contrast against white background */
/// a {
/// color: #0366d6;
/// }
///
/// .btn-primary {
/// color: #fff;
2022-04-25 14:21:39 +08:00
/// background-color: [字符串的其余部分被截断]&quot;; 的本地化字符串。
2020-04-12 11:26:24 +08:00
/// </summary>
public static string Page_NoSite {
2020-04-12 11:26:24 +08:00
get {
2020-07-03 14:26:52 +08:00
return ResourceManager.GetString("Page_NoSite", resourceCulture);
2020-04-12 11:26:24 +08:00
}
}
/// <summary>
2022-04-25 14:21:39 +08:00
/// 查找类似 &lt;!DOCTYPE html&gt;
///&lt;html lang=&quot;en&quot;&gt;
///
///&lt;head&gt;
/// &lt;meta charset=&quot;utf-8&quot; /&gt;
/// &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
/// &lt;title&gt;FastTunnel&lt;/title&gt;
/// &lt;link href=&quot;https://cdn.bootcss.com/twitter-bootstrap/4.4.1/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;&gt;
2020-09-14 15:37:57 +08:00
/// &lt;style&gt;
/// .err-info {
/// margin-top: 120px;
/// }
///
/// /* Provide sufficient contrast against white background */
/// a {
/// color: #0366d6;
/// }
///
/// .btn-primary {
/// color: #fff;
2022-04-25 14:21:39 +08:00
/// background-color [字符串的其余部分被截断]&quot;; 的本地化字符串。
2020-09-14 15:37:57 +08:00
/// </summary>
public static string Page_NotAccessIps {
2020-09-14 15:37:57 +08:00
get {
return ResourceManager.GetString("Page_NotAccessIps", resourceCulture);
}
}
/// <summary>
2022-04-25 14:21:39 +08:00
/// 查找类似 &lt;!DOCTYPE html&gt;
2020-09-14 15:37:57 +08:00
///&lt;html lang=&quot;en&quot;&gt;
///
///&lt;head&gt;
/// &lt;meta charset=&quot;utf-8&quot; /&gt;
/// &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
/// &lt;title&gt;FastTunnel&lt;/title&gt;
/// &lt;link href=&quot;https://cdn.bootcss.com/twitter-bootstrap/4.4.1/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;&gt;
/// &lt;style&gt;
/// .err-info {
/// margin-top: 120px;
/// }
///
/// /* Provide sufficient contrast against white background */
/// a {
/// color: #0366d6;
/// }
///
/// .btn-primary {
/// color: #fff;
2022-04-25 14:21:39 +08:00
/// background-color [字符串的其余部分被截断]&quot;; 的本地化字符串。
2020-04-10 22:24:39 +08:00
/// </summary>
public static string Page_NotFound {
2020-04-10 22:24:39 +08:00
get {
return ResourceManager.GetString("Page_NotFund", resourceCulture);
}
}
/// <summary>
2022-04-25 14:21:39 +08:00
/// 查找类似 &lt;!DOCTYPE html&gt;
///&lt;html lang=&quot;en&quot;&gt;
///
///&lt;head&gt;
/// &lt;meta charset=&quot;utf-8&quot; /&gt;
/// &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
/// &lt;title&gt;FastTunnel&lt;/title&gt;
/// &lt;link href=&quot;https://cdn.bootcss.com/twitter-bootstrap/4.4.1/css/bootstrap.min.css&quot; rel=&quot;stylesheet&quot;&gt;
/// &lt;style&gt;
/// .err-info {
/// margin-top: 120px;
/// }
///
/// /* Provide sufficient contrast against white background */
/// a {
/// color: #0366d6;
/// }
///
/// .btn-primary {
/// color: #fff;
2022-04-25 14:21:39 +08:00
/// background-color [字符串的其余部分被截断]&quot;; 的本地化字符串。
/// </summary>
public static string Page_Offline {
get {
return ResourceManager.GetString("Page_Offline", resourceCulture);
2020-04-10 22:24:39 +08:00
}
}
2020-04-12 11:26:24 +08:00
/// <summary>
2022-04-25 14:21:39 +08:00
/// 查找类似 HTTP/1.1 200 OK
2021-08-22 00:55:28 +08:00
///Date: Sat, 21 Aug 2021 15:14:17 GMT
///Content-Type: text/html; charset=utf-8
///Server: Microsoft-IIS/10.0
///X-Powered-By: ASP.NET
///Content-Length: 3026
///
///&lt;!DOCTYPE html&gt;
///&lt;html lang=&quot;en&quot;&gt;
///&lt;head&gt;
/// &lt;meta charset=&quot;utf-8&quot; /&gt;
/// &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
/// &lt;title&gt; - BX.SignalR&lt;/title&gt;
/// &lt;link rel=&quot;stylesheet&quot; href=&quot;/lib/bootstrap/dist/css/bootstrap.min.css&quot; /&gt;
/// &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/site.css&quot; /&gt;
///&lt;/head&gt;
///&lt;body&gt;
2022-04-25 14:21:39 +08:00
/// &lt;head [字符串的其余部分被截断]&quot;; 的本地化字符串。
2021-08-22 00:55:28 +08:00
/// </summary>
public static string Test {
2021-08-22 00:55:28 +08:00
get {
return ResourceManager.GetString("Test", resourceCulture);
}
}
/// <summary>
2022-04-25 14:21:39 +08:00
/// 查找类似 \n=====隧道已建立成功,现在可以通过以下方式访问您的内网服务了=====\n{0}\n 的本地化字符串。
2020-04-12 11:26:24 +08:00
/// </summary>
public static string TunnelLlist {
2020-04-12 11:26:24 +08:00
get {
return ResourceManager.GetString("TunnelLlist", resourceCulture);
}
}
2020-04-10 22:24:39 +08:00
}
}