1
This commit is contained in:
@@ -205,9 +205,13 @@
|
||||
<value>user</value>
|
||||
<comment>用户</comment>
|
||||
</data>
|
||||
<data name="VideoSurveillance" xml:space="preserve">
|
||||
<data name="VideoSurveillance" xml:space="preserve">
|
||||
<value>Video surveillance</value>
|
||||
<comment>视频监控</comment>
|
||||
</data>
|
||||
<data name="CommandDispatchCenter" xml:space="preserve">
|
||||
<value>Command dispatch center</value>
|
||||
<comment>指挥调度中心</comment>
|
||||
</data>
|
||||
<data name="WeldingManage" xml:space="preserve">
|
||||
<value>Welding manage</value>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -186,6 +186,9 @@
|
||||
<data name="VideoSurveillance" xml:space="preserve">
|
||||
<value>视频监控</value>
|
||||
</data>
|
||||
<data name="CommandDispatchCenter" xml:space="preserve">
|
||||
<value>指挥调度中心</value>
|
||||
</data>
|
||||
<data name="WeldingManage" xml:space="preserve">
|
||||
<value>焊接管理</value>
|
||||
</data>
|
||||
|
||||
@@ -177,6 +177,15 @@ namespace Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 指挥调度中心 的本地化字符串。
|
||||
/// </summary>
|
||||
internal static string CommandDispatchCenter {
|
||||
get {
|
||||
return ResourceManager.GetString("CommandDispatchCenter", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查找类似 已完成 的本地化字符串。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user