From 27fd5d51b9bc9571702378c4b7ebc91afb709ef5 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Wed, 18 Dec 2024 15:45:08 +0800 Subject: [PATCH] perf: Translate --- apps/i18n/lina/en.json | 3 ++- apps/i18n/lina/zh.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 6f7f666be..f4bb44560 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1421,5 +1421,6 @@ "disallowSelfUpdateFields": "Not allowed to modify the current fields yourself", "forceEnableMFAHelpText": "If force enable, user can not disable by themselves", "removeWarningMsg": "Are you sure you want to remove", - "setVariable": "Set variable" + "setVariable": "Set variable", + "DefaultValueTip": "Save and execute using default values for scheduled tasks. Not filling in the default values may cause the task to fail" } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 7a4f7f4ed..7ae61bed3 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1426,5 +1426,6 @@ "disallowSelfUpdateFields": "不允许自己修改当前字段", "forceEnableMFAHelpText": "如果强制启用,用户无法自行禁用", "removeWarningMsg": "你确定要移除", - "setVariable": "设置参数" + "setVariable": "设置参数", + "DefaultValueTip": "保存并执行和定时任务使用默认值执行,不填写默认值可能会导致任务执行失败" } \ No newline at end of file