Commit 72ab74b6 authored by Savorboard's avatar Savorboard

add resources.

parent bfd9ea4e
......@@ -268,11 +268,20 @@ namespace DotNetCore.CAP.Dashboard.Resources {
}
/// <summary>
/// Looks up a localized string similar to Requeue jobs.
/// Looks up a localized string similar to ReExecution.
/// </summary>
public static string Common_RequeueJobs {
public static string Common_ReConsume {
get {
return ResourceManager.GetString("Common_RequeueJobs", resourceCulture);
return ResourceManager.GetString("Common_ReConsume", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Requeue messages.
/// </summary>
public static string Common_RequeueMessages {
get {
return ResourceManager.GetString("Common_RequeueMessages", resourceCulture);
}
}
......@@ -546,6 +555,15 @@ namespace DotNetCore.CAP.Dashboard.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to State.
/// </summary>
public static string MessagesPage_Table_State {
get {
return ResourceManager.GetString("MessagesPage_Table_State", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Active Connections.
/// </summary>
......
......@@ -162,8 +162,8 @@
<data name="Common_Reason" xml:space="preserve">
<value>Reason</value>
</data>
<data name="Common_RequeueJobs" xml:space="preserve">
<value>Requeue jobs</value>
<data name="Common_RequeueMessages" xml:space="preserve">
<value>Requeue messages</value>
</data>
<data name="Common_Retry" xml:space="preserve">
<value>Retry</value>
......@@ -384,4 +384,10 @@
<data name="NodePage_Switch" xml:space="preserve">
<value>Switch</value>
</data>
<data name="Common_ReConsume" xml:space="preserve">
<value>ReExecution</value>
</data>
<data name="MessagesPage_Table_State" xml:space="preserve">
<value>State</value>
</data>
</root>
\ No newline at end of file
......@@ -162,7 +162,7 @@
<data name="Common_Reason" xml:space="preserve">
<value>原因</value>
</data>
<data name="Common_RequeueJobs" xml:space="preserve">
<data name="Common_RequeueMessages" xml:space="preserve">
<value>重新加入队列</value>
</data>
<data name="Common_Retry" xml:space="preserve">
......@@ -408,4 +408,10 @@
<data name="NodePage_Switch" xml:space="preserve">
<value>切换到</value>
</data>
<data name="Common_ReConsume" xml:space="preserve">
<value>重新消费</value>
</data>
<data name="MessagesPage_Table_State" 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