1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.cms = MWF.xApplication.cms || {};
- MWF.xApplication.cms.ViewDesigner = MWF.xApplication.cms.ViewDesigner || {};
- MWF.xApplication.cms.ViewDesigner.LP={
- "title": "List Edit",
- "newView": "New List",
- "property": "Property",
- "viewProperty": "List Property",
- "item": "Item",
- "type": "Type",
- "value": "Value",
- "view": "List",
- "relativeForm": "Form",
- "noTitle": "No Title",
- "columnProperty": "Column Property",
- "base": "Basic",
- "events": "Events",
- "sortColumn": "Sort",
- "asc": "Order",
- "desc": "Reverse order",
- "columnTitle": "Column Title",
- "columnValue": "Column Value",
- "columnWidth": "Column Width",
- "columnAlign": "Alignment",
- "columnAlignText": "Center, Left, Right",
- "columnAlignValue": "center,left,right",
- "percentage": "%",
- "px": "Pixel",
- "id": "Identification",
- "name": "Name",
- "alias": "Alias",
- "description": "Description",
- "action": "Action",
- "delete": "Delete",
- "edit": "Edit",
- "share": "Share",
- "sortByClickTitle": "Click the column title to sort",
- "insertColLeft": "Insert Column",
- "insertColRight": "Add column",
- "deleteCol": "Delete column",
- "moveCol": "Move Column",
- "ok": "OK",
- "cancel": "Cancel",
- "deleteColConfirmTitle": "Delete column confirmation",
- "deleteColConfirm": "Are you sure you want to delete this column?",
- "notice": {
- "save_success": "The list was saved successfully!",
- "saveAs_success": "The list is successfully saved as, you can open a new list in the column configuration!",
- "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 name of the list",
- "noModifyName": "Cannot modify the name or alias",
- "noRemoveOnlyColumn": "Cannot delete the only column"
- },
- "copy": "Copy",
- "newListName": "New List Name"
- }
- MWF.xApplication.cms.ViewDesigner["lp."+o2.language] = MWF.xApplication.cms.ViewDesigner.LP
|