mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 19:17:01 +00:00
perf: TimerExecution translate
This commit is contained in:
parent
755a124b50
commit
4e719ecacd
@ -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",
|
||||
|
@ -1256,7 +1256,8 @@
|
||||
"TimeExpression": "时间表达式",
|
||||
"Timeout": "超时",
|
||||
"TimeoutHelpText": "当此值为-1时,不指定超时时间",
|
||||
"Timer": "定时执行",
|
||||
"Timer": "定时",
|
||||
"TimerExecution": "定时执行",
|
||||
"Title": "标题",
|
||||
"To": "至",
|
||||
"Today": "今天",
|
||||
|
Loading…
Reference in New Issue
Block a user