zh-cn.js 2.1 KB

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