1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.cms = MWF.xApplication.cms || {};
- MWF.xApplication.cms.Column = MWF.xApplication.cms.Column || {};
- MWF.xApplication.cms.Column.LP={
- "title": "CMS Settings",
- "description": "AppInfo and category management",
- "inverse": "Inverse election",
- "cate": "category",
- "form": "Form",
- "list": "List",
- "queryView": "View",
- "dictionary": "Data Dictionary",
- "script": "Script",
- "export": "Export",
- "export_cancel": "Cancel",
- "close": "Close",
- "cancel": "Cancel",
- "export_ok": "OK",
- "allApp": "All apps",
- "searchAppPlacholder": "Enter the name to search for the application",
- "searchAppTitle": "Matches the app's name, alias, and id",
- "column": {
- "title": "AppInfo Management",
- "create": "New App",
- "findDesigner": "FindCode",
- "searchText": "Please enter a keyword",
- "loadding": "Loading...",
- "loaded": "AppInfo loaded",
- "nameLabel": "Name",
- "aliasLabel": "Alias",
- "descriptionLabel": "Description",
- "sortLabel": "Order",
- "iconLabel": "Icon",
- "typeLabel": "Type",
- "editform": "Default edit form",
- "editformNote": "The default edit form when creating a category",
- "readform": "Default reading form",
- "readformNote": "Note: The default reading form when creating a category, if not selected, it will be the same as the editing form",
- "cancel": "Cancel",
- "ok": "OK",
- "inputName": "Please enter the AppInfo name",
- "create_cancel_title": "Cancel Confirmation of New App",
- "create_cancel": "Are you sure you want to cancel the new App?",
- "noDescription": "No description",
- "delete": "Delete AppInfo",
- "delete_confirm_title": "Delete AppInfo",
- "delete_confirm_content": "Are you sure you want to delete the AppInfo?",
- "edit": "Edit AppInfo",
- "createColumnSuccess": "AppInfo created successfully",
- "updateColumnSuccess": "AppInfo modification succeeded",
- "noElement": "There is no AppInfo in the system or there is no AppInfo you have permission to manage",
- "category": "Category",
- "form": "Form",
- "export": "Export AppInfo",
- "changeIcon": "Change Icon"
- },
- "createSelectTemplate": "Select Form Template",
- "templateCategory": "Template Category:",
- "all": "All",
- "formType": {
- "empty": "Empty form",
- "publishEdit": "Publish Edit Form",
- "publishRead": "Publish Reading Form",
- "dataInput": "Data input form"
- },
- "category": {
- "title": "Category Management",
- "create": "Create a new category",
- "nameLabel": "Category Name",
- "aliasLabel": "Category Alias",
- "sendNotify": "Send Message",
- "descriptionLabel": "Category description",
- "sortLabel": "Queue number",
- "columnLabel": "AppInfo",
- "iconLabel": "Category Icon",
- "cancel": "Cancel",
- "ok": "OK",
- "inputName": "Please enter the category name",
- "create_cancel_title": "Cancel New Category Confirmation",
- "create_cancel": "Are you sure you want to cancel the new category?",
- "noDescription": "There is no description for this category",
- "delete": "Delete category",
- "edit": "Edit category"
- }
- }
- MWF.xApplication.cms.Column["lp."+o2.language] = MWF.xApplication.cms.Column.LP
|