| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- MWF.xApplication.cms = MWF.xApplication.cms ||{};
- MWF.xApplication.cms.Column = MWF.xApplication.cms.Column|| {};
- MWF.xApplication.cms.Column.LP = {
- "title": "内容管理设置",
- "description" : "栏目和分类管理",
- "inverse" : "反选",
- "cate" : "分类",
- "form" : "表单",
- "list" : "列表",
- "queryView" : "视图",
- "dictionary" : "数据字典",
- "script" : "脚本",
- "export" : "导出",
- "export_cancel" : "取消",
- "close" : "关闭",
- "cancel" : "取消",
- "export_ok" : "确定",
- "column" : {
- "title" :"栏目管理",
- "create" : "新建栏目",
- "findDesigner": "查找设计",
- "searchText": "请输入关键字",
- "loadding": "正在加载……",
- "loaded": "栏目加载完毕",
- "nameLabel" : "栏目名称",
- "aliasLabel" : "栏目别名",
- "descriptionLabel" : "栏目描述",
- "sortLabel" : "栏目排序",
- "iconLabel" : "栏目图标",
- "typeLabel" : "栏目类型",
- "cancel" : "取消",
- "ok" : "确定",
- "inputName":"请输入栏目名称",
- "create_cancel_title": "取消新建栏目确认",
- "create_cancel": "您确定要取消新建栏目吗?",
- "noDescription" : "此栏目没有描述",
- "delete" : "删除栏目",
- "delete_confirm_title" : "删除栏目",
- "delete_confirm_content" : "确定要删除栏目?",
- "edit" : "编辑栏目",
- "createColumnSuccess" : "栏目创建成功",
- "updateColumnSuccess" : "栏目修改成功",
- "noElement" : "系统没有栏目或者没有您有权限管理的栏目",
- "category" : "分类",
- "form" : "表单",
- "export" : "导出栏目"
- },
- "category" : {
- "title" :"分类管理",
- "create" : "新建分类",
- "nameLabel" : "分类名称",
- "aliasLabel" : "分类别名",
- "descriptionLabel" : "分类描述",
- "sortLabel" : "分类排序",
- "columnLabel" : "所属栏目",
- "iconLabel" : "分类图标",
- "cancel" : "取消",
- "ok" : "确定",
- "inputName":"请输入分类名称",
- "create_cancel_title": "取消新建分类确认",
- "create_cancel": "您确定要取消新建分类吗?",
- "noDescription" : "此分类没有描述",
- "delete" : "删除分类",
- "edit" : "编辑分类"
- }
- };
|