mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00

Adds the 'MoreOptions' key to ResUI resources for UI text, along with initial translations for Farsi, Hungarian, Russian, Simplified Chinese, and Traditional Chinese.
3969 lines
137 KiB
C#
3969 lines
137 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace ServiceLib.Resx {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
[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() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ServiceLib.Resx.ResUI", typeof(ResUI).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to append rules? Choose yes to append, no to replace..
|
|
/// </summary>
|
|
public static string AddBatchRoutingRulesYesNo {
|
|
get {
|
|
return ResourceManager.GetString("AddBatchRoutingRulesYesNo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to All.
|
|
/// </summary>
|
|
public static string AllGroupServers {
|
|
get {
|
|
return ResourceManager.GetString("AllGroupServers", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Export share link to clipboard successfully.
|
|
/// </summary>
|
|
public static string BatchExportURLSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("BatchExportURLSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please check the Configuration settings first..
|
|
/// </summary>
|
|
public static string CheckServerSettings {
|
|
get {
|
|
return ResourceManager.GetString("CheckServerSettings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid configuration format..
|
|
/// </summary>
|
|
public static string ConfigurationFormatIncorrect {
|
|
get {
|
|
return ResourceManager.GetString("ConfigurationFormatIncorrect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Host filter.
|
|
/// </summary>
|
|
public static string ConnectionsHostFilterTitle {
|
|
get {
|
|
return ResourceManager.GetString("ConnectionsHostFilterTitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 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..
|
|
/// </summary>
|
|
public static string CustomServerTips {
|
|
get {
|
|
return ResourceManager.GetString("CustomServerTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Downloading....
|
|
/// </summary>
|
|
public static string Downloading {
|
|
get {
|
|
return ResourceManager.GetString("Downloading", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Download speed.
|
|
/// </summary>
|
|
public static string downloadSpeed {
|
|
get {
|
|
return ResourceManager.GetString("downloadSpeed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do you want to download {0}?.
|
|
/// </summary>
|
|
public static string DownloadYesNo {
|
|
get {
|
|
return ResourceManager.GetString("DownloadYesNo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to convert configuration file.
|
|
/// </summary>
|
|
public static string FailedConversionConfiguration {
|
|
get {
|
|
return ResourceManager.GetString("FailedConversionConfiguration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to generate default configuration file.
|
|
/// </summary>
|
|
public static string FailedGenDefaultConfiguration {
|
|
get {
|
|
return ResourceManager.GetString("FailedGenDefaultConfiguration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to get the default configuration.
|
|
/// </summary>
|
|
public static string FailedGetDefaultConfiguration {
|
|
get {
|
|
return ResourceManager.GetString("FailedGetDefaultConfiguration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to import custom configuration Configuration.
|
|
/// </summary>
|
|
public static string FailedImportedCustomServer {
|
|
get {
|
|
return ResourceManager.GetString("FailedImportedCustomServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to read configuration file.
|
|
/// </summary>
|
|
public static string FailedReadConfiguration {
|
|
get {
|
|
return ResourceManager.GetString("FailedReadConfiguration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to run Core, please check the prompt information.
|
|
/// </summary>
|
|
public static string FailedToRunCore {
|
|
get {
|
|
return ResourceManager.GetString("FailedToRunCore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please fill in the correct custom DNS.
|
|
/// </summary>
|
|
public static string FillCorrectDNSText {
|
|
get {
|
|
return ResourceManager.GetString("FillCorrectDNSText", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please enter the correct port format..
|
|
/// </summary>
|
|
public static string FillCorrectServerPort {
|
|
get {
|
|
return ResourceManager.GetString("FillCorrectServerPort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please enter the local listening port..
|
|
/// </summary>
|
|
public static string FillLocalListeningPort {
|
|
get {
|
|
return ResourceManager.GetString("FillLocalListeningPort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please enter the password..
|
|
/// </summary>
|
|
public static string FillPassword {
|
|
get {
|
|
return ResourceManager.GetString("FillPassword", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please enter the address..
|
|
/// </summary>
|
|
public static string FillServerAddress {
|
|
get {
|
|
return ResourceManager.GetString("FillServerAddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please browse to import Configuration configuration.
|
|
/// </summary>
|
|
public static string FillServerAddressCustom {
|
|
get {
|
|
return ResourceManager.GetString("FillServerAddressCustom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please enter the user ID..
|
|
/// </summary>
|
|
public static string FillUUID {
|
|
get {
|
|
return ResourceManager.GetString("FillUUID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Transport.
|
|
/// </summary>
|
|
public static string GbTransport {
|
|
get {
|
|
return ResourceManager.GetString("GbTransport", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to This is not the correct configuration, please check.
|
|
/// </summary>
|
|
public static string Incorrectconfiguration {
|
|
get {
|
|
return ResourceManager.GetString("Incorrectconfiguration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Initial Configuration.
|
|
/// </summary>
|
|
public static string InitialConfiguration {
|
|
get {
|
|
return ResourceManager.GetString("InitialConfiguration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please do not use the insecure HTTP protocol subscription address.
|
|
/// </summary>
|
|
public static string InsecureUrlProtocol {
|
|
get {
|
|
return ResourceManager.GetString("InsecureUrlProtocol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid address (URL).
|
|
/// </summary>
|
|
public static string InvalidUrlTip {
|
|
get {
|
|
return ResourceManager.GetString("InvalidUrlTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} {1} already up to date..
|
|
/// </summary>
|
|
public static string IsLatestCore {
|
|
get {
|
|
return ResourceManager.GetString("IsLatestCore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} {1} already up to date..
|
|
/// </summary>
|
|
public static string IsLatestN {
|
|
get {
|
|
return ResourceManager.GetString("IsLatestN", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to LAN.
|
|
/// </summary>
|
|
public static string LabLAN {
|
|
get {
|
|
return ResourceManager.GetString("LabLAN", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Local.
|
|
/// </summary>
|
|
public static string LabLocal {
|
|
get {
|
|
return ResourceManager.GetString("LabLocal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid backup file.
|
|
/// </summary>
|
|
public static string LocalRestoreInvalidZipTips {
|
|
get {
|
|
return ResourceManager.GetString("LocalRestoreInvalidZipTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Address.
|
|
/// </summary>
|
|
public static string LvAddress {
|
|
get {
|
|
return ResourceManager.GetString("LvAddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Automatic update interval (minutes).
|
|
/// </summary>
|
|
public static string LvAutoUpdateInterval {
|
|
get {
|
|
return ResourceManager.GetString("LvAutoUpdateInterval", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Convert target type.
|
|
/// </summary>
|
|
public static string LvConvertTarget {
|
|
get {
|
|
return ResourceManager.GetString("LvConvertTarget", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please leave blank if no conversion is required.
|
|
/// </summary>
|
|
public static string LvConvertTargetTip {
|
|
get {
|
|
return ResourceManager.GetString("LvConvertTargetTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Count.
|
|
/// </summary>
|
|
public static string LvCount {
|
|
get {
|
|
return ResourceManager.GetString("LvCount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Custom icon.
|
|
/// </summary>
|
|
public static string LvCustomIcon {
|
|
get {
|
|
return ResourceManager.GetString("LvCustomIcon", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Customize the rule-set of sing-box.
|
|
/// </summary>
|
|
public static string LvCustomRulesetPath4Singbox {
|
|
get {
|
|
return ResourceManager.GetString("LvCustomRulesetPath4Singbox", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable update.
|
|
/// </summary>
|
|
public static string LvEnabled {
|
|
get {
|
|
return ResourceManager.GetString("LvEnabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Security.
|
|
/// </summary>
|
|
public static string LvEncryptionMethod {
|
|
get {
|
|
return ResourceManager.GetString("LvEncryptionMethod", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remarks regular filter.
|
|
/// </summary>
|
|
public static string LvFilter {
|
|
get {
|
|
return ResourceManager.GetString("LvFilter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remarks Memo.
|
|
/// </summary>
|
|
public static string LvMemo {
|
|
get {
|
|
return ResourceManager.GetString("LvMemo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to More URLs, separated by commas; Subscription conversion will be invalid.
|
|
/// </summary>
|
|
public static string LvMoreUrl {
|
|
get {
|
|
return ResourceManager.GetString("LvMoreUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Next proxy Configuration remarks.
|
|
/// </summary>
|
|
public static string LvNextProfile {
|
|
get {
|
|
return ResourceManager.GetString("LvNextProfile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Port.
|
|
/// </summary>
|
|
public static string LvPort {
|
|
get {
|
|
return ResourceManager.GetString("LvPort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Previous proxy Configuration remarks.
|
|
/// </summary>
|
|
public static string LvPrevProfile {
|
|
get {
|
|
return ResourceManager.GetString("LvPrevProfile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please make sure the Configuration remarks exist and are unique.
|
|
/// </summary>
|
|
public static string LvPrevProfileTip {
|
|
get {
|
|
return ResourceManager.GetString("LvPrevProfileTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remarks.
|
|
/// </summary>
|
|
public static string LvRemarks {
|
|
get {
|
|
return ResourceManager.GetString("LvRemarks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Type.
|
|
/// </summary>
|
|
public static string LvServiceType {
|
|
get {
|
|
return ResourceManager.GetString("LvServiceType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sort.
|
|
/// </summary>
|
|
public static string LvSort {
|
|
get {
|
|
return ResourceManager.GetString("LvSort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subs group.
|
|
/// </summary>
|
|
public static string LvSubscription {
|
|
get {
|
|
return ResourceManager.GetString("LvSubscription", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delay (ms).
|
|
/// </summary>
|
|
public static string LvTestDelay {
|
|
get {
|
|
return ResourceManager.GetString("LvTestDelay", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Speed (M/s).
|
|
/// </summary>
|
|
public static string LvTestSpeed {
|
|
get {
|
|
return ResourceManager.GetString("LvTestSpeed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TLS.
|
|
/// </summary>
|
|
public static string LvTLS {
|
|
get {
|
|
return ResourceManager.GetString("LvTLS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Download traffic today.
|
|
/// </summary>
|
|
public static string LvTodayDownloadDataAmount {
|
|
get {
|
|
return ResourceManager.GetString("LvTodayDownloadDataAmount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upload traffic today.
|
|
/// </summary>
|
|
public static string LvTodayUploadDataAmount {
|
|
get {
|
|
return ResourceManager.GetString("LvTodayUploadDataAmount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Total download traffic.
|
|
/// </summary>
|
|
public static string LvTotalDownloadDataAmount {
|
|
get {
|
|
return ResourceManager.GetString("LvTotalDownloadDataAmount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Total upload traffic.
|
|
/// </summary>
|
|
public static string LvTotalUploadDataAmount {
|
|
get {
|
|
return ResourceManager.GetString("LvTotalUploadDataAmount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Transport.
|
|
/// </summary>
|
|
public static string LvTransportProtocol {
|
|
get {
|
|
return ResourceManager.GetString("LvTransportProtocol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to URL (optional).
|
|
/// </summary>
|
|
public static string LvUrl {
|
|
get {
|
|
return ResourceManager.GetString("LvUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User Agent.
|
|
/// </summary>
|
|
public static string LvUserAgent {
|
|
get {
|
|
return ResourceManager.GetString("LvUserAgent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to WebDAV Check.
|
|
/// </summary>
|
|
public static string LvWebDavCheck {
|
|
get {
|
|
return ResourceManager.GetString("LvWebDavCheck", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remote folder name (optional).
|
|
/// </summary>
|
|
public static string LvWebDavDirName {
|
|
get {
|
|
return ResourceManager.GetString("LvWebDavDirName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to WebDAV Password.
|
|
/// </summary>
|
|
public static string LvWebDavPassword {
|
|
get {
|
|
return ResourceManager.GetString("LvWebDavPassword", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to WebDAV URL.
|
|
/// </summary>
|
|
public static string LvWebDavUrl {
|
|
get {
|
|
return ResourceManager.GetString("LvWebDavUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to WebDAV User Name.
|
|
/// </summary>
|
|
public static string LvWebDavUserName {
|
|
get {
|
|
return ResourceManager.GetString("LvWebDavUserName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add a custom configuration Configuration.
|
|
/// </summary>
|
|
public static string menuAddCustomServer {
|
|
get {
|
|
return ResourceManager.GetString("menuAddCustomServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add [HTTP] Configuration.
|
|
/// </summary>
|
|
public static string menuAddHttpServer {
|
|
get {
|
|
return ResourceManager.GetString("menuAddHttpServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add [Hysteria2] Configuration.
|
|
/// </summary>
|
|
public static string menuAddHysteria2Server {
|
|
get {
|
|
return ResourceManager.GetString("menuAddHysteria2Server", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Import Share Links from clipboard (Ctrl+V).
|
|
/// </summary>
|
|
public static string menuAddServerViaClipboard {
|
|
get {
|
|
return ResourceManager.GetString("menuAddServerViaClipboard", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Scan QR code in the image.
|
|
/// </summary>
|
|
public static string menuAddServerViaImage {
|
|
get {
|
|
return ResourceManager.GetString("menuAddServerViaImage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Scan QR code on the screen (Ctrl+S).
|
|
/// </summary>
|
|
public static string menuAddServerViaScan {
|
|
get {
|
|
return ResourceManager.GetString("menuAddServerViaScan", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add [Shadowsocks] Configuration.
|
|
/// </summary>
|
|
public static string menuAddShadowsocksServer {
|
|
get {
|
|
return ResourceManager.GetString("menuAddShadowsocksServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add [SOCKS] Configuration.
|
|
/// </summary>
|
|
public static string menuAddSocksServer {
|
|
get {
|
|
return ResourceManager.GetString("menuAddSocksServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add [Trojan] Configuration.
|
|
/// </summary>
|
|
public static string menuAddTrojanServer {
|
|
get {
|
|
return ResourceManager.GetString("menuAddTrojanServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add [TUIC] Configuration.
|
|
/// </summary>
|
|
public static string menuAddTuicServer {
|
|
get {
|
|
return ResourceManager.GetString("menuAddTuicServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add [VLESS] Configuration.
|
|
/// </summary>
|
|
public static string menuAddVlessServer {
|
|
get {
|
|
return ResourceManager.GetString("menuAddVlessServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add [VMess] Configuration.
|
|
/// </summary>
|
|
public static string menuAddVmessServer {
|
|
get {
|
|
return ResourceManager.GetString("menuAddVmessServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add [WireGuard] Configuration.
|
|
/// </summary>
|
|
public static string menuAddWireguardServer {
|
|
get {
|
|
return ResourceManager.GetString("menuAddWireguardServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Backup and Restore.
|
|
/// </summary>
|
|
public static string menuBackupAndRestore {
|
|
get {
|
|
return ResourceManager.GetString("menuBackupAndRestore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Check Update.
|
|
/// </summary>
|
|
public static string menuCheckUpdate {
|
|
get {
|
|
return ResourceManager.GetString("menuCheckUpdate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clear all service statistics.
|
|
/// </summary>
|
|
public static string menuClearServerStatistics {
|
|
get {
|
|
return ResourceManager.GetString("menuClearServerStatistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close.
|
|
/// </summary>
|
|
public static string menuClose {
|
|
get {
|
|
return ResourceManager.GetString("menuClose", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close Connection.
|
|
/// </summary>
|
|
public static string menuConnectionClose {
|
|
get {
|
|
return ResourceManager.GetString("menuConnectionClose", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close All Connections.
|
|
/// </summary>
|
|
public static string menuConnectionCloseAll {
|
|
get {
|
|
return ResourceManager.GetString("menuConnectionCloseAll", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy proxy command to clipboard.
|
|
/// </summary>
|
|
public static string menuCopyProxyCmdToClipboard {
|
|
get {
|
|
return ResourceManager.GetString("menuCopyProxyCmdToClipboard", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clone selected Configuration.
|
|
/// </summary>
|
|
public static string menuCopyServer {
|
|
get {
|
|
return ResourceManager.GetString("menuCopyServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DNS Settings.
|
|
/// </summary>
|
|
public static string menuDNSSetting {
|
|
get {
|
|
return ResourceManager.GetString("menuDNSSetting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Edit Configuration (Ctrl+D).
|
|
/// </summary>
|
|
public static string menuEditServer {
|
|
get {
|
|
return ResourceManager.GetString("menuEditServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exit.
|
|
/// </summary>
|
|
public static string menuExit {
|
|
get {
|
|
return ResourceManager.GetString("menuExit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Are you sure you want to exit?.
|
|
/// </summary>
|
|
public static string menuExitTips {
|
|
get {
|
|
return ResourceManager.GetString("menuExitTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Export selected Configuration for complete configuration.
|
|
/// </summary>
|
|
public static string menuExport2ClientConfig {
|
|
get {
|
|
return ResourceManager.GetString("menuExport2ClientConfig", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Export selected Configuration for complete configuration to clipboard.
|
|
/// </summary>
|
|
public static string menuExport2ClientConfigClipboard {
|
|
get {
|
|
return ResourceManager.GetString("menuExport2ClientConfigClipboard", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Export Share Link to Clipboard (Ctrl+C).
|
|
/// </summary>
|
|
public static string menuExport2ShareUrl {
|
|
get {
|
|
return ResourceManager.GetString("menuExport2ShareUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Export Base64-encoded Share Links to Clipboard.
|
|
/// </summary>
|
|
public static string menuExport2ShareUrlBase64 {
|
|
get {
|
|
return ResourceManager.GetString("menuExport2ShareUrlBase64", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Export Configuration.
|
|
/// </summary>
|
|
public static string menuExportConfig {
|
|
get {
|
|
return ResourceManager.GetString("menuExportConfig", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Global Hotkey Setting.
|
|
/// </summary>
|
|
public static string menuGlobalHotkeySetting {
|
|
get {
|
|
return ResourceManager.GetString("menuGlobalHotkeySetting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Help.
|
|
/// </summary>
|
|
public static string menuHelp {
|
|
get {
|
|
return ResourceManager.GetString("menuHelp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Import Rules From Clipboard.
|
|
/// </summary>
|
|
public static string menuImportRulesFromClipboard {
|
|
get {
|
|
return ResourceManager.GetString("menuImportRulesFromClipboard", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Import Rules From File.
|
|
/// </summary>
|
|
public static string menuImportRulesFromFile {
|
|
get {
|
|
return ResourceManager.GetString("menuImportRulesFromFile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Import Rules From Subscription URL.
|
|
/// </summary>
|
|
public static string menuImportRulesFromUrl {
|
|
get {
|
|
return ResourceManager.GetString("menuImportRulesFromUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Backup to local.
|
|
/// </summary>
|
|
public static string menuLocalBackup {
|
|
get {
|
|
return ResourceManager.GetString("menuLocalBackup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Local.
|
|
/// </summary>
|
|
public static string menuLocalBackupAndRestore {
|
|
get {
|
|
return ResourceManager.GetString("menuLocalBackupAndRestore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Restore from local.
|
|
/// </summary>
|
|
public static string menuLocalRestore {
|
|
get {
|
|
return ResourceManager.GetString("menuLocalRestore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to One-click multi-test latency and speed (Ctrl+E).
|
|
/// </summary>
|
|
public static string menuMixedTestServer {
|
|
get {
|
|
return ResourceManager.GetString("menuMixedTestServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Direct.
|
|
/// </summary>
|
|
public static string menuModeDirect {
|
|
get {
|
|
return ResourceManager.GetString("menuModeDirect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Global.
|
|
/// </summary>
|
|
public static string menuModeGlobal {
|
|
get {
|
|
return ResourceManager.GetString("menuModeGlobal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do not change.
|
|
/// </summary>
|
|
public static string menuModeNothing {
|
|
get {
|
|
return ResourceManager.GetString("menuModeNothing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rule.
|
|
/// </summary>
|
|
public static string menuModeRule {
|
|
get {
|
|
return ResourceManager.GetString("menuModeRule", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Move to bottom (B).
|
|
/// </summary>
|
|
public static string menuMoveBottom {
|
|
get {
|
|
return ResourceManager.GetString("menuMoveBottom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Down (D).
|
|
/// </summary>
|
|
public static string menuMoveDown {
|
|
get {
|
|
return ResourceManager.GetString("menuMoveDown", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Move up and down.
|
|
/// </summary>
|
|
public static string menuMoveTo {
|
|
get {
|
|
return ResourceManager.GetString("menuMoveTo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Move to group.
|
|
/// </summary>
|
|
public static string menuMoveToGroup {
|
|
get {
|
|
return ResourceManager.GetString("menuMoveToGroup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Move to top (T).
|
|
/// </summary>
|
|
public static string menuMoveTop {
|
|
get {
|
|
return ResourceManager.GetString("menuMoveTop", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Up (U).
|
|
/// </summary>
|
|
public static string menuMoveUp {
|
|
get {
|
|
return ResourceManager.GetString("menuMoveUp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clear all.
|
|
/// </summary>
|
|
public static string menuMsgViewClear {
|
|
get {
|
|
return ResourceManager.GetString("menuMsgViewClear", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy (Ctrl+C).
|
|
/// </summary>
|
|
public static string menuMsgViewCopy {
|
|
get {
|
|
return ResourceManager.GetString("menuMsgViewCopy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy all.
|
|
/// </summary>
|
|
public static string menuMsgViewCopyAll {
|
|
get {
|
|
return ResourceManager.GetString("menuMsgViewCopyAll", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select all (Ctrl+A).
|
|
/// </summary>
|
|
public static string menuMsgViewSelectAll {
|
|
get {
|
|
return ResourceManager.GetString("menuMsgViewSelectAll", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open the storage location.
|
|
/// </summary>
|
|
public static string menuOpenTheFileLocation {
|
|
get {
|
|
return ResourceManager.GetString("menuOpenTheFileLocation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Option Setting.
|
|
/// </summary>
|
|
public static string menuOptionSetting {
|
|
get {
|
|
return ResourceManager.GetString("menuOptionSetting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Auto column width adjustment.
|
|
/// </summary>
|
|
public static string menuProfileAutofitColumnWidth {
|
|
get {
|
|
return ResourceManager.GetString("menuProfileAutofitColumnWidth", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Promotion.
|
|
/// </summary>
|
|
public static string menuPromotion {
|
|
get {
|
|
return ResourceManager.GetString("menuPromotion", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Latency Test.
|
|
/// </summary>
|
|
public static string menuProxiesDelaytest {
|
|
get {
|
|
return ResourceManager.GetString("menuProxiesDelaytest", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Part Node Latency Test.
|
|
/// </summary>
|
|
public static string menuProxiesDelaytestPart {
|
|
get {
|
|
return ResourceManager.GetString("menuProxiesDelaytestPart", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Refresh Proxies.
|
|
/// </summary>
|
|
public static string menuProxiesReload {
|
|
get {
|
|
return ResourceManager.GetString("menuProxiesReload", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select active node (Enter).
|
|
/// </summary>
|
|
public static string menuProxiesSelectActivity {
|
|
get {
|
|
return ResourceManager.GetString("menuProxiesSelectActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Test Configurations real delay (Ctrl+R).
|
|
/// </summary>
|
|
public static string menuRealPingServer {
|
|
get {
|
|
return ResourceManager.GetString("menuRealPingServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Restart as Administrator.
|
|
/// </summary>
|
|
public static string menuRebootAsAdmin {
|
|
get {
|
|
return ResourceManager.GetString("menuRebootAsAdmin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Regional presets setting.
|
|
/// </summary>
|
|
public static string menuRegionalPresets {
|
|
get {
|
|
return ResourceManager.GetString("menuRegionalPresets", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Default.
|
|
/// </summary>
|
|
public static string menuRegionalPresetsDefault {
|
|
get {
|
|
return ResourceManager.GetString("menuRegionalPresetsDefault", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Iran.
|
|
/// </summary>
|
|
public static string menuRegionalPresetsIran {
|
|
get {
|
|
return ResourceManager.GetString("menuRegionalPresetsIran", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Russia.
|
|
/// </summary>
|
|
public static string menuRegionalPresetsRussia {
|
|
get {
|
|
return ResourceManager.GetString("menuRegionalPresetsRussia", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reload.
|
|
/// </summary>
|
|
public static string menuReload {
|
|
get {
|
|
return ResourceManager.GetString("menuReload", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Backup to remote (WebDAV).
|
|
/// </summary>
|
|
public static string menuRemoteBackup {
|
|
get {
|
|
return ResourceManager.GetString("menuRemoteBackup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remote (WebDAV).
|
|
/// </summary>
|
|
public static string menuRemoteBackupAndRestore {
|
|
get {
|
|
return ResourceManager.GetString("menuRemoteBackupAndRestore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Restore from remote (WebDAV).
|
|
/// </summary>
|
|
public static string menuRemoteRestore {
|
|
get {
|
|
return ResourceManager.GetString("menuRemoteRestore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove duplicate Configurations.
|
|
/// </summary>
|
|
public static string menuRemoveDuplicateServer {
|
|
get {
|
|
return ResourceManager.GetString("menuRemoveDuplicateServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove invalid by test results.
|
|
/// </summary>
|
|
public static string menuRemoveInvalidServerResult {
|
|
get {
|
|
return ResourceManager.GetString("menuRemoveInvalidServerResult", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove selected Configurations (Delete).
|
|
/// </summary>
|
|
public static string menuRemoveServer {
|
|
get {
|
|
return ResourceManager.GetString("menuRemoveServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Routing.
|
|
/// </summary>
|
|
public static string menuRouting {
|
|
get {
|
|
return ResourceManager.GetString("menuRouting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Advanced Function.
|
|
/// </summary>
|
|
public static string menuRoutingAdvanced {
|
|
get {
|
|
return ResourceManager.GetString("menuRoutingAdvanced", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add.
|
|
/// </summary>
|
|
public static string menuRoutingAdvancedAdd {
|
|
get {
|
|
return ResourceManager.GetString("menuRoutingAdvancedAdd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Import Rules.
|
|
/// </summary>
|
|
public static string menuRoutingAdvancedImportRules {
|
|
get {
|
|
return ResourceManager.GetString("menuRoutingAdvancedImportRules", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove selected (Delete).
|
|
/// </summary>
|
|
public static string menuRoutingAdvancedRemove {
|
|
get {
|
|
return ResourceManager.GetString("menuRoutingAdvancedRemove", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set as active rule (Enter).
|
|
/// </summary>
|
|
public static string menuRoutingAdvancedSetDefault {
|
|
get {
|
|
return ResourceManager.GetString("menuRoutingAdvancedSetDefault", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Routing Rule Details Setting.
|
|
/// </summary>
|
|
public static string menuRoutingRuleDetailsSetting {
|
|
get {
|
|
return ResourceManager.GetString("menuRoutingRuleDetailsSetting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rule Settings.
|
|
/// </summary>
|
|
public static string menuRoutingRuleSetting {
|
|
get {
|
|
return ResourceManager.GetString("menuRoutingRuleSetting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Routing Setting.
|
|
/// </summary>
|
|
public static string menuRoutingSetting {
|
|
get {
|
|
return ResourceManager.GetString("menuRoutingSetting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add Rule.
|
|
/// </summary>
|
|
public static string menuRuleAdd {
|
|
get {
|
|
return ResourceManager.GetString("menuRuleAdd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Export Selected Rules.
|
|
/// </summary>
|
|
public static string menuRuleExportSelected {
|
|
get {
|
|
return ResourceManager.GetString("menuRuleExportSelected", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rule List.
|
|
/// </summary>
|
|
public static string menuRuleList {
|
|
get {
|
|
return ResourceManager.GetString("menuRuleList", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rule mode.
|
|
/// </summary>
|
|
public static string menuRulemode {
|
|
get {
|
|
return ResourceManager.GetString("menuRulemode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove Rule (Delete).
|
|
/// </summary>
|
|
public static string menuRuleRemove {
|
|
get {
|
|
return ResourceManager.GetString("menuRuleRemove", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select all (Ctrl+A).
|
|
/// </summary>
|
|
public static string menuSelectAll {
|
|
get {
|
|
return ResourceManager.GetString("menuSelectAll", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Configurations.
|
|
/// </summary>
|
|
public static string menuServers {
|
|
get {
|
|
return ResourceManager.GetString("menuServers", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Multi-Configuration to custom configuration.
|
|
/// </summary>
|
|
public static string menuSetDefaultMultipleServer {
|
|
get {
|
|
return ResourceManager.GetString("menuSetDefaultMultipleServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Multi-Configuration LeastPing by sing-box.
|
|
/// </summary>
|
|
public static string menuSetDefaultMultipleServerSingBoxLeastPing {
|
|
get {
|
|
return ResourceManager.GetString("menuSetDefaultMultipleServerSingBoxLeastPing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Multi-Configuration LeastLoad by Xray.
|
|
/// </summary>
|
|
public static string menuSetDefaultMultipleServerXrayLeastLoad {
|
|
get {
|
|
return ResourceManager.GetString("menuSetDefaultMultipleServerXrayLeastLoad", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Multi-Configuration LeastPing by Xray.
|
|
/// </summary>
|
|
public static string menuSetDefaultMultipleServerXrayLeastPing {
|
|
get {
|
|
return ResourceManager.GetString("menuSetDefaultMultipleServerXrayLeastPing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Multi-Configuration Random by Xray.
|
|
/// </summary>
|
|
public static string menuSetDefaultMultipleServerXrayRandom {
|
|
get {
|
|
return ResourceManager.GetString("menuSetDefaultMultipleServerXrayRandom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Multi-Configuration RoundRobin by Xray.
|
|
/// </summary>
|
|
public static string menuSetDefaultMultipleServerXrayRoundRobin {
|
|
get {
|
|
return ResourceManager.GetString("menuSetDefaultMultipleServerXrayRoundRobin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set as active Configuration (Enter).
|
|
/// </summary>
|
|
public static string menuSetDefaultServer {
|
|
get {
|
|
return ResourceManager.GetString("menuSetDefaultServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Settings.
|
|
/// </summary>
|
|
public static string menuSetting {
|
|
get {
|
|
return ResourceManager.GetString("menuSetting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Share Configuration (Ctrl+F).
|
|
/// </summary>
|
|
public static string menuShareServer {
|
|
get {
|
|
return ResourceManager.GetString("menuShareServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Show or hide the main window.
|
|
/// </summary>
|
|
public static string menuShowOrHideMainWindow {
|
|
get {
|
|
return ResourceManager.GetString("menuShowOrHideMainWindow", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sort by test result.
|
|
/// </summary>
|
|
public static string menuSortServerResult {
|
|
get {
|
|
return ResourceManager.GetString("menuSortServerResult", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Test Configurations download speed (Ctrl+T).
|
|
/// </summary>
|
|
public static string menuSpeedServer {
|
|
get {
|
|
return ResourceManager.GetString("menuSpeedServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add.
|
|
/// </summary>
|
|
public static string menuSubAdd {
|
|
get {
|
|
return ResourceManager.GetString("menuSubAdd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delete.
|
|
/// </summary>
|
|
public static string menuSubDelete {
|
|
get {
|
|
return ResourceManager.GetString("menuSubDelete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Edit.
|
|
/// </summary>
|
|
public static string menuSubEdit {
|
|
get {
|
|
return ResourceManager.GetString("menuSubEdit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Update current subscription without proxy.
|
|
/// </summary>
|
|
public static string menuSubGroupUpdate {
|
|
get {
|
|
return ResourceManager.GetString("menuSubGroupUpdate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Update current subscription with proxy.
|
|
/// </summary>
|
|
public static string menuSubGroupUpdateViaProxy {
|
|
get {
|
|
return ResourceManager.GetString("menuSubGroupUpdateViaProxy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subscription Group.
|
|
/// </summary>
|
|
public static string menuSubscription {
|
|
get {
|
|
return ResourceManager.GetString("menuSubscription", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subscription group settings.
|
|
/// </summary>
|
|
public static string menuSubSetting {
|
|
get {
|
|
return ResourceManager.GetString("menuSubSetting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Share.
|
|
/// </summary>
|
|
public static string menuSubShare {
|
|
get {
|
|
return ResourceManager.GetString("menuSubShare", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Update subscriptions without proxy.
|
|
/// </summary>
|
|
public static string menuSubUpdate {
|
|
get {
|
|
return ResourceManager.GetString("menuSubUpdate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Update subscriptions with proxy.
|
|
/// </summary>
|
|
public static string menuSubUpdateViaProxy {
|
|
get {
|
|
return ResourceManager.GetString("menuSubUpdateViaProxy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to System proxy.
|
|
/// </summary>
|
|
public static string menuSystemproxy {
|
|
get {
|
|
return ResourceManager.GetString("menuSystemproxy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clear system proxy.
|
|
/// </summary>
|
|
public static string menuSystemProxyClear {
|
|
get {
|
|
return ResourceManager.GetString("menuSystemProxyClear", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do not change system proxy.
|
|
/// </summary>
|
|
public static string menuSystemProxyNothing {
|
|
get {
|
|
return ResourceManager.GetString("menuSystemProxyNothing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PAC mode.
|
|
/// </summary>
|
|
public static string menuSystemProxyPac {
|
|
get {
|
|
return ResourceManager.GetString("menuSystemProxyPac", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set system proxy.
|
|
/// </summary>
|
|
public static string menuSystemProxySet {
|
|
get {
|
|
return ResourceManager.GetString("menuSystemProxySet", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Test Configurations with tcping (Ctrl+O).
|
|
/// </summary>
|
|
public static string menuTcpingServer {
|
|
get {
|
|
return ResourceManager.GetString("menuTcpingServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to By test result.
|
|
/// </summary>
|
|
public static string menuTestServerResult {
|
|
get {
|
|
return ResourceManager.GetString("menuTestServerResult", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} Website.
|
|
/// </summary>
|
|
public static string menuWebsiteItem {
|
|
get {
|
|
return ResourceManager.GetString("menuWebsiteItem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to More Options.
|
|
/// </summary>
|
|
public static string MoreOptions {
|
|
get {
|
|
return ResourceManager.GetString("MoreOptions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Downloaded GeoFile: {0} successfully.
|
|
/// </summary>
|
|
public static string MsgDownloadGeoFileSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("MsgDownloadGeoFileSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Downloaded Core successfully.
|
|
/// </summary>
|
|
public static string MsgDownloadV2rayCoreSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("MsgDownloadV2rayCoreSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to import subscription content.
|
|
/// </summary>
|
|
public static string MsgFailedImportSubscription {
|
|
get {
|
|
return ResourceManager.GetString("MsgFailedImportSubscription", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Filter, supports regular expressions.
|
|
/// </summary>
|
|
public static string MsgFilterTitle {
|
|
get {
|
|
return ResourceManager.GetString("MsgFilterTitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Got subscription content successfully.
|
|
/// </summary>
|
|
public static string MsgGetSubscriptionSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("MsgGetSubscriptionSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Information.
|
|
/// </summary>
|
|
public static string MsgInformationTitle {
|
|
get {
|
|
return ResourceManager.GetString("MsgInformationTitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please enter the URL.
|
|
/// </summary>
|
|
public static string MsgNeedUrl {
|
|
get {
|
|
return ResourceManager.GetString("MsgNeedUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No valid subscriptions set.
|
|
/// </summary>
|
|
public static string MsgNoValidSubscription {
|
|
get {
|
|
return ResourceManager.GetString("MsgNoValidSubscription", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Resolved {0} successfully.
|
|
/// </summary>
|
|
public static string MsgParsingSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("MsgParsingSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Configuration filter, press Enter to execute.
|
|
/// </summary>
|
|
public static string MsgServerTitle {
|
|
get {
|
|
return ResourceManager.GetString("MsgServerTitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Updates are not enabled, skip this subscription.
|
|
/// </summary>
|
|
public static string MsgSkipSubscriptionUpdate {
|
|
get {
|
|
return ResourceManager.GetString("MsgSkipSubscriptionUpdate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Started getting subscriptions.
|
|
/// </summary>
|
|
public static string MsgStartGettingSubscriptions {
|
|
get {
|
|
return ResourceManager.GetString("MsgStartGettingSubscriptions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Started updating {0}....
|
|
/// </summary>
|
|
public static string MsgStartUpdating {
|
|
get {
|
|
return ResourceManager.GetString("MsgStartUpdating", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid subscription content.
|
|
/// </summary>
|
|
public static string MsgSubscriptionDecodingFailed {
|
|
get {
|
|
return ResourceManager.GetString("MsgSubscriptionDecodingFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unpacking....
|
|
/// </summary>
|
|
public static string MsgUnpacking {
|
|
get {
|
|
return ResourceManager.GetString("MsgUnpacking", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subscription update ended.
|
|
/// </summary>
|
|
public static string MsgUpdateSubscriptionEnd {
|
|
get {
|
|
return ResourceManager.GetString("MsgUpdateSubscriptionEnd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subscription update started.
|
|
/// </summary>
|
|
public static string MsgUpdateSubscriptionStart {
|
|
get {
|
|
return ResourceManager.GetString("MsgUpdateSubscriptionStart", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Updated Core successfully.
|
|
/// </summary>
|
|
public static string MsgUpdateV2rayCoreSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("MsgUpdateV2rayCoreSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Updated Core successfully! Restarting service....
|
|
/// </summary>
|
|
public static string MsgUpdateV2rayCoreSuccessfullyMore {
|
|
get {
|
|
return ResourceManager.GetString("MsgUpdateV2rayCoreSuccessfullyMore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Successful operation. Click the settings menu to reboot the app..
|
|
/// </summary>
|
|
public static string NeedRebootTips {
|
|
get {
|
|
return ResourceManager.GetString("NeedRebootTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Non-VMess or SS protocol.
|
|
/// </summary>
|
|
public static string NonvmessOrssProtocol {
|
|
get {
|
|
return ResourceManager.GetString("NonvmessOrssProtocol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The Core file (file name: {1}) was not found under the folder ({0}), please download and put it in the folder, download address: {2}.
|
|
/// </summary>
|
|
public static string NotFoundCore {
|
|
get {
|
|
return ResourceManager.GetString("NotFoundCore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Not run as Admin.
|
|
/// </summary>
|
|
public static string NotRunAsAdmin {
|
|
get {
|
|
return ResourceManager.GetString("NotRunAsAdmin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Scan completed, no valid QR code found.
|
|
/// </summary>
|
|
public static string NoValidQRcodeFound {
|
|
get {
|
|
return ResourceManager.GetString("NoValidQRcodeFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Operation failed, please check and retry.
|
|
/// </summary>
|
|
public static string OperationFailed {
|
|
get {
|
|
return ResourceManager.GetString("OperationFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Operation successful.
|
|
/// </summary>
|
|
public static string OperationSuccess {
|
|
get {
|
|
return ResourceManager.GetString("OperationSuccess", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please fill Remarks.
|
|
/// </summary>
|
|
public static string PleaseFillRemarks {
|
|
get {
|
|
return ResourceManager.GetString("PleaseFillRemarks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please select the encryption method.
|
|
/// </summary>
|
|
public static string PleaseSelectEncryption {
|
|
get {
|
|
return ResourceManager.GetString("PleaseSelectEncryption", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please select a protocol.
|
|
/// </summary>
|
|
public static string PleaseSelectProtocol {
|
|
get {
|
|
return ResourceManager.GetString("PleaseSelectProtocol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please select rules.
|
|
/// </summary>
|
|
public static string PleaseSelectRules {
|
|
get {
|
|
return ResourceManager.GetString("PleaseSelectRules", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please select the Configuration first.
|
|
/// </summary>
|
|
public static string PleaseSelectServer {
|
|
get {
|
|
return ResourceManager.GetString("PleaseSelectServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Global hotkey {0} registration failed, reason: {1}.
|
|
/// </summary>
|
|
public static string RegisterGlobalHotkeyFailed {
|
|
get {
|
|
return ResourceManager.GetString("RegisterGlobalHotkeyFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Global hotkey {0} registered successfully.
|
|
/// </summary>
|
|
public static string RegisterGlobalHotkeySuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("RegisterGlobalHotkeySuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Configurations deduplication completed. Old: {0}, New: {1}..
|
|
/// </summary>
|
|
public static string RemoveDuplicateServerResult {
|
|
get {
|
|
return ResourceManager.GetString("RemoveDuplicateServerResult", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Removed {0} invalid test results..
|
|
/// </summary>
|
|
public static string RemoveInvalidServerResultTip {
|
|
get {
|
|
return ResourceManager.GetString("RemoveInvalidServerResultTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Are you sure you want to remove the rules?.
|
|
/// </summary>
|
|
public static string RemoveRules {
|
|
get {
|
|
return ResourceManager.GetString("RemoveRules", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Are you sure you want to remove the Configuration?.
|
|
/// </summary>
|
|
public static string RemoveServer {
|
|
get {
|
|
return ResourceManager.GetString("RemoveServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0}, one of the required fields..
|
|
/// </summary>
|
|
public static string RoutingRuleDetailRequiredTips {
|
|
get {
|
|
return ResourceManager.GetString("RoutingRuleDetailRequiredTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run as Admin.
|
|
/// </summary>
|
|
public static string RunAsAdmin {
|
|
get {
|
|
return ResourceManager.GetString("RunAsAdmin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The client configuration file is saved at: {0}.
|
|
/// </summary>
|
|
public static string SaveClientConfigurationIn {
|
|
get {
|
|
return ResourceManager.GetString("SaveClientConfigurationIn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} : {1}/s↑ | {2}/s↓.
|
|
/// </summary>
|
|
public static string SpeedDisplayText {
|
|
get {
|
|
return ResourceManager.GetString("SpeedDisplayText", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Testing....
|
|
/// </summary>
|
|
public static string Speedtesting {
|
|
get {
|
|
return ResourceManager.GetString("Speedtesting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Test completed.
|
|
/// </summary>
|
|
public static string SpeedtestingCompleted {
|
|
get {
|
|
return ResourceManager.GetString("SpeedtestingCompleted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skip test.
|
|
/// </summary>
|
|
public static string SpeedtestingSkip {
|
|
get {
|
|
return ResourceManager.GetString("SpeedtestingSkip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Test terminating....
|
|
/// </summary>
|
|
public static string SpeedtestingStop {
|
|
get {
|
|
return ResourceManager.GetString("SpeedtestingStop", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Starting retesting failed parts, {0} remaining. Press ESC to terminate....
|
|
/// </summary>
|
|
public static string SpeedtestingTestFailedPart {
|
|
get {
|
|
return ResourceManager.GetString("SpeedtestingTestFailedPart", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Waiting for testing (press ESC to terminate)....
|
|
/// </summary>
|
|
public static string SpeedtestingWait {
|
|
get {
|
|
return ResourceManager.GetString("SpeedtestingWait", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Starting service ({0})....
|
|
/// </summary>
|
|
public static string StartService {
|
|
get {
|
|
return ResourceManager.GetString("StartService", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to For group please leave blank here.
|
|
/// </summary>
|
|
public static string SubUrlTips {
|
|
get {
|
|
return ResourceManager.GetString("SubUrlTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Configuration successful. {0}.
|
|
/// </summary>
|
|
public static string SuccessfulConfiguration {
|
|
get {
|
|
return ResourceManager.GetString("SuccessfulConfiguration", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Custom configuration Configuration imported successfully.
|
|
/// </summary>
|
|
public static string SuccessfullyImportedCustomServer {
|
|
get {
|
|
return ResourceManager.GetString("SuccessfullyImportedCustomServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} Configurations have been imported from clipboard.
|
|
/// </summary>
|
|
public static string SuccessfullyImportedServerViaClipboard {
|
|
get {
|
|
return ResourceManager.GetString("SuccessfullyImportedServerViaClipboard", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Successfully scanned and imported the shared link.
|
|
/// </summary>
|
|
public static string SuccessfullyImportedServerViaScan {
|
|
get {
|
|
return ResourceManager.GetString("SuccessfullyImportedServerViaScan", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Address.
|
|
/// </summary>
|
|
public static string TbAddress {
|
|
get {
|
|
return ResourceManager.GetString("TbAddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Allow Insecure.
|
|
/// </summary>
|
|
public static string TbAllowInsecure {
|
|
get {
|
|
return ResourceManager.GetString("TbAllowInsecure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ALPN.
|
|
/// </summary>
|
|
public static string TbAlpn {
|
|
get {
|
|
return ResourceManager.GetString("TbAlpn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Alter ID.
|
|
/// </summary>
|
|
public static string TbAlterId {
|
|
get {
|
|
return ResourceManager.GetString("TbAlterId", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Auto refresh.
|
|
/// </summary>
|
|
public static string TbAutoRefresh {
|
|
get {
|
|
return ResourceManager.GetString("TbAutoRefresh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Auto scroll to end.
|
|
/// </summary>
|
|
public static string TbAutoScrollToEnd {
|
|
get {
|
|
return ResourceManager.GetString("TbAutoScrollToEnd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Domain, IP, process are auto-sorted when saving.
|
|
/// </summary>
|
|
public static string TbAutoSort {
|
|
get {
|
|
return ResourceManager.GetString("TbAutoSort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Browse.
|
|
/// </summary>
|
|
public static string TbBrowse {
|
|
get {
|
|
return ResourceManager.GetString("TbBrowse", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel.
|
|
/// </summary>
|
|
public static string TbCancel {
|
|
get {
|
|
return ResourceManager.GetString("TbCancel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clear system proxy.
|
|
/// </summary>
|
|
public static string TbClearSystemProxy {
|
|
get {
|
|
return ResourceManager.GetString("TbClearSystemProxy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Confirm.
|
|
/// </summary>
|
|
public static string TbConfirm {
|
|
get {
|
|
return ResourceManager.GetString("TbConfirm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connections.
|
|
/// </summary>
|
|
public static string TbConnections {
|
|
get {
|
|
return ResourceManager.GetString("TbConnections", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Core Type.
|
|
/// </summary>
|
|
public static string TbCoreType {
|
|
get {
|
|
return ResourceManager.GetString("TbCoreType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Display GUI.
|
|
/// </summary>
|
|
public static string TbDisplayGUI {
|
|
get {
|
|
return ResourceManager.GetString("TbDisplayGUI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Display Log.
|
|
/// </summary>
|
|
public static string TbDisplayLog {
|
|
get {
|
|
return ResourceManager.GetString("TbDisplayLog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Supports DNS Object; Click to view documentation.
|
|
/// </summary>
|
|
public static string TbDnsObjectDoc {
|
|
get {
|
|
return ResourceManager.GetString("TbDnsObjectDoc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please fill in DNS Structure, Click to view the document.
|
|
/// </summary>
|
|
public static string TbDnsSingboxObjectDoc {
|
|
get {
|
|
return ResourceManager.GetString("TbDnsSingboxObjectDoc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Domain Matcher.
|
|
/// </summary>
|
|
public static string TbdomainMatcher {
|
|
get {
|
|
return ResourceManager.GetString("TbdomainMatcher", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Domain strategy.
|
|
/// </summary>
|
|
public static string TbdomainStrategy {
|
|
get {
|
|
return ResourceManager.GetString("TbdomainStrategy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to sing-box domain strategy.
|
|
/// </summary>
|
|
public static string TbdomainStrategy4Singbox {
|
|
get {
|
|
return ResourceManager.GetString("TbdomainStrategy4Singbox", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Edit.
|
|
/// </summary>
|
|
public static string TbEdit {
|
|
get {
|
|
return ResourceManager.GetString("TbEdit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable Tun.
|
|
/// </summary>
|
|
public static string TbEnableTunAs {
|
|
get {
|
|
return ResourceManager.GetString("TbEnableTunAs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fingerprint.
|
|
/// </summary>
|
|
public static string TbFingerprint {
|
|
get {
|
|
return ResourceManager.GetString("TbFingerprint", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Flow.
|
|
/// </summary>
|
|
public static string TbFlow5 {
|
|
get {
|
|
return ResourceManager.GetString("TbFlow5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Global Hotkey Settings.
|
|
/// </summary>
|
|
public static string TbGlobalHotkeySetting {
|
|
get {
|
|
return ResourceManager.GetString("TbGlobalHotkeySetting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set directly by pressing the keyboard; takes effect after restart.
|
|
/// </summary>
|
|
public static string TbGlobalHotkeySettingTip {
|
|
get {
|
|
return ResourceManager.GetString("TbGlobalHotkeySettingTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Generate.
|
|
/// </summary>
|
|
public static string TbGUID {
|
|
get {
|
|
return ResourceManager.GetString("TbGUID", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Camouflage type.
|
|
/// </summary>
|
|
public static string TbHeaderType {
|
|
get {
|
|
return ResourceManager.GetString("TbHeaderType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Congestion control.
|
|
/// </summary>
|
|
public static string TbHeaderType8 {
|
|
get {
|
|
return ResourceManager.GetString("TbHeaderType8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to UUID(id).
|
|
/// </summary>
|
|
public static string TbId {
|
|
get {
|
|
return ResourceManager.GetString("TbId", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Password.
|
|
/// </summary>
|
|
public static string TbId3 {
|
|
get {
|
|
return ResourceManager.GetString("TbId3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Password(Optional).
|
|
/// </summary>
|
|
public static string TbId4 {
|
|
get {
|
|
return ResourceManager.GetString("TbId4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to UUID(id).
|
|
/// </summary>
|
|
public static string TbId5 {
|
|
get {
|
|
return ResourceManager.GetString("TbId5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Address (IPv4, IPv6).
|
|
/// </summary>
|
|
public static string TbLocalAddress {
|
|
get {
|
|
return ResourceManager.GetString("TbLocalAddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Transport protocol(network).
|
|
/// </summary>
|
|
public static string TbNetwork {
|
|
get {
|
|
return ResourceManager.GetString("TbNetwork", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do not change system proxy.
|
|
/// </summary>
|
|
public static string TbNotChangeSystemProxy {
|
|
get {
|
|
return ResourceManager.GetString("TbNotChangeSystemProxy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Path.
|
|
/// </summary>
|
|
public static string TbPath {
|
|
get {
|
|
return ResourceManager.GetString("TbPath", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to obfs password.
|
|
/// </summary>
|
|
public static string TbPath7 {
|
|
get {
|
|
return ResourceManager.GetString("TbPath7", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Port.
|
|
/// </summary>
|
|
public static string TbPort {
|
|
get {
|
|
return ResourceManager.GetString("TbPort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Configuration port range.
|
|
/// </summary>
|
|
public static string TbPorts7 {
|
|
get {
|
|
return ResourceManager.GetString("TbPorts7", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Will cover the port, separate with commas (,).
|
|
/// </summary>
|
|
public static string TbPorts7Tips {
|
|
get {
|
|
return ResourceManager.GetString("TbPorts7Tips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Socks port.
|
|
/// </summary>
|
|
public static string TbPreSocksPort {
|
|
get {
|
|
return ResourceManager.GetString("TbPreSocksPort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Custom config socks port.
|
|
/// </summary>
|
|
public static string TbPreSocksPort4Sub {
|
|
get {
|
|
return ResourceManager.GetString("TbPreSocksPort4Sub", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Private Key.
|
|
/// </summary>
|
|
public static string TbPrivateKey {
|
|
get {
|
|
return ResourceManager.GetString("TbPrivateKey", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Proxies.
|
|
/// </summary>
|
|
public static string TbProxies {
|
|
get {
|
|
return ResourceManager.GetString("TbProxies", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Public Key.
|
|
/// </summary>
|
|
public static string TbPublicKey {
|
|
get {
|
|
return ResourceManager.GetString("TbPublicKey", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Alias (remarks).
|
|
/// </summary>
|
|
public static string TbRemarks {
|
|
get {
|
|
return ResourceManager.GetString("TbRemarks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Camouflage domain(host).
|
|
/// </summary>
|
|
public static string TbRequestHost {
|
|
get {
|
|
return ResourceManager.GetString("TbRequestHost", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reserved (2,3,4).
|
|
/// </summary>
|
|
public static string TbReserved {
|
|
get {
|
|
return ResourceManager.GetString("TbReserved", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reset.
|
|
/// </summary>
|
|
public static string TbReset {
|
|
get {
|
|
return ResourceManager.GetString("TbReset", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to socks: local port, socks2: second local port, socks3: LAN port.
|
|
/// </summary>
|
|
public static string TbRoutingInboundTagTips {
|
|
get {
|
|
return ResourceManager.GetString("TbRoutingInboundTagTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Domain.
|
|
/// </summary>
|
|
public static string TbRoutingRuleDomain {
|
|
get {
|
|
return ResourceManager.GetString("TbRoutingRuleDomain", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IP or IP CIDR.
|
|
/// </summary>
|
|
public static string TbRoutingRuleIP {
|
|
get {
|
|
return ResourceManager.GetString("TbRoutingRuleIP", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Full process name (Tun mode).
|
|
/// </summary>
|
|
public static string TbRoutingRuleProcess {
|
|
get {
|
|
return ResourceManager.GetString("TbRoutingRuleProcess", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 3. Block Domain or IP.
|
|
/// </summary>
|
|
public static string TbRoutingTabBlock {
|
|
get {
|
|
return ResourceManager.GetString("TbRoutingTabBlock", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 2. Direct Domain or IP.
|
|
/// </summary>
|
|
public static string TbRoutingTabDirect {
|
|
get {
|
|
return ResourceManager.GetString("TbRoutingTabDirect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 1. Proxy Domain or IP.
|
|
/// </summary>
|
|
public static string TbRoutingTabProxy {
|
|
get {
|
|
return ResourceManager.GetString("TbRoutingTabProxy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pre-defined Rule Set List.
|
|
/// </summary>
|
|
public static string TbRoutingTabRuleList {
|
|
get {
|
|
return ResourceManager.GetString("TbRoutingTabRuleList", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *Separate rules by commas (,); For a literal comma use <COMMA>; Prefix # to ignore a rule.
|
|
/// </summary>
|
|
public static string TbRoutingTips {
|
|
get {
|
|
return ResourceManager.GetString("TbRoutingTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to (Domain or IP or Proc Name) and Port and Protocol and Inbound Tag => Outbound Tag.
|
|
/// </summary>
|
|
public static string TbRuleMatchingTips {
|
|
get {
|
|
return ResourceManager.GetString("TbRuleMatchingTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rule object Doc.
|
|
/// </summary>
|
|
public static string TbRuleobjectDoc {
|
|
get {
|
|
return ResourceManager.GetString("TbRuleobjectDoc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Encryption method (security).
|
|
/// </summary>
|
|
public static string TbSecurity {
|
|
get {
|
|
return ResourceManager.GetString("TbSecurity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Encryption.
|
|
/// </summary>
|
|
public static string TbSecurity3 {
|
|
get {
|
|
return ResourceManager.GetString("TbSecurity3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User(Optional).
|
|
/// </summary>
|
|
public static string TbSecurity4 {
|
|
get {
|
|
return ResourceManager.GetString("TbSecurity4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Encryption.
|
|
/// </summary>
|
|
public static string TbSecurity5 {
|
|
get {
|
|
return ResourceManager.GetString("TbSecurity5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set system proxy.
|
|
/// </summary>
|
|
public static string TbSetSystemProxy {
|
|
get {
|
|
return ResourceManager.GetString("TbSetSystemProxy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Click to import default DNS config.
|
|
/// </summary>
|
|
public static string TbSettingDnsImportDefConfig {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingDnsImportDefConfig", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Advanced proxy settings, protocol selection (optional).
|
|
/// </summary>
|
|
public static string TbSettingsAdvancedProtocol {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsAdvancedProtocol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Allow connections from the LAN.
|
|
/// </summary>
|
|
public static string TbSettingsAllowLAN {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsAllowLAN", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Auto hide on startup.
|
|
/// </summary>
|
|
public static string TbSettingsAutoHideStartup {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsAutoHideStartup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Automatic update interval for Geo files (hours).
|
|
/// </summary>
|
|
public static string TbSettingsAutoUpdateInterval {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsAutoUpdateInterval", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Users in China region can ignore this item.
|
|
/// </summary>
|
|
public static string TbSettingsChinaUserTip {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsChinaUserTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Color.
|
|
/// </summary>
|
|
public static string TbSettingsColor {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsColor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Core: basic settings.
|
|
/// </summary>
|
|
public static string TbSettingsCore {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsCore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to V2ray DNS settings.
|
|
/// </summary>
|
|
public static string TbSettingsCoreDns {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsCoreDns", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to sing-box DNS settings.
|
|
/// </summary>
|
|
public static string TbSettingsCoreDnsSingbox {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsCoreDnsSingbox", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Core: KCP settings.
|
|
/// </summary>
|
|
public static string TbSettingsCoreKcp {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsCoreKcp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Core Type settings.
|
|
/// </summary>
|
|
public static string TbSettingsCoreType {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsCoreType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Font family (requires restart).
|
|
/// </summary>
|
|
public static string TbSettingsCurrentFontFamily {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsCurrentFontFamily", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Install the font to the system, select or fill in the font name, restart the settings.
|
|
/// </summary>
|
|
public static string TbSettingsCurrentFontFamilyLinuxTip {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsCurrentFontFamilyLinuxTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy the font TTF/TTC file to the directory gui Fonts; Reopen the settings window.
|
|
/// </summary>
|
|
public static string TbSettingsCurrentFontFamilyTip {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsCurrentFontFamilyTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Allow Insecure.
|
|
/// </summary>
|
|
public static string TbSettingsDefAllowInsecure {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDefAllowInsecure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Default TLS fingerprint.
|
|
/// </summary>
|
|
public static string TbSettingsDefFingerprint {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDefFingerprint", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User-Agent.
|
|
/// </summary>
|
|
public static string TbSettingsDefUserAgent {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDefUserAgent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to This parameter is valid only for tcp/http and ws.
|
|
/// </summary>
|
|
public static string TbSettingsDefUserAgentTips {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDefUserAgentTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sniffing type.
|
|
/// </summary>
|
|
public static string TbSettingsDestOverride {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDestOverride", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Display real-time speed (requires restart).
|
|
/// </summary>
|
|
public static string TbSettingsDisplayRealTimeSpeed {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDisplayRealTimeSpeed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Outbound DNS address.
|
|
/// </summary>
|
|
public static string TbSettingsDomainDNSAddress {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDomainDNSAddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Outbound Freedom domain Strategy.
|
|
/// </summary>
|
|
public static string TbSettingsDomainStrategy4Freedom {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDomainStrategy4Freedom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Default domain strategy for outbound.
|
|
/// </summary>
|
|
public static string TbSettingsDomainStrategy4Out {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDomainStrategy4Out", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Double-clicking Configuration makes it active.
|
|
/// </summary>
|
|
public static string TbSettingsDoubleClick2Activate {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsDoubleClick2Activate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Automatically adjust column width after subscription update.
|
|
/// </summary>
|
|
public static string TbSettingsEnableAutoAdjustMainLvColWidth {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableAutoAdjustMainLvColWidth", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable cache file for sing-box (ruleset files).
|
|
/// </summary>
|
|
public static string TbSettingsEnableCacheFile4Sbox {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableCacheFile4Sbox", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Check for pre-release updates.
|
|
/// </summary>
|
|
public static string TbSettingsEnableCheckPreReleaseUpdate {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableCheckPreReleaseUpdate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable sorting Configurations by drag-n-drop (requires restart).
|
|
/// </summary>
|
|
public static string TbSettingsEnableDragDropSort {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableDragDropSort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable additional Inbound.
|
|
/// </summary>
|
|
public static string TbSettingsEnableExInbound {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableExInbound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable fragment.
|
|
/// </summary>
|
|
public static string TbSettingsEnableFragment {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableFragment", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use Xray and enable non-Tun mode, which conflicts with the group previous proxy.
|
|
/// </summary>
|
|
public static string TbSettingsEnableFragmentTips {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableFragmentTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable hardware acceleration (requires restart).
|
|
/// </summary>
|
|
public static string TbSettingsEnableHWA {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableHWA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable IPv6 Address.
|
|
/// </summary>
|
|
public static string TbSettingsEnableIPv6Address {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableIPv6Address", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Updating subscription, only determining if remarks exist.
|
|
/// </summary>
|
|
public static string TbSettingsEnableUpdateSubOnlyRemarksExist {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsEnableUpdateSubOnlyRemarksExist", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exception.
|
|
/// </summary>
|
|
public static string TbSettingsException {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsException", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exclusions: Do not use proxy server for addresses beginning with the following. Use semicolon (;) to separate entries..
|
|
/// </summary>
|
|
public static string TbSettingsExceptionTip {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsExceptionTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exclusions: Do not use proxy server for the following addresses. Use comma (,) to separate entries..
|
|
/// </summary>
|
|
public static string TbSettingsExceptionTip2 {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsExceptionTip2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Font Size.
|
|
/// </summary>
|
|
public static string TbSettingsFontSize {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsFontSize", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Geo files source (optional).
|
|
/// </summary>
|
|
public static string TbSettingsGeoFilesSource {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsGeoFilesSource", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hide to tray when closing the window.
|
|
/// </summary>
|
|
public static string TbSettingsHide2TrayWhenClose {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsHide2TrayWhenClose", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Hysteria Max bandwidth (Up/Down).
|
|
/// </summary>
|
|
public static string TbSettingsHysteriaBandwidth {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsHysteriaBandwidth", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Keep older entries when de-duplicating.
|
|
/// </summary>
|
|
public static string TbSettingsKeepOlderDedupl {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsKeepOlderDedupl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Language (Restart).
|
|
/// </summary>
|
|
public static string TbSettingsLanguage {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsLanguage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to System sudo password.
|
|
/// </summary>
|
|
public static string TbSettingsLinuxSudoPassword {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsLinuxSudoPassword", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please set the sudo password in Tun mode settings first.
|
|
/// </summary>
|
|
public static string TbSettingsLinuxSudoPasswordIsEmpty {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsLinuxSudoPasswordIsEmpty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please do not run this app with sudo.
|
|
/// </summary>
|
|
public static string TbSettingsLinuxSudoPasswordNotSudoRunApp {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsLinuxSudoPasswordNotSudoRunApp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The password is encrypted and stored only in local files.
|
|
/// </summary>
|
|
public static string TbSettingsLinuxSudoPasswordTip {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsLinuxSudoPasswordTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable Log.
|
|
/// </summary>
|
|
public static string TbSettingsLogEnabled {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsLogEnabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable logging to file.
|
|
/// </summary>
|
|
public static string TbSettingsLogEnabledToFile {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsLogEnabledToFile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Log Level.
|
|
/// </summary>
|
|
public static string TbSettingsLogLevel {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsLogLevel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Main layout orientation (requires restart).
|
|
/// </summary>
|
|
public static string TbSettingsMainGirdOrientation {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsMainGirdOrientation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The number of concurrent tests during multi-test.
|
|
/// </summary>
|
|
public static string TbSettingsMixedConcurrencyCount {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsMixedConcurrencyCount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to sing-box Mux Protocol.
|
|
/// </summary>
|
|
public static string TbSettingsMux4SboxProtocol {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsMux4SboxProtocol", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Turn on Mux Multiplexing.
|
|
/// </summary>
|
|
public static string TbSettingsMuxEnabled {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsMuxEnabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to v2rayN settings.
|
|
/// </summary>
|
|
public static string TbSettingsN {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsN", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New Port for LAN.
|
|
/// </summary>
|
|
public static string TbSettingsNewPort4LAN {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsNewPort4LAN", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Do not use proxy servers for local (intranet) addresses.
|
|
/// </summary>
|
|
public static string TbSettingsNotProxyLocalAddress {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsNotProxyLocalAddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Auth pass.
|
|
/// </summary>
|
|
public static string TbSettingsPass {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsPass", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Custom DNS (multiple, separated by commas (,)).
|
|
/// </summary>
|
|
public static string TbSettingsRemoteDNS {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsRemoteDNS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Route Only.
|
|
/// </summary>
|
|
public static string TbSettingsRouteOnly {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsRouteOnly", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Routing rules source (optional).
|
|
/// </summary>
|
|
public static string TbSettingsRoutingRulesSource {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsRoutingRulesSource", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable second mixed port.
|
|
/// </summary>
|
|
public static string TbSettingsSecondLocalPortEnabled {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSecondLocalPortEnabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set Win10 UWP Loopback.
|
|
/// </summary>
|
|
public static string TbSettingsSetUWP {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSetUWP", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Turn on Sniffing.
|
|
/// </summary>
|
|
public static string TbSettingsSniffingEnabled {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSniffingEnabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mixed Port.
|
|
/// </summary>
|
|
public static string TbSettingsSocksPort {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSocksPort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pac port = +3; Xray API port = +4; mihomo API port = +5;.
|
|
/// </summary>
|
|
public static string TbSettingsSocksPortTip {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSocksPortTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Speed Ping Test URL.
|
|
/// </summary>
|
|
public static string TbSettingsSpeedPingTestUrl {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSpeedPingTestUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Speed Test Single Timeout Value.
|
|
/// </summary>
|
|
public static string TbSettingsSpeedTestTimeout {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSpeedTestTimeout", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Speed Test URL.
|
|
/// </summary>
|
|
public static string TbSettingsSpeedTestUrl {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSpeedTestUrl", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to sing-box ruleset files source (optional).
|
|
/// </summary>
|
|
public static string TbSettingsSrsFilesSource {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSrsFilesSource", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start on boot.
|
|
/// </summary>
|
|
public static string TbSettingsStartBoot {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsStartBoot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set this with admin privileges, get admin privileges after startup.
|
|
/// </summary>
|
|
public static string TbSettingsStartBootTip {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsStartBootTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable traffic statistics (requires restart).
|
|
/// </summary>
|
|
public static string TbSettingsStatistics {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsStatistics", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subscription conversion URL.
|
|
/// </summary>
|
|
public static string TbSettingsSubConvert {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSubConvert", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to System proxy settings.
|
|
/// </summary>
|
|
public static string TbSettingsSystemproxy {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsSystemproxy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Theme.
|
|
/// </summary>
|
|
public static string TbSettingsTheme {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsTheme", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable Security Protocol TLS v1.3 (subscription/update).
|
|
/// </summary>
|
|
public static string TbSettingsTLS13 {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsTLS13", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tray right-click menu Configurations display limit.
|
|
/// </summary>
|
|
public static string TbSettingsTrayMenuServersLimit {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsTrayMenuServersLimit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tun Mode settings.
|
|
/// </summary>
|
|
public static string TbSettingsTunMode {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsTunMode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable UDP.
|
|
/// </summary>
|
|
public static string TbSettingsUdpEnabled {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsUdpEnabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Auth user.
|
|
/// </summary>
|
|
public static string TbSettingsUser {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsUser", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use System Hosts.
|
|
/// </summary>
|
|
public static string TbSettingsUseSystemHosts {
|
|
get {
|
|
return ResourceManager.GetString("TbSettingsUseSystemHosts", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Short Id.
|
|
/// </summary>
|
|
public static string TbShortId {
|
|
get {
|
|
return ResourceManager.GetString("TbShortId", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to SNI.
|
|
/// </summary>
|
|
public static string TbSNI {
|
|
get {
|
|
return ResourceManager.GetString("TbSNI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sorting.
|
|
/// </summary>
|
|
public static string TbSorting {
|
|
get {
|
|
return ResourceManager.GetString("TbSorting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Chain.
|
|
/// </summary>
|
|
public static string TbSortingChain {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingChain", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Default.
|
|
/// </summary>
|
|
public static string TbSortingDefault {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingDefault", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delay.
|
|
/// </summary>
|
|
public static string TbSortingDelay {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingDelay", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Download Speed.
|
|
/// </summary>
|
|
public static string TbSortingDownSpeed {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingDownSpeed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Download Traffic.
|
|
/// </summary>
|
|
public static string TbSortingDownTraffic {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingDownTraffic", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Host.
|
|
/// </summary>
|
|
public static string TbSortingHost {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingHost", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name.
|
|
/// </summary>
|
|
public static string TbSortingName {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Network.
|
|
/// </summary>
|
|
public static string TbSortingNetwork {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingNetwork", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Time.
|
|
/// </summary>
|
|
public static string TbSortingTime {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingTime", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Type.
|
|
/// </summary>
|
|
public static string TbSortingType {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upload Speed.
|
|
/// </summary>
|
|
public static string TbSortingUpSpeed {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingUpSpeed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upload Traffic.
|
|
/// </summary>
|
|
public static string TbSortingUpTraffic {
|
|
get {
|
|
return ResourceManager.GetString("TbSortingUpTraffic", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Spider X.
|
|
/// </summary>
|
|
public static string TbSpiderX {
|
|
get {
|
|
return ResourceManager.GetString("TbSpiderX", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TLS.
|
|
/// </summary>
|
|
public static string TbStreamSecurity {
|
|
get {
|
|
return ResourceManager.GetString("TbStreamSecurity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PAC mode.
|
|
/// </summary>
|
|
public static string TbSystemProxyPac {
|
|
get {
|
|
return ResourceManager.GetString("TbSystemProxyPac", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The delay: {0} ms, {1}.
|
|
/// </summary>
|
|
public static string TestMeOutput {
|
|
get {
|
|
return ResourceManager.GetString("TestMeOutput", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Active.
|
|
/// </summary>
|
|
public static string TipActiveServer {
|
|
get {
|
|
return ResourceManager.GetString("TipActiveServer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Routing setting has changed.
|
|
/// </summary>
|
|
public static string TipChangeRouting {
|
|
get {
|
|
return ResourceManager.GetString("TipChangeRouting", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to System proxy setting has changed.
|
|
/// </summary>
|
|
public static string TipChangeSystemProxy {
|
|
get {
|
|
return ResourceManager.GetString("TipChangeSystemProxy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Please turn off when there is an abnormal disconnection.
|
|
/// </summary>
|
|
public static string TipDisplayLog {
|
|
get {
|
|
return ResourceManager.GetString("TipDisplayLog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *Default value tcp.
|
|
/// </summary>
|
|
public static string TipNetwork {
|
|
get {
|
|
return ResourceManager.GetString("TipNetwork", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to * After setting this value, a socks service will be started using Xray/sing-box(Tun) to provide functions such as speed display.
|
|
/// </summary>
|
|
public static string TipPreSocksPort {
|
|
get {
|
|
return ResourceManager.GetString("TipPreSocksPort", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to XHTTP Extra raw JSON, format: { XHTTP Object }.
|
|
/// </summary>
|
|
public static string TransportExtraTip {
|
|
get {
|
|
return ResourceManager.GetString("TransportExtraTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *tcp camouflage type.
|
|
/// </summary>
|
|
public static string TransportHeaderTypeTip1 {
|
|
get {
|
|
return ResourceManager.GetString("TransportHeaderTypeTip1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *kcp camouflage type.
|
|
/// </summary>
|
|
public static string TransportHeaderTypeTip2 {
|
|
get {
|
|
return ResourceManager.GetString("TransportHeaderTypeTip2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *QUIC camouflage type.
|
|
/// </summary>
|
|
public static string TransportHeaderTypeTip3 {
|
|
get {
|
|
return ResourceManager.GetString("TransportHeaderTypeTip3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *grpc mode.
|
|
/// </summary>
|
|
public static string TransportHeaderTypeTip4 {
|
|
get {
|
|
return ResourceManager.GetString("TransportHeaderTypeTip4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *xhttp mode.
|
|
/// </summary>
|
|
public static string TransportHeaderTypeTip5 {
|
|
get {
|
|
return ResourceManager.GetString("TransportHeaderTypeTip5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *ws/http upgrade/xhttp path.
|
|
/// </summary>
|
|
public static string TransportPathTip1 {
|
|
get {
|
|
return ResourceManager.GetString("TransportPathTip1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *h2 path.
|
|
/// </summary>
|
|
public static string TransportPathTip2 {
|
|
get {
|
|
return ResourceManager.GetString("TransportPathTip2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *QUIC key/KCP seed.
|
|
/// </summary>
|
|
public static string TransportPathTip3 {
|
|
get {
|
|
return ResourceManager.GetString("TransportPathTip3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *grpc service name.
|
|
/// </summary>
|
|
public static string TransportPathTip4 {
|
|
get {
|
|
return ResourceManager.GetString("TransportPathTip4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *kcp seed.
|
|
/// </summary>
|
|
public static string TransportPathTip5 {
|
|
get {
|
|
return ResourceManager.GetString("TransportPathTip5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *http host separated by commas (,).
|
|
/// </summary>
|
|
public static string TransportRequestHostTip1 {
|
|
get {
|
|
return ResourceManager.GetString("TransportRequestHostTip1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *ws/http upgrade/xhttp host.
|
|
/// </summary>
|
|
public static string TransportRequestHostTip2 {
|
|
get {
|
|
return ResourceManager.GetString("TransportRequestHostTip2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *h2 host separated by commas (,).
|
|
/// </summary>
|
|
public static string TransportRequestHostTip3 {
|
|
get {
|
|
return ResourceManager.GetString("TransportRequestHostTip3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *QUIC security.
|
|
/// </summary>
|
|
public static string TransportRequestHostTip4 {
|
|
get {
|
|
return ResourceManager.GetString("TransportRequestHostTip4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to *grpc Authority.
|
|
/// </summary>
|
|
public static string TransportRequestHostTip5 {
|
|
get {
|
|
return ResourceManager.GetString("TransportRequestHostTip5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ungrouped.
|
|
/// </summary>
|
|
public static string UngroupedServers {
|
|
get {
|
|
return ResourceManager.GetString("UngroupedServers", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upgrade App does not exist.
|
|
/// </summary>
|
|
public static string UpgradeAppNotExistTip {
|
|
get {
|
|
return ResourceManager.GetString("UpgradeAppNotExistTip", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|