|
1 | 1 | { |
2 | | - "label.operations": "Operations", |
3 | | - "operations.noData": "No operations data", |
4 | | - "dialog.cancel.header": "Cancel operation", |
5 | | - "dialog.cancel.text": "The operation will be cancelled. Do you want to proceed?", |
6 | | - "controls.cancelNotAllowed": "You don't have enough rights to cancel this operation", |
7 | | - "controls.searchPlaceholder": "Search operations", |
8 | | - "controls.kindPlaceholder": "Select operation kind", |
9 | | - "page.title": "Operations", |
10 | | - "kind.ssBackgrounds": "SS/Backgrounds", |
11 | | - "kind.export": "Export", |
12 | | - "kind.buildIndex": "Build Index", |
13 | | - "status.success": "Success", |
14 | | - "status.badRequest": "Bad Request", |
15 | | - "status.unauthorized": "Unauthorized", |
16 | | - "status.internalError": "Internal Error", |
17 | | - "status.aborted": "Aborted", |
18 | | - "status.unavailable": "Unavailable", |
19 | | - "status.overloaded": "Overloaded", |
20 | | - "status.schemeError": "Scheme Error", |
21 | | - "status.genericError": "Generic Error", |
22 | | - "status.timeout": "Timeout", |
23 | | - "status.badSession": "Bad Session", |
24 | | - "status.preconditionFailed": "Precondition Failed", |
25 | | - "status.alreadyExists": "Already Exists", |
26 | | - "status.notFound": "Not Found", |
27 | | - "status.sessionExpired": "Session Expired", |
28 | | - "status.cancelled": "Cancelled", |
29 | | - "status.undetermined": "Undetermined", |
30 | | - "status.unsupported": "Unsupported", |
31 | | - "status.sessionBusy": "Session Busy", |
32 | | - "status.externalError": "External Error", |
| 2 | + "label_operations": "Operations", |
| 3 | + "title_empty": "No operations data", |
| 4 | + "pleaceholder_search": "Search operations", |
| 5 | + "placeholder_kind": "Select operation kind", |
| 6 | + "kind_ssBackgrounds": "SS/Backgrounds", |
| 7 | + "kind_export": "Export", |
| 8 | + "kind_buildIndex": "Build Index", |
33 | 9 |
|
34 | | - "column.operationId": "Operation ID", |
35 | | - "column.status": "Status", |
36 | | - "column.createdBy": "Created By", |
37 | | - "column.createTime": "Create Time", |
38 | | - "column.endTime": "End Time", |
39 | | - "column.duration": "Duration", |
40 | | - "duration.ongoing": "{{value}} (ongoing)" |
| 10 | + "column_operationId": "Operation ID", |
| 11 | + "column_status": "Status", |
| 12 | + "column_createdBy": "Created By", |
| 13 | + "column_createTime": "Create Time", |
| 14 | + "column_endTime": "End Time", |
| 15 | + "column_duration": "Duration", |
| 16 | + "label_duration-ongoing": "{{value}} (ongoing)" |
41 | 17 | } |
0 commit comments