en.js 1.2 KB

1234567891011121314151617181920212223242526272829
  1. MWF.xApplication.cms.ScriptDesigner.LP = {
  2. "title": "Script Editor",
  3. "newScript": "New Script",
  4. "scriptLibrary": "Script Library",
  5. "property": "Property",
  6. "include": "include",
  7. "id": "Identification",
  8. "name": "Name",
  9. "alias": "Alias",
  10. "description": "Description",
  11. "notice": {
  12. "save_success": "The script was saved successfully!",
  13. "deleteDataTitle": "Delete Data Confirmation",
  14. "deleteData": "Are you sure to delete the current data and its sub-data?",
  15. "changeTypeTitle": "Change Data Type Confirmation",
  16. "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to do it?",
  17. "changeType": "Changing the data type will change the value of the data. Are you sure you want to do it?",
  18. "inputTypeError": "The data type you entered is wrong, please re-enter",
  19. "sameKey": "The item name you entered already exists in the object, please re-enter",
  20. "emptyKey": "Project name cannot be empty, please re-enter",
  21. "numberKey": "The item name cannot be a number, please re-enter",
  22. "inputName": "Please enter the script name"
  23. }
  24. };