Explorar el Código

update resource.

master
yangxiaodong hace 7 años
padre
commit
cf2512b4d1
Se han modificado 3 ficheros con 15 adiciones y 0 borrados
  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 Ver fichero

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

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

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

Cargando…
Cancelar
Guardar