zh-cn.js 964 B

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