perf: 优化中文输出

This commit is contained in:
status102
2023-11-30 19:47:15 +08:00
parent bdda9b1e8e
commit 1a31f72da5
2 changed files with 2 additions and 2 deletions

View File

@@ -556,7 +556,7 @@
<system:String x:Key="ReconnectFailed">重连失败,连接断开!</system:String>
<system:String x:Key="TouchModeNotAvailable">触控模式不可用。请进入 设置 - 连接设置 切换其他触控模式。</system:String>
<system:String x:Key="ScreencapFailed">截图失败,如反复出现请尝试重启或更换模拟器!</system:String>
<system:String x:Key="FastestWayToScreencap">最快截图方式: {0}, 耗时: {1:#,#}ms</system:String>
<system:String x:Key="FastestWayToScreencap">最快截图: {0}, 耗时: {1:#,#}ms</system:String>
<system:String x:Key="IdentifyTheMistakes">识别错误</system:String>
<system:String x:Key="TaskError" xml:space="preserve">任务出错: </system:String>
<system:String x:Key="CombatError">战斗出错</system:String>

View File

@@ -556,7 +556,7 @@
<system:String x:Key="ReconnectFailed">重連失敗,連接斷開!</system:String>
<system:String x:Key="TouchModeNotAvailable">觸控模式不可用。請進入 設定 - 連接設定 切換其他觸控模式。</system:String>
<system:String x:Key="ScreencapFailed">截圖失敗,如反覆出現請嘗試重開或更換模擬器!</system:String>
<system:String x:Key="FastestWayToScreencap">最快截圖方式: {0}, 耗時: {1:#,#}ms</system:String>
<system:String x:Key="FastestWayToScreencap">最快截圖: {0}, 耗時: {1:#,#}ms</system:String>
<system:String x:Key="IdentifyTheMistakes">辨識錯誤</system:String>
<system:String x:Key="TaskError" xml:space="preserve">任務出錯: </system:String>
<system:String x:Key="CombatError">戰鬥出錯</system:String>