zh-cn.js 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. "searchDescription" : "搜索内容",
  22. "waitingSelect" : "待选",
  23. "selected" : "已选",
  24. "empty" : "清空",
  25. "identity" : "身份",
  26. "person" : "个人",
  27. "application" : "应用",
  28. "CMSApplication" : "应用",
  29. "CMSCategory" : "分类",
  30. "CMSFormField" : "字段",
  31. "formField" : "字段",
  32. "process" : "流程",
  33. "role" : "角色",
  34. "group" : "群组",
  35. "unit" : "组织",
  36. "cancel": "取消",
  37. "back": "返回",
  38. "ok": "确定",
  39. "noPerson": "人员“{name}”不存在"
  40. };