From 4e719ecacd4958170e3e8f549b384b8e56669865 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Wed, 18 Sep 2024 15:00:41 +0800 Subject: [PATCH] perf: TimerExecution 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 6e454af30..4494ee93f 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1019,7 +1019,7 @@ "RunCommand": "Run command", "RunJob": "Run job", "RunSucceed": "Task successfully completed", - "RunTaskManually": "Manually execute", + "RunTaskManually": "Manually execution", "RunasHelpText": "Enter username for running script", "RunasPolicy": "Account policy", "RunasPolicyHelpText": "When there are no users currently running on the asset, what account selection strategy should be adopted. skip: do not execute. prioritize privileged accounts: if there are privileged accounts, select them first; if not, select regular accounts. only privileged accounts: select only from privileged accounts; if none exist, do not execute.", @@ -1254,6 +1254,7 @@ "Timeout": "Timeout", "TimeoutHelpText": "When this value is -1, no timeout is specified.", "Timer": "Timer", + "TimerExecution": "Timer execution", "Title": "Title", "To": "To", "Today": "Today", diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 45106c025..00884db00 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1256,7 +1256,8 @@ "TimeExpression": "时间表达式", "Timeout": "超时", "TimeoutHelpText": "当此值为-1时,不指定超时时间", - "Timer": "定时执行", + "Timer": "定时", + "TimerExecution": "定时执行", "Title": "标题", "To": "至", "Today": "今天",