zh-cn.js 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. MWF.xApplication.cms = MWF.xApplication.cms ||{};
  2. MWF.xApplication.cms.Column = MWF.xApplication.cms.Column|| {};
  3. MWF.xApplication.cms.Column.LP = {
  4. "title": "内容管理设置",
  5. "description" : "栏目和分类管理",
  6. "inverse" : "反选",
  7. "cate" : "分类",
  8. "form" : "表单",
  9. "list" : "列表",
  10. "queryView" : "视图",
  11. "dictionary" : "数据字典",
  12. "script" : "脚本",
  13. "export" : "导出",
  14. "export_cancel" : "取消",
  15. "close" : "关闭",
  16. "cancel" : "取消",
  17. "export_ok" : "确定",
  18. "column" : {
  19. "title" :"栏目管理",
  20. "create" : "新建栏目",
  21. "searchText": "请输入关键字",
  22. "loadding": "正在加载……",
  23. "loaded": "栏目加载完毕",
  24. "nameLabel" : "栏目名称",
  25. "aliasLabel" : "栏目别名",
  26. "descriptionLabel" : "栏目描述",
  27. "sortLabel" : "栏目排序",
  28. "iconLabel" : "栏目图标",
  29. "cancel" : "取消",
  30. "ok" : "确定",
  31. "inputName":"请输入栏目名称",
  32. "create_cancel_title": "取消新建栏目确认",
  33. "create_cancel": "您确定要取消新建栏目吗?",
  34. "noDescription" : "此栏目没有描述",
  35. "delete" : "删除栏目",
  36. "delete_confirm_title" : "删除栏目",
  37. "delete_confirm_content" : "确定要删除栏目?",
  38. "edit" : "编辑栏目",
  39. "createColumnSuccess" : "栏目创建成功",
  40. "updateColumnSuccess" : "栏目修改成功",
  41. "noElement" : "系统没有栏目或者没有您有权限管理的栏目",
  42. "category" : "分类",
  43. "form" : "表单",
  44. "export" : "导出栏目"
  45. },
  46. "category" : {
  47. "title" :"分类管理",
  48. "create" : "新建分类",
  49. "nameLabel" : "分类名称",
  50. "aliasLabel" : "分类别名",
  51. "descriptionLabel" : "分类描述",
  52. "sortLabel" : "分类排序",
  53. "columnLabel" : "所属栏目",
  54. "iconLabel" : "分类图标",
  55. "cancel" : "取消",
  56. "ok" : "确定",
  57. "inputName":"请输入分类名称",
  58. "create_cancel_title": "取消新建分类确认",
  59. "create_cancel": "您确定要取消新建分类吗?",
  60. "noDescription" : "此分类没有描述",
  61. "delete" : "删除分类",
  62. "edit" : "编辑分类"
  63. }
  64. };