chore: 修改抄作业关卡不支持时的界面提示

This commit is contained in:
MistEO
2023-01-12 20:00:02 +08:00
parent ce414e2326
commit e4f847ffd3
2 changed files with 7 additions and 2 deletions

View File

@@ -462,7 +462,7 @@ namespace MaaWpfGui
else
{
Idle = true;
AddLog(Localization.GetString("CopilotFileReadError") + "\n" + Localization.GetString("CheckTheFile"), UILogColor.Error);
AddLog(Localization.GetString("CopilotFileReadError"), UILogColor.Error);
}
}

View File

@@ -458,7 +458,12 @@
<system:String x:Key="BattleFormation">开始编队</system:String>
<system:String x:Key="BattleFormationSelected">选择干员:</system:String>
<system:String x:Key="CurrentSteps">当前步骤:{0} {1}</system:String>
<system:String x:Key="UnsupportedLevel">不支持的关卡,请更新 MAA 软件版本,或检查作业文件</system:String>
<system:String x:Key="UnsupportedLevel" xml:space="preserve">不支持的关卡,请更新 MAA 软件版本!
不支持的关卡,请更新 MAA 软件版本!
不支持的关卡,请更新 MAA 软件版本!
若提示已是最新版本,请尝试检查开发版或内测版。
</system:String>
<system:String x:Key="RecruitTagsDetected">识别结果:</system:String>
<system:String x:Key="ConnectFailed">连接失败</system:String>
<system:String x:Key="TryToStartEmulator">正在尝试启动模拟器</system:String>