ソースを参照

update resource.

master
yangxiaodong 7年前
コミット
cf2512b4d1
3個のファイルの変更15行の追加0行の削除
  1. +9
    -0
      src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs
  2. +3
    -0
      src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx
  3. +3
    -0
      src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx

+ 9
- 0
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs ファイルの表示

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


+ 3
- 0
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx ファイルの表示

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

+ 3
- 0
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx ファイルの表示

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

読み込み中…
キャンセル
保存