123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- MWF.xApplication.process.ApplicationExplorer.LP = {
- "title": "Process Platform",
- "all": "All",
- "create": "Create",
- "import": "Import",
- "find": "FindCode",
- "noApplicationCreate": "There are no applications in the system or no apps you have permission to manage <br/> Click here to create a new application",
- "noApplication": "There are no applications in the system or apps that you have permission to manage",
- "unDescription": "No description",
- "form": "Form",
- "process": "Process",
- "noProcess": "No process, click here to create a new process",
- "noForm": "No forms, click here to create a new form",
- "unCategory": "Uncategorized",
- "name": "Name",
- "alias": "Alias",
- "description": "Description",
- "type": "Category",
- "icon": "Icon",
- "action_ok": "OK",
- "action_cancel": "Cancel",
- "createApplication_cancel_title": "Cancel confirmation of create",
- "createApplication_cancel": "Are you sure you want to cancel the new application?",
- "createApplicationSuccess": "Application is created!",
- "searchAppPlacholder": "Enter the name to search for the application",
- "application": {
- "export": "Export",
- "export_ok": "OK",
- "export_cancel": "Cancel",
- "process": "Process",
- "form": "Form",
- "dictionary": "Dictionary",
- "script": "Script",
- "import": "Import",
- "import_confirm_title": "Import application confirmation",
- "import_confirm": "The application to be imported already exists, do you want to overwrite it?\nClicking \"OK\" will overwrite the existing application, and this operation cannot be undone",
- "createApplication_cancel_title": "Cancel confirmation of create",
- "createApplication_cancel": "Are you sure you want to cancel the new application?",
- "inputApplicationName": "Please enter the application name!",
- "createApplicationSuccess": "Application is created!",
- "deleteElements": "Delete selected application",
- "deleteElementsTitle": "Delete application confirmation",
- "deleteElementsConfirm": "Are you sure you want to delete the selected application? <br><font style='color: red'>This operation will delete all design elements of the selected application, including processes, forms, data, scripts, and process instances, and cannot be restored! <br></font>",
- "deleteApplicationAllConfirm": "Delete the completed process instance At the same time",
- "deleteElementsConfirmAgain": "<font style='color: #00F; font-size:14px'>Please confirm again that you want to delete the following apps: </font>",
- "deleteElementsAllConfirmAgain": "<font style='color: #00F; font-size:14px'>Please confirm again that you want to delete the following applications and delete all process instances of this application:</font>",
- "select": "Invert Selection"
- }
- };
|