mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
feat: Hover prompts translation
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
<system:String x:Key="AboutUs">About us</system:String>
|
||||
|
||||
<system:String x:Key="LabelSequenceTip">The label sequence can be dragged</system:String>
|
||||
<system:String x:Key="CheckBoxesNotSaved">This option is not saved after restart</system:String>
|
||||
<system:String x:Key="NoAutoNavigation">The feature does not automatically navigate to the stage</system:String>
|
||||
<!--Settings-->
|
||||
|
||||
<!--Farming-->
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
<system:String x:Key="AboutUs">关于我们</system:String>
|
||||
|
||||
<system:String x:Key="LabelSequenceTip">标签顺序可拖动</system:String>
|
||||
<system:String x:Key="CheckBoxesNotSaved">该选项设置重启后不保存</system:String>
|
||||
<system:String x:Key="NoAutoNavigation">该选项不会自动导航至对应关卡</system:String>
|
||||
<!--设置-->
|
||||
|
||||
<!--一键长草-->
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<StackPanel Grid.Column="0" VerticalAlignment="Center" Margin="10">
|
||||
<CheckBox IsChecked="{Binding RefreshLevel3}" Content="自动刷新3星Tags" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10" />
|
||||
<CheckBox IsChecked="{Binding UseExpedited}" Content="自动使用加急许可*" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10"
|
||||
ToolTip="该选项设置重启后不保存"/>
|
||||
ToolTip="{DynamicResource CheckBoxesNotSaved}"/>
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0, 10">
|
||||
<TextBlock Style="{StaticResource TextBlockDefault}" Block.TextAlignment="Center"
|
||||
Text="每次执行时
最大招募次数" Margin="5" VerticalAlignment="Center" />
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<StackPanel Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Center">
|
||||
<CheckBox IsChecked="{Binding UseStone}" Content="{DynamicResource UseOriginitePrime}" Margin="10 10 16.5 10"
|
||||
ToolTip="该选项设置重启后不保存"/>
|
||||
ToolTip="{DynamicResource CheckBoxesNotSaved}"/>
|
||||
<hc:TextBox Text="{Binding StoneNumber}" TextWrapping="Wrap" Margin="10"
|
||||
Width="50" InputMethod.IsInputMethodEnabled="False"
|
||||
TextType="Int"/>
|
||||
@@ -39,14 +39,14 @@
|
||||
</StackPanel>
|
||||
<StackPanel Orientation="Horizontal" Grid.Row="2" VerticalAlignment="Center">
|
||||
<CheckBox IsChecked="{Binding HasTimesLimited}" Content="{DynamicResource PerformBattles}" Margin="10 10 4.5 10"
|
||||
ToolTip="该选项设置重启后不保存"/>
|
||||
ToolTip="{DynamicResource CheckBoxesNotSaved}"/>
|
||||
<hc:TextBox Text="{Binding MaxTimes}" TextWrapping="Wrap" Margin="10"
|
||||
Width="50" InputMethod.IsInputMethodEnabled="False"
|
||||
TextType="Int"/>
|
||||
</StackPanel>
|
||||
<StackPanel Orientation="Horizontal" Grid.Row="3" VerticalAlignment="Center">
|
||||
<CheckBox IsChecked="{Binding IsSpecifiedDrops}" Content="{DynamicResource AssignedMaterial}" Margin="10"
|
||||
ToolTip="该选项不会自动导航至对应关卡"/>
|
||||
ToolTip="{DynamicResource NoAutoNavigation}"/>
|
||||
<ComboBox Width="120" Margin="10"
|
||||
IsEditable="True"
|
||||
IsTextSearchEnabled ="True"
|
||||
|
||||
Reference in New Issue
Block a user