|
|
@@ -663,6 +663,24 @@ namespace DotNetCore.CAP.Dashboard.Resources { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Looks up a localized string similar to There are no config distributed node discory. . |
|
|
|
/// </summary> |
|
|
|
public static string NodePage_NoNodes { |
|
|
|
get { |
|
|
|
return ResourceManager.GetString("NodePage_NoNodes", resourceCulture); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Looks up a localized string similar to Nodes. |
|
|
|
/// </summary> |
|
|
|
public static string NodePage_Title { |
|
|
|
get { |
|
|
|
return ResourceManager.GetString("NodePage_Title", resourceCulture); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Looks up a localized string similar to Next. |
|
|
|
/// </summary> |
|
|
@@ -735,15 +753,6 @@ namespace DotNetCore.CAP.Dashboard.Resources { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Looks up a localized string similar to There are no active servers. Background tasks will not be processed.. |
|
|
|
/// </summary> |
|
|
|
public static string ServersPage_NoServers { |
|
|
|
get { |
|
|
|
return ResourceManager.GetString("ServersPage_NoServers", resourceCulture); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Looks up a localized string similar to Heartbeat. |
|
|
|
/// </summary> |
|
|
@@ -825,6 +834,15 @@ namespace DotNetCore.CAP.Dashboard.Resources { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Looks up a localized string similar to There are no config CAP subscribers.. |
|
|
|
/// </summary> |
|
|
|
public static string SubscribersPage_NoSubscribers { |
|
|
|
get { |
|
|
|
return ResourceManager.GetString("SubscribersPage_NoSubscribers", resourceCulture); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Looks up a localized string similar to Subscribers. |
|
|
|
/// </summary> |
|
|
|