zh-cn.js 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  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. "identity" : "身份",
  18. "person" : "个人",
  19. "application" : "应用",
  20. "CMSApplication" : "应用",
  21. "CMSCategory" : "分类",
  22. "CMSFormField" : "字段",
  23. "formField" : "字段",
  24. "process" : "流程",
  25. "role" : "角色",
  26. "group" : "群组",
  27. "unit" : "组织",
  28. "cancel": "取消",
  29. "back": "返回",
  30. "ok": "确 定",
  31. "noPerson": "人员“{name}”不存在"
  32. };