zh-cn.js 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. MWF.xApplication.ANN.LP = {
  2. "title": "神经网络模型",
  3. "unnamed": "未命名",
  4. "create": "创建神经网络模型",
  5. "checkSave": "请先保存或关闭当前打开的模型!",
  6. "status": {
  7. "idle": "当前没有运行任务",
  8. "generating": "正在收集训练集",
  9. "learning": "正在运行神经网络学习",
  10. "completed": "学习任务已完成",
  11. "excessive": "训练结果偏差过大"
  12. },
  13. "name": "名称",
  14. "description": "描述",
  15. "alias": "别名",
  16. "processList": "流程列表",
  17. "applicationList": "应用列表",
  18. "inValueScriptText": "训练集输入处理",
  19. "outValueScriptText": "训练集输出处理",
  20. "attachmentScriptText": "附件处理",
  21. "analyzeType": "分析类型",
  22. "propertyMap": "神经网络参数",
  23. "placeholder": {
  24. "name": "请输入训练模型名称",
  25. "description": "请输入训练模型描述",
  26. "alias": "请输入训练模型别名"
  27. },
  28. "selectProcess": "选择流程",
  29. "selectApplication": "选择应用",
  30. "closeTitle": "关闭确认",
  31. "closeInfor": "未保存的内容将会丢失,确定要执行此操作吗?",
  32. "saveSuccess": "保存成功",
  33. "generate": "正在收集训练集",
  34. "learn": "正在运行神经网络学习",
  35. "stopGenerate": "已发出停止收集训练集指令",
  36. "stopLearn": "已发出停止神经网络学习指令",
  37. "resetStatus": "已发出重置状态指令",
  38. "deleteModel": "模型“{name}”已删除",
  39. "stopGenerateTitle": "停止收集训练集确认",
  40. "stopGenerateInfor": "您确定要停止收集训练集吗?",
  41. "stopLearningTitle": "停止学习确认",
  42. "stopLearningInfor": "您确定要停止神经网络学习吗?",
  43. "resetStatusTitle": "重置状态确认",
  44. "resetStatusInfor": "您确定要重置模型状态吗?",
  45. "removeTitle": "删除模型确认",
  46. "removeInfor": "您确定要删除当前模型吗?",
  47. "startDate": "开始时间",
  48. "endDate": "完成时间",
  49. "entryCount": "条目数量",
  50. "effectiveEntryCount" : "有效条目数",
  51. "statusText": "状态",
  52. "generatingPercent": "当前条目生成进度",
  53. "learnEntryCount": "学习条目数量",
  54. "validationEntryCount": "测试条目数"
  55. };