Commit cf2512b4 authored by yangxiaodong's avatar yangxiaodong

update resource.

parent 1e2944d5
......@@ -672,6 +672,15 @@ namespace DotNetCore.CAP.Dashboard.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Switch.
/// </summary>
public static string NodePage_Switch {
get {
return ResourceManager.GetString("NodePage_Switch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Nodes.
/// </summary>
......
......@@ -381,4 +381,7 @@
<data name="SubscribersPage_NoSubscribers" xml:space="preserve">
<value>There are no config CAP subscribers.</value>
</data>
<data name="NodePage_Switch" xml:space="preserve">
<value>Switch</value>
</data>
</root>
\ No newline at end of file
......@@ -405,4 +405,7 @@
<data name="SubscribersPage_NoSubscribers" xml:space="preserve">
<value>没有配置CAP订阅者</value>
</data>
<data name="NodePage_Switch" xml:space="preserve">
<value>切换到</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