-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathzh-CN.json
More file actions
26 lines (26 loc) · 873 Bytes
/
zh-CN.json
File metadata and controls
26 lines (26 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"BootstrapBlazor.Components.Tasks.TaskDashboard": {
"Name": "名称",
"Status": "调度状态",
"NextRuntime": "下次运行时间",
"LastRuntime": "上次运行时间",
"LastRunResult": "上次结果",
"Exception": "异常",
"Operation": "操作",
"SchedulerStatus.Running": "运行中",
"SchedulerStatus.Ready": "已停止",
"SchedulerStatus.Disabled": "禁用",
"TriggerResult.Running": "运行",
"TriggerResult.Success": "成功",
"TriggerResult.Cancelled": "取消",
"TriggerResult.Timeout": "超时",
"TriggerResult.Error": "故障",
"ButtonPause": "暂停",
"ButtonRun": "运行",
"ButtonLog": "日志",
"LogDialogTitle": "{0} - 日志窗口(最新 20 条)",
"LogDialogConsoleHeaderText": "执行日志",
"ExceptionDialogTitle": "{0} - 异常明细",
"None": "无"
}
}