en.js 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.ConfigDesigner = MWF.xApplication.ConfigDesigner || {};
  3. MWF.xApplication.ConfigDesigner.LP={
  4. "title": "Config",
  5. "newScript": "New Config",
  6. "scriptLibrary": "Config list",
  7. "property": "Property",
  8. "include": "Include",
  9. "id": "ID",
  10. "name": "Name",
  11. "node": "Node",
  12. "alias": "Alias",
  13. "description": "Description",
  14. "notice": {
  15. "save_success": "The configuration is saved successfully!",
  16. "deleteDataTitle": "Delete confirmation",
  17. "deleteData": "Are you sure to delete the current data and its sub-data?",
  18. "changeTypeTitle": "Change Data Type Confirmation",
  19. "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to execute it?",
  20. "changeType": "Changing the data type will change the value of the data, are you sure you want to execute it?",
  21. "inputTypeError": "The data type you entered is wrong, please re-enter",
  22. "sameKey": "The item name you entered already exists in the object, please re-enter",
  23. "emptyKey": "Project name cannot be empty, please re-enter",
  24. "numberKey": "The item name cannot be a number, please re-enter",
  25. "inputName": "Please enter the configuration name"
  26. },
  27. "formToolbar": {
  28. "save": "Save script",
  29. "autoSave": "AutoSave",
  30. "fontSize": "Font size",
  31. "style": "style",
  32. "scriptEditor": "Script Editor"
  33. }
  34. }
  35. MWF.xApplication.ConfigDesigner["lp."+o2.language] = MWF.xApplication.ConfigDesigner.LP