更新多语言

This commit is contained in:
whyour
2023-08-05 12:33:43 +08:00
parent 0bf28e9ab3
commit b1a242c8ee
30 changed files with 186 additions and 109 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ const CronModal = ({
if (!value || cronParse.parseExpression(value).hasNext()) {
return Promise.resolve();
} else {
return Promise.reject('Cron表达式格式有误');
return Promise.reject(intl.get('Cron表达式格式有误'));
}
},
},