aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/src/i18n/languages.json
blob: b4cff9c0580c30e010a90ba355bec6a6ff97e108 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
    "en": {
        "catalog": {
            "elementFound": "%{count} Elements found",
            "elementFound_0": "No Elements found",
            "elementFound_1": "%{count} Element found",
            "orderBy": "Order By",
            "alphabeticalOrder": "Alphabetical order",
            "addWorkflow": "Add Workflow"
        },
        "date": {
            "short": "D/MM/YYYY hh:mm A",
            "long": "MMMM Do, YYYY, hh:mm A"
        },
        "buttons": {
            "submitBtn": "Submit",
            "saveBtn": "Save",
            "createBtn": "Create",
            "cancelBtn": "Cancel",
            "certifyBtn": "Certify",
            "completeBtn": "Complete",
            "undoBtn": "Undo",
            "closeBtn": "Close",
            "okBtn": "Ok",
            "backToCatalog": "Catalog"
        },
        "form": {
            "name": "Name",
            "description": "Description"
        },
        "workflow": {
            "general": {
                "headerTitle": "General",
                "name": "Name",
                "description": "Description",
                "created": "Created",
                "modified": "Modified"
            },
            "version": "Version",
            "sideBar": {
                "general": "General",
                "inputOutput": "Input / Output",
                "composition": "Composition"
            },
            "overview": {
                "viewOverview": "Workflow Overview",
                "versionList": "Versions",
                "newVersion": "Create New Version",
                "title": "Overview",
                "lastEdited": "Last Edited On",
                "backBtnLabel": "WORKFLOW CATALOG",
                "archived": "Archived",
                "archive": "ARCHIVE",
                "confirmArchive": "Are you sure you want to delete \"%{name}\"?"
            },
            "inputOutput": {
                "name": "Name",
                "type": "Type",
                "mandatory": "Mandatory",
                "noData": "No Parameters to Show",
                "addInput": "Add Input",
                "addOutput": "Add Output",
                "inputs": "Inputs",
                "outputs": "Outputs",
                "DELETE": "DELETE",
                "CANCEL": "CANCEL",
                "confirmDelete": "Are you sure you want to delete \"%{name}\"?"
            },
            "errorMessages": {
                "alreadyExists": "Already exists",
                "invalidCharacters": "Alphanumeric and underscore only",
                "emptyName": "Field is required",
                "nameFieldLength": "Name must be at least %{minValue} characters and no more than %{maxValue} characters"
            },
            "composition": {
                "bpmnError" : "BPMN.IO Error",
                "exportErrorMsg": "Could not export diagram",
                "saveErrorMsg": "Could not save diagram",
                "importErrorMsg": "Could not import diagram"
            },
            "confirmationMessages": {
                "certifyTitle": "Certify Version",
                "certifyMessage": "Successfully certified",
                "updateTitle": "Update Workflow Version",
                "updateMessage": "Successfully updated"
            }
        },
        "version": {
            "category": "Version Category"
        }
    }
}