zh-cn.js 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "typeLabel" : "栏目类型",
  30. "cancel" : "取消",
  31. "ok" : "确定",
  32. "inputName":"请输入栏目名称",
  33. "create_cancel_title": "取消新建栏目确认",
  34. "create_cancel": "您确定要取消新建栏目吗?",
  35. "noDescription" : "此栏目没有描述",
  36. "delete" : "删除栏目",
  37. "delete_confirm_title" : "删除栏目",
  38. "delete_confirm_content" : "确定要删除栏目?",
  39. "edit" : "编辑栏目",
  40. "createColumnSuccess" : "栏目创建成功",
  41. "updateColumnSuccess" : "栏目修改成功",
  42. "noElement" : "系统没有栏目或者没有您有权限管理的栏目",
  43. "category" : "分类",
  44. "form" : "表单",
  45. "export" : "导出栏目"
  46. },
  47. "category" : {
  48. "title" :"分类管理",
  49. "create" : "新建分类",
  50. "nameLabel" : "分类名称",
  51. "aliasLabel" : "分类别名",
  52. "descriptionLabel" : "分类描述",
  53. "sortLabel" : "分类排序",
  54. "columnLabel" : "所属栏目",
  55. "iconLabel" : "分类图标",
  56. "cancel" : "取消",
  57. "ok" : "确定",
  58. "inputName":"请输入分类名称",
  59. "create_cancel_title": "取消新建分类确认",
  60. "create_cancel": "您确定要取消新建分类吗?",
  61. "noDescription" : "此分类没有描述",
  62. "delete" : "删除分类",
  63. "edit" : "编辑分类"
  64. }
  65. };