12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.AppCenter = MWF.xApplication.AppCenter || {};
- MWF.xApplication.AppCenter.LP={
- "title": "App Export",
- "export": "Export",
- "exportTitle": "Export",
- "output": "Export",
- "outputView": "Open",
- "delete": "Delete",
- "emptyModuleManagerInfo": "The application module has not been created in the system. You can click here to create and export a new application.",
- "emptyModuleInfo": "No application module has been created in the system",
- "moduleName": "Name",
- "moduleCategory": "Category",
- "moduleDescription": "Description",
- "process": "process",
- "portal": "portal",
- "cms": "cms",
- "query": "query",
- "service": "service",
- "processPlatformList": "process",
- "portalList": "portal",
- "cmsList": "cms",
- "queryList": "query",
- "next": "Next",
- "prev": "Prev",
- "ok": "OK",
- "cancel": "Cancel",
- "selectModules": "Select module",
- "name": "Name",
- "id": "ID",
- "select": "Select",
- "processList": "Process",
- "formList": "Form",
- "applicationDictList": "Dictionary",
- "scriptList": "Script",
- "fileList": "File",
- "dictList": "Dictionary",
- "serviceModuleList": "Service",
- "invokeList": "Invoke",
- "agentList": "Agent",
- "pageList": "Page",
- "widgetList": "Widget",
- "categoryInfoList": "Category",
- "appDictList": "Dictionary",
- "viewList": "View",
- "statList": "Stat",
- "revealList": "Reveal",
- "tableList": "Table",
- "statementList": "Statement",
- "importModelList": "ImportModel",
- "selectAll": "All",
- "inverse": "Invert",
- "noNameError": "Please enter the module name",
- "noModuleError": "Please select the module you want to export",
- "selected": "You have selected the following",
- "setup": "Import Application",
- "conflict": "Conflict",
- "ignore": "ignore",
- "create": "create",
- "cover": "cover",
- "setupSuccess": "Application imported successfully!",
- "localApp": "Local application"
- }
- MWF.xApplication.AppCenter["lp."+o2.language] = MWF.xApplication.AppCenter.LP
|