Commit bbe09e42 authored by Savorboard's avatar Savorboard

add and update resource.

parent d420ae23
...@@ -420,6 +420,15 @@ namespace DotNetCore.CAP.Dashboard.Resources { ...@@ -420,6 +420,15 @@ namespace DotNetCore.CAP.Dashboard.Resources {
} }
} }
/// <summary>
/// Looks up a localized string similar to Node: {0}.
/// </summary>
public static string LayoutPage_Footer_NodeCurrent {
get {
return ResourceManager.GetString("LayoutPage_Footer_NodeCurrent", resourceCulture);
}
}
/// <summary> /// <summary>
/// Looks up a localized string similar to Time:. /// Looks up a localized string similar to Time:.
/// </summary> /// </summary>
......
...@@ -399,4 +399,7 @@ ...@@ -399,4 +399,7 @@
<data name="NodePage_Table_Port" xml:space="preserve"> <data name="NodePage_Table_Port" xml:space="preserve">
<value>Port</value> <value>Port</value>
</data> </data>
<data name="LayoutPage_Footer_NodeCurrent" xml:space="preserve">
<value>Node: {0}</value>
</data>
</root> </root>
\ No newline at end of file
...@@ -378,4 +378,7 @@ ...@@ -378,4 +378,7 @@
<data name="NodePage_Table_Port" xml:space="preserve"> <data name="NodePage_Table_Port" xml:space="preserve">
<value>端口号</value> <value>端口号</value>
</data> </data>
<data name="LayoutPage_Footer_NodeCurrent" xml:space="preserve">
<value>节点: {0}</value>
</data>
</root> </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