CommodityPriceChart.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /**
  2. * 工具箱-商品价格曲线
  3. */
  4. /* 英文 */
  5. export const CommodityPriceChartEn = {
  6. add_price_line_btn:'Price Curve',
  7. add_price_profit_btn:'Profit Curve',
  8. select_spot_price:'Select spot price indicators',
  9. plate_profit_set:'Plate Profit Settings',
  10. select_future:'select futures',
  11. please_select_future:'please select futures',
  12. chart_name:'Chart Name',
  13. chart_classify:'Categories of Charts',
  14. please_select_classify:'Please Select Categories',
  15. add_date:'Add Date',
  16. add_method:'Adding Methods',
  17. latest_date:'Latest Date',
  18. n_day_before:'N Days Ago',
  19. fix_date:'Fixed Date',
  20. day_num:'Number of Days',
  21. day_num_placeholder:'Please enter number',
  22. select_date:'Select Date',
  23. add_params_btn:'Add more parameters',
  24. formula_label:'Formula',
  25. formula_label_placeholder:'Please enter the formula',
  26. formula_exp:'Formula Example',
  27. fun_support:'Functions Support',
  28. plate_profit_name:'Plate Profit',
  29. tips_msg01:'Futures not selected yet',
  30. tips_msg02:'Chart name cannot be empty',
  31. tips_msg03:'Chart category cannot be empty',
  32. tips_msg04:'Please set up the trading profit configuration first.',
  33. tips_msg05:'Indicator not selected yet',
  34. tips_msg06:'Please add a date.',
  35. };
  36. /* 中文 */
  37. export const CommodityPriceChartZh = {
  38. add_price_line_btn:'添加价格曲线',
  39. add_price_profit_btn:'添加利润曲线',
  40. select_spot_price:'选择现货价格指标',
  41. plate_profit_set:'盘面利润设置',
  42. select_future:'选择期货',
  43. please_select_future:'请选择期货',
  44. chart_name:'图表名称',
  45. chart_classify:'图表分类',
  46. please_select_classify:'请选择所属分类',
  47. add_date:'添加日期',
  48. add_method:'添加方式',
  49. latest_date:'最新日期',
  50. n_day_before:'N天前',
  51. fix_date:'固定日期',
  52. day_num:'天数',
  53. day_num_placeholder:'请输入数字',
  54. select_date:'选择日期',
  55. add_params_btn:'添加更多参数',
  56. formula_label:'计算公式',
  57. formula_label_placeholder:'请输入公式',
  58. formula_exp:'公式示例',
  59. fun_support:'函数支持',
  60. plate_profit_name:'盘面利润',
  61. tips_msg01:'暂未选择期货',
  62. tips_msg02:'图表名称不能为空',
  63. tips_msg03:'图表分类不能为空',
  64. tips_msg04:'请先设置盘面利润配置',
  65. tips_msg05:'暂未选择指标',
  66. tips_msg06:'请添加日期',
  67. };
  68. /**
  69. * $t('ToolBox.CommodityPriceChart.XXX')
  70. */