disable undo and empty name validation
[sdc/sdc-workflow-designer.git] / workflow-designer-ui / src / main / frontend / src / i18n / languages.json
1 {
2     "en": {
3         "catalog": {
4             "elementFound": "%{count} Elements found",
5             "elementFound_0": "No Elements found",
6             "elementFound_1": "%{count} Element found",
7             "orderBy": "Order By",
8             "alphabeticalOrder": "Alphabetical order",
9             "addWorkflow": "Add Workflow"
10         },
11         "date": {
12             "short": "D/MM/YYYY hh:mm A",
13             "long": "MMMM Do, YYYY, hh:mm A"
14         },
15         "buttons": {
16             "submitBtn": "Submit",
17             "saveBtn": "Save",
18             "createBtn": "Create",
19             "cancelBtn": "Cancel",
20             "certifyBtn": "Certify",
21             "undoBtn": "Undo",
22             "closeBtn": "Close"
23         },
24         "form": {
25             "name": "Name",
26             "description": "Description"
27         },
28         "workflow": {
29             "general": {
30                 "headerTitle": "General",
31                 "name": "Name",
32                 "description": "Description",
33                 "created": "Created",
34                 "modified": "Modified"
35             },
36             "sideBar": {
37                 "general": "General",
38                 "inputOutput": "Input / Output",
39                 "composition": "Composition"
40             },
41             "overview": {
42                 "viewOverview": "Workflow Overview",
43                 "versionList": "Versions",
44                 "newVersion": "Create New Version",
45                 "title": "Overview",
46                 "lastEdited": "Last Edited On"
47             },
48             "inputOutput": {
49                 "name": "Name",
50                 "type": "Type",
51                 "mandatory": "Mandatory",
52                 "noData": "No Parameters to Show",
53                 "addInput": "Add Input",
54                 "addOutput": "Add Output",
55                 "inputs": "Inputs",
56                 "outputs": "Outputs",
57                 "DELETE": "DELETE",
58                 "CANCEL": "CANCEL",
59                 "confirmDlete": "Are you sure you want to delete \"%{name}\"?",
60                 "alreadyExists": "Already exists",
61                 "invalidCharacters": "Alphanumeric and underscore only",
62                 "emptyName": "Empty Name"
63             },
64             "composition": {
65                 "bpmnError" : "BPMN.IO Error"
66             }
67         },
68         "version": {
69             "category": "Version Category"
70         }
71     }
72 }