From 41e12d9075e46253fa289368f4006e691397489c Mon Sep 17 00:00:00 2001 From: ABA2396 <2396806385@qq.com> Date: Tue, 26 Jul 2022 15:33:47 +0800 Subject: [PATCH 1/2] feat: AboutUserControl translation completed --- .../Resources/Localizations/en-us.xaml | 11 ++++++ .../Resources/Localizations/zh-cn.xaml | 11 ++++++ .../UserControl/AboutUserControl.xaml | 34 ++++++++++++------- 3 files changed, 44 insertions(+), 12 deletions(-) diff --git a/src/MeoAsstGui/Resources/Localizations/en-us.xaml b/src/MeoAsstGui/Resources/Localizations/en-us.xaml index 90e7614216..997ae1090b 100644 --- a/src/MeoAsstGui/Resources/Localizations/en-us.xaml +++ b/src/MeoAsstGui/Resources/Localizations/en-us.xaml @@ -276,4 +276,15 @@ Exit + + + MAA Website + Source: GitHub + Copilot Json sharing QQgroup + QQgroup1(Full) + QQgroup2 + QQgroup3 + Q&A + Issue + \ No newline at end of file diff --git a/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml b/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml index b247584591..313bca8e11 100644 --- a/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml +++ b/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml @@ -276,4 +276,15 @@ 退出 + + + MAA 官网 + 源码:GitHub + 自动战斗作业分享 Q 群 + 一群(已满) + 二群 + 三群 + 常见问题 + 问题反馈 + \ No newline at end of file diff --git a/src/MeoAsstGui/UserControl/AboutUserControl.xaml b/src/MeoAsstGui/UserControl/AboutUserControl.xaml index 199e1a9f29..2e9a99f897 100644 --- a/src/MeoAsstGui/UserControl/AboutUserControl.xaml +++ b/src/MeoAsstGui/UserControl/AboutUserControl.xaml @@ -11,24 +11,34 @@ d:DesignHeight="300" d:DesignWidth="550"> - MAA 官网 + + + - 源码: GitHub + + + + + + + + + + + + + - 自动战斗作业分享 Q 群 + + + - 一群(已满) - 二群 - 三群 - - - 常见问题 - - - 问题反馈 + + + \ No newline at end of file From cb91ad4f7e1685b90401a847cff2258007de4fb9 Mon Sep 17 00:00:00 2001 From: ABA2396 <2396806385@qq.com> Date: Tue, 26 Jul 2022 16:24:13 +0800 Subject: [PATCH 2/2] feat: AutoRecruitSettings translation completed --- .../Resources/Localizations/en-us.xaml | 12 ++++++++++++ .../Resources/Localizations/zh-cn.xaml | 16 ++++++++++++++-- .../AutoRecruitSettingsUserControl.xaml | 16 ++++++++-------- 3 files changed, 34 insertions(+), 10 deletions(-) diff --git a/src/MeoAsstGui/Resources/Localizations/en-us.xaml b/src/MeoAsstGui/Resources/Localizations/en-us.xaml index 997ae1090b..7442615d58 100644 --- a/src/MeoAsstGui/Resources/Localizations/en-us.xaml +++ b/src/MeoAsstGui/Resources/Localizations/en-us.xaml @@ -287,4 +287,16 @@ Q&A Issue + + + Auto refresh Lv3 Tags + Auto use Expedited* + Recruit max times + Manually select 1★ + Auto select 3★ + Auto select 4★ + Auto select 5★ + Auto select 6★ + If checked, the recruitment will be skipped when the entry with 1★ is identified. If not checked, the entry with 1★ will be ignored + \ No newline at end of file diff --git a/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml b/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml index 313bca8e11..c8bbdfd216 100644 --- a/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml +++ b/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml @@ -277,7 +277,7 @@ 退出 - + MAA 官网 源码:GitHub 自动战斗作业分享 Q 群 @@ -286,5 +286,17 @@ 三群 常见问题 问题反馈 - + + + + 自动刷新3星Tags + 自动使用加急许可* + 每次执行时最大招募次数 + 手动确认1星 + 自动确认3星 + 自动确认4星 + 自动确认5星 + 自动确认6星 + 勾选时识别到1星词条时跳过该次招募,未勾选时将忽略1星词条 + \ No newline at end of file diff --git a/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml b/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml index 82fa7e2535..60daf9f83b 100644 --- a/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml +++ b/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml @@ -15,22 +15,22 @@ - - + + Text="{DynamicResource RecruitMaxTimes}" Margin="5" VerticalAlignment="Center" TextWrapping="Wrap" Width="72"/> - - - - - + + + + + \ No newline at end of file