zh-cn.js 2.8 KB

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