zh-cn.js 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. "allApp": "全部栏目",
  19. "searchAppPlacholder": "输入名称搜索栏目",
  20. "column" : {
  21. "title" :"栏目管理",
  22. "create" : "新建栏目",
  23. "findDesigner": "查找设计",
  24. "searchText": "请输入关键字",
  25. "loadding": "正在加载……",
  26. "loaded": "栏目加载完毕",
  27. "nameLabel" : "栏目名称",
  28. "aliasLabel" : "栏目别名",
  29. "descriptionLabel" : "栏目描述",
  30. "sortLabel" : "栏目排序",
  31. "iconLabel" : "栏目图标",
  32. "typeLabel" : "栏目类型",
  33. "editform": "默认编辑表单",
  34. "editformNote": "注:创建分类时的默认编辑表单",
  35. "readform": "默认阅读表单",
  36. "readformNote": "注:创建分类时的默认阅读表单,如果不选则和编辑表单一致",
  37. "cancel" : "取消",
  38. "ok" : "确定",
  39. "inputName":"请输入栏目名称",
  40. "create_cancel_title": "取消新建栏目确认",
  41. "create_cancel": "您确定要取消新建栏目吗?",
  42. "noDescription" : "此栏目没有描述",
  43. "delete" : "删除栏目",
  44. "delete_confirm_title" : "删除栏目",
  45. "delete_confirm_content" : "确定要删除栏目?",
  46. "edit" : "编辑栏目",
  47. "createColumnSuccess" : "栏目创建成功",
  48. "updateColumnSuccess" : "栏目修改成功",
  49. "noElement" : "系统没有栏目或者没有您有权限管理的栏目",
  50. "category" : "分类",
  51. "form" : "表单",
  52. "export" : "导出栏目",
  53. "changeIcon" : "更改图标",
  54. },
  55. "createSelectTemplate": "选择表单模板",
  56. "templateCategory": "模板分类:",
  57. "all": "全部",
  58. "formType": {
  59. "empty": "空白表单",
  60. "publishEdit": "发布类编辑表单",
  61. "publishRead": "发布类阅读表单",
  62. "dataInput": "数据录入类表单"
  63. },
  64. "category" : {
  65. "title" :"分类管理",
  66. "create" : "新建分类",
  67. "nameLabel" : "分类名称",
  68. "aliasLabel" : "分类别名",
  69. "sendNotify" : "发布时是否发送消息",
  70. "descriptionLabel" : "分类描述",
  71. "sortLabel" : "分类排序",
  72. "columnLabel" : "所属栏目",
  73. "iconLabel" : "分类图标",
  74. "cancel" : "取消",
  75. "ok" : "确定",
  76. "inputName":"请输入分类名称",
  77. "create_cancel_title": "取消新建分类确认",
  78. "create_cancel": "您确定要取消新建分类吗?",
  79. "noDescription" : "此分类没有描述",
  80. "delete" : "删除分类",
  81. "edit" : "编辑分类"
  82. }
  83. };