zh-cn.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. MWF.xApplication.Selector=MWF.xApplication.Selector||{};
  2. MWF.xApplication.Selector.LP = MWF.SelectorLP = {
  3. "title": "选择",
  4. "multiSelectTitle": "选择",
  5. "selectPerson": "选择人员",
  6. "selectIdentity": "选择身份",
  7. "selectUnit": "选择组织",
  8. "selectGroup": "选择群组",
  9. "selectRole": "选择角色",
  10. "selectDuty": "选择职务",
  11. "selectField": "选择字段",
  12. "selectFile": "选择资源文件",
  13. "selectAppliction": "选择流程应用",
  14. "selectProcess": "选择流程",
  15. "selectView": "选择视图",
  16. "selectStatement" : "选择查询",
  17. "selectTable": "选择数据表",
  18. "selectList" : "选择列表",
  19. "selectFormStyle" : "选择表单样式",
  20. "selectCMSApplication": "选择内容管理应用",
  21. "selectCMSCategory": "选择内容管理栏目",
  22. "noSelectableItemText" : "无待选项",
  23. "selectScript" : "选择脚本",
  24. "selectDictionary" : "选择数据字典",
  25. "selectImportModel": "选择导入模型",
  26. "selectFieldProperty": "选择字段属性",
  27. "searchDescription" : "搜索内容",
  28. "searchDescriptionFieldProperty": "展开过的表单可以搜索组件",
  29. "waitingSelect" : "待选",
  30. "selected" : "已选",
  31. "empty" : "清空",
  32. "remove": "移除",
  33. "selected2": "已选择",
  34. "identity" : "身份",
  35. "person" : "个人",
  36. "duty" : "职务",
  37. "application" : "应用",
  38. "CMSApplication" : "应用",
  39. "CMSCategory" : "分类",
  40. "CMSFormField" : "字段",
  41. "formField" : "字段",
  42. "process" : "流程",
  43. "role" : "角色",
  44. "group" : "群组",
  45. "unit" : "组织",
  46. "systemList" : "系统列表",
  47. "quantifier": {
  48. "person": "个人",
  49. "identity": "身份",
  50. "unit": "组织",
  51. "group": "群组",
  52. "role": "角色"
  53. },
  54. "appType" : {
  55. "process": "流程管理",
  56. "cms": "内容管理",
  57. "portal": "门户管理",
  58. "service": "服务管理",
  59. "currentForm": "当前表单"
  60. },
  61. "cancel": "取消",
  62. "back": "返回",
  63. "ok": "确定",
  64. "noPerson": "人员“{name}”不存在",
  65. "processPlatform": "流程平台",
  66. "cms": "内容管理",
  67. "portal": "门户管理",
  68. "query": "数据中心",
  69. "service": "服务管理",
  70. "currentForm": "当前表单",
  71. "systemStyle" : "系统样式",
  72. "customStyle" : "自定义样式(脚本)",
  73. "selectAll" : "全选",
  74. "selectChildren" : "全选下级",
  75. "selectItemMaxText" : "最多可选择{count}个选项",
  76. "service1" : "服务",
  77. "agent" : "代理"
  78. };
  79. MWF.xApplication.Selector["lp."+o2.language] = MWF.xApplication.Selector.LP;