zh-cn.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. MWF.xApplication.Selector.LP = MWF.SelectorLP = {
  2. "title": "选择",
  3. "multiSelectTitle": "选择",
  4. "selectPerson": "选择人员",
  5. "selectIdentity": "选择身份",
  6. "selectUnit": "选择组织",
  7. "selectGroup": "选择群组",
  8. "selectRole": "选择角色",
  9. "selectDuty": "选择职务",
  10. "selectField": "选择字段",
  11. "selectFile": "选择资源文件",
  12. "selectAppliction": "选择流程应用",
  13. "selectProcess": "选择流程",
  14. "selectView": "选择视图",
  15. "selectTable": "选择数据表",
  16. "selectFormStyle" : "选择表单样式",
  17. "selectCMSApplication": "选择内容管理应用",
  18. "selectCMSCategory": "选择内容管理栏目",
  19. "noSelectableItemText" : "无待选项",
  20. "selectScript" : "选择脚本",
  21. "selectDictionary" : "选择数据字典",
  22. "searchDescription" : "搜索内容",
  23. "waitingSelect" : "待选",
  24. "selected" : "已选",
  25. "empty" : "清空",
  26. "identity" : "身份",
  27. "person" : "个人",
  28. "application" : "应用",
  29. "CMSApplication" : "应用",
  30. "CMSCategory" : "分类",
  31. "CMSFormField" : "字段",
  32. "formField" : "字段",
  33. "process" : "流程",
  34. "role" : "角色",
  35. "group" : "群组",
  36. "unit" : "组织",
  37. "appType" : {
  38. "process": "流程管理",
  39. "cms": "内容管理",
  40. "portal": "门户管理"
  41. },
  42. "cancel": "取消",
  43. "back": "返回",
  44. "ok": "确定",
  45. "noPerson": "人员“{name}”不存在"
  46. };