From f73cd96dca77812e7e884139712ae29562e6594b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E9=9B=A8?= <737345039@qq.com> Date: Wed, 10 May 2023 21:36:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=BF=98=E5=8E=9F=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=AD=20=E4=BB=BB=E5=8A=A1=E8=AE=BE=E7=BD=AE=20-=20?= =?UTF-8?q?=E5=BC=80=E5=A7=8B=E5=94=A4=E9=86=92=20=E7=9A=84=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 相当于还原 363492817676a658ae7110cd9008dd4d321f7de2 关于开始唤醒的描述 --- docs/1.1-详细介绍.md | 2 +- docs/1.2-常见问题.md | 4 ++-- docs/1.3-模拟器支持.md | 4 ++-- docs/en-us/1.1-USER_MANUAL.md | 2 +- docs/en-us/1.2-FAQ.md | 4 ++-- docs/ja-jp/1.1-詳細説明.md | 2 +- docs/ja-jp/1.2-よくある質問.md | 2 +- docs/zh-tw/1.1-詳細介紹.md | 2 +- docs/zh-tw/1.2-常見問題.md | 4 ++-- src/MaaWpfGui/Res/Localizations/en-us.xaml | 4 ++-- src/MaaWpfGui/Res/Localizations/ja-jp.xaml | 2 +- src/MaaWpfGui/Res/Localizations/ko-kr.xaml | 4 ++-- src/MaaWpfGui/Res/Localizations/zh-cn.xaml | 4 ++-- 13 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/1.1-详细介绍.md b/docs/1.1-详细介绍.md index c56268f54d..6664d0e756 100644 --- a/docs/1.1-详细介绍.md +++ b/docs/1.1-详细介绍.md @@ -206,7 +206,7 @@ # maybe more output like the above line ``` - 使用结果中 `127.0.0.1:[ADBPORT]` (替换 `[ADBPORT]` 为实际数字)作为模拟器 adb 实际连接地址填入 `任务设置` - `开始唤醒` - `连接地址`。 + 使用结果中 `127.0.0.1:[ADBPORT]` (替换 `[ADBPORT]` 为实际数字)作为模拟器 adb 实际连接地址填入 `设置` - `连接设置` - `连接地址`。 ### 自动启动多开模拟器 diff --git a/docs/1.2-常见问题.md b/docs/1.2-常见问题.md index 226673e035..a4732f4b38 100644 --- a/docs/1.2-常见问题.md +++ b/docs/1.2-常见问题.md @@ -73,7 +73,7 @@ 纯数字的默认端口可以直接使用 `127.0.0.1:[port]` 来连接,雷电模拟器进行了封装,也可以使用 `emulator-5554` 进行连接。 - 在 Windows `任务设置` - `开始唤醒` - `连接地址` 与 Mac 的 `设置` - `连接设置` - `连接地址` 配置中如果有情况需要修改则可以参照上表。 + 在 Windows 与 Mac 的 `设置` - `连接设置` - `连接地址` 配置中如果有情况需要修改则可以参照上表。 - 多开情况 @@ -103,7 +103,7 @@ 与替换 adb 相比,更推荐使用 [自定义连接](1.1-详细介绍.md#自定义连接),一劳永逸。
-如果即使这样也无法正常使用,可将 `任务设置` - `开始唤醒` - `触控模式` 从 `Minitouch` 切换到 `MaaTouch` 再次尝试。由于 `Adb Input` 操作过于缓慢,请仅将其作为万不得已的模式。 +如果即使这样也无法正常使用,可将 `连接设置` - `触控模式` 从 `Minitouch` 切换到 `MaaTouch` 再次尝试。由于 `Adb Input` 操作过于缓慢,请仅将其作为万不得已的模式。 ## 连接正常,但是操作卡顿、异常或频繁出错 diff --git a/docs/1.3-模拟器支持.md b/docs/1.3-模拟器支持.md index 5e5552db31..645e234eb2 100644 --- a/docs/1.3-模拟器支持.md +++ b/docs/1.3-模拟器支持.md @@ -214,12 +214,12 @@ _典型的 `16:9` 比例的分辨率有 `3840*2160`、`2560*1440`、`1920*1080` ### 连接 MAA 1. 将上文解压文件夹内的 `adb.exe` 路径填入 MAA `设置` - `连接设置` - `adb 路径` 中,可右键属性查看路径。 -2. 切换 MAA `任务设置` - `开始唤醒` - `连接配置` 为 `通用模式`。 +2. 切换 MAA `设置` - `连接设置` - `连接配置` 为 `通用模式`。 3. 将游戏内设置中的 `异形屏UI适配` 一项调整为 0 以防止操作错位。 #### 有线连接 -1. 将上文获取到的目标设备序列号填入 MAA `任务设置` - `开始唤醒` - `连接地址` 中。 +1. 将上文获取到的目标设备序列号填入 MAA `设置` - `连接设置` - `连接地址` 中。 2. Link Start! 3. 任务结束后还原设备分辨率。 diff --git a/docs/en-us/1.1-USER_MANUAL.md b/docs/en-us/1.1-USER_MANUAL.md index d6eb0704c8..57274499a5 100644 --- a/docs/en-us/1.1-USER_MANUAL.md +++ b/docs/en-us/1.1-USER_MANUAL.md @@ -191,7 +191,7 @@ Note that clicking `General` `Advanced` will also switch `Task Settings`. # maybe more output like the above line ``` - Use `127.0.0.1:[ADBPORT]` (replace `[ADBPORT]` with the actual number) in the results as the actual connection address of the emulator adb and fill it in `Task Settings` - `Login` - `Connection Address`. + Use `127.0.0.1:[ADBPORT]` (replace `[ADBPORT]` with the actual number) in the results as the actual connection address of the emulator adb and fill it in `Settings` - `Connection Settings` - `Connection Address`. ### Automatically Start Multiple Emulators diff --git a/docs/en-us/1.2-FAQ.md b/docs/en-us/1.2-FAQ.md index b9cc5933ac..b727853f28 100644 --- a/docs/en-us/1.2-FAQ.md +++ b/docs/en-us/1.2-FAQ.md @@ -73,7 +73,7 @@ You can connect to emulators with purely numeric ports using `127.0.0.1:[port]`. LDPlayer emulator has its own wrapper, so you can also use `emulator-5554` to connect. - If you need to modify the connection settings in the `Task Settings` - `Login` - `Connection Address` on Windows or Mac, please refer to the table above. + If you need to modify the connection settings in the `Settings` - `Connection Settings` - `Connection Address` on Windows or Mac, please refer to the table above. - Multi-instance mode @@ -101,7 +101,7 @@ The adb version packaged with some emulators is too old and does not support min The emulator will reset the ADB version after updating. If the problems occurs again, please repeat the above steps. Or you can try to use the [custom connection](1.1-USER_MANUAL.md#custom-connection) method to solve it once and for all. -If it still doesn't work, please retry after switching to `MaaTouch` from `Minitouch` in `Task Settings` - `Login`. +If it still doesn't work, please retry after switching to `MaaTouch` from `Minitouch` in `Settings` - `Connection Settings`. ## Connected successfully, but actions are slow or error are frequent diff --git a/docs/ja-jp/1.1-詳細説明.md b/docs/ja-jp/1.1-詳細説明.md index 2ab2b927ca..a4c6c39834 100644 --- a/docs/ja-jp/1.1-詳細説明.md +++ b/docs/ja-jp/1.1-詳細説明.md @@ -236,7 +236,7 @@ Windows MAAには「設定」タブの他に「タスク設定」もあります # maybe more output like the above line ``` - 結果の `127.0.0.1:[ADBPORT]`([ADBPORT]を実際の数字に置き換える)をエミュレータadbの実際の接続アドレスとして、「タスク設定」-「ウェイクアップ」-「接続アドレス」に入力します。 + 結果の `127.0.0.1:[ADBPORT]`([ADBPORT]を実際の数字に置き換える)をエミュレータadbの実際の接続アドレスとして、「設定」-「接続設定」-「接続アドレス」に入力します。 ### マルチインスタンスでのシミュレーターの自動起動 diff --git a/docs/ja-jp/1.2-よくある質問.md b/docs/ja-jp/1.2-よくある質問.md index ea327783fb..8db1e28fc5 100644 --- a/docs/ja-jp/1.2-よくある質問.md +++ b/docs/ja-jp/1.2-よくある質問.md @@ -51,7 +51,7 @@ Windows Serverまたは、その他の簡素化されたシステムを使用し 純粋な数字のデフォルトポートは`127.0.0.1:[port]`で直接接続できます。雷電エミュレータはカプセル化されていますが、`emulator-5554`を使用して接続することもできます。 - Windows の「タスク設定」-「ウェイクアップ」-「接続アドレス」および Mac の「設定」-「接続設定」-「接続アドレス」の構成で変更が必要な場合は、上記の表を参照してください。 + WindowsとMacの「設定」-「接続設定」-「接続アドレス」の構成で変更が必要な場合は、上記の表を参照してください。 - マルチインスタンスの場合 diff --git a/docs/zh-tw/1.1-詳細介紹.md b/docs/zh-tw/1.1-詳細介紹.md index 49a302d241..04f09e4a5b 100644 --- a/docs/zh-tw/1.1-詳細介紹.md +++ b/docs/zh-tw/1.1-詳細介紹.md @@ -206,7 +206,7 @@ # maybe more output like the above line ``` - 使用結果中 `127.0.0.1:[ADBPORT]` (替換 `[ADBPORT]` 為實際數字)作為模擬器 adb 實際連接地址填入 `任務設置` - `開始喚醒` - `連接地址`。 + 使用結果中 `127.0.0.1:[ADBPORT]` (替換 `[ADBPORT]` 為實際數字)作為模擬器 adb 實際連接地址填入 `設置` - `連接設置` - `連接地址`。 ### 自動啟動多開模擬器 diff --git a/docs/zh-tw/1.2-常見問題.md b/docs/zh-tw/1.2-常見問題.md index ab0d156b5e..bb758eccf3 100644 --- a/docs/zh-tw/1.2-常見問題.md +++ b/docs/zh-tw/1.2-常見問題.md @@ -52,7 +52,7 @@ 純數字的默認端口可以直接使用 `127.0.0.1:[port]` 來連接,雷電模擬器進行了封裝,也可以使用 `emulator-5554` 進行連接。 - 在 Windows `任務設置` - `開始喚醒` - `連接地址` 與 Mac 的 `設置` - `連接設置` - `連接地址` 配置中如果有情況需要修改則可以參照上表。 + 在 Windows 與 Mac 的 `設置` - `連接設置` - `連接地址` 配置中如果有情況需要修改則可以參照上表。 - 多開情況 @@ -78,7 +78,7 @@ - 請使用管理員權限打開 MAA,點擊 MAA 設置 - 連接設置 - 強制替換 ADB (建議關閉模擬器並重啟 MAA 後再操作,不然可能替換不正確) - 模擬器更新後會重置 adb 版本,如更新後沒有反應,請再次強制替換 ADB - 與替換 adb 相比,更推薦使用 [自定義連接](1.1-詳細介紹.md#自定義連接),一勞永逸。 -- 如果即使這樣也無法正常使用,請將 `任務設置` - `開始喚醒` - `觸控模式` 切換為 `Adb Input (相容模式)`。由於 `Adb Input` 操作過於緩慢,請僅將其作為萬不得已的模式。 +- 如果即使這樣也無法正常使用,請將 `連接設置-觸控模式` 切換為 `Adb Input (相容模式)`。由於 `Adb Input` 操作過於緩慢,請僅將其作為萬不得已的模式。 ## 連接正常,偶爾能點幾下,然後就卡住了,或者任務出錯了 diff --git a/src/MaaWpfGui/Res/Localizations/en-us.xaml b/src/MaaWpfGui/Res/Localizations/en-us.xaml index 6e5c0674ad..44b0820e81 100644 --- a/src/MaaWpfGui/Res/Localizations/en-us.xaml +++ b/src/MaaWpfGui/Res/Localizations/en-us.xaml @@ -358,7 +358,7 @@ Connecting to emulator... Unselected task Running... - If all stuck, plz go to Settings - Connection Settings - Forced Replace ADB File, or turn on Compatibility Touch Mode in Task Settings - Login (not recommended). + If all stuck, plz go to Settings - Connection Settings - Forced Replace ADB File, or turn on Compatibility Touch Mode (not recommended). Stopping... Has stopped Unknown error occurred @@ -486,7 +486,7 @@ The video resolution is required to be 16:9, and there are no interference facto Reconnect succeeded. Continue the task Reconnect failed. The connection is down! Screencap failed. If it happens repeatedly, try restarting or changing the emulator. - Touch mode is not available, please enter Task Settings - Login to change other touch modes + Touch mode is not available, please enter Settings - Connection Settings to change other touch modes Identify error Task error: Combat error diff --git a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml index 8f31cb18c3..ed29b7988a 100644 --- a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml +++ b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml @@ -357,7 +357,7 @@ エミュレータ接続中…… タスクが選択されていません 動作中…… - もし全てでスタックする場合は、設定 - 接続設定 - ADBの強制置き換え、もしくは タスク設定 - ウェイクの開始 で互換性 タッチモード をチェックしてください(お勧めしない)。 + もし全てでスタックする場合は、設定 - 接続設定 - ADBの強制置き換え、もしくは 互換性 タッチモード をチェックしてください(お勧めしない)。 動作停止中…… 動作停止 不明なエラーが発生しました diff --git a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml index 5777054523..5498ac1d76 100644 --- a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml +++ b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml @@ -337,7 +337,7 @@ 에뮬레이터에 연결 중... 선택된 작업이 없습니다 실행 중... - 프로그램이 작동하지 않으면 설정 - 연결 설정 - ADB 강제 교체를 실행하거나 작업 설정 - 로그인 중 호환 터치 모드를 활성화해 주세요 (추천하지 않음). + 프로그램이 작동하지 않으면 설정 - 연결 설정 - ADB 강제 교체를 실행하거나 호환 터치 모드를 활성화해 주세요 (추천하지 않음). 중지 중... 중지됨 예상치 못한 오류가 발생했습니다 @@ -432,7 +432,7 @@ 다시 연결되었습니다. 작업을 계속합니다. 다시 연결하지 못했습니다. 연결 해제되었습니다! 스크린샷 캡처에 실패했습니다. 반복적으로 발생 시 에뮬레이터를 다시 시작하거나 변경해 보세요. - 터치 수행 방식이 사용 불가능합니다. 작업 설정 - 로그인 설정에서 다른 방식으로 변경해 주세요. + 터치 수행 방식이 사용 불가능합니다. 설정 - 연결 설정에서 다른 방식으로 변경해 주세요. 인식 오류 작업 오류: 작전 오류 diff --git a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml index 28981f87cb..54c78a32ff 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml @@ -360,7 +360,7 @@ 正在连接模拟器…… 未选择任务 正在运行中…… - 如果任务完全没有反应,请使用 设置 - 连接设置 - 强制替换 ADB,或在 任务设置 - 开始唤醒中 打开 兼容性触控模式(不推荐)。 + 如果任务完全没有反应,请使用 设置 - 连接设置 - 强制替换 ADB,或打开 兼容性触控模式(不推荐)。 正在停止…… 已停止 出现未知错误 @@ -505,7 +505,7 @@ 模拟器断开,正在尝试重连 重连成功,继续任务 重连失败,连接断开! - 触控模式不可用。请进入 任务设置 - 开始唤醒 切换其他触控模式 + 触控模式不可用。请进入 设置 - 连接设置 切换其他触控模式 截图失败,如反复出现请尝试重启或更换模拟器! 识别错误 任务出错: