This commit is contained in:
2025-05-24 17:56:31 +08:00
parent f135a948da
commit 10c25ed463
7 changed files with 533 additions and 448 deletions
@@ -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>
+9
View File
@@ -177,6 +177,15 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 指挥调度中心 的本地化字符串。
/// </summary>
internal static string CommandDispatchCenter {
get {
return ResourceManager.GetString("CommandDispatchCenter", resourceCulture);
}
}
/// <summary>
/// 查找类似 已完成 的本地化字符串。
/// </summary>