en.js 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. MWF.xApplication.process.ScriptDesigner.LP = {
  2. "title": "ScriptEditor",
  3. "newScript": "Create Script",
  4. "scriptLibrary": "Script Library",
  5. "property": "Property",
  6. "include": "Include",
  7. "id": "ID",
  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 execute it?",
  17. "changeType": "Changing the data type will change the value of the data. Are you sure you want to execute 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. "version" : {
  25. "title" : "View form version history",
  26. "close" : "Close",
  27. "no":"SerialNumber",
  28. "updateTime":"UpdateTime",
  29. "op":"action",
  30. "resume" : "Resume",
  31. "resumeConfirm" : "Resume Confirmation",
  32. "resumeInfo" : "Are you sure you need to perform a form recovery operation? After confirming the restoration, the current form will be updated, and the current form needs to be manually saved to take effect.",
  33. "resumeSuccess" :"Resume Successfully"
  34. },
  35. "isSave": "Saving, please wait..."
  36. };