From dbfeff96d8ff0da251deb14d3e893678e2f0476d Mon Sep 17 00:00:00 2001 From: status102 Date: Wed, 6 Dec 2023 15:26:56 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=20`=E6=9C=80?= =?UTF-8?q?=E5=BF=AB=E6=88=AA=E5=9B=BE`=20=E4=B8=BA=20`=E6=88=AA=E5=9B=BE?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=80=97=E6=97=B6`=20(#7494)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Main/AsstProxy.cs | 2 +- src/MaaWpfGui/Res/Localizations/en-us.xaml | 2 +- src/MaaWpfGui/Res/Localizations/ja-jp.xaml | 2 +- src/MaaWpfGui/Res/Localizations/ko-kr.xaml | 2 +- src/MaaWpfGui/Res/Localizations/zh-cn.xaml | 2 +- src/MaaWpfGui/Res/Localizations/zh-tw.xaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/MaaWpfGui/Main/AsstProxy.cs b/src/MaaWpfGui/Main/AsstProxy.cs index 651f0b2dad..1d21894906 100644 --- a/src/MaaWpfGui/Main/AsstProxy.cs +++ b/src/MaaWpfGui/Main/AsstProxy.cs @@ -477,7 +477,7 @@ namespace MaaWpfGui.Main fastestScreencapStringBuilder.AppendLine().Append(LocalizationHelper.GetString("FastestWayToScreencapWarningTip")); } - fastestScreencapStringBuilder.Insert(0, string.Format(LocalizationHelper.GetString("FastestWayToScreencap"), method, costString)); + fastestScreencapStringBuilder.Insert(0, string.Format(LocalizationHelper.GetString("FastestWayToScreencap"), costString)); Instances.TaskQueueViewModel.AddLog(fastestScreencapStringBuilder.ToString(), color); Instances.CopilotViewModel.AddLog(fastestScreencapStringBuilder.ToString()); break; diff --git a/src/MaaWpfGui/Res/Localizations/en-us.xaml b/src/MaaWpfGui/Res/Localizations/en-us.xaml index 5ae2df7a8d..fdb24c4f03 100644 --- a/src/MaaWpfGui/Res/Localizations/en-us.xaml +++ b/src/MaaWpfGui/Res/Localizations/en-us.xaml @@ -554,7 +554,7 @@ The video aspect ratio needs to be 16:9 without interference factors such as bla Reconnection failed. The connection is down! Touch mode is not available, please go to 「Settings - Connection Settings」 to switch to a different touch mode. Screencap failed. If it happens repeatedly, try to restart or change the emulator! - Fastest screenshot method: {0} ({1:#,#}ms) + Screenshot test tasks: {0:#,#}ms Screencap takes a long time which may cause some abnormal behaviors using automatic combat functions (e.g. Auto I. S.). Screencap takes too long, so automatic combat functions (e.g. Auto I. S.) may not run properly. It is recommended to try restarting or changing the simulator! Recognition error diff --git a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml index 5f3a2bd4e0..86d1f6b695 100644 --- a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml +++ b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml @@ -554,7 +554,7 @@ Bilibili: ログイン インターフェイスに表示されるアカウント 再接続に失敗、切断されました! タッチモードは利用できません。設定-接続設定に入って、他のタッチモードに変更してください。 スクリーンキャプチャに失敗しました。繰り返し発生する場合は、エミュレータの再起動または変更をお試しください! - 最速のスクリーンショット方法: {0} ({1:#,#}ms) + スクリーンショット テストには: {0:#,#}ms スクリーンキャップには時間がかかるため、自動戦闘機能 (Auto I.S. など) を使用すると異常な動作が発生する可能性があります。 スクリーンキャップに時間がかかりすぎるため、自動戦闘機能 (Auto I.S. など) が適切に動作しない可能性があります。 シミュレーターを再起動または変更してみることをお勧めします。 認識エラー diff --git a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml index 97e442b297..0c64e539e1 100644 --- a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml +++ b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml @@ -554,7 +554,7 @@ Bilibili: 로그인 인터페이스에 표시되는 계정 이름(예: 장산) 다시 연결하지 못했습니다. 연결 해제되었습니다! 터치 수행 방식이 사용 불가능합니다. 설정 - 연결 설정에서 다른 방식으로 변경해 주세요. 스크린샷 캡처에 실패했습니다. 반복적으로 발생 시 에뮬레이터를 다시 시작하거나 변경해 보세요! - 가장 빠른 스크린샷 방법: {0} ({1:#,#}ms) + 스크린샷 테스트에는: {0:#,#}ms 스크린샷을 찍는 데 시간이 오래 걸리므로 자동 전투 기능(예: Auto I. S.)을 사용하면 비정상적인 동작이 발생할 수 있습니다. 스크린캡쳐 시간이 너무 길어 자동 전투 기능(예: Auto I.S.)이 제대로 실행되지 않을 수 있습니다. 시뮬레이터를 다시 시작하거나 변경해 보는 것이 좋습니다! 인식 오류 diff --git a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml index 17f9e163d3..4fdc0d6aaa 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml @@ -554,7 +554,7 @@ 重连失败,连接断开! 触控模式不可用。请进入 设置 - 连接设置 切换其他触控模式。 截图失败,如反复出现请尝试重启或更换模拟器! - 最快截图: {0} ({1:#,#}ms) + 截图测试耗时: {0:#,#}ms 截图用时较长,使用自动战斗类功能(如自动肉鸽)时,可能出现部分异常表现 截图用时过长,自动战斗类功能(如自动肉鸽)很可能无法正常运行,建议尝试重启或更换模拟器 识别错误 diff --git a/src/MaaWpfGui/Res/Localizations/zh-tw.xaml b/src/MaaWpfGui/Res/Localizations/zh-tw.xaml index 7ffa16bcf1..33953e7b5c 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-tw.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-tw.xaml @@ -554,7 +554,7 @@ 重連失敗,連接斷開! 觸控模式不可用。請進入 設定 - 連接設定 切換其他觸控模式。 截圖失敗,如反覆出現請嘗試重開或更換模擬器! - 最快截圖: {0} ({1:#,#}ms) + 截圖測試用時: {0:#,#}ms 截圖用時較長,使用自動戰鬥類功能(如自動肉鴿)時,可能會出現部分異常表現 截圖用時過長,自動戰鬥類功能(如自動肉鴿)很可能無法正常運行,建議嘗試重新啟動或更換模擬器 辨識錯誤