Commit b415315e authored by yangxiaodong's avatar yangxiaodong

add resx,

parent f7a1dcad
......@@ -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>
......
......@@ -213,8 +213,8 @@
<data name="PerPageSelector_ItemsPerPage" xml:space="preserve">
<value>Items per page</value>
</data>
<data name="ServersPage_NoServers" xml:space="preserve">
<value>There are no active servers. Background tasks will not be processed.</value>
<data name="NodePage_NoNodes" xml:space="preserve">
<value>There are no config distributed node discory. </value>
</data>
<data name="ServersPage_Table_Heartbeat" xml:space="preserve">
<value>Heartbeat</value>
......@@ -375,4 +375,10 @@
<data name="HomePage_GraphHover_RSucceeded" xml:space="preserve">
<value>Consumption Succeeded</value>
</data>
<data name="NodePage_Title" xml:space="preserve">
<value>Nodes</value>
</data>
<data name="SubscribersPage_NoSubscribers" xml:space="preserve">
<value>There are no config CAP subscribers.</value>
</data>
</root>
\ No newline at end of file
......@@ -396,4 +396,13 @@
<data name="HomePage_GraphHover_RSucceeded" xml:space="preserve">
<value>消费成功</value>
</data>
<data name="NodePage_NoNodes" xml:space="preserve">
<value>你需要配置分布式节点发现功能。</value>
</data>
<data name="NodePage_Title" xml:space="preserve">
<value>节点列表</value>
</data>
<data name="SubscribersPage_NoSubscribers" xml:space="preserve">
<value>没有配置CAP订阅者</value>
</data>
</root>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment