更新国际化文案

This commit is contained in:
whyour
2026-06-11 23:18:45 +08:00
parent 05f8fd3805
commit 6796068523
10 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -577,7 +577,7 @@ export default class CronService {
{ where: { id: instance.cron_id } },
);
}
return { code: 200, message: '实例已停止' };
return { code: 200, message: t('实例已停止') };
}
private async runSingle(cronId: number): Promise<number | void> {