en.js 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. MWF.xApplication.Selector.LP = MWF.SelectorLP = {
  2. "title": "Select",
  3. "multiSelectTitle": "Select",
  4. "selectPerson": "Select Person",
  5. "selectIdentity": "Select Identity",
  6. "selectUnit": "Select Unit",
  7. "selectGroup": "Select Group",
  8. "selectDuty": "Select Duty",
  9. "selectField": "Select Field",
  10. "selectAppliction": "Select Process Appliction",
  11. "selectProcess": "Select Process",
  12. "selectView": "Select View",
  13. "selectCMSApplication": "Select CMS Application",
  14. "selectCMSCategory": "Select CMS Category",
  15. "searchDescription" : "search",
  16. "waitingSelect" : "Waiting Select",
  17. "selected" : "Selected",
  18. "empty" : "<Empty",
  19. "identity" : "Identity",
  20. "person" : "Person",
  21. "application" : "Application",
  22. "CMSApplication" : "Application",
  23. "CMSCategory" : "Category",
  24. "CMSFormField" : "Field",
  25. "formField" : "Field",
  26. "process" : "Process",
  27. "role" : "Role",
  28. "group" : "Group",
  29. "unit" : "Unit",
  30. "appType" : {
  31. "process": "Process",
  32. "cms": "CMS",
  33. "portal": "Portal"
  34. },
  35. "cancel": "Cancel",
  36. "back": "Back",
  37. "ok": "Ok",
  38. "noPerson": "User “{name}” not exist"
  39. };