improve multi language

This commit is contained in:
yoan
2024-11-23 12:55:31 +08:00
parent 47050769fc
commit 37df882ed3
22 changed files with 291 additions and 105 deletions

View File

@@ -148,7 +148,7 @@ export const initWorkflow = (): Workflow => {
return {
id: "",
name: i18n.t("workflow.default.name"),
name: i18n.t("workflow.props.name.default"),
type: "auto",
crontab: "0 0 * * *",
enabled: false,