feat: 添加提示

This commit is contained in:
uye
2023-07-12 15:50:01 +08:00
parent ecfa8de4b5
commit b5dca9cc27
6 changed files with 7 additions and 1 deletions

View File

@@ -177,6 +177,7 @@
<system:String x:Key="ForceScheduledStart">Force scheduled start</system:String>
<system:String x:Key="ForceScheduledStartTip">Stop current task, restart game and start new tasks</system:String>
<system:String x:Key="TimerCustomConfig">Custom config</system:String>
<system:String x:Key="TimerCustomConfigTip">Restart and switch configuration two minutes in advance</system:String>
<system:String x:Key="Timer">Timer</system:String>
<system:String x:Key="TimerTip">This option page is for global config</system:String>
<system:String x:Key="SwitchConfiguration">Configuration</system:String>

View File

@@ -177,6 +177,7 @@
<system:String x:Key="ForceScheduledStart">強制的なタイミングで起動</system:String>
<system:String x:Key="ForceScheduledStartTip">現在のタスクを停止して、ゲームを再起動し、新しいタスクを開始します</system:String>
<system:String x:Key="TimerCustomConfig">カスタム構成オプション</system:String>
<system:String x:Key="TimerCustomConfigTip">2分前に再起動して設定を切り替えます</system:String>
<system:String x:Key="Timer">タイマー</system:String>
<system:String x:Key="TimerTip">このオプション ページはグローバル設定用です</system:String>
<system:String x:Key="SwitchConfiguration">構成を切り替える</system:String>

View File

@@ -177,6 +177,7 @@
<system:String x:Key="ForceScheduledStart">강제로 예약된 시작</system:String>
<system:String x:Key="ForceScheduledStartTip">현재 작업을 중지하고 게임을 다시 시작하여 새 작업을 시작합니다</system:String>
<system:String x:Key="TimerCustomConfig">사용자 지정 구성 옵션</system:String>
<system:String x:Key="TimerCustomConfigTip">2분 전에 재시작하여 설정을 전환합니다</system:String>
<system:String x:Key="Timer">타이머</system:String>
<system:String x:Key="TimerTip">이 옵션 페이지는 전역 구성용입니다.</system:String>
<system:String x:Key="SwitchConfiguration">구성 전환</system:String>

View File

@@ -177,6 +177,7 @@
<system:String x:Key="ForceScheduledStart">强制定时启动</system:String>
<system:String x:Key="ForceScheduledStartTip">停止当前任务,重启游戏并开始新任务</system:String>
<system:String x:Key="TimerCustomConfig">自定义配置选择</system:String>
<system:String x:Key="TimerCustomConfigTip">将提前两分钟重启并切换配置</system:String>
<system:String x:Key="Timer">定时</system:String>
<system:String x:Key="TimerTip">此选项页为全局配置</system:String>
<system:String x:Key="SwitchConfiguration">切换配置</system:String>

View File

@@ -177,6 +177,7 @@
<system:String x:Key="ForceScheduledStart">強制定時啟動</system:String>
<system:String x:Key="ForceScheduledStartTip">停止當前任務,重新啟動遊戲並開始新任務</system:String>
<system:String x:Key="TimerCustomConfig">自定義配置選擇</system:String>
<system:String x:Key="TimerCustomConfigTip">將提前兩分鐘重啟並切換配置</system:String>
<system:String x:Key="Timer">定時</system:String>
<system:String x:Key="TimerTip">此選項頁為全局配置</system:String>
<system:String x:Key="SwitchConfiguration">切換配置</system:String>

View File

@@ -46,7 +46,8 @@
HorizontalAlignment="Center"
VerticalContentAlignment="Center"
Content="{DynamicResource TimerCustomConfig}"
IsChecked="{Binding CustomConfig}" />
IsChecked="{Binding CustomConfig}"
ToolTip="{DynamicResource TimerCustomConfigTip}" />
</StackPanel>
<Grid Grid.Row="2">