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
+9
View File
@@ -177,6 +177,15 @@ namespace Resources {
}
}
/// <summary>
/// 查找类似 指挥调度中心 的本地化字符串。
/// </summary>
internal static string CommandDispatchCenter {
get {
return ResourceManager.GetString("CommandDispatchCenter", resourceCulture);
}
}
/// <summary>
/// 查找类似 已完成 的本地化字符串。
/// </summary>