Browse Source

add resources.

master
Savorboard 7 years ago
parent
commit
72ab74b652
3 changed files with 36 additions and 6 deletions
  1. +21
    -3
      src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs
  2. +8
    -2
      src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx
  3. +7
    -1
      src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx

+ 21
- 3
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs View File

@@ -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>


+ 8
- 2
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx View File

@@ -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>

+ 7
- 1
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx View 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>

Loading…
Cancel
Save