From cf2512b4d13a42f198a56ff24948f1e3a6badfa9 Mon Sep 17 00:00:00 2001 From: yangxiaodong Date: Fri, 22 Sep 2017 18:34:18 +0800 Subject: [PATCH] update resource. --- .../Dashboard/Content/resx/Strings.Designer.cs | 9 +++++++++ src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx | 3 +++ .../Dashboard/Content/resx/Strings.zh.resx | 3 +++ 3 files changed, 15 insertions(+) diff --git a/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs b/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs index d9b942a..b54586f 100644 --- a/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs +++ b/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs @@ -672,6 +672,15 @@ namespace DotNetCore.CAP.Dashboard.Resources { } } + /// + /// Looks up a localized string similar to Switch. + /// + public static string NodePage_Switch { + get { + return ResourceManager.GetString("NodePage_Switch", resourceCulture); + } + } + /// /// Looks up a localized string similar to Nodes. /// diff --git a/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx b/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx index ee4be78..7fc30f8 100644 --- a/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx +++ b/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx @@ -381,4 +381,7 @@ There are no config CAP subscribers. + + Switch + \ No newline at end of file diff --git a/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx b/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx index a020e87..c6eed95 100644 --- a/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx +++ b/src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx @@ -405,4 +405,7 @@ 没有配置CAP订阅者 + + 切换到 + \ No newline at end of file