123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.portal = MWF.xApplication.portal || {};
- MWF.xApplication.portal.WidgetDesigner = MWF.xApplication.portal.WidgetDesigner || {};
- MWF.xApplication.portal.WidgetDesigner.LP={
- "title": "WidgetEditor",
- "newPage": "Create Widget",
- "property": "Property",
- "tools": "Tools",
- "repetitionsId": "Repetitive element identifier",
- "notNullId": "Element identifier cannot be empty",
- "button": {
- "ok": "OK",
- "cancel": "Cancel"
- },
- "notice": {
- "save_success": "Page saved successfully!",
- "saveTemplate_success": "Page template saved successfully!",
- "saveTemplate_inputName": "Please enter the template title",
- "saveTemplate_inputCategory": "Please confirm the template category",
- "deleteElementTitle": "Delete form element confirmation",
- "deleteElement": "Are you sure you want to delete the current element and its child elements?",
- "deleteRowTitle": "Delete table row confirmation",
- "deleteRow": "Deleting the current row will delete the contents of all cells in this row. Are you sure you want to delete the currently selected row?",
- "deleteColTitle": "Delete table column confirmation",
- "deleteCol": "Deleting the current row will delete the contents of all cells in this column. Are you sure you want to delete the currently selected column?",
- "deleteEventTitle": "Delete Event Confirmation",
- "deleteEvent": "Are you sure you want to delete the current event?",
- "deleteActionTitle": "Delete Action Confirmation",
- "deleteAction": "Are you sure you want to delete the current action?",
- "deleteButtonTitle": "Delete Operation Confirmation",
- "deleteButton": "Are you sure you want to delete the current operation button?",
- "notUseModuleInMobile": "The mobile terminal does not support this component",
- "changeToSequenceTitle": "Confirm",
- "changeToSequence": "This operation will delete the added components. Are you sure you want to change it to the \"Sequence Number\" column?",
- "selectPage": "Select Page",
- "selectWidget": "Select Widget",
- "widgetNameEmpty": "Enter widget name",
- "widgetNameConflict": "Widget name conflict",
- "widget_save_success": "Widget saved successfully"
- },
- "formAction": {
- "insertRow": "Insert Row",
- "insertCol": "Insert Column",
- "deleteRow": "Delete Row",
- "deleteCol": "Delete column",
- "mergerCell": "Merge Cells",
- "splitCell": "Split Cell",
- "move": "Move",
- "copy": "Copy",
- "delete": "Delete",
- "add": "Add",
- "script": "Script",
- "styleBrush": "StyleBrush",
- "insertTop": "Insert Top",
- "insertBottom": "Insert to the bottom",
- "insertBefore": "InsertBefore",
- "insertAfter": "Insert After",
- "injectNotice": "Hold down Ctrl and release the mouse for precise positioning",
- "makeWidget": "Set as widget",
- "defaultWidgetName": "widget"
- },
- "actionbar": {
- "readhide": "Set whether to display when reading",
- "edithide": "Set whether to display when editing",
- "hideCondition": "Set hiding conditions",
- "title": "Title",
- "img": "Icon",
- "action": "Action",
- "condition": "Display Condition",
- "editScript": "Action Script Editing",
- "editCondition": "Hide condition editing (return true to hide operation)",
- "up": "Move up",
- "property": "Property",
- "addCustomTool": "Add custom Action",
- "delete": "Delete",
- "setProperties": "Set action properties",
- "restoreDefaultTool": "Restore deleted system Actions",
- "selectDefaultTool": "Select System Action",
- "setReaded": "Mark as read",
- "readed": "Readed"
- },
- "isSave": "Saving, please wait...",
- "validation": {
- "validation": "Validation",
- "anytime": "Anytime",
- "decision": "Choose Decision",
- "decisionName": "<decision name>",
- "value": "Value",
- "length": "ValueLength",
- "valueInput": "<value>",
- "isnull": "isnull",
- "notnull": "Notnull",
- "gt": "GreaterThan",
- "lt": "LessThan",
- "equal": "equal",
- "neq": "NotEqual",
- "contain": "Contain",
- "notcontain": "Notcontain",
- "prompt": "Prompt",
- "add": "Add",
- "modify": "Modify",
- "when": "When ",
- "as": "Time",
- "inputDecisionName": "Please enter the name of the decision",
- "inputValue": "Please enter a value",
- "inputPrompt": "Please enter the prompt content",
- "delete_title": "Delete confirmation",
- "delete_text": "Are you sure you want to delete this verification code?"
- },
- "selectIcon": "Select Icon",
- "selectImage": "Select Image",
- "selectApplication": "Select Application",
- "dutyInputTitle": "Add title parameter",
- "dutyInput": "Please select Unit for duty \"{duty}\"",
- "select": "Select",
- "empty": "Empty",
- "creatorUnit": "Author Unit",
- "currentUnit": "Task Unit",
- "selectUnit": "Select Unit",
- "scriptUnit": "Use script",
- "creatorCompany": "Drafting Company",
- "creatorDepartment": "Drafting Department",
- "currentCompany": "Current Company",
- "currentDepartment": "Current Department",
- "deleteDutyTitle": "Remove job confirmation",
- "deleteDutyText": "Are you sure you want to remove the duty \"{duty}\"?",
- "saveTemplate": "Save as a form template",
- "templateName": "Name",
- "templateCategory": "Category",
- "templateDescription": "Description",
- "save": "Save",
- "cancel": "Cancel",
- "newCategory": "New Category",
- "mustSelectFormStyle": "You must select a form style",
- "notValidJson": "Wrong json format",
- "selectorButton": {
- "ok": "OK",
- "cancel": "Cancel"
- }
- }
- MWF.xApplication.portal.WidgetDesigner["lp."+o2.language] = MWF.xApplication.portal.WidgetDesigner.LP
|