From b5dca9cc27f0738869cc2e7d4a8c110965efeefe Mon Sep 17 00:00:00 2001
From: uye <2396806385@qq.com>
Date: Wed, 12 Jul 2023 15:50:01 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/MaaWpfGui/Res/Localizations/en-us.xaml | 1 +
src/MaaWpfGui/Res/Localizations/ja-jp.xaml | 1 +
src/MaaWpfGui/Res/Localizations/ko-kr.xaml | 1 +
src/MaaWpfGui/Res/Localizations/zh-cn.xaml | 1 +
src/MaaWpfGui/Res/Localizations/zh-tw.xaml | 1 +
src/MaaWpfGui/Views/UserControl/TimerSettingsUserControl.xaml | 3 ++-
6 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/MaaWpfGui/Res/Localizations/en-us.xaml b/src/MaaWpfGui/Res/Localizations/en-us.xaml
index 6c782d50f0..b7fe5ee56d 100644
--- a/src/MaaWpfGui/Res/Localizations/en-us.xaml
+++ b/src/MaaWpfGui/Res/Localizations/en-us.xaml
@@ -177,6 +177,7 @@
Force scheduled start
Stop current task, restart game and start new tasks
Custom config
+ Restart and switch configuration two minutes in advance
Timer
This option page is for global config
Configuration
diff --git a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml
index e6534584e0..ef2cf8c2b7 100644
--- a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml
+++ b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml
@@ -177,6 +177,7 @@
強制的なタイミングで起動
現在のタスクを停止して、ゲームを再起動し、新しいタスクを開始します
カスタム構成オプション
+ 2分前に再起動して設定を切り替えます
タイマー
このオプション ページはグローバル設定用です
構成を切り替える
diff --git a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml
index b4ac86f61b..b3494bc249 100644
--- a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml
+++ b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml
@@ -177,6 +177,7 @@
강제로 예약된 시작
현재 작업을 중지하고 게임을 다시 시작하여 새 작업을 시작합니다
사용자 지정 구성 옵션
+ 2분 전에 재시작하여 설정을 전환합니다
타이머
이 옵션 페이지는 전역 구성용입니다.
구성 전환
diff --git a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml
index 6a8a1464c4..aa312d1712 100644
--- a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml
+++ b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml
@@ -177,6 +177,7 @@
强制定时启动
停止当前任务,重启游戏并开始新任务
自定义配置选择
+ 将提前两分钟重启并切换配置
定时
此选项页为全局配置
切换配置
diff --git a/src/MaaWpfGui/Res/Localizations/zh-tw.xaml b/src/MaaWpfGui/Res/Localizations/zh-tw.xaml
index c40353b1ca..5768333780 100644
--- a/src/MaaWpfGui/Res/Localizations/zh-tw.xaml
+++ b/src/MaaWpfGui/Res/Localizations/zh-tw.xaml
@@ -177,6 +177,7 @@
強制定時啟動
停止當前任務,重新啟動遊戲並開始新任務
自定義配置選擇
+ 將提前兩分鐘重啟並切換配置
定時
此選項頁為全局配置
切換配置
diff --git a/src/MaaWpfGui/Views/UserControl/TimerSettingsUserControl.xaml b/src/MaaWpfGui/Views/UserControl/TimerSettingsUserControl.xaml
index 20acf4c2f1..a95411a776 100644
--- a/src/MaaWpfGui/Views/UserControl/TimerSettingsUserControl.xaml
+++ b/src/MaaWpfGui/Views/UserControl/TimerSettingsUserControl.xaml
@@ -46,7 +46,8 @@
HorizontalAlignment="Center"
VerticalContentAlignment="Center"
Content="{DynamicResource TimerCustomConfig}"
- IsChecked="{Binding CustomConfig}" />
+ IsChecked="{Binding CustomConfig}"
+ ToolTip="{DynamicResource TimerCustomConfigTip}" />