123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.service = MWF.xApplication.service || {};
- MWF.xApplication.service.InvokeDesigner = MWF.xApplication.service.InvokeDesigner || {};
- MWF.xApplication.service.InvokeDesigner.LP={
- "title": "InvokeEditor",
- "newInvoke": "Create Invoke",
- "invokeLibrary": "Invoke Library",
- "property": "Property",
- "include": "Include",
- "id": "ID",
- "name": "Name",
- "alias": "Alias",
- "description": "Description",
- "validated": "Is the code format correct",
- "isEnable": "Whether to enable",
- "remoteAddrRegex": "Allow access address expression",
- "lastStartTime": "Last Start Time",
- "lastEndTime": "Last EndTime",
- "true": "Yes",
- "false": "No",
- "enable": "Click to enable",
- "disable": "Click to disable",
- "invokeUri": "Invoke address",
- "invokeMethod": "Invoke Method",
- "enableToken": "Enable authentication",
- "enableTokenInfo": "After enabling authentication, you must use the authentication client name and encrypted token to call the service. <a href='https://www.o2oa.net/cms/tech/430.html' target='_blank '>Click to view the interface authentication configuration document</a>",
- "invokeHead": "head",
- "openLogViewer": "Open LogViewer",
- "debugger": "Debug",
- "run": "Run",
- "runSuccess": "Run successfully",
- "requireArguments": "Request Arguments",
- "tokenSetting": "Authentication Setting",
- "runResult": "Execution Result",
- "noSSOSetting": "Please configure authentication first",
- "notice": {
- "save_success": "The interface 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 interface name",
- "inputCron": "Timed task corn expression cannot be empty"
- },
- "comment": {
- "entityManager": "EntityManager",
- "applications": "Services in the system",
- "requestText": "RequestBody Text",
- "request": "Request Object",
- "currentPerson": "Current Person",
- "response": "Response Object。Set the response content through \"this.response.setBody(data)\"",
- "organization": "Organization visit",
- "org": "Organization quick access method",
- "service": "webSerivces client"
- },
- "formToolbar": {
- "save": "Save",
- "autoSave": "AutoSave",
- "fontSize": "Font size",
- "style": "style",
- "scriptEditor": "Script Editor",
- "viewAllVersions": "View all script versions",
- "add": "newly build",
- "gotoApp": "Open the current application"
- },
- "executorList": "Execution permission",
- "sorkKeyNote": "-Sort by-",
- "createTime": "Creation time",
- "updateTime": "Update time",
- "asc": "positive sequence",
- "desc": "Reverse order",
- "searchPlacholder": "Enter name/alias/id search",
- "searchAndSort": "Sorting and Search",
- "duplicateNewNote": "There is already a new interface, please save it first"
- }
- MWF.xApplication.service.InvokeDesigner["lp."+o2.language] = MWF.xApplication.service.InvokeDesigner.LP
|