perf: TimerExecution translate

pull/14184/head
feng 2024-09-18 15:00:41 +08:00 committed by feng626
parent 755a124b50
commit 4e719ecacd
2 changed files with 4 additions and 2 deletions

View File

@ -1019,7 +1019,7 @@
"RunCommand": "Run command", "RunCommand": "Run command",
"RunJob": "Run job", "RunJob": "Run job",
"RunSucceed": "Task successfully completed", "RunSucceed": "Task successfully completed",
"RunTaskManually": "Manually execute", "RunTaskManually": "Manually execution",
"RunasHelpText": "Enter username for running script", "RunasHelpText": "Enter username for running script",
"RunasPolicy": "Account policy", "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.", "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", "Timeout": "Timeout",
"TimeoutHelpText": "When this value is -1, no timeout is specified.", "TimeoutHelpText": "When this value is -1, no timeout is specified.",
"Timer": "Timer", "Timer": "Timer",
"TimerExecution": "Timer execution",
"Title": "Title", "Title": "Title",
"To": "To", "To": "To",
"Today": "Today", "Today": "Today",

View File

@ -1256,7 +1256,8 @@
"TimeExpression": "时间表达式", "TimeExpression": "时间表达式",
"Timeout": "超时", "Timeout": "超时",
"TimeoutHelpText": "当此值为-1时不指定超时时间", "TimeoutHelpText": "当此值为-1时不指定超时时间",
"Timer": "定时执行", "Timer": "定时",
"TimerExecution": "定时执行",
"Title": "标题", "Title": "标题",
"To": "至", "To": "至",
"Today": "今天", "Today": "今天",