feat: 为自动公招的输出日志增加已公招次数 (#16651)

* feat: 为自动公招的输出日志增加已公招次数

* chore: LocalizationHelper 有自带 Format 的 GetString

---------

Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
This commit is contained in:
H2O_MERO
2026-05-17 05:37:18 +08:00
committed by GitHub
parent f0390d9c62
commit 326fd03ccb
6 changed files with 6 additions and 0 deletions

View File

@@ -1582,6 +1582,7 @@ public class AsstProxy
}
Instances.TaskQueueViewModel.AddLog(LocalizationHelper.GetString("RecruitConfirm"), UiLogColor.Info);
Instances.TaskQueueViewModel.AddLog(LocalizationHelper.GetStringFormat("RecruitTimesCount", RecruitConfirmTime), UiLogColor.Info);
break;
case "InfrastDormDoubleConfirmButton":

View File

@@ -1198,6 +1198,7 @@ Right-click to clear inactive jobs</system:String>
<system:String x:Key="FightMissionFailedAndStop">Proxy failed too many times, task stopped</system:String>
<system:String x:Key="LabelsRefreshed">Labels refreshed</system:String>
<system:String x:Key="RecruitConfirm">Recruit confirm</system:String>
<system:String x:Key="RecruitTimesCount">Recruited {0} times</system:String>
<system:String x:Key="InfrastDormDoubleConfirmed">{key=Operator} conflict</system:String>
<system:String x:Key="BegunToExplore">Exploration started</system:String>
<system:String x:Key="RoutingRestartTooManyBattles">Too many battles ahead: {0}, restarting route</system:String>

View File

@@ -1199,6 +1199,7 @@ C:\\leidian\\LDPlayer9
<system:String x:Key="FightMissionFailedAndStop">自動指揮の失敗回数が上限に達したため、任務が停止されました</system:String>
<system:String x:Key="LabelsRefreshed">タグが更新されました</system:String>
<system:String x:Key="RecruitConfirm">募集を行いました</system:String>
<system:String x:Key="RecruitTimesCount">公開求人 {0} 回</system:String>
<system:String x:Key="InfrastDormDoubleConfirmed">{key=Operator}が競合しました</system:String>
<system:String x:Key="BegunToExplore">探索を開始しました</system:String>
<system:String x:Key="RoutingRestartTooManyBattles">前方の戦闘数:{0}、ルートを再計画します</system:String>

View File

@@ -1200,6 +1200,7 @@ C:\\leidian\\LDPlayer9
<system:String x:Key="FightMissionFailedAndStop">대리 지휘 실패 횟수 초과로 작업을 중단합니다</system:String>
<system:String x:Key="LabelsRefreshed">태그 갱신 완료</system:String>
<system:String x:Key="RecruitConfirm">모집 확정</system:String>
<system:String x:Key="RecruitTimesCount">공개모집 {0}회</system:String>
<system:String x:Key="InfrastDormDoubleConfirmed">요구 {key=Operator} 중복(충돌)</system:String>
<system:String x:Key="BegunToExplore">탐험 시작</system:String>
<system:String x:Key="RoutingRestartTooManyBattles">작전 노드 개수: {0}, 작전 노드가 너무 많아 재시작합니다</system:String>

View File

@@ -1199,6 +1199,7 @@ C:\\leidian\\LDPlayer9。\n
<system:String x:Key="FightMissionFailedAndStop">代理失败次数已达上限,任务已停止</system:String>
<system:String x:Key="LabelsRefreshed">已刷新标签</system:String>
<system:String x:Key="RecruitConfirm">已确认招募</system:String>
<system:String x:Key="RecruitTimesCount">已公招 {0} 次</system:String>
<system:String x:Key="InfrastDormDoubleConfirmed">{key=Operator}冲突</system:String>
<system:String x:Key="BegunToExplore">已开始探索</system:String>
<system:String x:Key="RoutingRestartTooManyBattles">前方战斗数:{0},重开路线</system:String>

View File

@@ -1199,6 +1199,7 @@ C:\\leidian\\LDPlayer9\n
<system:String x:Key="FightMissionFailedAndStop">代理失敗次數已達上限,任務已停止</system:String>
<system:String x:Key="LabelsRefreshed">已刷新標籤</system:String>
<system:String x:Key="RecruitConfirm">已確認招募</system:String>
<system:String x:Key="RecruitTimesCount">已公招 {0} 次</system:String>
<system:String x:Key="InfrastDormDoubleConfirmed">{key=Operator}衝突</system:String>
<system:String x:Key="BegunToExplore">已開始探索</system:String>
<system:String x:Key="RoutingRestartTooManyBattles">前方戰鬥數:{0},重新規劃路線</system:String>