123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.query = MWF.xApplication.query || {};
- MWF.xApplication.query.QueryExplorer = MWF.xApplication.query.QueryExplorer || {};
- MWF.xApplication.query.QueryExplorer.LP={
- "title": "Data Platform",
- "all": "All",
- "create": "Create",
- "import": "Import",
- "find": "FindCode",
- "noApplicationCreate": "The system does not have a data application or there is no data application that you have permission to manage <br/> Click here to create a new data application",
- "noApplication": "The system does not have a data application or there is no data application that you have permission to manage",
- "unDescription": "This data application has no description",
- "view": "View",
- "stat": "Stat",
- "noView": "This application has no view yet, click here to create a new view",
- "noStat": "This application has no statistics yet, click here to create a new statistic",
- "unCategory": "Uncategorized",
- "name": "Name",
- "alias": "Alias",
- "description": "Description",
- "type": "Category",
- "icon": "Icon",
- "action_ok": "OK",
- "action_cancel": "Cancel",
- "createApplication_cancel_title": "Cancel Confirmation",
- "createApplication_cancel": "Are you sure you want to cancel the newly created data application?",
- "createApplicationSuccess": "Create data application complete!",
- "searchAppPlacholder": "Search for the application",
- "searchAppTitle": "Match the name, alias and id of the application",
- "application": {
- "export": "Export",
- "export_ok": "OK",
- "export_cancel": "Cancel",
- "view": "View",
- "stat": "Stat",
- "page": "Page",
- "process": "Process",
- "form": "Form",
- "dictionary": "Dictionary",
- "script": "Script",
- "import": "Import",
- "import_confirm_title": "Import data application confirmation",
- "import_confirm": "The data application to be imported already exists, do you want to overwrite it? \nClick \"OK\" to overwrite the existing data application, and this operation cannot be undone",
- "createApplication_cancel_title": "Cancel Confirmation",
- "createApplication_cancel": "Are you sure you want to cancel the newly created data application?",
- "inputApplicationName": "Please enter the data application name!",
- "createApplicationSuccess": "Create data application complete!",
- "deleteElements": "Delete selected data application",
- "deleteElementsTitle": "Delete data application confirmation",
- "deleteElementsConfirm": "Are you sure you want to delete the selected data application? <br><font style='color: red'>This operation will delete all design elements of the selected data application, including views, statistics, data tables, etc., And cannot be restored<br></font>",
- "deleteApplicationAllConfirm": "At the same time delete the completed process instance",
- "deleteElementsConfirmAgain": "<font style='color: #00F; font-size:14px'>Please confirm again that you want to delete the following data applications:</font>",
- "deleteElementsAllConfirmAgain": "<font style='color: #00F; font-size:14px'>Please confirm again that you want to delete the following data applications:</font>",
- "select": "Invert Selection"
- }
- }
- MWF.xApplication.query.QueryExplorer["lp."+o2.language] = MWF.xApplication.query.QueryExplorer.LP
|