更新国际化文案

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
+2 -1
View File
@@ -24,6 +24,7 @@ import path, { join } from 'path';
import ScheduleService, { TaskCallbacks } from './schedule';
import { SimpleIntervalSchedule } from 'toad-scheduler';
import SockService from './sock';
import { t } from '../shared/i18n';
import SshKeyService from './sshKey';
import dayjs from 'dayjs';
import { LOG_END_SYMBOL } from '../config/const';
@@ -192,7 +193,7 @@ export default class SubscriptionService {
this.sockService.sendMessage({
type: 'runSubscriptionEnd',
message: '订阅执行完成',
message: t('订阅执行完成'),
references: [doc.id as number],
});
},