${t.allStrategiesTitle}
${t.addStrategy}
${ getStrategyProgressText(scope.row.id) }
${t.lastRun}: ${ formatTimestamp(latestStrategyStatusMap[scope.row.id].timestamp) }
${t.matched}: ${ latestStrategyStatusMap[scope.row.id].match_count } ${t.stocks}
${t.matched}: ${ latestStrategyStatusMap[scope.row.id].match_count } ${t.stocks}
${t.chainRunHistory}
${t.newChainRun}
${t.executionChain}:
${t.stage} ${ scope.row.stage }/${ scope.row.total_stages }: ${ scope.row.stage_name }
${t.taskHistory}
${t.refresh}
${t.systemManagement}
${t.dataStatistics}
${t.ldayData}
${t.fileCount}: ${ stats.lday_count }
${t.totalSize}: ${ stats.lday_size }
${t.qfqData}
${t.fileCount}: ${ stats.qfq_count }
${t.totalSize}: ${ stats.qfq_size }
${t.userManagement}
${t.help}
${t.selectDocToView}
${t.task}: ${ task.id.startsWith('chain_') ? t.chainRuns : task.name }
(${t.stage} ${ task.stage }/${ task.total_stages }: ${ task.stage_name })
${ task.processed || 0 }/${ task.total }
${t.matched}: ${ task.match_count != null ? task.match_count : 0 }
成交量:${ formatNumber(scope.row.vol, 0) }
涨跌幅:${ scope.row.pct_chg > 0 ? '+' : '' }${ formatNumber(scope.row.pct_chg) }%
市值排名:${ scope.row.mkt_cap_rank }/${ scope.row.mkt_cap_total }
${t.chainRunDialogDesc}