zh-cn.js 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "column" : {
  7. "title" :"栏目管理",
  8. "create" : "新建栏目",
  9. "searchText": "请输入关键字",
  10. "loadding": "正在加载……",
  11. "loaded": "栏目加载完毕",
  12. "nameLabel" : "栏目名称",
  13. "aliasLabel" : "栏目别名",
  14. "descriptionLabel" : "栏目描述",
  15. "sortLabel" : "栏目排序",
  16. "iconLabel" : "栏目图标",
  17. "cancel" : "取消",
  18. "ok" : "确定",
  19. "inputName":"请输入栏目名称",
  20. "create_cancel_title": "取消新建栏目确认",
  21. "create_cancel": "您确定要取消新建栏目吗?",
  22. "noDescription" : "此栏目没有描述",
  23. "delete" : "删除栏目",
  24. "delete_confirm_title" : "删除栏目",
  25. "delete_confirm_content" : "确定要删除栏目?",
  26. "edit" : "编辑栏目",
  27. "createColumnSuccess" : "栏目创建成功",
  28. "updateColumnSuccess" : "栏目修改成功",
  29. "noElement" : "系统没有栏目或者没有您有权限管理的栏目"
  30. },
  31. "category" : {
  32. "title" :"分类管理",
  33. "create" : "新建分类",
  34. "nameLabel" : "分类名称",
  35. "aliasLabel" : "分类别名",
  36. "descriptionLabel" : "分类描述",
  37. "sortLabel" : "分类排序",
  38. "columnLabel" : "所属栏目",
  39. "iconLabel" : "分类图标",
  40. "cancel" : "取消",
  41. "ok" : "确定",
  42. "inputName":"请输入分类名称",
  43. "create_cancel_title": "取消新建分类确认",
  44. "create_cancel": "您确定要取消新建分类吗?",
  45. "noDescription" : "此分类没有描述",
  46. "delete" : "删除分类",
  47. "edit" : "编辑分类"
  48. }
  49. };