-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathen-US.json
More file actions
26 lines (26 loc) · 848 Bytes
/
en-US.json
File metadata and controls
26 lines (26 loc) · 848 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": "Name",
"Status": "Status",
"NextRuntime": "NextRuntime",
"LastRuntime": "LastRuntime",
"LastRunResult": "LastRunResult",
"Exception": "Exception",
"Operation": "Operation",
"SchedulerStatus.Running": "Running",
"SchedulerStatus.Ready": "Ready",
"SchedulerStatus.Disabled": "Disabled",
"TriggerResult.Running": "Running",
"TriggerResult.Success": "Success",
"TriggerResult.Cancelled": "Cancelled",
"TriggerResult.Timeout": "Timeout",
"TriggerResult.Error": "Error",
"ButtonPause": "Pause",
"ButtonRun": "Run",
"ButtonLog": "Log",
"LogDialogTitle": "{0} - Log(Latest 20 Items)",
"LogDialogConsoleHeaderText": "Action Log",
"ExceptionDialogTitle": "{0} - Exception Detail",
"None": "None"
}
}