en.js 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.ANN = MWF.xApplication.ANN || {};
  3. MWF.xApplication.ANN.LP={
  4. "title": "ANN",
  5. "unnamed": "Unnamed",
  6. "create": "Create a neural network model",
  7. "checkSave": "Please save or close the currently opened model first!",
  8. "status": {
  9. "idle": "No task is currently running",
  10. "generating": "Collecting training set",
  11. "learning": "Neural network learning is running",
  12. "completed": "The learning task has been completed",
  13. "excessive": "Excessive deviation of training results"
  14. },
  15. "name": "Name",
  16. "description": "Description",
  17. "alias": "Alias",
  18. "processList": "Process List",
  19. "applicationList": "Application List",
  20. "inValueScriptText": "Training set input processing",
  21. "outValueScriptText": "Training set output processing",
  22. "attachmentScriptText": "Attachment Processing",
  23. "analyzeType": "Analyze Type",
  24. "propertyMap": "Neural Network Parameters",
  25. "placeholder": {
  26. "name": "Please enter the name of the training model",
  27. "description": "Please enter a description of the training model",
  28. "alias": "Please enter the training model alias"
  29. },
  30. "selectProcess": "Select Process",
  31. "selectApplication": "Select Application",
  32. "closeTitle": "Close Confirmation",
  33. "closeInfor": "Unsaved content will be lost. Are you sure you want to perform this operation?",
  34. "saveSuccess": "Save successfully",
  35. "generate": "Collecting training set",
  36. "learn": "Neural network learning is running",
  37. "stopGenerate": "A command to stop collecting training set has been issued",
  38. "stopLearn": "A command to stop neural network learning has been issued",
  39. "resetStatus": "Reset status command has been issued",
  40. "deleteModel": "Model \"{name}\" has been deleted",
  41. "stopGenerateTitle": "Confirm to stop collecting training set",
  42. "stopGenerateInfor": "Are you sure you want to stop collecting training set?",
  43. "stopLearningTitle": "Stop Learning Confirmation",
  44. "stopLearningInfor": "Are you sure you want to stop neural network learning?",
  45. "resetStatusTitle": "Reset Status Confirmation",
  46. "resetStatusInfor": "Are you sure you want to reset the model status?",
  47. "removeTitle": "Remove Model Confirmation",
  48. "removeInfor": "Are you sure you want to delete the current model?",
  49. "startDate": "Start Date",
  50. "endDate": "Completion time",
  51. "entryCount": "Number of entries",
  52. "effectiveEntryCount": "effective entry count",
  53. "statusText": "Status",
  54. "generatingPercent": "GeneratingPercent of the current item",
  55. "learnEntryCount": "Number of learning entries",
  56. "validationEntryCount": "Number of test entries"
  57. }
  58. MWF.xApplication.ANN["lp."+o2.language] = MWF.xApplication.ANN.LP