zh-cn.js 1.1 KB

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