1234567891011121314151617181920212223242526272829303132333435363738394041 |
- MWF.xApplication.process.ScriptDesigner.LP = {
- "title": "ScriptEditor",
- "newScript": "Create Script",
- "scriptLibrary": "Script Library",
- "property": "Property",
- "include": "Include",
- "id": "ID",
- "name": "Name",
- "alias": "Alias",
- "description": "Description",
- "notice": {
- "save_success": "The script was saved successfully!",
- "deleteDataTitle": "Delete Data Confirmation",
- "deleteData": "Are you sure to delete the current data and its sub-data?",
- "changeTypeTitle": "Change Data Type Confirmation",
- "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to execute it?",
- "changeType": "Changing the data type will change the value of the data. Are you sure you want to execute it?",
- "inputTypeError": "The data type you entered is wrong, please re-enter",
- "sameKey": "The item name you entered already exists in the object, please re-enter",
- "emptyKey": "Project name cannot be empty, please re-enter",
- "numberKey": "The item name cannot be a number, please re-enter",
- "inputName": "Please enter the script name"
- },
- "version" : {
- "title" : "View form version history",
- "close" : "Close",
- "no":"SerialNumber",
- "updateTime":"UpdateTime",
- "op":"action",
- "resume" : "Resume",
- "resumeConfirm" : "Resume Confirmation",
- "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.",
- "resumeSuccess" :"Resume Successfully"
- },
- "isSave": "Saving, please wait..."
- };
|